diff --git a/MODULE.bazel b/MODULE.bazel index 3358c31ac2..480845b814 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -31,7 +31,7 @@ use_repo( bazel_dep( name = "apple_support", - version = "1.10.1", + version = "1.11.1", dev_dependency = True, repo_name = "build_bazel_apple_support", ) @@ -55,12 +55,12 @@ bazel_dep( # To support Bazel 7 tests single_version_override( module_name = "rules_apple", - version = "3.0.0", + version = "3.1.1", ) single_version_override( module_name = "rules_swift", - version = "1.12.0", + version = "1.13.0", ) # For Stardoc diff --git a/examples/integration/MODULE.bazel b/examples/integration/MODULE.bazel index 3203b8af67..5a2af8a6eb 100644 --- a/examples/integration/MODULE.bazel +++ b/examples/integration/MODULE.bazel @@ -5,17 +5,17 @@ bazel_dep( ) bazel_dep( name = "apple_support", - version = "1.10.1", + version = "1.11.1", repo_name = "build_bazel_apple_support", ) bazel_dep( name = "rules_apple", - version = "3.0.0", + version = "3.1.1", repo_name = "build_bazel_rules_apple", ) bazel_dep( name = "rules_swift", - version = "1.12.0", + version = "1.13.0", repo_name = "build_bazel_rules_swift", ) bazel_dep(name = "bazel_skylib", version = "1.5.0") diff --git a/examples/integration/platform_mappings-bzlmod_no_repo_map b/examples/integration/platform_mappings-bzlmod_no_repo_map index d42a16008e..a906c9eb0a 100644 --- a/examples/integration/platform_mappings-bzlmod_no_repo_map +++ b/examples/integration/platform_mappings-bzlmod_no_repo_map @@ -1,129 +1,129 @@ platforms: - @@apple_support~1.10.1//platforms:macos_x86_64 + @@apple_support~1.11.1//platforms:macos_x86_64 --apple_platform_type=macos --cpu=darwin_x86_64 - @@apple_support~1.10.1//platforms:macos_arm64 + @@apple_support~1.11.1//platforms:macos_arm64 --apple_platform_type=macos --cpu=darwin_arm64 - @@apple_support~1.10.1//platforms:macos_arm64e + @@apple_support~1.11.1//platforms:macos_arm64e --apple_platform_type=macos --cpu=darwin_arm64e - @@apple_support~1.10.1//platforms:ios_i386 + @@apple_support~1.11.1//platforms:ios_i386 --apple_platform_type=ios --cpu=ios_i386 - @@apple_support~1.10.1//platforms:ios_x86_64 + @@apple_support~1.11.1//platforms:ios_x86_64 --apple_platform_type=ios --cpu=ios_x86_64 - @@apple_support~1.10.1//platforms:ios_sim_arm64 + @@apple_support~1.11.1//platforms:ios_sim_arm64 --apple_platform_type=ios --cpu=ios_sim_arm64 - @@apple_support~1.10.1//platforms:ios_armv7 + @@apple_support~1.11.1//platforms:ios_armv7 --apple_platform_type=ios --cpu=ios_armv7 - @@apple_support~1.10.1//platforms:ios_arm64 + @@apple_support~1.11.1//platforms:ios_arm64 --apple_platform_type=ios --cpu=ios_arm64 - @@apple_support~1.10.1//platforms:ios_arm64e + @@apple_support~1.11.1//platforms:ios_arm64e --apple_platform_type=ios --cpu=ios_arm64e - @@apple_support~1.10.1//platforms:tvos_x86_64 + @@apple_support~1.11.1//platforms:tvos_x86_64 --apple_platform_type=tvos --cpu=tvos_x86_64 - @@apple_support~1.10.1//platforms:tvos_sim_arm64 + @@apple_support~1.11.1//platforms:tvos_sim_arm64 --apple_platform_type=tvos --cpu=tvos_sim_arm64 - @@apple_support~1.10.1//platforms:tvos_arm64 + @@apple_support~1.11.1//platforms:tvos_arm64 --apple_platform_type=tvos --cpu=tvos_arm64 - @@apple_support~1.10.1//platforms:watchos_x86_64 + @@apple_support~1.11.1//platforms:watchos_x86_64 --apple_platform_type=watchos --cpu=watchos_x86_64 - @@apple_support~1.10.1//platforms:watchos_arm64 + @@apple_support~1.11.1//platforms:watchos_arm64 --apple_platform_type=watchos --cpu=watchos_arm64 - @@apple_support~1.10.1//platforms:watchos_armv7k + @@apple_support~1.11.1//platforms:watchos_armv7k --apple_platform_type=watchos --cpu=watchos_armv7k - @@apple_support~1.10.1//platforms:watchos_arm64_32 + @@apple_support~1.11.1//platforms:watchos_arm64_32 --apple_platform_type=watchos --cpu=watchos_arm64_32 flags: --cpu=darwin_x86_64 --apple_platform_type=macos - @@apple_support~1.10.1//platforms:macos_x86_64 + @@apple_support~1.11.1//platforms:macos_x86_64 --cpu=darwin_arm64 --apple_platform_type=macos - @@apple_support~1.10.1//platforms:macos_arm64 + @@apple_support~1.11.1//platforms:macos_arm64 --cpu=darwin_arm64e --apple_platform_type=macos - @@apple_support~1.10.1//platforms:macos_arm64e + @@apple_support~1.11.1//platforms:macos_arm64e --cpu=ios_i386 --apple_platform_type=ios - @@apple_support~1.10.1//platforms:ios_i386 + @@apple_support~1.11.1//platforms:ios_i386 --cpu=ios_x86_64 --apple_platform_type=ios - @@apple_support~1.10.1//platforms:ios_x86_64 + @@apple_support~1.11.1//platforms:ios_x86_64 --cpu=ios_sim_arm64 --apple_platform_type=ios - @@apple_support~1.10.1//platforms:ios_sim_arm64 + @@apple_support~1.11.1//platforms:ios_sim_arm64 --cpu=ios_armv7 --apple_platform_type=ios - @@apple_support~1.10.1//platforms:ios_armv7 + @@apple_support~1.11.1//platforms:ios_armv7 --cpu=ios_arm64 --apple_platform_type=ios - @@apple_support~1.10.1//platforms:ios_arm64 + @@apple_support~1.11.1//platforms:ios_arm64 --cpu=ios_arm64e --apple_platform_type=ios - @@apple_support~1.10.1//platforms:ios_arm64e + @@apple_support~1.11.1//platforms:ios_arm64e --cpu=tvos_x86_64 --apple_platform_type=tvos - @@apple_support~1.10.1//platforms:tvos_x86_64 + @@apple_support~1.11.1//platforms:tvos_x86_64 --cpu=tvos_sim_arm64 --apple_platform_type=tvos - @@apple_support~1.10.1//platforms:tvos_sim_arm64 + @@apple_support~1.11.1//platforms:tvos_sim_arm64 --cpu=tvos_arm64 --apple_platform_type=tvos - @@apple_support~1.10.1//platforms:tvos_arm64 + @@apple_support~1.11.1//platforms:tvos_arm64 --cpu=watchos_x86_64 --apple_platform_type=watchos - @@apple_support~1.10.1//platforms:watchos_x86_64 + @@apple_support~1.11.1//platforms:watchos_x86_64 --cpu=watchos_arm64 --apple_platform_type=watchos - @@apple_support~1.10.1//platforms:watchos_arm64 + @@apple_support~1.11.1//platforms:watchos_arm64 --cpu=watchos_armv7k --apple_platform_type=watchos - @@apple_support~1.10.1//platforms:watchos_armv7k + @@apple_support~1.11.1//platforms:watchos_armv7k --cpu=watchos_arm64_32 --apple_platform_type=watchos - @@apple_support~1.10.1//platforms:watchos_arm64_32 + @@apple_support~1.11.1//platforms:watchos_arm64_32 diff --git a/examples/integration/test/fixtures/bazel-6/bwb_replacements.txt b/examples/integration/test/fixtures/bazel-6/bwb_replacements.txt index df09e10979..001acdaeb4 100644 --- a/examples/integration/test/fixtures/bazel-6/bwb_replacements.txt +++ b/examples/integration/test/fixtures/bazel-6/bwb_replacements.txt @@ -1,31 +1,31 @@ -CONFIGURATION-STABLE-0 darwin_x86_64-dbg-ST-44091a50aa6f -CONFIGURATION-STABLE-1 darwin_x86_64-dbg-ST-1136e636ac6d -CONFIGURATION-STABLE-2 darwin_x86_64-opt-ST-3250f3afb420 -CONFIGURATION-STABLE-3 ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-239fe0b91f0e -CONFIGURATION-STABLE-4 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-dbg-ST-ad53065495ca -CONFIGURATION-STABLE-5 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-11738f495f0d -CONFIGURATION-STABLE-6 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-dbg-ST-51e2750ca2cd -CONFIGURATION-STABLE-7 ios-arm64-min15.0-applebin_ios-ios_arm64-dbg-ST-dd747d00752a -CONFIGURATION-STABLE-8 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-dbg-ST-321a83c16bb7 -CONFIGURATION-STABLE-9 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-dbg-ST-b59e586c1d49 -CONFIGURATION-STABLE-10 ios-x86_64-min15.0-applebin_ios-ios_x86_64-opt-ST-43e945a84ca8 -CONFIGURATION-STABLE-11 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-opt-ST-55b45a5ef2a8 -CONFIGURATION-STABLE-12 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-opt-ST-6d6c9d2b3731 -CONFIGURATION-STABLE-13 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-opt-ST-fbfe4a7e5c7c -CONFIGURATION-STABLE-14 ios-arm64-min15.0-applebin_ios-ios_arm64-opt-ST-cf79b15114a9 -CONFIGURATION-STABLE-15 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-opt-ST-525c447d6d39 -CONFIGURATION-STABLE-16 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-opt-ST-3cba48af3744 -CONFIGURATION-STABLE-17 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-dbg-ST-ccba11df6950 -CONFIGURATION-STABLE-18 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-dbg-ST-06adc9da6129 -CONFIGURATION-STABLE-19 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-opt-ST-48020eac92e7 -CONFIGURATION-STABLE-20 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-opt-ST-e8d4f382eeb1 -CONFIGURATION-STABLE-21 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-002696928aef -CONFIGURATION-STABLE-22 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-dd2c7b4368af -CONFIGURATION-STABLE-23 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-995d46a3cb7f -CONFIGURATION-STABLE-24 macos-arm64-min11.0-applebin_macos-darwin_arm64-dbg-ST-11e60bba28a6 -CONFIGURATION-STABLE-25 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-ec9fcd723869 -CONFIGURATION-STABLE-26 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-d9de5e019107 -CONFIGURATION-STABLE-27 macos-arm64-min11.0-applebin_macos-darwin_arm64-opt-ST-cfe951e94a11 -CONFIGURATION-STABLE-28 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-857afb6c423c -CONFIGURATION-STABLE-29 darwin_x86_64-dbg-ST-f9e3970e15cb -CONFIGURATION-STABLE-30 darwin_x86_64-opt-ST-3c9befa7c9ec +CONFIGURATION-STABLE-0 darwin_x86_64-dbg-ST-02a4b1291941 +CONFIGURATION-STABLE-1 darwin_x86_64-dbg-ST-751d70547399 +CONFIGURATION-STABLE-2 darwin_x86_64-opt-ST-ddbfdb97397e +CONFIGURATION-STABLE-3 ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-5117c66073ea +CONFIGURATION-STABLE-4 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-dbg-ST-8615716e5a67 +CONFIGURATION-STABLE-5 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-cbea023087f7 +CONFIGURATION-STABLE-6 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-dbg-ST-23b161211929 +CONFIGURATION-STABLE-7 ios-arm64-min15.0-applebin_ios-ios_arm64-dbg-ST-f476c5a0fb61 +CONFIGURATION-STABLE-8 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-dbg-ST-4909d5dea86a +CONFIGURATION-STABLE-9 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-dbg-ST-38389b922cb4 +CONFIGURATION-STABLE-10 ios-x86_64-min15.0-applebin_ios-ios_x86_64-opt-ST-9afb9f1ff05e +CONFIGURATION-STABLE-11 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-opt-ST-9fb3de9124b6 +CONFIGURATION-STABLE-12 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-opt-ST-f0d258970af1 +CONFIGURATION-STABLE-13 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-opt-ST-0d91956ec674 +CONFIGURATION-STABLE-14 ios-arm64-min15.0-applebin_ios-ios_arm64-opt-ST-1ba25beba6f7 +CONFIGURATION-STABLE-15 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-opt-ST-aef34cd06e60 +CONFIGURATION-STABLE-16 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-opt-ST-7e164cb6b5ed +CONFIGURATION-STABLE-17 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-dbg-ST-f41d81452d51 +CONFIGURATION-STABLE-18 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-dbg-ST-46988b4028ac +CONFIGURATION-STABLE-19 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-opt-ST-dc2873e62d82 +CONFIGURATION-STABLE-20 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-opt-ST-e97cb181ca78 +CONFIGURATION-STABLE-21 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-dcd54b6147a5 +CONFIGURATION-STABLE-22 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-552bcba578e7 +CONFIGURATION-STABLE-23 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-67dc14f25c26 +CONFIGURATION-STABLE-24 macos-arm64-min11.0-applebin_macos-darwin_arm64-dbg-ST-8576908c125f +CONFIGURATION-STABLE-25 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-40f7ed17120b +CONFIGURATION-STABLE-26 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-89f53e3b06a8 +CONFIGURATION-STABLE-27 macos-arm64-min11.0-applebin_macos-darwin_arm64-opt-ST-4374d0294a0b +CONFIGURATION-STABLE-28 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-f3689de7a3cf +CONFIGURATION-STABLE-29 darwin_x86_64-dbg-ST-54adbfc91cb7 +CONFIGURATION-STABLE-30 darwin_x86_64-opt-ST-084db1295ff7 diff --git a/examples/integration/test/fixtures/bazel-6/bwx_replacements.txt b/examples/integration/test/fixtures/bazel-6/bwx_replacements.txt index df09e10979..001acdaeb4 100644 --- a/examples/integration/test/fixtures/bazel-6/bwx_replacements.txt +++ b/examples/integration/test/fixtures/bazel-6/bwx_replacements.txt @@ -1,31 +1,31 @@ -CONFIGURATION-STABLE-0 darwin_x86_64-dbg-ST-44091a50aa6f -CONFIGURATION-STABLE-1 darwin_x86_64-dbg-ST-1136e636ac6d -CONFIGURATION-STABLE-2 darwin_x86_64-opt-ST-3250f3afb420 -CONFIGURATION-STABLE-3 ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-239fe0b91f0e -CONFIGURATION-STABLE-4 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-dbg-ST-ad53065495ca -CONFIGURATION-STABLE-5 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-11738f495f0d -CONFIGURATION-STABLE-6 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-dbg-ST-51e2750ca2cd -CONFIGURATION-STABLE-7 ios-arm64-min15.0-applebin_ios-ios_arm64-dbg-ST-dd747d00752a -CONFIGURATION-STABLE-8 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-dbg-ST-321a83c16bb7 -CONFIGURATION-STABLE-9 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-dbg-ST-b59e586c1d49 -CONFIGURATION-STABLE-10 ios-x86_64-min15.0-applebin_ios-ios_x86_64-opt-ST-43e945a84ca8 -CONFIGURATION-STABLE-11 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-opt-ST-55b45a5ef2a8 -CONFIGURATION-STABLE-12 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-opt-ST-6d6c9d2b3731 -CONFIGURATION-STABLE-13 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-opt-ST-fbfe4a7e5c7c -CONFIGURATION-STABLE-14 ios-arm64-min15.0-applebin_ios-ios_arm64-opt-ST-cf79b15114a9 -CONFIGURATION-STABLE-15 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-opt-ST-525c447d6d39 -CONFIGURATION-STABLE-16 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-opt-ST-3cba48af3744 -CONFIGURATION-STABLE-17 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-dbg-ST-ccba11df6950 -CONFIGURATION-STABLE-18 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-dbg-ST-06adc9da6129 -CONFIGURATION-STABLE-19 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-opt-ST-48020eac92e7 -CONFIGURATION-STABLE-20 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-opt-ST-e8d4f382eeb1 -CONFIGURATION-STABLE-21 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-002696928aef -CONFIGURATION-STABLE-22 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-dd2c7b4368af -CONFIGURATION-STABLE-23 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-995d46a3cb7f -CONFIGURATION-STABLE-24 macos-arm64-min11.0-applebin_macos-darwin_arm64-dbg-ST-11e60bba28a6 -CONFIGURATION-STABLE-25 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-ec9fcd723869 -CONFIGURATION-STABLE-26 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-d9de5e019107 -CONFIGURATION-STABLE-27 macos-arm64-min11.0-applebin_macos-darwin_arm64-opt-ST-cfe951e94a11 -CONFIGURATION-STABLE-28 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-857afb6c423c -CONFIGURATION-STABLE-29 darwin_x86_64-dbg-ST-f9e3970e15cb -CONFIGURATION-STABLE-30 darwin_x86_64-opt-ST-3c9befa7c9ec +CONFIGURATION-STABLE-0 darwin_x86_64-dbg-ST-02a4b1291941 +CONFIGURATION-STABLE-1 darwin_x86_64-dbg-ST-751d70547399 +CONFIGURATION-STABLE-2 darwin_x86_64-opt-ST-ddbfdb97397e +CONFIGURATION-STABLE-3 ios-x86_64-min15.0-applebin_ios-ios_x86_64-dbg-ST-5117c66073ea +CONFIGURATION-STABLE-4 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-dbg-ST-8615716e5a67 +CONFIGURATION-STABLE-5 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-dbg-ST-cbea023087f7 +CONFIGURATION-STABLE-6 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-dbg-ST-23b161211929 +CONFIGURATION-STABLE-7 ios-arm64-min15.0-applebin_ios-ios_arm64-dbg-ST-f476c5a0fb61 +CONFIGURATION-STABLE-8 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-dbg-ST-4909d5dea86a +CONFIGURATION-STABLE-9 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-dbg-ST-38389b922cb4 +CONFIGURATION-STABLE-10 ios-x86_64-min15.0-applebin_ios-ios_x86_64-opt-ST-9afb9f1ff05e +CONFIGURATION-STABLE-11 watchos-x86_64-min7.0-applebin_watchos-watchos_x86_64-opt-ST-9fb3de9124b6 +CONFIGURATION-STABLE-12 tvos-x86_64-min15.0-applebin_tvos-tvos_x86_64-opt-ST-f0d258970af1 +CONFIGURATION-STABLE-13 macos-x86_64-min12.0-applebin_macos-darwin_x86_64-opt-ST-0d91956ec674 +CONFIGURATION-STABLE-14 ios-arm64-min15.0-applebin_ios-ios_arm64-opt-ST-1ba25beba6f7 +CONFIGURATION-STABLE-15 watchos-arm64_32-min7.0-applebin_watchos-watchos_arm64_32-opt-ST-aef34cd06e60 +CONFIGURATION-STABLE-16 tvos-arm64-min15.0-applebin_tvos-tvos_arm64-opt-ST-7e164cb6b5ed +CONFIGURATION-STABLE-17 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-dbg-ST-f41d81452d51 +CONFIGURATION-STABLE-18 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-dbg-ST-46988b4028ac +CONFIGURATION-STABLE-19 watchos-x86_64-min8.0-applebin_watchos-watchos_x86_64-opt-ST-dc2873e62d82 +CONFIGURATION-STABLE-20 watchos-arm64_32-min8.0-applebin_watchos-watchos_arm64_32-opt-ST-e97cb181ca78 +CONFIGURATION-STABLE-21 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-dcd54b6147a5 +CONFIGURATION-STABLE-22 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-552bcba578e7 +CONFIGURATION-STABLE-23 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-67dc14f25c26 +CONFIGURATION-STABLE-24 macos-arm64-min11.0-applebin_macos-darwin_arm64-dbg-ST-8576908c125f +CONFIGURATION-STABLE-25 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-dbg-ST-40f7ed17120b +CONFIGURATION-STABLE-26 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-89f53e3b06a8 +CONFIGURATION-STABLE-27 macos-arm64-min11.0-applebin_macos-darwin_arm64-opt-ST-4374d0294a0b +CONFIGURATION-STABLE-28 macos-x86_64-min11.0-applebin_macos-darwin_x86_64-opt-ST-f3689de7a3cf +CONFIGURATION-STABLE-29 darwin_x86_64-dbg-ST-54adbfc91cb7 +CONFIGURATION-STABLE-30 darwin_x86_64-opt-ST-084db1295ff7 diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/project.pbxproj b/examples/integration/test/fixtures/bwb.xcodeproj/project.pbxproj index 2bf4856948..6557c530c9 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/project.pbxproj +++ b/examples/integration/test/fixtures/bwb.xcodeproj/project.pbxproj @@ -23,1081 +23,1081 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 00905410B5990C1D3CF6B493 /* gcd.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E09BE14C386DF0E9F6F7ACC /* gcd.c */; }; - 00DD9C9CAE510B53BC6752F1 /* ServerHandlerStateMachine+Actions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E298EE31DADFA2A65DB8BEF9 /* ServerHandlerStateMachine+Actions.swift */; }; - 00E680BB4F16EBF612DBBD91 /* asn1_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 5049C25AE931C6ED448C8F10 /* asn1_compat.c */; }; - 00F618FB1D72CD2374104DC3 /* NonBlockingFileIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B66518313E334B9D4ADD05F /* NonBlockingFileIO.swift */; }; - 00FE8393A050940CA0510143 /* aesni-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = B7666B120A5C1A904BC0FFD5 /* aesni-x86.linux.x86.S */; }; - 0180F385D808D4E7667DE98D /* HTTPHeaderValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B4C8B3320CEDCBFEA9559AE /* HTTPHeaderValidator.swift */; }; - 0293361F648794AE5C981116 /* t1_enc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 20DDC1A12F82FA89E163DC58 /* t1_enc.cc */; }; + 0058205AF01674955AE352EB /* HTTPServerPipelineHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CA478AB524B3F467031A805 /* HTTPServerPipelineHandler.swift */; }; + 006B977E8CE214B645150BC0 /* p_dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = B8DB2E3388306968ACAF5A7C /* p_dsa_asn1.c */; }; + 00920724A1F4A96BF11EA0FB /* dh_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A402B1872E470221AB71F8B /* dh_asn1.c */; }; + 012C4678CC0E258D09C5FABA /* sha256-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 5A8EA0BA8E7D3454610DA5A0 /* sha256-586.linux.x86.S */; }; + 01305C27E1B626ECC9E39959 /* a_dup.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F63EA1C6DA0CA358262D431 /* a_dup.c */; }; + 0137FEED4CFEB5E4CEB02979 /* ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = E0A1A9D6D7DEC3234FCD419D /* ctx.c */; }; + 01AC0665EB53601DD1C65E87 /* NIOThrowingAsyncSequenceProducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE679BEA9A0E0D907E65E3FD /* NIOThrowingAsyncSequenceProducer.swift */; }; + 02186CE3744BF9C870932A34 /* MultiplexerAbstractChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAF53650BC77F7EADA9B170A /* MultiplexerAbstractChannel.swift */; }; + 023FD44A38B98DA01D2FD6EF /* HPACKDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7C34876129019F811BC6D65 /* HPACKDecoder.swift */; }; + 0249F9D5EF410C0AB2C0F9D9 /* cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F0E84B000B3B332E75BECD0 /* cfb.c */; }; + 02630922E229309F4B250B14 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A2455092DE26CF11A6636A7 /* Socket.swift */; }; + 02B8C042E54686EE007430D5 /* StreamChannelList.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF703C70BE0680A0F09392B8 /* StreamChannelList.swift */; }; + 02DB3CF30C78A7FB52F9B1F9 /* GRPCClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68F86E3F0DD87F7BB52FF745 /* GRPCClient.swift */; }; 0346657180754C18A506D038 /* AppClip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79B50B7CCD3AC7ECE084459F /* AppClip.swift */; }; - 039C8CCABCB33D202AD04570 /* pem_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 1D9DC7744AAC2C6329F4B4F8 /* pem_pkey.c */; }; - 03A99F125EE84B9B7638E34F /* IndexedHeaderTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DFFBFCF076302759E6D71BB /* IndexedHeaderTable.swift */; }; - 03C1747ADE217DE2A1A798C0 /* GRPCAsyncResponseStreamWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5BFDF190C30AC9E6F41E105 /* GRPCAsyncResponseStreamWriter.swift */; }; - 04296806B8C9B670BBE4EEE8 /* shim.c in Sources */ = {isa = PBXBuildFile; fileRef = ED4291DC3C1572FF97F1A42A /* shim.c */; }; - 043E63D6F81C175EA21B31B3 /* ClientErrorDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 235E714BE0B24EC0BBEA5700 /* ClientErrorDelegate.swift */; }; - 049A8F72898B35330B0A3318 /* des.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E3D708BD6A95E2F7BDACB3B /* des.c */; }; + 0355A6945ED482869C9A9C1F /* s3_both.cc in Sources */ = {isa = PBXBuildFile; fileRef = C583115F0D8B1F7D8EF3CD8B /* s3_both.cc */; }; + 039D593000A6E15FA69BFFBF /* gcm_nohw.c in Sources */ = {isa = PBXBuildFile; fileRef = 9133D1E254F957336779D3A5 /* gcm_nohw.c */; }; + 03D45A6BF3399451C10F2DD2 /* ResponseContainers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C9DE6DDBA28E2C8EF3561F1 /* ResponseContainers.swift */; }; + 03E910E5D356467F4FE268D2 /* JSONSerialization+ByteBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABDCB91952A3366F8580AA1A /* JSONSerialization+ByteBuffer.swift */; }; + 0425A74B02F35E458DA8A2FC /* p_rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = AB00A999AB6F948640F03398 /* p_rsa.c */; }; + 04987B4D048018DE7E649AA5 /* HTTP2StreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15E7F55C59EA087B0B1CDC77 /* HTTP2StreamMultiplexer.swift */; }; 04B631F07067F170C7982BE6 /* Intents.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC986A007D333E3B6F0A9C66 /* Intents.swift */; }; - 0537B976FC64CA55EA0E8E74 /* ControlFrameBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32ED7EAC7D520798345E1605 /* ControlFrameBuffer.swift */; }; - 059C51FB599B36D679E8B879 /* NIOCloseOnErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B9DFDB912F2EC635F058A0A /* NIOCloseOnErrorHandler.swift */; }; - 061F002CF5F57E5794F0C568 /* mem.c in Sources */ = {isa = PBXBuildFile; fileRef = B99F32DA55E3377764E29039 /* mem.c */; }; - 066B5F2644B62214008EA201 /* generic.c in Sources */ = {isa = PBXBuildFile; fileRef = 9E04793A8AB23C2C7761A281 /* generic.c */; }; - 06785690675D9F96C0A3C3FA /* AtomicMemoryOrderings.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2806F7483674F7B5A49DB04 /* AtomicMemoryOrderings.swift */; }; - 06C4125C98B48F55A8EE3D0B /* Deque+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AE93C89135E6F761E9ED671 /* Deque+CustomStringConvertible.swift */; }; - 06CF6FB37AE8DB5218702596 /* sha1-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 506F5FD8C9C3F98682683623 /* sha1-armv8.linux.aarch64.S */; }; - 06D0293774E86257ECB486D0 /* ByteBuffer-aux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 783507673FA3270C50A27AA3 /* ByteBuffer-aux.swift */; }; - 06DA69E2678BA02AE3E4B68F /* RecvByteBufferAllocator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D42A594505E860912406899D /* RecvByteBufferAllocator.swift */; }; - 0751977453331EEFB1102DE9 /* Deque+Testing.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDF1EFAE79269E78D057BEB2 /* Deque+Testing.swift */; }; - 07C3A8C3FFB8699B8826C74A /* ghashv8-armx64.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 49EF95D5E5B83008F37EA6B8 /* ghashv8-armx64.linux.aarch64.S */; }; - 07E1BEEDCB8402C55CC65F10 /* HPACKEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34A68EA0B4F52217597E9D01 /* HPACKEncoder.swift */; }; - 07E53AD44A3ECCAA28FF2711 /* NIOSendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2DEC8E7CEC65E4EE25660D3 /* NIOSendable.swift */; }; + 04E2CA86B997F17D420F5548 /* sha256-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = B4389E50D4F28FECF4906479 /* sha256-armv8.ios.aarch64.S */; }; + 04E4BFD6005F502C3AE98B66 /* PoolManagerStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5350FB2D6F32F6CA232288C5 /* PoolManagerStateMachine.swift */; }; + 053B5C97959670CF68392024 /* x509_lu.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A25E3C9696ABEB0238E74A0 /* x509_lu.c */; }; + 054F8300E4871EB61B625039 /* x509_trs.c in Sources */ = {isa = PBXBuildFile; fileRef = 23A10948B0CFA4851360C0E1 /* x509_trs.c */; }; + 06B20D730905147687432883 /* GRPCStatusMessageMarshaller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40F42E9CCAD7091522513B15 /* GRPCStatusMessageMarshaller.swift */; }; + 071C0E9437ED6C109D7FD061 /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF9E47395633857D23B43270 /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift */; }; + 07350F135BEADB4D02F2BD46 /* EventLoopFuture.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B9D5FCE5F8F7695E33633F /* EventLoopFuture.swift */; }; + 07673D3903A6F73469657D65 /* ChannelHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E3E1A26424A289CC84F0410 /* ChannelHandlers.swift */; }; + 0786A516DB5C1A2B80308FFE /* ssl_asn1.cc in Sources */ = {isa = PBXBuildFile; fileRef = 56542DC3E9D01964E4AB5D09 /* ssl_asn1.cc */; }; + 079CB93AD7722C046760CDA2 /* Visitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6C5E2C60939D1458574320E /* Visitor.swift */; }; 07ED4FAC271EDB8E59AFF1B5 /* c_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AEDEEABC4913622A9147C75 /* c_lib.c */; }; - 07F2C54374EDFBEC0B8D8CD8 /* thread_none.c in Sources */ = {isa = PBXBuildFile; fileRef = A96C115C613347635B76DEBE /* thread_none.c */; }; - 07FFCDA995EB77A8A5A4DD5A /* md5-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = FB7D5B06E207CBDD2C762BB9 /* md5-x86_64.mac.x86_64.S */; }; - 0815B503C888C3C3F816B652 /* SSLInit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F53ABBA724B26DEB08D719A /* SSLInit.swift */; }; - 08270C6CB9E62928B9AFCD3E /* gcm_nohw.c in Sources */ = {isa = PBXBuildFile; fileRef = 979B3F943D7DD5FC8E15D486 /* gcm_nohw.c */; }; - 084827279B4CCBD9E3494311 /* lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27615C5AC51870DC5D64DF5F /* lock.swift */; }; - 0850D2847299E8BC4D6EDAA4 /* GRPCAsyncRequestStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2F30E705149F565B5BB0C00 /* GRPCAsyncRequestStream.swift */; }; - 08620641C7D72A10642E232E /* GRPCTimeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE44D67092FA696470F85443 /* GRPCTimeout.swift */; }; - 0868AEB9716A5521A4A77CD3 /* rdrand-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 9C5B1210C2E8A66151E7CBFE /* rdrand-x86_64.mac.x86_64.S */; }; - 097C0A44BE6C6E64944BBE96 /* ClientInterceptorPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333355479546D3B7D02E8AFD /* ClientInterceptorPipeline.swift */; }; + 089C5AF5E4167D8922706EA5 /* ConnectionStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2BDA08564BFDC34EA9B4F47 /* ConnectionStateMachine.swift */; }; + 089F4C758A47941E0C9C36A5 /* GRPCLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3289A76E2EB7A4E98955B379 /* GRPCLogger.swift */; }; + 08CE13BE48413B6ABCEDEA64 /* p256_beeu-x86_64-asm.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = DD9EAB2D5E7787102336D235 /* p256_beeu-x86_64-asm.linux.x86_64.S */; }; + 08E7C2257C10551DA54E1FC0 /* SafeCompare.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963F1EBBC1458934A5BCD407 /* SafeCompare.swift */; }; + 08FF800A98A56A850B3FDFB5 /* Data+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA7CD53457A5D3036484541A /* Data+Extensions.swift */; }; + 0948C24AE847D0191A072879 /* simple.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F5A86EC03425A016D07A5CF /* simple.c */; }; 099990600DA37A1CEDDFAC42 /* UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DD5DC08825B46B051D74B0 /* UITests.swift */; }; - 09E5E8F5E877821C257193DA /* GRPCAsyncResponseStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = D17705CA7FFC26B6ACD0F3C0 /* GRPCAsyncResponseStream.swift */; }; - 09FA62B3D16DA8C1145D1E4A /* ServerHandlerStateMachine+Finished.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05B94145089416F58DA11426 /* ServerHandlerStateMachine+Finished.swift */; }; - 0A32F516262997122CDB6852 /* IntegerConformances.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83DEA8749719CCAFF5790381 /* IntegerConformances.swift */; }; - 0A831D0CA9CC31FCFDDA357A /* aesni-gcm-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1F55BB91139E585F395D9190 /* aesni-gcm-x86_64.linux.x86_64.S */; }; - 0A87789A8BBB4E3E0A9B24CF /* x_sig.c in Sources */ = {isa = PBXBuildFile; fileRef = B73845678CBC5297BF7C1B59 /* x_sig.c */; }; - 0A9EDDA0C5CCF7C3B95E8992 /* v3_info.c in Sources */ = {isa = PBXBuildFile; fileRef = 40B96C977C3C5FEED1590385 /* v3_info.c */; }; - 0AC6D408D81193A24605C4CC /* ServerInterceptorStateMachine+Finished.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6587E1530852583FE7953BCF /* ServerInterceptorStateMachine+Finished.swift */; }; + 09AFC64DECC6D9936091A302 /* connect.c in Sources */ = {isa = PBXBuildFile; fileRef = 0AE8589E67D20D8444D0D271 /* connect.c */; }; + 09F1332B915E8F31B43949C5 /* cpu_aarch64_freebsd.c in Sources */ = {isa = PBXBuildFile; fileRef = 1637498F923027F9C2D96A6C /* cpu_aarch64_freebsd.c */; }; + 09FFE1C865BBECF57BFD7C2A /* a_octet.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C4CA38C11E9EF3EAAE43571 /* a_octet.c */; }; + 0A5A7D657C11D6C6B80F69F9 /* TLSEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7762EC53DA4592E7A93406EC /* TLSEvents.swift */; }; + 0A851189D2CCC58DFA3F122A /* derive_key.c in Sources */ = {isa = PBXBuildFile; fileRef = 92377A46B8133B3C6B31C023 /* derive_key.c */; }; + 0A8B1D8A6FE80C0C4684B6BC /* Deque.swift in Sources */ = {isa = PBXBuildFile; fileRef = D29837ABDEE32A8289840432 /* Deque.swift */; }; + 0AAD2D34A201F62E05492C77 /* sha1-altivec.c in Sources */ = {isa = PBXBuildFile; fileRef = 9E273C378A683E86984337F6 /* sha1-altivec.c */; }; 0AD6C294B129C8943456C601 /* private_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = FDE262D83CA79BF809694381 /* private_lib.c */; }; - 0ADFE4D22FEAA52263F9759B /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = EDA6F1D7703B82DF151CEDDB /* md5.c */; }; - 0AF2067670E99DD1C4D7EBA3 /* x_exten.c in Sources */ = {isa = PBXBuildFile; fileRef = 8253F179CF81DA323FFC1918 /* x_exten.c */; }; - 0B15A9D43861B77650098590 /* Deque+Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AAC1525DB5993BA37D69E53 /* Deque+Hashable.swift */; }; - 0B3F53482699889BC4DA8C15 /* armv4-mont.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 6B0F8092877FD57370D00143 /* armv4-mont.linux.arm.S */; }; - 0BCD970A8CE7D09E5610050A /* tasn_typ.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B4CCA01D12E269993C6954F /* tasn_typ.c */; }; - 0BCEE96F6FAC9D6EBCB7AA9C /* empty.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A84347975C2116971C89627 /* empty.c */; }; - 0BE2837CA3EE1D69F1BAA1A7 /* Message+JSONAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A87801194035A8F3CC20DA4E /* Message+JSONAdditions.swift */; }; - 0C0153E96FF964C5CBF12C9B /* ClientConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 972C886B0E478B5566739D9F /* ClientConnection.swift */; }; - 0C573B864722D6CE69D99D1B /* AtomicRawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B89931E9EDFBA63AF1F36B2E /* AtomicRawRepresentable.swift */; }; - 0C5D8185005C67F8A8FA8247 /* ssl_transcript.cc in Sources */ = {isa = PBXBuildFile; fileRef = D60232937BE778A76D1C47E6 /* ssl_transcript.cc */; }; - 0C604983012AC5C5A877022C /* HTTP2Frame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23044741B95064C6C33D475B /* HTTP2Frame.swift */; }; - 0D2C09C2617202D2E40BF775 /* GRPCStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF714466D31C0346421D9DC2 /* GRPCStatus.swift */; }; + 0AF6D4DF2C985F1551855AAF /* AnyUnpackError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E07333037FF1E580977BA0B /* AnyUnpackError.swift */; }; + 0B1DD181C4972E2D7068487E /* ec_montgomery.c in Sources */ = {isa = PBXBuildFile; fileRef = 6C15E7519D52E8526F1BC116 /* ec_montgomery.c */; }; + 0B395413538ED8F35C9F6C85 /* CustomJSONCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BC5D12643DCC2D4C0E50B8 /* CustomJSONCodable.swift */; }; + 0B73ACC16ACFA03AF7783C65 /* ControlFrameBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4FDD2AE10BC54071B8ACB60 /* ControlFrameBuffer.swift */; }; + 0B740FA94BD07E1AAB7BC16E /* DynamicHeaderTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 442E9441B6EDF174A361B117 /* DynamicHeaderTable.swift */; }; + 0C17150133F690F80810246B /* PooledChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C5D3F91803A2A8F8155000F /* PooledChannel.swift */; }; + 0C6F689FB8EFB7D3E4108555 /* IntegerBitPacking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2890D844968911E44DC6D8DA /* IntegerBitPacking.swift */; }; + 0CC1763FC56DB70DCDB07643 /* v3_ncons.c in Sources */ = {isa = PBXBuildFile; fileRef = 99B2ACE2C9B9F235CC42166C /* v3_ncons.c */; }; 0D38F4C869767F1A3B4648CA /* tvOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B56D9298492068E642846F0 /* tvOSApp.swift */; }; - 0D3CE04B07D4D8181B90319D /* StreamMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4127423E61FEAF0FE805A0C1 /* StreamMap.swift */; }; - 0D71BF4C8F73916BEA57C13D /* DebugInboundEventsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DBF80AC7647A05837201D49 /* DebugInboundEventsHandler.swift */; }; - 0DA8D20D879B1F235D6174DE /* e_tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 3DAD95E53BFD94D499FE4D38 /* e_tls.c */; }; - 0DB1A1119D8DD8528A4164AB /* ghash-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 0212BE67D07635D5139105CF /* ghash-armv4.linux.arm.S */; }; - 0DC825055BF8421B08E2FE67 /* algorithm.c in Sources */ = {isa = PBXBuildFile; fileRef = BD5CD00104F2726F4F98E783 /* algorithm.c */; }; - 0DE51135E5336D904F4B91D5 /* p_ec.c in Sources */ = {isa = PBXBuildFile; fileRef = 17524D2251C225B58DDECCDA /* p_ec.c */; }; - 0DECC9E9AD3877493E23BC49 /* GRPCLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24006752EAC15DCC7103DA47 /* GRPCLogger.swift */; }; - 0E2D3E98F287B6259EDD359A /* GRPCAsyncUnaryCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96393E0C1A5D7D91F83B85B0 /* GRPCAsyncUnaryCall.swift */; }; - 0E3AD32FAF311C305DE29F84 /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041E6AF2DBFD1C01E1D41778 /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift */; }; - 0EB228A6C96CE0E8865DA657 /* GRPCWebToHTTP2ServerCodec.swift in Sources */ = {isa = PBXBuildFile; fileRef = A01DAEADAD689FCD0DC57D75 /* GRPCWebToHTTP2ServerCodec.swift */; }; - 0EE765EAD17EDC5802F3A92E /* check.c in Sources */ = {isa = PBXBuildFile; fileRef = 68DE99830B15042919576C21 /* check.c */; }; - 0EF33224422C36B0720E5AC5 /* aesni-gcm-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = A8376D3CC446480EF1C98A32 /* aesni-gcm-x86_64.mac.x86_64.S */; }; + 0D782370AF24908808B6E267 /* BaseStreamSocketChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBA5E97BB2E8F6BE36B75864 /* BaseStreamSocketChannel.swift */; }; + 0E02119F1153A43E02C3B725 /* ssl_key_share.cc in Sources */ = {isa = PBXBuildFile; fileRef = 02AAAAD31C120AEA8E1E0B1E /* ssl_key_share.cc */; }; + 0E982AB153536938610BE926 /* RequestResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59C0E766E5448D76C8FAE840 /* RequestResponseHandler.swift */; }; + 0EBEB934EB1D73D1B3B0A841 /* TCPOptions+SocketChannelOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63F066A9D4BA12747D2E97C1 /* TCPOptions+SocketChannelOption.swift */; }; + 0EBF9810016BA37915CAD0DC /* QuiescingState.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4BA6C6DFE295C9468B4B159 /* QuiescingState.swift */; }; + 0ED61237689EE46C4CBB5216 /* bsaes-armv7.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 87498204D061433ACFDFA630 /* bsaes-armv7.ios.arm.S */; }; + 0ED8D4C57EBCD4115BDF070A /* ec_key.c in Sources */ = {isa = PBXBuildFile; fileRef = F85217900C958CADE134C93F /* ec_key.c */; }; + 0EE0998B401FBA90CAF7AE71 /* tls_record.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0187D6D713B90C631E3E6ECA /* tls_record.cc */; }; + 0EF572CCAFAE7AF6CD991F6B /* SubjectAlternativeName.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD86DD8DFDB7FB7B577C614A /* SubjectAlternativeName.swift */; }; + 0EF740815605FA58F2438147 /* fd.c in Sources */ = {isa = PBXBuildFile; fileRef = 5043F85AC80BFBD3C2DA3FE9 /* fd.c */; }; 0F10E1E66B5D243245850C73 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F430FA1AB345C9D772DC1948 /* main.m */; }; - 0F2FBE858924342D741E7F89 /* HTTP2ToRawGRPCServerCodec.swift in Sources */ = {isa = PBXBuildFile; fileRef = C48ED4A37B7C2DF3BCC658C9 /* HTTP2ToRawGRPCServerCodec.swift */; }; - 0F66BBB662BAB5FAE99D26A9 /* StringUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E45A357A7A6C6F27A26E4BC /* StringUtils.swift */; }; - 0F80DB8A68D66BA2F6A6043A /* sha512-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = D470196D5EC5894EECF5B1A2 /* sha512-armv8.linux.aarch64.S */; }; - 0F91D8C8D90CE2B4FB161EDA /* ConvenienceOptionSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = D328914F90A09CD2FB55B793 /* ConvenienceOptionSupport.swift */; }; - 101D1C3CCB8F0D287D5412B8 /* ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B3F5764B49BC6833C11931A /* ctx.c */; }; - 1044129EB4A6D0CF2AAA2679 /* x_algor.c in Sources */ = {isa = PBXBuildFile; fileRef = EF801E9175D44739CB5CFC30 /* x_algor.c */; }; - 1071E763AD1CCDB31A29A6B9 /* Locks.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4B1BB8B0CE2D99F6AF54352 /* Locks.swift */; }; - 110C07DC49B3DF453B7D693E /* v3_cpols.c in Sources */ = {isa = PBXBuildFile; fileRef = A79F4A85A33519D3DDD856F1 /* v3_cpols.c */; }; - 1124E5A3E05DDB1B9913E52F /* PipeChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E4863377B4C9F3FFFFEEB68 /* PipeChannel.swift */; }; - 11345DC669F6C7287730D0A2 /* BinaryDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1B3C8A4BF5869E3E573CEF2 /* BinaryDecodingError.swift */; }; - 11C69F13F435C77C13C076F2 /* BinaryEncodingSizeVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CB00EE0BCA6F85FAF34E41E /* BinaryEncodingSizeVisitor.swift */; }; - 1346D46013396C73B62C7937 /* refcount_lock.c in Sources */ = {isa = PBXBuildFile; fileRef = B851EE0E6D6EF2C2F7EA14E7 /* refcount_lock.c */; }; - 136ED52400D1AB05F0B3042D /* hexdump.c in Sources */ = {isa = PBXBuildFile; fileRef = B0FE7D9B955D503625038C97 /* hexdump.c */; }; - 1385F938026855E011F16A29 /* poly_rq_mul.S in Sources */ = {isa = PBXBuildFile; fileRef = 855A5929B88DD206CE2E6562 /* poly_rq_mul.S */; }; - 145BAD8C5C36442E5AAA2C6B /* chacha-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 730DD6316603799BA2CCB1DE /* chacha-armv4.ios.arm.S */; }; - 149392768386E5C2EA5AA917 /* x_pubkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 782021A065251DA0CE096C1B /* x_pubkey.c */; }; - 14EE22338807774D62EFEE52 /* HTTP2Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24BA3882DBA346EC98972CC0 /* HTTP2Error.swift */; }; - 151DD9E1259E4D741457AD73 /* JSONEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6B76F5B0BB16373EB6FF94 /* JSONEncodingVisitor.swift */; }; - 156F2AA4E33C21638DC01FCF /* v3_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = E128BC14D65D6D2E66747549 /* v3_conf.c */; }; - 15A85B3A2C007DD2FEE0EFD3 /* tls_record.cc in Sources */ = {isa = PBXBuildFile; fileRef = FDBCAC0313D6A14E303A66E6 /* tls_record.cc */; }; - 15B4465ED1128D1358021873 /* GRPCChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C8117A10FD9F01631A3B331 /* GRPCChannel.swift */; }; - 15E278D1998C5183E0A491AE /* NIOTSErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09B9132FC9BF67FF73B55B49 /* NIOTSErrors.swift */; }; + 0F4638106C87A3770F8ED2BA /* blinding.c in Sources */ = {isa = PBXBuildFile; fileRef = 7AA6CF9509D2FB11F8945FD6 /* blinding.c */; }; + 0FD5904D864F5057CB0E69F5 /* vpaes-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 2ED89750E4B8324F68CED103 /* vpaes-x86.linux.x86.S */; }; + 10268298627612881C8E421A /* ServerInterceptorStateMachine+Finished.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08E73F2A7C5BE003D09136C /* ServerInterceptorStateMachine+Finished.swift */; }; + 1045CA3BC17B76CD4E48B830 /* SSLCallbacks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2225C2FBBEDA42FC27DE13F7 /* SSLCallbacks.swift */; }; + 112D252C2CED3DA159084032 /* add.c in Sources */ = {isa = PBXBuildFile; fileRef = 951F8E911AEAED0B31DE618D /* add.c */; }; + 1164FE3C5CBED0562C257441 /* ExtensionMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C3B45EE0E843A7FF478A662 /* ExtensionMap.swift */; }; + 11693698ACF379BB8092961F /* Google_Protobuf_Duration+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5E56E5B256AC21BBA4AAA64 /* Google_Protobuf_Duration+Extensions.swift */; }; + 12C4FB73FFAF84FB4D759F15 /* AtomicOptional.swift in Sources */ = {isa = PBXBuildFile; fileRef = D201026FCEDE57B9639EB7C4 /* AtomicOptional.swift */; }; + 12CADA51387F4E7A34E92606 /* GRPCClientChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECFC680681572B405863B82C /* GRPCClientChannelHandler.swift */; }; + 12EDDD02F3DCD1DF8BE56259 /* NIOTSErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C3529E181D18689585096B2 /* NIOTSErrors.swift */; }; + 135B28F36069A31AB4B32F48 /* Google_Protobuf_Value+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 027DAD0F202AE12322836F46 /* Google_Protobuf_Value+Extensions.swift */; }; + 13AEE5A0D37D93A47582555D /* NIOAny.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6616472700E2D782DF2BF3E3 /* NIOAny.swift */; }; + 13D764D06F079B34A1308BF6 /* GRPCKeepaliveHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42D56A1CF21B3BD60B21E81A /* GRPCKeepaliveHandlers.swift */; }; + 140483B53EC69272D18E1F3E /* RemotelyQuiescingState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8D044A302A1D46FB4A4BDF6 /* RemotelyQuiescingState.swift */; }; + 1409ECF092C2D7A0A1FD1CB7 /* GRPCAsyncUnaryCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC0F8D222566BD152A42926 /* GRPCAsyncUnaryCall.swift */; }; + 140A73BE1C2DCDB55EAAB2C6 /* pem_oth.c in Sources */ = {isa = PBXBuildFile; fileRef = 6507A22B1CE07BE6584CEF43 /* pem_oth.c */; }; + 1433CC60AC3CB4C2D1B484CF /* tls_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = ED1CB27CD23615D16AF5606D /* tls_cbc.c */; }; + 146D5A46AD8DA81F805F6A28 /* NIOSSLHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BE35C8EC48A373F1CA9AC3 /* NIOSSLHandler.swift */; }; + 14C59723FCF913DA213E6DF2 /* shim.c in Sources */ = {isa = PBXBuildFile; fileRef = 6024EA427547E5C2E977EE64 /* shim.c */; }; + 15690B0040D4D73D79FB3A64 /* cipher_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = FD45824930165831AB8A9F55 /* cipher_extra.c */; }; + 159CD1CB46C36210FC1935CA /* AtomicInteger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B9A163D4B02F6946B33446C /* AtomicInteger.swift */; }; 16090771122E9CFE8204077A /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6099E27BEC9EBE71CF9C44 /* main.swift */; }; - 1611A21CB8F8723E7F2E014C /* CallOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78803FCC6A6A75B244DA5A54 /* CallOptions.swift */; }; - 162F65DEB388EBEE087870F9 /* SendingHeadersState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3495F25CDFE941CA31F72DE7 /* SendingHeadersState.swift */; }; - 16542D974E1DA2AF616BFEFD /* NIOSSLSecureBytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 196F41121F604A376C7E465F /* NIOSSLSecureBytes.swift */; }; - 1661CFED045375E90FF96E02 /* GRPCContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D4CBBEDEE31BCD1B4803DF /* GRPCContentType.swift */; }; + 161A2096F717B323D8621B7D /* tasn_fre.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CBC89DE09262A7A4C43E11C /* tasn_fre.c */; }; + 162D3D39844D20769B62F6B3 /* pmbtoken.c in Sources */ = {isa = PBXBuildFile; fileRef = 932E434DE78044D0B1D12ABA /* pmbtoken.c */; }; + 1669D5387CB2D3914F4811E8 /* ClientConnection+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 605B8C7F5A195D573F94D2B3 /* ClientConnection+NIOSSL.swift */; }; + 1696CB5F00784687E1B963A8 /* Bootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = F58101378F4172C111D9F6B4 /* Bootstrap.swift */; }; + 16C4C950E0A90CF810A0CD8D /* FixedLengthFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E8CCDBE1D365549F1444FA5 /* FixedLengthFrameDecoder.swift */; }; 16C8B0DDC77672C5D32F2ADB /* client_main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 807438DF70F38B5587CA5799 /* client_main.swift */; }; - 17130C1D4AB7CCC735455470 /* TimeLimit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49B1232519A4A5C74800C34F /* TimeLimit.swift */; }; - 181090E94EC2D9D29B140804 /* refcount_c11.c in Sources */ = {isa = PBXBuildFile; fileRef = D262BD06922E18CF0B5F210C /* refcount_c11.c */; }; - 182A312B68BD9412C35CCD56 /* handshake_client.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3710DF0782398253FCAC218E /* handshake_client.cc */; }; - 18C1D0FFBC2E509321ECC090 /* spake25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 167D8F55FF943122E0D73C93 /* spake25519.c */; }; - 18C68ECF95E8ABFEFD435A46 /* ssl_session.cc in Sources */ = {isa = PBXBuildFile; fileRef = 76B9A3B4874A2C4C625CFD3F /* ssl_session.cc */; }; - 18DDAB35EE1161C1CF850B3E /* BinaryDecodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A37A9E403C8849DF2E8121C /* BinaryDecodingOptions.swift */; }; - 18F568700B6D70E08E7348ED /* v3_bcons.c in Sources */ = {isa = PBXBuildFile; fileRef = D443BD14E81009859F887A54 /* v3_bcons.c */; }; - 198AD8549301C9CC8A2713E5 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7DEB85D69E2B39129F6D99 /* Socket.swift */; }; - 1A1CB5141D6E60AD682FAD39 /* ecdh.c in Sources */ = {isa = PBXBuildFile; fileRef = BB4ED261D70886633A774A55 /* ecdh.c */; }; - 1A3FE9B14775EA13EA4F36BF /* DebugOutboundEventsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB9EA0BA873B42FC4D5E0E /* DebugOutboundEventsHandler.swift */; }; - 1A7CF4EA035C25495CBE7BE3 /* x509_vpm.c in Sources */ = {isa = PBXBuildFile; fileRef = 22F764F91933A9EEB474D43C /* x509_vpm.c */; }; - 1AEE846BDC95C8BD2BC2981C /* IntegerBitPacking.swift in Sources */ = {isa = PBXBuildFile; fileRef = F415829F88083AAA309C5CD8 /* IntegerBitPacking.swift */; }; - 1B963F338382958EBDDA4DF2 /* ByteBuffer-int.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74A16A6D28539C120016C8E3 /* ByteBuffer-int.swift */; }; - 1BCE47707C6DEA1B10D78ECD /* GRPCKeepaliveHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 604FC3EB6E0E5EA18014535E /* GRPCKeepaliveHandlers.swift */; }; - 1BF58C501B4EA1AB1B6A05B0 /* Stopwatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF27FFE5AAB52CEB67C41BF4 /* Stopwatch.swift */; }; - 1BFCA465DD4930BA4A069072 /* i2d_pr.c in Sources */ = {isa = PBXBuildFile; fileRef = 473850BBB33D75E1F88C70A1 /* i2d_pr.c */; }; - 1C31A4C889B0FC560708279A /* Google_Protobuf_Any+Registry.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DF5B2C92CAF5F60D99E2A7 /* Google_Protobuf_Any+Registry.swift */; }; - 1C32F4C1CA4854C5AD21B8A5 /* a_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = 5F3D30EADC43FAA263E3B2F3 /* a_sign.c */; }; - 1C4FEAE1B97D9B1BC8D62054 /* StreamChannelFlowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 248E82DE8E79D9400D8FCF6F /* StreamChannelFlowController.swift */; }; - 1D25641C2A3BB284CAD87868 /* name_print.c in Sources */ = {isa = PBXBuildFile; fileRef = 7629790D0313E6764199C573 /* name_print.c */; }; - 1D64FAB042AD442105586E9C /* GRPCStatusMessageMarshaller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045334138D66B89718B2C840 /* GRPCStatusMessageMarshaller.swift */; }; - 1D841122C7BAF6F0DA5E8204 /* ByteBuffer-multi-int.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA8BBA0A4874FCE3DC878C53 /* ByteBuffer-multi-int.swift */; }; - 1DD46091A7821C3F8BDD839C /* SendingWindowUpdateState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85154D28ACD5B6E937D11BD8 /* SendingWindowUpdateState.swift */; }; - 1DE71352AAA752CE15DE74FE /* sha256-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = EF040550C3F4A83AF0DEE7A7 /* sha256-armv4.linux.arm.S */; }; - 1DF785F747F42A3D1BDFCD2D /* rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 14BE02BB7D798884046D7BC8 /* rc4.c */; }; - 1E7D8A902874292CA431DE5A /* ssl_asn1.cc in Sources */ = {isa = PBXBuildFile; fileRef = D6707334D1F20DB994B361D6 /* ssl_asn1.cc */; }; - 1EE7FA927A3500708F50C75B /* ConnectionManagerID.swift in Sources */ = {isa = PBXBuildFile; fileRef = EACA36FF52711CD6636DAC49 /* ConnectionManagerID.swift */; }; - 1F1884B59F8DA1B46D2AD5F6 /* AsyncTestingChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0DAC701353142A48DC4DBCF /* AsyncTestingChannel.swift */; }; - 1FDF86662A6F74F8D87894C7 /* passive.c in Sources */ = {isa = PBXBuildFile; fileRef = E075452BC1A80D2E6877C6EE /* passive.c */; }; - 1FF16402653BF55C9DB2E1F4 /* SelectableChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46DAC0A39273DDA5C7F25E29 /* SelectableChannel.swift */; }; - 202080B3CF18DEBD8B952EB8 /* ZigZag.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4627E9371ADF15F78EC4D5C /* ZigZag.swift */; }; - 209C87A78A715B61EE5C1580 /* pcy_tree.c in Sources */ = {isa = PBXBuildFile; fileRef = E885CE730360C266DCDD3D62 /* pcy_tree.c */; }; - 20AF182ABB4E25EF606B8B18 /* hrss.c in Sources */ = {isa = PBXBuildFile; fileRef = EEA55A428D54622499B54D4D /* hrss.c */; }; - 211439065CF62421D1AA35D4 /* ssl_file.cc in Sources */ = {isa = PBXBuildFile; fileRef = 361DAA159888ED7A73EF0417 /* ssl_file.cc */; }; - 2120AF595F006A332618C27E /* ServerBuilder+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E166CEA4F954A1943E7E3EF /* ServerBuilder+NIOSSL.swift */; }; - 215181CD76F6553F0BA1064A /* GRPCChannel+AsyncAwaitSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = E99F7A5573112ECE122779AC /* GRPCChannel+AsyncAwaitSupport.swift */; }; - 2174B418DE2449D8165E82A7 /* UnsafeMutableBufferPointer+Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56515B727C57802D240D247 /* UnsafeMutableBufferPointer+Utilities.swift */; }; - 21FC516D74C6AFEBB40738FC /* simple_mul.c in Sources */ = {isa = PBXBuildFile; fileRef = 429BEF55673CBC7732815D9B /* simple_mul.c */; }; - 223F541A2EF184D76BD8FF7F /* Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D60E86F1F4D0E560006A3DD /* Linux.swift */; }; - 225366C918BC8CEAE11C54C0 /* BSDSocketAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB958E9943B26632BF464F28 /* BSDSocketAPI.swift */; }; - 226B7C42355C09F56103AC81 /* IntegerBitPacking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 268EEEE8554E74BC65849245 /* IntegerBitPacking.swift */; }; - 228C20DE4BB4DD54E3AB4296 /* p_hkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F7CFE8EAA769F4CF3E639D5 /* p_hkdf.c */; }; - 236202B106F658BEE2DF72F2 /* ExtensionMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 895CE0499405A14904AF8BE7 /* ExtensionMap.swift */; }; - 2362A4ADC605E6A36DB5B35F /* GRPCIdleHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F962ABCEE45E04FB4BD53AD /* GRPCIdleHandler.swift */; }; - 23E6C6B7F4A7654CBE234CFF /* shift.c in Sources */ = {isa = PBXBuildFile; fileRef = 4AA53A6491464015A71FAE68 /* shift.c */; }; - 240AC11FB3D0EBE1911EF008 /* NIOLockedValueBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4A054856A23A9C9C484B26A /* NIOLockedValueBox.swift */; }; - 24480B418F2CE99656317A37 /* chacha-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 797511E8E1EC9C3FD5BB1DE7 /* chacha-x86.linux.x86.S */; }; - 244DDDDB054E53297C7E0255 /* ProtoNameProviding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88E82ED6262BFBD2F72338CC /* ProtoNameProviding.swift */; }; - 249FEED796BEF33BAF987433 /* EventLoop+Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 134156DB9D0CC8866313E308 /* EventLoop+Deprecated.swift */; }; - 24AEEF5C5C1497B9F466C409 /* Enum.swift in Sources */ = {isa = PBXBuildFile; fileRef = F116CEB57D02201C004FC7E9 /* Enum.swift */; }; - 24E446003BBEC4A5EAE9B4D6 /* InboundWindowManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C52CCCC49D2701D01E8DCFBD /* InboundWindowManager.swift */; }; - 2505FC321DB97C9B03FED406 /* UnknownStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E0A3AAAA3BD9F555DF0C188 /* UnknownStorage.swift */; }; - 2569D4DDABB6CF2875554053 /* cpu_aarch64_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = 20EBF23FCCA6D56C121D3C28 /* cpu_aarch64_linux.c */; }; - 25C2C979B7D4C6148B396C58 /* GRPCClient+AsyncAwaitSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00432F8C0DAE9AAE1FA38ACD /* GRPCClient+AsyncAwaitSupport.swift */; }; - 27FC037E801BEA0E7DE782E8 /* JSONDecodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79BDFEBB055D093EE0E5ED22 /* JSONDecodingOptions.swift */; }; - 28042FFCBDA5A3169E8BDA9C /* ServerHandlerStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92A5B05632790B3E9AE5470B /* ServerHandlerStateMachine.swift */; }; - 280549FD69D369743EC18B8E /* StreamLender.swift in Sources */ = {isa = PBXBuildFile; fileRef = E75A862D3437F6F22A2FB783 /* StreamLender.swift */; }; - 282CAD2ECE37E4FB0684F816 /* obj.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FE7C5BDA808A189A0F0C94A /* obj.c */; }; - 28C9B0EFCA7170906D455E5A /* FieldTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E63F943435F619A264FC240 /* FieldTypes.swift */; }; - 293D70F8B0F381CE39B813CE /* unicode.c in Sources */ = {isa = PBXBuildFile; fileRef = 929A1FCA8C5DABBB0E7EBD17 /* unicode.c */; }; - 29866B532C29160A81ED4482 /* p256_beeu-armv8-asm.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 7246EDB8D0F6F0763689E4EF /* p256_beeu-armv8-asm.ios.aarch64.S */; }; - 299DBD4117CB2F6562689C3F /* cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = 315CC1098D6A94E63DB6C35F /* cipher.c */; }; - 2ABF7FE1D8163BA9C2F6C052 /* Google_Protobuf_ListValue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1E73A7709555DF2044C67A /* Google_Protobuf_ListValue+Extensions.swift */; }; - 2B1391C61A4EB99DB5185F39 /* SSLPKCS12Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C1B7BF6BF3A2048E9521B0A /* SSLPKCS12Bundle.swift */; }; + 17A1A8651458729E05A6B705 /* ProtobufMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 726821E11FE289EA8E3C5BBA /* ProtobufMap.swift */; }; + 17C3C4345B93235AABD030F3 /* crypto.c in Sources */ = {isa = PBXBuildFile; fileRef = 69A30A6911BEDFEA65D0F7B0 /* crypto.c */; }; + 17C60D3DDF5EC03A9C2551C0 /* _MessageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906C58759C3C4B4F0D40BAC /* _MessageContext.swift */; }; + 17D3F4C27E98B36C3AD249AD /* UnaryCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7321FBFD6C088A6EB6B6F1AF /* UnaryCall.swift */; }; + 1882E74E7C5E6317C78B8F92 /* IOData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6315B8567F9178FD9D34C3A4 /* IOData.swift */; }; + 188B3234125977029F37BDDF /* DelegatingErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C267460DF2525DA7CBB6BB6 /* DelegatingErrorHandler.swift */; }; + 18A3B6F7579811E57044D541 /* TextFormatDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = D592157542727331A1133A96 /* TextFormatDecodingError.swift */; }; + 18D73C52928BE9EA2768F374 /* thread_pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = 93D16BC0A47EC26DB57A2812 /* thread_pthread.c */; }; + 18F994E1628041FD9A267D86 /* x509_set.c in Sources */ = {isa = PBXBuildFile; fileRef = 7FC70289217FACA0FF7E6A6A /* x509_set.c */; }; + 19334B3E4D95FF3EA91D48B2 /* evp_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F18E87F8019BFDAF6385175 /* evp_ctx.c */; }; + 19726DF1C326B86E34D25777 /* c_nio_http.c in Sources */ = {isa = PBXBuildFile; fileRef = 9FCC2A016F9018FEB1E85E7C /* c_nio_http.c */; }; + 19AA8DF0E1B872BD7DEBF30A /* SelectiveVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1331F20F26920D565AA32AA3 /* SelectiveVisitor.swift */; }; + 19D6E80DE2B13A57680626EB /* div.c in Sources */ = {isa = PBXBuildFile; fileRef = 5DB17E9D9A964F0C25EA4C3B /* div.c */; }; + 1A440D5430FA1C8E145236C9 /* v3_pmaps.c in Sources */ = {isa = PBXBuildFile; fileRef = AD1437871727D4CBF9DF4A82 /* v3_pmaps.c */; }; + 1A4E17F1C0A8358DD9BE910E /* trust_token.c in Sources */ = {isa = PBXBuildFile; fileRef = 529031AD67A52C94CE424060 /* trust_token.c */; }; + 1AA80B3B1BB4E3F3B268E131 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA6CE1078B66D63FD2001A43 /* Utilities.swift */; }; + 1AC254D46CD0C65A4149CDE9 /* s3_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = A6E01B6BDE8BB394141145C0 /* s3_lib.cc */; }; + 1AF434668F40BCE73909E3DA /* padding.c in Sources */ = {isa = PBXBuildFile; fileRef = E1A0A36D60D43C5305C9F375 /* padding.c */; }; + 1B168D2B2BF0C8DCEB4EE6B7 /* ServerStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30390DE8C519EB3591397E13 /* ServerStreamingCall.swift */; }; + 1B729619665BE554859647D9 /* sha256-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 54A4A27B072E9D0DC367428A /* sha256-x86_64.linux.x86_64.S */; }; + 1B7B66FD285303412BEE7780 /* rand_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 170F625F98C85E3FAC19ED4B /* rand_extra.c */; }; + 1BA8F251EECD5F543C2385E9 /* ControlMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = F667B7952D0981DF5E87F516 /* ControlMessage.swift */; }; + 1BA9E8AB2874DC402487097D /* DeadChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5D2EF349D53AFC5973A4A54 /* DeadChannel.swift */; }; + 1BE6A72ECBB0EF6707EB9E73 /* BSDSocketAPIPosix.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1345522C2AC15E0744281BA /* BSDSocketAPIPosix.swift */; }; + 1C35C8231E303BC2A247652C /* aes128gcmsiv-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 46F3A86A7E596CAC96CF4210 /* aes128gcmsiv-x86_64.linux.x86_64.S */; }; + 1C6004C0EAF5679D8D7F10D7 /* pkcs7.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CE7F48B171BBD6AAFAF11DE /* pkcs7.c */; }; + 1CBEF16CE58C3C265517CF3C /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = C7AB00F4735710E7D6334307 /* err.c */; }; + 1CC39BA612362C18170B4243 /* conf.c in Sources */ = {isa = PBXBuildFile; fileRef = 85CE264F864027EEEC765BDC /* conf.c */; }; + 1DA41E7396AD6D04A61E6E69 /* ConnectionPool+PerConnectionState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 413AC15F6A12E30FC1A459EC /* ConnectionPool+PerConnectionState.swift */; }; + 1DFB91AEF645658899318829 /* v3_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 99FE8BC3EF981F5D45DF362E /* v3_lib.c */; }; + 1EB09B4E726A9AA1A1420116 /* x509_obj.c in Sources */ = {isa = PBXBuildFile; fileRef = D93FAAE688BE0CA0A259E432 /* x509_obj.c */; }; + 1EEFCAAE32E611B17A445830 /* x86_64-mont5.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 9162BD675DDF1C6842248DA8 /* x86_64-mont5.linux.x86_64.S */; }; + 1F0781DFD5876D8F89532759 /* Message+JSONAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 679DD377E36CC59008D41C8C /* Message+JSONAdditions.swift */; }; + 1F1348E30FF67ED678874AC3 /* x509_att.c in Sources */ = {isa = PBXBuildFile; fileRef = CF8F49631645BE140635B456 /* x509_att.c */; }; + 1FAD129A7BD8CD41F31BE305 /* IndexedHeaderTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 347BE04E4834356C32AEADB1 /* IndexedHeaderTable.swift */; }; + 1FCDEDBC156290CF33A9DF00 /* UnsafeMutableBufferPointer+Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 631C2ED78CED0AE740F3FA89 /* UnsafeMutableBufferPointer+Utilities.swift */; }; + 2018D43BA2A15EAE302BFC30 /* tls13_both.cc in Sources */ = {isa = PBXBuildFile; fileRef = FE8936F68AFE23916021A971 /* tls13_both.cc */; }; + 20365FC03E603812E0DDD76D /* v3_cpols.c in Sources */ = {isa = PBXBuildFile; fileRef = 786EF3EDA8858DB2169AA4A8 /* v3_cpols.c */; }; + 20AD06F5D42758F2C8CABFFF /* DebugOnly.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1EABC9DAA56E88B898835A9 /* DebugOnly.swift */; }; + 21129BC072603CDE4E28D140 /* x509spki.c in Sources */ = {isa = PBXBuildFile; fileRef = 349DA7FC9A7C6DEAE536FF4C /* x509spki.c */; }; + 219C58E58B53ABB8DF738670 /* ServerSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = CADDEAF53FD631523CF5352C /* ServerSocket.swift */; }; + 21AD5BBEF7EFEA5D09FD6463 /* mul.c in Sources */ = {isa = PBXBuildFile; fileRef = 50DCFE51ACAEFDA0C7758317 /* mul.c */; }; + 21AE67EB2B6573BB749204FC /* ghashv8-armx32.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 7A77A3C9326925C33B71DC67 /* ghashv8-armx32.linux.arm.S */; }; + 21D0178EA3A7628E72E8DFB2 /* ClientTransportFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0444ED6A785FB196AE6D67D /* ClientTransportFactory.swift */; }; + 21F485F4F0092268762E25F7 /* HasFlowControlWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBF100115C8709887261447A /* HasFlowControlWindows.swift */; }; + 220C1993B58AB0C0AABBAFA1 /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 804CDCE66117DFC2D32D1124 /* aes.c */; }; + 220F33EF6EF2B824B0FF7FC4 /* armv8-mont.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = CBA233387BDD65DD0E2F61C9 /* armv8-mont.linux.aarch64.S */; }; + 222598CDD61E89F69D6699F0 /* p256_beeu-armv8-asm.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 025B346B557E966B5E6A2593 /* p256_beeu-armv8-asm.ios.aarch64.S */; }; + 222DB7C1EF071E2031A096BB /* SimpleExtensionMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60FD8508486F6A76B70C0A3E /* SimpleExtensionMap.swift */; }; + 2279AE5A1EFF12A95797228B /* v3_pcia.c in Sources */ = {isa = PBXBuildFile; fileRef = FD22F522FD7E500F7754E9AC /* v3_pcia.c */; }; + 22CD0DF2F2C1D4C0C18B77C3 /* chacha-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = CC5379E9212FE8FE81945572 /* chacha-armv4.ios.arm.S */; }; + 22E766DD5F606391B0ECDAEB /* Call.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06899B243D4C33DF96C7AF17 /* Call.swift */; }; + 23286376A8B30E38B2FC214D /* cpu_aarch64_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = EBE33F77238676D55AA79DBF /* cpu_aarch64_linux.c */; }; + 235D4E2EFC799260B278903E /* p256-x86_64-asm.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = E297394BB013D9F5F795964C /* p256-x86_64-asm.mac.x86_64.S */; }; + 23684757C5BB79EEDD90EC74 /* v3_alt.c in Sources */ = {isa = PBXBuildFile; fileRef = CDCD1BA58A666A1B465B952C /* v3_alt.c */; }; + 23C04AB03D9391E8B32AC89D /* HPACKErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C138ECF39399D5DCCD64B7D /* HPACKErrors.swift */; }; + 23F6E89EDE3B5A3296EB21E6 /* d1_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5E94C57514DF286876C54F26 /* d1_lib.cc */; }; + 243CE24CB4ADAA32DB5B277B /* d1_pkt.cc in Sources */ = {isa = PBXBuildFile; fileRef = EE8C7DAF27F08CA4CCB7BD53 /* d1_pkt.cc */; }; + 2456C6BE9DDCC256805ED761 /* pem_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 7FE7AB1EAC680E5ED8EB1032 /* pem_x509.c */; }; + 246DFA437FF89FDD043B3AF8 /* c_nio_api.c in Sources */ = {isa = PBXBuildFile; fileRef = 55073C2090218AEF82014C4E /* c_nio_api.c */; }; + 24AC28B6E151C5288CD69E18 /* poly1305_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 926A8954E71AEA7712D6F1BC /* poly1305_arm.c */; }; + 24D2623CB704A6278FC90351 /* MayReceiveFrames.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD082766D161CAA0FF72B8A9 /* MayReceiveFrames.swift */; }; + 24F36ECF26A55F87B3047AAA /* ReceivingHeadersState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70A36363A70731258E8104C6 /* ReceivingHeadersState.swift */; }; + 253042ECF93E8064F52F14E0 /* ghash-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 7A755F3B0CB61A422B15F5CE /* ghash-armv4.ios.arm.S */; }; + 2563C1460AF8F190D55BE134 /* scrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B9CBCC206104E0710B5A80C /* scrypt.c */; }; + 25858F6562D7F22977284CFC /* chacha20_poly1305_armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 5D4ED9F44A5DA1A881F9521F /* chacha20_poly1305_armv8.linux.aarch64.S */; }; + 262A165E14FF52350511FF2A /* StreamStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92F7F18322B3F2086FB38CFC /* StreamStateMachine.swift */; }; + 26550F4219595939B257620B /* ServerBuilder+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 073F100461D8E5F422B74EE8 /* ServerBuilder+NIOSSL.swift */; }; + 26E4E75356268E6D5704B9EA /* armv8-mont.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 58E97062F03D3AAC6363B3BC /* armv8-mont.ios.aarch64.S */; }; + 274A8F5E75062542DCD229B5 /* Message+BinaryAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19AC54B73016F334DC79BE96 /* Message+BinaryAdditions.swift */; }; + 274CCD4D8F768F555C3DDE47 /* ReceivingWindowUpdateState.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE5020C14B4C654BAF67E076 /* ReceivingWindowUpdateState.swift */; }; + 27F1DB06369566353B9F561F /* f_int.c in Sources */ = {isa = PBXBuildFile; fileRef = 262568D2DCD6F4772FEAF34E /* f_int.c */; }; + 27FEAC3E855CDA8F9C8E10C8 /* descriptor.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DA9F9E770D0C9A2C7966335 /* descriptor.pb.swift */; }; + 28897E64407FACDD77B49B81 /* mode_wrappers.c in Sources */ = {isa = PBXBuildFile; fileRef = 698F5B6584BA2C7D0C85C1FB /* mode_wrappers.c */; }; + 28C7514F1DDA35A31508158B /* lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B8362E60CC7373252C65EB /* lock.swift */; }; + 28E4822632B77D7F5900C340 /* chacha-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = C7C47D28D73B4F6759D39CB1 /* chacha-armv8.linux.aarch64.S */; }; + 2926380E49E06ACB9FC4B894 /* NonBlockingFileIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78D16BE84432764A1037A0F /* NonBlockingFileIO.swift */; }; + 2A2A1C4BDCDFC22A172572D6 /* ChannelOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E56DA6B7384B84D65B3A7D2 /* ChannelOption.swift */; }; + 2A39DDF8918A60E4FE282386 /* ReceivingGoAwayState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C39F9930DC0F2C18F7A5C81 /* ReceivingGoAwayState.swift */; }; + 2A5F3330182DDD6EEBA9D9B6 /* shift.c in Sources */ = {isa = PBXBuildFile; fileRef = F096C025E439F4A39EA7B552 /* shift.c */; }; + 2A98BA52404136884EC47CA1 /* key_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 85202A1EB27F5E4D2110277D /* key_wrap.c */; }; + 2B0E44DD4CAB5260822019B8 /* StateMachineResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB236E340131F0E2D1708B8 /* StateMachineResult.swift */; }; + 2B1B303DEC388B97581426A7 /* bn_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 6157C36D97B8951FEB71A288 /* bn_asn1.c */; }; + 2B28F7BD8D1190C8618AC2B9 /* e_tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 27B26D013B4A6A84975F7205 /* e_tls.c */; }; 2B3114C83DE57CC2954C9D7F /* Person.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 835E4C020EFB67227082C881 /* Person.pb.swift */; }; - 2B983201673C154403219379 /* SelectorGeneric.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5875A1795BA3B23B8386D3A8 /* SelectorGeneric.swift */; }; + 2B327DBA98264A4E208E710F /* md5-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = A2E705C89A8E5F82E94E2AC2 /* md5-x86_64.mac.x86_64.S */; }; 2BD74950D211A4072C51A73B /* WatchOSAppExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B175955D9351877CB9A87F1D /* WatchOSAppExtensionTests.swift */; }; - 2CA9C85A602BC9A9A234E0FF /* AsyncTestingEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = E29E8C186ADFE8E7C110C0EF /* AsyncTestingEventLoop.swift */; }; - 2CD2D3FEC019A90ACE1E0E89 /* Message+JSONArrayAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89B7A55DF68203FF72C62543 /* Message+JSONArrayAdditions.swift */; }; - 2CDABF1B9B64F9F17691BCFF /* sha256-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 2ABC3FBD53E4F9DBC908F3D6 /* sha256-armv8.linux.aarch64.S */; }; - 2D0B927E481E79E1FA7478A9 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6333557A3CE2963935EBD0BC /* Logger.swift */; }; - 2D424233B02A6402C6412D41 /* x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E621852678A61351B8331C9 /* x509.c */; }; - 2DA31D843EE094DC77BC0747 /* _DequeBufferHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3891B3745B26F3F4A5D4F6A /* _DequeBufferHeader.swift */; }; - 2DEB1BFE1449B53C0A59C208 /* v3_ncons.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A18F9241BB626BE5D776815 /* v3_ncons.c */; }; - 2E404595F15FC36F40A78E55 /* ctrdrbg.c in Sources */ = {isa = PBXBuildFile; fileRef = 0564E98FE0C8ACC92F3626D3 /* ctrdrbg.c */; }; - 2F0AD9DEEDC0151DFB0ADC52 /* poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = EF2D1029971BE9C72051E717 /* poly1305.c */; }; - 2F49C646FDC247CAED03368E /* NIOTSEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = D83E089A4C662DB664CD53F9 /* NIOTSEventLoop.swift */; }; - 2F8643A83772C9F8FE6EB900 /* ex_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 978F51ABCFB3FCCFBB20C584 /* ex_data.c */; }; - 2FA8109BA15EB71A12C3ABC1 /* tasn_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = FCF3317CCBF0A6449B6BC2E6 /* tasn_dec.c */; }; - 2FBB8B58F115F045AA7D5F7F /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = 1FF53913F815EB52F505A608 /* err.c */; }; + 2C18A6E6A2075AC7301EC8B5 /* ServerHandlerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCDDF9763503B69BF8B2682A /* ServerHandlerProtocol.swift */; }; + 2C4A46F56AB24DDD8E58F8DB /* SocketChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CA6A5859BBB1F38261F54C7 /* SocketChannel.swift */; }; + 2C6595974844286F4FE6BDB4 /* ServerHandlerStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 652FE201FC9FF0DEBE8A263A /* ServerHandlerStateMachine.swift */; }; + 2CB6F024C559D485CA5D2FB9 /* ServerCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B97D728F6F910D085A6B392 /* ServerCallContext.swift */; }; + 2D01C8660E624C7329E332DC /* NIOTSConnectionChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C54D3E39C6D9ABCCC339BFD5 /* NIOTSConnectionChannel.swift */; }; + 2D9B5C3B057B999B008A9C71 /* IntegerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B9E6FA55532215926BDD7FC /* IntegerTypes.swift */; }; + 2DDC03C9C439E36610E46C77 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = ADE8EC8755C9C098E1946894 /* hmac.c */; }; + 2E126DA041834816D915F236 /* GRPCSendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5F2314C04847E911610DEF0 /* GRPCSendable.swift */; }; + 2E18ECD24751D42EE7A9AF89 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 569B17BFDCAD955C71F5C5AF /* Logging.swift */; }; + 2E6B5FC8EE4F96084D441B70 /* FileHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C34BA08B46E81215EE6A897 /* FileHandle.swift */; }; + 2E6FCF3CB5211A5F71DD28AE /* JSONEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84FF0BB7C3885C6CCCBF85AC /* JSONEncodingVisitor.swift */; }; + 2EC18EDAB1DBB0B71C0D5F93 /* shim.c in Sources */ = {isa = PBXBuildFile; fileRef = 43086758046F311DC89A34F8 /* shim.c */; }; + 2F247FD60D934C5879F0F7BA /* SendAndReceiveGoawayState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 965CE74E0E0EEF5FBB5C1CAB /* SendAndReceiveGoawayState.swift */; }; + 2F49116227781DD109482E05 /* asn1_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D85AEDDD1D035A4828E777B /* asn1_compat.c */; }; + 2F6F12ECFF69A7ACD1DB0B4C /* poly1305_vec.c in Sources */ = {isa = PBXBuildFile; fileRef = 2433D844C2DD7F7A3EB9D0FA /* poly1305_vec.c */; }; + 2F9EEC92A9DFBE34EB2076C2 /* IdentityVerification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A42A8AE561538DA2D27F75 /* IdentityVerification.swift */; }; + 2FD8B03A947BDA5FF173EDBC /* ByteBuffer-foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56DCD14FA8579B34CFE67CE8 /* ByteBuffer-foundation.swift */; }; 2FDF644045F0B48556D63A99 /* Answers.h in Headers */ = {isa = PBXBuildFile; fileRef = 9FB807E65788589E5F03DF37 /* Answers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2FEB34DA59243502EDBAAD07 /* connect.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A51D71E6EA19C63C02BF43C /* connect.c */; }; - 313381F33366D0710E608E5B /* NIOTSChannelOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10793318F09D29F941ACE4A /* NIOTSChannelOptions.swift */; }; - 314535CEE0E218F2CFC79DB1 /* JSONScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C969F62DE8A8B24B8F943D3 /* JSONScanner.swift */; }; - 31606F90DFD26F84752A134C /* HTTP2FrameParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5046DC4D17F93D06A2B2D876 /* HTTP2FrameParser.swift */; }; - 3207750EBB317C4AA2022C07 /* HappyEyeballs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 956F08D09A848D75ACACD0F1 /* HappyEyeballs.swift */; }; - 3209E1D26699413BA94266BB /* pem_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4ED67DA163ED7D4651EE64E1 /* pem_lib.c */; }; - 32AAA0623014B3E0F7722884 /* ghash-ssse3-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = F218988F8D4C323B707016A7 /* ghash-ssse3-x86.linux.x86.S */; }; - 32E6C3977C7971E43C48F846 /* dh_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 81208049402F93CB26EFE3C8 /* dh_asn1.c */; }; - 3341730C480F8AC48DCFFA1A /* CompressionAlgorithm.swift in Sources */ = {isa = PBXBuildFile; fileRef = B50AD2860EE9CA018D76F716 /* CompressionAlgorithm.swift */; }; - 334C21F5520345B9F8E96F13 /* thread_pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = 45030FC8782F3EFFA8609124 /* thread_pthread.c */; }; - 338FC42A651D58A08FFCBADD /* buf.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F4B2D861FA60B08F58F9DBD /* buf.c */; }; - 33A07B156947EF159563DB1B /* vpaes-armv7.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = C6845DD97D2C428898809097 /* vpaes-armv7.ios.arm.S */; }; - 34418DC1CA572DDFAB970956 /* pem_xaux.c in Sources */ = {isa = PBXBuildFile; fileRef = 834D41F1A0AE32FF2949A24C /* pem_xaux.c */; }; - 344C78E4138EB5720F7294FF /* HTTP2ToHTTP1Codec.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EB97B352CF9ABFEB081EE2 /* HTTP2ToHTTP1Codec.swift */; }; - 345A03B4CAA16E54E06A0300 /* duration.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F05FACEAC34A98C19928CC2 /* duration.pb.swift */; }; - 34AD5945BD8FFF48EECF5DB4 /* ClientCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB64C33EA7A5CED2035C5BC4 /* ClientCall.swift */; }; - 34E20D5B12BC76FE1819F5E4 /* HuffmanTables.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDD0D5951BBE6FDA636F2F02 /* HuffmanTables.swift */; }; - 34FE2EFCAA8D359DEF038C61 /* ClientStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31D43AFC615F9183EC1A8AF1 /* ClientStreamingCall.swift */; }; - 3506551B4FE47ECBFD250A20 /* NIOThrowingAsyncSequenceProducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578F52DCE72D08465BA35A96 /* NIOThrowingAsyncSequenceProducer.swift */; }; - 353988DC819BAA030CBB4385 /* ghash-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1C653531F5B74A1A6925B5D4 /* ghash-x86_64.mac.x86_64.S */; }; - 3544A7182460C8C273B23C1E /* any.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24B59C211BE80789E2894CEA /* any.pb.swift */; }; - 3577266911040C6C30605169 /* siphash.c in Sources */ = {isa = PBXBuildFile; fileRef = 3BA17C580DF06316DD7EAECF /* siphash.c */; }; - 3596E9C1BF56214EFAE5D4B4 /* a_time.c in Sources */ = {isa = PBXBuildFile; fileRef = 8CB640E4AEC4166A8EA2FB86 /* a_time.c */; }; - 359F652D9F591485C65C65F2 /* Deque+CustomDebugStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = D62C76AC55E240ECB85027CE /* Deque+CustomDebugStringConvertible.swift */; }; + 302857B58C76DF326A8B9FF6 /* RecvByteBufferAllocator.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB96F4F930DA3E0446057A9F /* RecvByteBufferAllocator.swift */; }; + 30D825008BB1AE238659E6A9 /* v3_bitst.c in Sources */ = {isa = PBXBuildFile; fileRef = B4EEEB21E43990A7814FA672 /* v3_bitst.c */; }; + 30F4548E9CFB31CA0EABF9AE /* HighLevelTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94894E2A14C99AB545793B63 /* HighLevelTypes.swift */; }; + 31882A49FD2D539BE2C44EF9 /* extensions.cc in Sources */ = {isa = PBXBuildFile; fileRef = EC46378496BCCD25C9192642 /* extensions.cc */; }; + 326BF9DB83B899F0E40ECCAE /* pkcs8.c in Sources */ = {isa = PBXBuildFile; fileRef = 1D04AC5912950C3EABE0652F /* pkcs8.c */; }; + 328AB44ED3916EB54900A8BB /* GRPCContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D713363C7FA7CD7A70D0922 /* GRPCContentType.swift */; }; + 3299D57F54755119DE9F0E89 /* GRPCAsyncResponseStreamWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFD4CD2F5EA8562B428E6B8E /* GRPCAsyncResponseStreamWriter.swift */; }; + 32AF30A374953B0048EEB41F /* GRPCTLSConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39932390B521A094C42CA110 /* GRPCTLSConfiguration.swift */; }; + 32D37029DBEFBED032329AE4 /* NIOExtrasError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90E91B3EBB4D2236B96B9FE8 /* NIOExtrasError.swift */; }; + 32D581646798A7E7DE99C4A6 /* ctr.c in Sources */ = {isa = PBXBuildFile; fileRef = 74C8575A62CCDCE67971A56A /* ctr.c */; }; + 333494E8C74311107C478BD4 /* SSLCertificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78B8AC24E9725E8CAA19E705 /* SSLCertificate.swift */; }; + 3392F981DC401AE54CEE61CD /* sha1-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = B34C502CFC5722BF30FCC71B /* sha1-armv8.ios.aarch64.S */; }; + 33CBA3B2755878712490E021 /* convert.c in Sources */ = {isa = PBXBuildFile; fileRef = 70C87B50DD6DB6EBDAE1A247 /* convert.c */; }; + 33CFC5C649BAB2CB9B2E9903 /* hkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C63425E5075CA09550EB090 /* hkdf.c */; }; + 33D72512C20B547269EF85B4 /* aesni-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 4B8DCAA7D10B03137ED4BE88 /* aesni-x86_64.linux.x86_64.S */; }; + 349B87C412F7B93E660583CE /* curve25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 45DEF065F9485A545430331E /* curve25519.c */; }; + 34EB2160E850365B365F8D15 /* SendingPushPromiseState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93EA66050028F224FBA7232E /* SendingPushPromiseState.swift */; }; + 34EBE0EC1C2F18B91B41C2A5 /* ReadWriteStates.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC054C6C5D8FBB807A752C8E /* ReadWriteStates.swift */; }; + 351A7EE57AB44DF4EC06265A /* file.c in Sources */ = {isa = PBXBuildFile; fileRef = BDDA92C487F8192CD82363F5 /* file.c */; }; + 359FCFEBA040A4ACF27F8A20 /* NIOAsyncWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9602007BBFB34FD3307FE42B /* NIOAsyncWriter.swift */; }; 360B96836FE8A752496FEEF0 /* UITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3011BD0422D96A2C7321B982 /* UITestsLaunchTests.swift */; }; - 364A542039EB7F1D41458229 /* SSLPrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB940170749F990BFA2D79D8 /* SSLPrivateKey.swift */; }; - 364C8A3752542DF3AE96B302 /* ConnectivityState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 912CC97D0727DE10821086E0 /* ConnectivityState.swift */; }; - 36568459ABB3B21F774921FF /* sha1-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 8B36AD8FD4C01B80318189B2 /* sha1-x86_64.mac.x86_64.S */; }; - 365F2EB83E415589E4D3ED9C /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0458A93B61392AB544084FD /* Version.swift */; }; - 368AC0CCC5B6F09DBB9773D9 /* MaySendFrames.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D1233B03AE8E577832BCB72 /* MaySendFrames.swift */; }; - 36E63D3D53C33F9622D1F2E5 /* aesv8-armx64.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = D8D8689BCD3689080B6B2A1F /* aesv8-armx64.ios.aarch64.S */; }; - 36FF49ED3C6648C782E534E0 /* liburing_shims.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E022FBD95EF0E745171B270 /* liburing_shims.c */; }; - 3749D3324940BB5566B918F0 /* crypto.c in Sources */ = {isa = PBXBuildFile; fileRef = 463035B323EF285F6559E744 /* crypto.c */; }; + 361BDA2849DDCAA9CD2BBBFD /* NIOTSListenerBootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 730CF3EB9EF84082F04E3730 /* NIOTSListenerBootstrap.swift */; }; + 3647C77BB64C234931BB6696 /* digest.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BEEE57CE7C8E6CFC8B5EBB7 /* digest.c */; }; + 368A5D96CEA68ED1761301BB /* ctrdrbg.c in Sources */ = {isa = PBXBuildFile; fileRef = 32C3E6B504714DF97C4B8CED /* ctrdrbg.c */; }; + 368FE71326E3302A82913B48 /* c-nioatomics.c in Sources */ = {isa = PBXBuildFile; fileRef = 6877C5533AAD87E2E117CF95 /* c-nioatomics.c */; }; + 3735DFB2301A1DC9B3A1F1BE /* UniversalBootstrapSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED369D0C52C4B8926D04920E /* UniversalBootstrapSupport.swift */; }; + 376400EC1CEBBE06CD4C5B87 /* ObjectIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FB07472F6ADA12D7607E677 /* ObjectIdentifier.swift */; }; + 378F4197742C088FFF3F6C7B /* fips.c in Sources */ = {isa = PBXBuildFile; fileRef = 84760E75EEBDC2C02C1F0B03 /* fips.c */; }; 37A264D4244A371BCF944571 /* UI.h in Headers */ = {isa = PBXBuildFile; fileRef = 7012DFA199E3E0FCA0E6EEBF /* UI.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 38411BC278D70E121692AFF5 /* fork_detect.c in Sources */ = {isa = PBXBuildFile; fileRef = 1FECB8FD261E92B0FE7EE4CF /* fork_detect.c */; }; - 38A46A77030D9BE0FD0B9291 /* NIOHTTPObjectAggregator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F0EF31C14B4D8437B53E7E /* NIOHTTPObjectAggregator.swift */; }; - 38FB3C1F7984A806B41CFE67 /* v3_ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 73E213E98185C761D260CC81 /* v3_ocsp.c */; }; - 391947E10896E9BABCDD23D4 /* Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA34607A6C039688A0F53306 /* Internal.swift */; }; - 39334A0B5AA77FAD4F707D8B /* ghash-ssse3-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 5562B28BB84FD705AD84F715 /* ghash-ssse3-x86_64.linux.x86_64.S */; }; - 396E3FA64D8F4F59F9F594A0 /* x_req.c in Sources */ = {isa = PBXBuildFile; fileRef = 3CD3A6D56A4F18756D2CF22C /* x_req.c */; }; - 39CE4BFFE0DB288A36D57E05 /* HTTP2ToRawGRPCStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55DB3E8BEA6D9EF9E6CA898D /* HTTP2ToRawGRPCStateMachine.swift */; }; - 39EEC3F9B37F72623F027EDC /* x_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = FEEE413C1B521047520BF86D /* x_pkey.c */; }; - 3A045CAAE1C569842B3A296B /* TLSConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEBF866A7D610DD62BCC6330 /* TLSConfiguration.swift */; }; - 3A3ADC2B1D37B63AC5D93660 /* Google_Protobuf_Struct+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 438CDCD113F963A23BB52602 /* Google_Protobuf_Struct+Extensions.swift */; }; - 3A9F4890EBD13E7DF86143DD /* EventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81CDF534C020CBF6A8AAB9AA /* EventLoop.swift */; }; - 3AB4A097E1AE5F89AF7914F8 /* ClientTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF889E49ABC7D536873E30B4 /* ClientTransport.swift */; }; - 3AD33C09D45D25F53EF2683F /* TCPOptions+SocketChannelOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9261D19835E216F060320BB0 /* TCPOptions+SocketChannelOption.swift */; }; - 3AE296A8A34CDF21670C2624 /* WebCORSHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA3271F3ED0B7092496157F6 /* WebCORSHandler.swift */; }; - 3B4AD7AA44CB2EDE314C0BE3 /* SendingPushPromiseState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81483CD1EF00E2F231B079DD /* SendingPushPromiseState.swift */; }; - 3B5C77976BBAEF3955A63924 /* mode_wrappers.c in Sources */ = {isa = PBXBuildFile; fileRef = 207DD894123342A0A4B9A939 /* mode_wrappers.c */; }; - 3B808AAE95DD67BF0C7E2A1C /* sha256-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = C25B2C4A98F653B48F071CCC /* sha256-586.linux.x86.S */; }; - 3BB51F2012CBA65C20430477 /* cpu_intel.c in Sources */ = {isa = PBXBuildFile; fileRef = 740DD6D72599FC5D820B1749 /* cpu_intel.c */; }; - 3C612AC3595CCE53E6AB9F46 /* x86_64-mont.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = EC343AAE75A57D25E2A1F818 /* x86_64-mont.linux.x86_64.S */; }; - 3D45C5C95CD9B80575FDF24A /* ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 65528BA3D500EEB118262D00 /* ecdsa.c */; }; - 3DFD7E9059FA318E8CB0100C /* ssl_privkey.cc in Sources */ = {isa = PBXBuildFile; fileRef = A861528F30EFC2589A5C2147 /* ssl_privkey.cc */; }; - 3E006B3EAC6123EDF767AADD /* LinuxCPUSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ABB3826C830B16DE37923D0 /* LinuxCPUSet.swift */; }; - 3E1BF89B568ADEAD58ACD29E /* AtomicStrongReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F77D879A61B2F2D89A52285 /* AtomicStrongReference.swift */; }; - 3E724A97CD0C9E647F2DD48E /* e_rc2.c in Sources */ = {isa = PBXBuildFile; fileRef = B1A12715E73FD1FC87663006 /* e_rc2.c */; }; - 3E729FF1E05DDAE969304CE8 /* aead.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E6B4444CF251193023C18BE /* aead.c */; }; - 3E92C55971401FEE84046536 /* rsa_pss.c in Sources */ = {isa = PBXBuildFile; fileRef = 4314B97AFB5648916D8349E4 /* rsa_pss.c */; }; - 3EAC59748CFA5D9842B27D90 /* aesv8-armx32.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = A57EF6D74830FF2B689D1C66 /* aesv8-armx32.ios.arm.S */; }; - 3EE085544CA8D1351D332335 /* WatermarkedFlowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C6949D8A289D41B3E16215D /* WatermarkedFlowController.swift */; }; - 3EF29D73806591A978A616EA /* armv4-mont.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 2C04B1231EC1362F57746E05 /* armv4-mont.ios.arm.S */; }; - 3F586B4089BF5793D0803C76 /* a_print.c in Sources */ = {isa = PBXBuildFile; fileRef = 93A4B8225DE99E7A8B65F73A /* a_print.c */; }; - 3FDF86405C6CC98055DD2B81 /* BidirectionalStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C9DF5CD8750B5BC01C05BE2 /* BidirectionalStreamingCall.swift */; }; - 4048093C79CF00B944F14DEC /* pbkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BB7543A431AE24084E9721C /* pbkdf.c */; }; - 40B38EA02966CCC2A63A000B /* UniversalBootstrapSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 000C47F36886FBF5843070A3 /* UniversalBootstrapSupport.swift */; }; - 40D9207BD4BCC2FAF6346A96 /* _UnsafeWrappedBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF56FD8311E07CF480A8EF0 /* _UnsafeWrappedBuffer.swift */; }; - 4116B69AC3861C47A8D91A0D /* LengthPrefixedMessageReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 858B3BD0968F9BF1BFFC2286 /* LengthPrefixedMessageReader.swift */; }; - 41B2694BB8F35D3141C44DA6 /* x_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = F904F2DD3E7F3B050E2EAF82 /* x_x509.c */; }; - 42A57E242C61945FEEB59C58 /* div_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 53050BDEDB06DEE78E4D53D6 /* div_extra.c */; }; - 42BCC3EBC02C4A478AC00FC4 /* chacha20_poly1305_x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = D78EACE260948748C4B81D38 /* chacha20_poly1305_x86_64.mac.x86_64.S */; }; - 42CF6CE15CF2FA4747287F09 /* d1_pkt.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5E81B1675DA6857961CC2F0F /* d1_pkt.cc */; }; - 42EC239995AC0E2B8DE163EF /* x_spki.c in Sources */ = {isa = PBXBuildFile; fileRef = B5A59538FBD693BF5D377C6B /* x_spki.c */; }; - 42F335E01A7331BCBAF39276 /* SocketAddresses.swift in Sources */ = {isa = PBXBuildFile; fileRef = A00DB7AC62BC24649521AC05 /* SocketAddresses.swift */; }; - 4342B100D793D5B00BB76310 /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC082A955BD4553FCB9808CA /* Version.swift */; }; + 37AB8880F3DAD7393BD1CE24 /* fuchsia.c in Sources */ = {isa = PBXBuildFile; fileRef = F2676AC4AAC639CF117B26E7 /* fuchsia.c */; }; + 382ECF41381A484E64130D35 /* p256-x86_64-asm.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = EE3BBE06EEEC82B9FD21A5FD /* p256-x86_64-asm.linux.x86_64.S */; }; + 3856059074C7F131D2D8A4F2 /* JSONEncodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C2718F3595F6E1805679AAF /* JSONEncodingError.swift */; }; + 388D00D86E94938C6C5A964E /* prime.c in Sources */ = {isa = PBXBuildFile; fileRef = 90513443BD13E83390BD3163 /* prime.c */; }; + 38AF0990150250FF5D9E4877 /* wrappers.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4310FEDE6D103ACFE52B7A30 /* wrappers.pb.swift */; }; + 39154A5C825AFF1EED1C8D9A /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = F7BD1A0A2E480D9F51BD9690 /* base64.c */; }; + 398DBFA921788F605E392401 /* TextFormatDecodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21EEC20F1DF6185210093E5F /* TextFormatDecodingOptions.swift */; }; + 3A809FA94FC615AE4941467D /* sign.c in Sources */ = {isa = PBXBuildFile; fileRef = 0375D275C55B7F154C0E7CDC /* sign.c */; }; + 3A9227181ADE6D096D292CFA /* Google_Protobuf_Wrappers+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30F35122DC27F6DA2491FFAA /* Google_Protobuf_Wrappers+Extensions.swift */; }; + 3AB05C0ADC5F4F0971BB9B2C /* x_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = 613BF350ED3996E1E9B2F963 /* x_x509a.c */; }; + 3B239C9FAF7B5A64BA0D1E6D /* GRPCAsyncServerStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4926A7D48E5A5328C15B941E /* GRPCAsyncServerStreamingCall.swift */; }; + 3B86F86E31EEC7ADC303FD7A /* x_spki.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E38AFE68F06F4458D738DD8 /* x_spki.c */; }; + 3BA7114F324108AEE8568AE4 /* BinaryEncodingSizeVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68D3366BA3C02D5F8B99E95 /* BinaryEncodingSizeVisitor.swift */; }; + 3BA88C803169AC0452D08550 /* TimeUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C45936BB620209BD8C5EA2E /* TimeUtils.swift */; }; + 3BD7B03E99117A333D1F67B5 /* Error+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36B69911453EC70D226CFAD /* Error+NIOSSL.swift */; }; + 3BE6BEB410914B790E40550F /* LinuxCABundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BDAF4A32D87625DBF2153A2 /* LinuxCABundle.swift */; }; + 3C565826A87A2E4CC6729C79 /* tasn_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = EE1532FF50F5D82FD174FE5E /* tasn_dec.c */; }; + 3C6B427C79BD765B32B16A0C /* HTTP2ConnectionStateChange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74CEE1C967A3581032C90662 /* HTTP2ConnectionStateChange.swift */; }; + 3CD74E7E9E78D4A0288779BB /* x_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A22B1718C72346331C5F8CC /* x_crl.c */; }; + 3D1362DB10B4AF09C8A80882 /* v3_genn.c in Sources */ = {isa = PBXBuildFile; fileRef = 0942D266029188C4FBCF6FAF /* v3_genn.c */; }; + 3D18596B61CF5704EACBCC96 /* ghashv8-armx64.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1C772CC30B97C0005A32565D /* ghashv8-armx64.linux.aarch64.S */; }; + 3D570EA2FA9B45DC841C1941 /* MessageEncodingHeaderValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1077051AA481DCA1E1E6A8C /* MessageEncodingHeaderValidator.swift */; }; + 3D5794BDBFB568CEB9E1A544 /* t_req.c in Sources */ = {isa = PBXBuildFile; fileRef = B07FACB738B760DC78E52AAF /* t_req.c */; }; + 3D68F0C275870793BB3B4B0D /* x86_64-mont5.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = E7A8E88D1CDB0B2DC8ED4535 /* x86_64-mont5.mac.x86_64.S */; }; + 3DD4BAB318BEF127A872348A /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C4309F2820E16B01B1ECA43 /* Message.swift */; }; + 3DEFC2DAD322359AB0894982 /* BSDSocketAPIWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94D30B5D5D025D6F7F872BE9 /* BSDSocketAPIWindows.swift */; }; + 3E00C7F394F9A47DCE4EB9F4 /* QuiescingHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = B199D28750BD614E92CB579F /* QuiescingHelper.swift */; }; + 3E2832C73CD325080ACB9E2C /* ExtensionFields.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A8543B30D41B32BD3F6C6AA /* ExtensionFields.swift */; }; + 3E36F1F48D75BA129D6A3621 /* ByteBuffer-int.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B36D7184C1A3F37C5560864 /* ByteBuffer-int.swift */; }; + 3E6DE5DE1866F2333E5E5BAA /* ssl_session.cc in Sources */ = {isa = PBXBuildFile; fileRef = D818CC395CB65FF54C0DE16E /* ssl_session.cc */; }; + 3E7BB31C4F1242CFA5D28FC5 /* a_time.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C8327E91278007AA48681D2 /* a_time.c */; }; + 3FD051BC20067409A0C21F43 /* HTTP2Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7A08730B0E122E885E20BFD /* HTTP2Settings.swift */; }; + 3FDEC54467D63694D392F5DD /* HTTPEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AA6A5CC5D2AE5CC163E87E /* HTTPEncoder.swift */; }; + 400861F0A46ECA46FEDC3042 /* BaseSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDE92C8C189A604C5A072D9A /* BaseSocket.swift */; }; + 40AB8224377C5594AB76DB74 /* BinaryDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF00DD786157DBB70AF03D7F /* BinaryDecodingError.swift */; }; + 41029779E26733CA5BF05716 /* GRPCIdleHandlerStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EF63E35F8FCFC29348B3127 /* GRPCIdleHandlerStateMachine.swift */; }; + 4113DA11321FD3DBDA1F8729 /* v3_pcons.c in Sources */ = {isa = PBXBuildFile; fileRef = B5189A66460C40B28CBE6EAD /* v3_pcons.c */; }; + 4185C5C4B85E97AC68B12531 /* WireFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D800A44D41E9C355B3CDA23 /* WireFormat.swift */; }; + 4230C984CFC1F2DDF007C90C /* ServerInterceptorStateMachine+Actions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4015573C679A173A5238FE6D /* ServerInterceptorStateMachine+Actions.swift */; }; + 42B11D774D9224A13B1262A4 /* e_aesctrhmac.c in Sources */ = {isa = PBXBuildFile; fileRef = C29478B03D206210F07C8D3E /* e_aesctrhmac.c */; }; + 432DAB8BE6D4FC79B35E992B /* kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = A3CE9FDF8FA022FDDE068399 /* kdf.c */; }; 43C779D161AA0465C0DDE95E /* UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3A45A0819673348AC1A7EEE /* UITests.swift */; }; - 43E91765CED3AE3ACEC31B19 /* SocketChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C661878DD61CFB85F555AE3B /* SocketChannel.swift */; }; - 448B1A730AE9D31DBFEE0212 /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = D51FAC86EFB50AD300D7011C /* aes.c */; }; - 44C89370DDED340FA6DC2B0D /* a_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = F6420E0C2CDB21E108790B39 /* a_digest.c */; }; + 43F69296DB8D9E81948DC81D /* posix_time.c in Sources */ = {isa = PBXBuildFile; fileRef = FF35B29BD926ABD834C019BF /* posix_time.c */; }; + 44E6CB302AFE67AF88F57213 /* GRPCChannel+AsyncAwaitSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0B0FDB4E61FAAE9E06D60B9 /* GRPCChannel+AsyncAwaitSupport.swift */; }; + 44F20458905776822F9B0A33 /* md5-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = F7620C0B826B1CD2AEA3CF4E /* md5-586.linux.x86.S */; }; + 450D49686A6612E7E6455826 /* AtomicLazyReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85E76A3CB0274BCAB3905905 /* AtomicLazyReference.swift */; }; 452A835941BD2FA1CB48CD07 /* lib.m in Sources */ = {isa = PBXBuildFile; fileRef = C7D6E9EA886ACE2FD42D136F /* lib.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 4549680C81754085A5407D63 /* ghashv8-armx32.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 7FC8F3BF602FE57E464CB06E /* ghashv8-armx32.ios.arm.S */; }; - 458F7C486EDB7A1C6F5C9CD7 /* service_indicator.c in Sources */ = {isa = PBXBuildFile; fileRef = 599F376AD2CC2A20288783E8 /* service_indicator.c */; }; - 46064D46726980F15E9D476B /* GRPCAsyncBidirectionalStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA0511E60D07FEBE6C64B83D /* GRPCAsyncBidirectionalStreamingCall.swift */; }; - 4635D0CE0242B2F1041EEAF4 /* BaseSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D34F01170F17408FD45C2D5 /* BaseSocket.swift */; }; - 464173B9E30B5F9D02149FD8 /* x_attrib.c in Sources */ = {isa = PBXBuildFile; fileRef = ECB243F54C10D854A9324AFE /* x_attrib.c */; }; - 465CDE6F46705611B368F430 /* aesv8-armx64.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 70356B40025ECBA5190E0A13 /* aesv8-armx64.linux.aarch64.S */; }; - 46856EAB6788AAEFEA0D369D /* ServerInterceptorContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 646CE62C0B1E621EA5580CB1 /* ServerInterceptorContext.swift */; }; - 46B6359D5D2F6034852B28C5 /* ConnectionBackoff.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76C0664A571F65AD3C0016E0 /* ConnectionBackoff.swift */; }; - 46BA0655F58399D811CD26F0 /* p_x25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 434AAA8E65042D3E7F333006 /* p_x25519.c */; }; - 46D312DA78D40208C3FBF581 /* ber.c in Sources */ = {isa = PBXBuildFile; fileRef = EE1E3705812F4B038FC2EBF6 /* ber.c */; }; - 46FFC58E752025E91AA335E8 /* SendingDataState.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA605F59FC226D79CEF3239E /* SendingDataState.swift */; }; - 472DD39F0D06A1D4F0A5664E /* sha512-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 88761830A3A6EFB61E10E283 /* sha512-x86_64.linux.x86_64.S */; }; - 4731427D41374AD1967419DB /* ServerHandlerStateMachine+Idle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F531FB0FFF2B362BA5938D9E /* ServerHandlerStateMachine+Idle.swift */; }; + 45647E678C8FE515B5ADA5F7 /* CustomPrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71FCC80077C690E153754B63 /* CustomPrivateKey.swift */; }; + 4617FCAE167F6FA0A64CB98E /* ByteBufferBIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0952D35AD0FEFDD0972F6DA3 /* ByteBufferBIO.swift */; }; + 461FA4A8B4D9E586EACFD0D6 /* e_rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 08791EAEA5A1D427805B5A00 /* e_rc4.c */; }; + 46412E5AD6B86DEB79EA4457 /* sha256-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 39F72A924CE21B9EF82484B8 /* sha256-armv4.linux.arm.S */; }; + 46653FA21F4DC63CB8FBDD39 /* x_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 952A29C21C59262566169289 /* x_x509.c */; }; + 467B69F85526E1E827FB5E39 /* tls13_server.cc in Sources */ = {isa = PBXBuildFile; fileRef = 22BEFA37696F3436AF2C10A7 /* tls13_server.cc */; }; + 46BB6D3ACC9D8E06A38050D6 /* _DequeBufferHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E30BF317CE0483ECF84030 /* _DequeBufferHeader.swift */; }; 4742527BC0053B18E362D09D /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A5D272ED2D7997DC7262DD /* echo.pb.swift */; }; - 47A6DFDA8690F1B8BC30CF97 /* ByteBuffer-core.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57336EC011C4F56D802EE258 /* ByteBuffer-core.swift */; }; - 47A74B1BD328CA58F3DE5675 /* tasn_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = 80243CFFCC32BF9F3279F251 /* tasn_utl.c */; }; - 47FE6263C776A90BB788F15B /* GRPCHeaderName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 785F24A0ACD6132F6F717752 /* GRPCHeaderName.swift */; }; - 48820B5965EBDD70AE8D771F /* Resolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B90B18D7549D17EF8D0909A /* Resolver.swift */; }; - 490BF3B369944B34BEC08922 /* JSONSerialization+ByteBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 354928A1DA338554BC16CC1B /* JSONSerialization+ByteBuffer.swift */; }; - 4932B94D3C6FC9C5F6F1091F /* Compatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E81E767467F00D3709F13B /* Compatibility.swift */; }; - 4951339120A649469E397AF6 /* cpu_aarch64_freebsd.c in Sources */ = {isa = PBXBuildFile; fileRef = 22E9E28E819897256FD46B03 /* cpu_aarch64_freebsd.c */; }; - 49B5018CC3EA1835FB8B8EC0 /* p256_beeu-armv8-asm.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 20B78E1AEF39FBD523E518FA /* p256_beeu-armv8-asm.linux.aarch64.S */; }; - 4A07A0197F7217F72D6BB3D1 /* atomics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61435D70086C3CD7088F62F3 /* atomics.swift */; }; - 4A6FFAE6CC44960DEBD50656 /* _FakeResponseStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3298E72053E691F994F4AB8 /* _FakeResponseStream.swift */; }; - 4A993EEF0FC82C844795349B /* key_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 6FF8565DB2BCF43C9B5B9C3A /* key_wrap.c */; }; - 4AA8648AB40906E62F1203F0 /* IdentityVerification.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1E05831724F8786D80E253D /* IdentityVerification.swift */; }; - 4ABBB3F0DEB1CCD873AEC385 /* sha512-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = A3FF8963FF10202330C97D26 /* sha512-armv8.ios.aarch64.S */; }; - 4B1623A6744A733EBBC695AA /* BinaryDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 788B76F810E717F04817F202 /* BinaryDecoder.swift */; }; - 4B1ABBC8EBCDE9BDCFEFF03F /* ghash-neon-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = DAC88680A639D16E9168EF52 /* ghash-neon-armv8.ios.aarch64.S */; }; - 4B94A41A1DA04BEE58F30E45 /* TextFormatScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4D7D0A94379250D57BAF0C /* TextFormatScanner.swift */; }; - 4BA83F4B5BE38EB4C0EBA46D /* HTTPEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7936CF101BAB3FE901A2222B /* HTTPEncoder.swift */; }; - 4BBC10AA31BB682FE1D37D52 /* FieldTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB4A2ACD656528B7405E3B7 /* FieldTag.swift */; }; - 4BC5057F1ADE3FCC72E4D0F1 /* IO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 823A139C7FFB874AE327B7C5 /* IO.swift */; }; - 4BEB567395811F81C4928187 /* WritePCAPHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B04A84884E3E74CA5576431 /* WritePCAPHandler.swift */; }; + 474E16350EDF11C549FD8742 /* ghash-ssse3-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = B405045240CEC249A76C44FD /* ghash-ssse3-x86_64.mac.x86_64.S */; }; + 4770AF325586A44577A32BEF /* cpu_aarch64_fuchsia.c in Sources */ = {isa = PBXBuildFile; fileRef = 8B7EA6181F4F6D4B5659A930 /* cpu_aarch64_fuchsia.c */; }; + 47B0B58EB02561BEB9DD9C18 /* CompressionAlgorithm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C6F0FBEE45C3FE550A90035 /* CompressionAlgorithm.swift */; }; + 47B7A0AE8D14F016758CABF0 /* empty.c in Sources */ = {isa = PBXBuildFile; fileRef = 84E5706497C2E079729B662F /* empty.c */; }; + 47ED6E32B7C803DE6E853C98 /* IO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 909182C413C8A0B17823BB9A /* IO.swift */; }; + 48AEA5BB6C3715EFC624F25D /* ConnectionPool+Waiter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AFB457A6306D43442ACF22B /* ConnectionPool+Waiter.swift */; }; + 48CA97192CDB6ADAF3948EFB /* GRPCChannelBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6862003DEC5B309CD29300E /* GRPCChannelBuilder.swift */; }; + 48D9C78D69BA37E51599BA4D /* HTTP2FrameEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D62B0EFB640E331BD4D1A189 /* HTTP2FrameEncoder.swift */; }; + 492CD91D640EC72C2345BF5B /* ConcurrentStreamBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F01840D7A6AC002DB280FE7 /* ConcurrentStreamBuffer.swift */; }; + 49C612F96FBE02FB19171522 /* ConnectionKeepalive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5124AEB58D311A2929E1F768 /* ConnectionKeepalive.swift */; }; + 4A504D2D222DDC4E44939BF1 /* CancellationError+GRPCStatusTransformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2406F777FFD19F08E5BF238 /* CancellationError+GRPCStatusTransformable.swift */; }; + 4A73FDF16400EC20A5D06A7A /* digest_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 4E10B19D6EF42546019C523F /* digest_extra.c */; }; + 4ADECA7D8DE60504F17EDFA2 /* v3_int.c in Sources */ = {isa = PBXBuildFile; fileRef = 1027E654C44F3C4BEDE3DCD9 /* v3_int.c */; }; + 4B510EF2AA3F7B119AB5A321 /* source_context.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = E537A534EFB7038072BB3EF7 /* source_context.pb.swift */; }; + 4B8F81F21937612F162F4C6C /* ecdsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = EFE23892289AC3E934450E2E /* ecdsa_asn1.c */; }; + 4BBB935BBA020E55D08CB0DA /* pkcs8_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 8EEA71CB6C5EF9CD1F33BD49 /* pkcs8_x509.c */; }; + 4BE454717DE140E29D6E386F /* x509_txt.c in Sources */ = {isa = PBXBuildFile; fileRef = 42430C865B4A6F60B4A0B3FC /* x509_txt.c */; }; + 4C3C4EB1C49A327C3AC59022 /* TypeAssistedChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFBAB5A28F009C6550EF3163 /* TypeAssistedChannelHandler.swift */; }; 4C67C2EDDD6D38E9346264FC /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 001180D1D42E3BF78C11FFA7 /* Lib.swift */; }; - 4C76F2B7FFDDD8B0A7829851 /* sha512-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 7B4CD7ADD106F57146ABE5C4 /* sha512-586.linux.x86.S */; }; - 4CBC32299C44459B69E88094 /* SelectableEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0428000F21103AF41A76BC8 /* SelectableEventLoop.swift */; }; - 4D6D70D6DF865D9E3E55849B /* aesni-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 3DB0E45C8686B68204344E1B /* aesni-x86_64.mac.x86_64.S */; }; + 4C853724BF2EF9A25463684F /* ByteBuffer-conversions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4B90B2C1FBF5B839DE4CC21 /* ByteBuffer-conversions.swift */; }; + 4CC4F9DC518B280F05461AE4 /* pem_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = BB4FC962FEAA989426B74DA8 /* pem_pkey.c */; }; + 4CF5D960384386D19B6A7ACA /* poly1305_arm_asm.S in Sources */ = {isa = PBXBuildFile; fileRef = FB80AF8CEC126512DD043B20 /* poly1305_arm_asm.S */; }; + 4D6E97A32DFC3D9574D15FE5 /* bio_ssl.cc in Sources */ = {isa = PBXBuildFile; fileRef = ED7DEC70F2D1FF0FCB076A64 /* bio_ssl.cc */; }; 4D9923CE9713ABD3F5C193E3 /* SwiftUnitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62A6DC8C0E0B91CA7A026111 /* SwiftUnitTests.swift */; }; - 4DDA71A3550878F32E0C66F5 /* ecdsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 18AFE717864B0E9CEF9B81D2 /* ecdsa_asn1.c */; }; - 4EC878A46DD55723A7760A84 /* Google_Protobuf_Timestamp+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F2E97F9A123F2B7F782D51F /* Google_Protobuf_Timestamp+Extensions.swift */; }; - 4F31DB82BA1FB8F174F2E396 /* ApplicationProtocolNegotiationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22D52AE2EA519C524F486B99 /* ApplicationProtocolNegotiationHandler.swift */; }; - 4F8CD34CA1790673A05456E9 /* BinaryEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3B452F219CA9FC1BFD80E2A /* BinaryEncodingVisitor.swift */; }; - 4FDEA86B58846028164F1257 /* ConnectionPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CF7FCC0704DA1FEA0EFE20D /* ConnectionPool.swift */; }; - 503C8260D626656533AD577C /* sha512-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1E0788D2B56607CC5C8B2066 /* sha512-x86_64.mac.x86_64.S */; }; - 506C9BB0FE378A97901CDC32 /* s3_pkt.cc in Sources */ = {isa = PBXBuildFile; fileRef = DAA6197B9EF2EED58E1171B6 /* s3_pkt.cc */; }; - 509F35A990F8AC9129289496 /* x86-mont.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 6E79BEA4D4696FAF356AA634 /* x86-mont.linux.x86.S */; }; - 5159B9C3E6BEF6E348461198 /* ByteBuffer-foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF04F8EFBC9264EA70BBA2A4 /* ByteBuffer-foundation.swift */; }; - 5162B0412548510D55324CFD /* DispatchQueue+WithFuture.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6387A8C5768F2B0852AFE715 /* DispatchQueue+WithFuture.swift */; }; - 5164A25FBF8DB945982B571E /* Codec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DC8748606B6BEE25DCD293C /* Codec.swift */; }; - 5175BB8DC60E12C4ADB7BB3E /* TextFormatDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2547A11C788E98AEDC0B847D /* TextFormatDecodingError.swift */; }; - 5245B53F3A74F9CAACA8F875 /* socket_helper.c in Sources */ = {isa = PBXBuildFile; fileRef = 2160E44C486CEF5CB53D00AA /* socket_helper.c */; }; - 5261E966E51E5C05E0B3361E /* HTTP2PipelineHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF813FD708F5D9E9B70B6A96 /* HTTP2PipelineHelpers.swift */; }; - 528925978403648B76C19CD4 /* HTTPServerPipelineHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B678E7068F809E60627C608 /* HTTPServerPipelineHandler.swift */; }; - 5327A5397BCB64F628EA5544 /* ConnectionPool+Waiter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91A12C2EA99E7A3C8CEBEA45 /* ConnectionPool+Waiter.swift */; }; - 53313421F6BD3090ED0C58E5 /* DOSHeuristics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CC31A60C4C577FFDB3F2672 /* DOSHeuristics.swift */; }; - 533C300F61BFCDB4A36D9BA8 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64B7CF4B86EDE2A7FF81844A /* Utilities.swift */; }; - 53514F901C6C0B2C0659B013 /* rdrand-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = F68AA9C4A827C0FDE6125DC1 /* rdrand-x86_64.linux.x86_64.S */; }; - 538C5A5F01DFADA76E1A2FEA /* LinuxCABundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1522506DC313B51576C12082 /* LinuxCABundle.swift */; }; - 53EDF8DCA6B5B426E2282BB4 /* cpu_ppc64le.c in Sources */ = {isa = PBXBuildFile; fileRef = 024A5B716C0C842A523BB74E /* cpu_ppc64le.c */; }; - 540AFF9F52BF51C88BBF52F9 /* SendAndReceiveGoawayState.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDDC08E8B3A02F7B9BCA6557 /* SendAndReceiveGoawayState.swift */; }; - 543783DCF67F9705FF67E9EE /* cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E5F7F985DFA0AB8C3CB3AF5 /* cfb.c */; }; - 5465BD68D7B2E78B2C1417E3 /* HPACKHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 895453C21C3427470965B157 /* HPACKHeader.swift */; }; - 54B0D1BA84A5FF05D69E4C27 /* urandom.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D04D2A45D7A392E8AEAF2A4 /* urandom.c */; }; - 54C2664ADFD855247713BCE0 /* x_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = A56FF744325FE1D55A1D5030 /* x_x509a.c */; }; + 4E36B92061054F1B58849296 /* x509_req.c in Sources */ = {isa = PBXBuildFile; fileRef = 76E63AF04B98073D883A5C35 /* x509_req.c */; }; + 4E4599E9ECCE5610E953CFCD /* dtls_method.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2395961D6F2E4C7E7661D8CF /* dtls_method.cc */; }; + 4EE93480BDE6ED32A8EFD878 /* TextFormatEncodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A7F0D6E5424D16E212F366 /* TextFormatEncodingOptions.swift */; }; + 4F0EFBED31BECE44DA422B98 /* ssl_stat.cc in Sources */ = {isa = PBXBuildFile; fileRef = 299F7044373F3AF5E35EA4E1 /* ssl_stat.cc */; }; + 4F1669842772754F3E3DB1BC /* struct.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA595C42F02DD619AF908D57 /* struct.pb.swift */; }; + 4F23473A303C8E6B25217500 /* AsyncAwaitSupport+OldXcodes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91C8644EE69DEA83EAEFDD5E /* AsyncAwaitSupport+OldXcodes.swift */; }; + 4FCEEDB69A5D7A80621D151F /* a_strnid.c in Sources */ = {isa = PBXBuildFile; fileRef = DEC85CE3DAA1352D27CC5131 /* a_strnid.c */; }; + 4FFC215AE737A6164BABDC6C /* _AtomicsShims.c in Sources */ = {isa = PBXBuildFile; fileRef = 5F3F53326336E626CE2FCFD3 /* _AtomicsShims.c */; }; + 500A5C92824C295028AC84A5 /* x509_cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 6576F239C6951944F798B6CC /* x509_cmp.c */; }; + 503503A2314C8F17749D9289 /* siphash.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E0CFB99051DADE98535C001 /* siphash.c */; }; + 509C36F80B13771F39074B53 /* a_i2d_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = 009D077D2A5558C322DC2E37 /* a_i2d_fp.c */; }; + 50DDBC1E5DB8F7EB2E70318C /* ssl_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4EEFDDB2A920F0D6023442AF /* ssl_lib.cc */; }; + 5107CFBCE0CA0ACE733067CA /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5BC0411BE284CC383C44EC9 /* Version.swift */; }; + 515BD1DF8FD9BCF408F03C77 /* p_ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = E322D1830BE47EE38897BBF0 /* p_ec_asn1.c */; }; + 51A732C04ECCEA36866E0F3E /* ClientInterceptorPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FB155EBA5A1DA3F90183979 /* ClientInterceptorPipeline.swift */; }; + 51E7C8497C5CB86D619E2A61 /* Decoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56EE6E5F0D618D6F4325D814 /* Decoder.swift */; }; + 523BC7A208B0B1A81D1070ED /* a_d2i_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = A2D22A6041364044D4AD211D /* a_d2i_fp.c */; }; + 52C0FFD35E7F63B16E590822 /* api.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74D7081CC802DDE52E232125 /* api.pb.swift */; }; + 534FB299CA0F6CE8EBE929FE /* d1_both.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4A441359DE40FAE195781C40 /* d1_both.cc */; }; + 542B5787A9367722CF7B4220 /* pem_xaux.c in Sources */ = {isa = PBXBuildFile; fileRef = 82C51095A515A725DFD7F970 /* pem_xaux.c */; }; + 545EE101EC53A000994C055F /* LoggingServerErrorDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB527071C88DDD6B3645E0E6 /* LoggingServerErrorDelegate.swift */; }; + 54A6D2CD21BCFE42818447E9 /* UnaryResponseCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = E312EE5CEE503F06AF88CFD2 /* UnaryResponseCallContext.swift */; }; 54CD08F33D9E8D0FEF192DC7 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43483C0C029D669DC6D9079A /* ContentView.swift */; }; - 54E4BD48760F07DD9A46E5C0 /* field_mask.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 777EB4F2E8B110113CE6BF55 /* field_mask.pb.swift */; }; - 5500BDCD819F20AB1F0CBD0A /* CircularBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EC51149C6E0CA5394399EB3 /* CircularBuffer.swift */; }; - 5501D01031ACFA3712A694C2 /* a_octet.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B27AB0DD7C440EE3921C460 /* a_octet.c */; }; - 5531226B1B9767519AC4038A /* HPACKDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3B53BF61750CA908213F913 /* HPACKDecoder.swift */; }; - 5580D8E6A576029A7DA339AC /* ContentLengthVerifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2ABA6A57AFB5977CB75DBCF3 /* ContentLengthVerifier.swift */; }; - 55F648D571E1784831B6AF26 /* StateManagedChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5198549B687C3CEF94A2FF79 /* StateManagedChannel.swift */; }; - 5627E6A9505F720595D9ADFF /* forkunsafe.c in Sources */ = {isa = PBXBuildFile; fileRef = 4EC3DDE1295BA7535BDE7B0C /* forkunsafe.c */; }; - 564EDA71089F73D2140F55EE /* handshake.cc in Sources */ = {isa = PBXBuildFile; fileRef = BCCE76EBEBF68318BB69C88F /* handshake.cc */; }; - 5682FEC0E6EE3091C59A36E3 /* DoubleParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D6BB97901099B6051993764 /* DoubleParser.swift */; }; - 56A203E0E50C803F84BE1F87 /* shims.c in Sources */ = {isa = PBXBuildFile; fileRef = 115F21C4986126002FC696E0 /* shims.c */; }; - 56CE1147341546ED67683061 /* HuffmanCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4727F1CBB298F6A5E8B093EE /* HuffmanCoding.swift */; }; - 57467B72E21831198955DCE6 /* ServerHandlerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D16A5778DC3D7EE674F9425 /* ServerHandlerProtocol.swift */; }; - 57B37D754528AB6A882041BF /* jacobi.c in Sources */ = {isa = PBXBuildFile; fileRef = F4AAB10183D8293BF351CD77 /* jacobi.c */; }; - 57CCC03448CF6CD54997BC63 /* _DequeBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BADFF00E208E008BAF56838C /* _DequeBuffer.swift */; }; - 581913D955ABDE1786F616DD /* cpu_arm_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = 70A86FE3FCEEB5B362C90167 /* cpu_arm_linux.c */; }; + 54D55A9D1C73E4ED748E3930 /* ChannelPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6CDE57BA4F7C8D3641E775 /* ChannelPipeline.swift */; }; + 54ED240FD1F39A9237FBF08C /* i2d_pr.c in Sources */ = {isa = PBXBuildFile; fileRef = 4EC9847FBB9C25ED6BC6CB5E /* i2d_pr.c */; }; + 552272AF05DB327D004C4B68 /* aesv8-armx32.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = CC49D1EB91CA52A6CE609C38 /* aesv8-armx32.linux.arm.S */; }; + 554B70A0DDE939B1AACAEB16 /* sha512-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = B64769700B78689E29497C71 /* sha512-armv8.linux.aarch64.S */; }; + 55F1E55DAB7A7A6929621ADC /* HTTP2Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 143F6F7D5992A83B4137E492 /* HTTP2Error.swift */; }; + 56617A70807C1CF606F57E4F /* Deque+Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F22682B85B41F03B212ADDE /* Deque+Hashable.swift */; }; + 57AA200844B1767373F39793 /* v3_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = 0539AD0612786C9E4286C5D4 /* v3_prn.c */; }; + 57E4CDF5BB6E17B066408605 /* shim.c in Sources */ = {isa = PBXBuildFile; fileRef = 68A4419A659B1CDF3E79BAD6 /* shim.c */; }; + 581EE2FD27A6D99305B8D9CD /* ServerBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8BC314FBDCB6486907C32B5 /* ServerBuilder.swift */; }; + 584FEC006D84FBF41FDA07B1 /* vpaes-armv7.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 263917AB52E2CBA2B054496C /* vpaes-armv7.ios.arm.S */; }; 5868F1D42CA1CCE7A5A59449 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52A6C028E444B9DE1667DD52 /* Lib.swift */; }; - 58A964C522B70FFCF98BECB1 /* ServerInterceptorStateMachine+Actions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3758FF7816CC586EED3BC55 /* ServerInterceptorStateMachine+Actions.swift */; }; - 58B88C3C7E04F9E251EB63BF /* TLSVerificationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F99EA46FF8A011FB71FFE382 /* TLSVerificationHandler.swift */; }; - 5917D03A57700A01CE9AFA07 /* JSONDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9AB74B7AF6C68B82B94B646 /* JSONDecodingError.swift */; }; - 592C86C1D1CFEF3D714DE51B /* v3_int.c in Sources */ = {isa = PBXBuildFile; fileRef = 161A0CFDF42B5AE6AD63C85D /* v3_int.c */; }; - 5931FE346F257C8AB867DDB5 /* x509_lu.c in Sources */ = {isa = PBXBuildFile; fileRef = 6610AC5617338A303EE5E23E /* x509_lu.c */; }; - 59479B0F19DA20DF87191C0B /* Google_Protobuf_NullValue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E40B9CF809D01B29C81B660 /* Google_Protobuf_NullValue+Extensions.swift */; }; - 5A06957B4D95312B72704A01 /* params.c in Sources */ = {isa = PBXBuildFile; fileRef = 9176DB26EC16B36FEF5EECB3 /* params.c */; }; - 5A886F3AA4E06D2358CED989 /* DatagramVectorReadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FCEFBE35D69CB2B4B036512 /* DatagramVectorReadManager.swift */; }; - 5AAB02B05B9C793C6F474B59 /* GRPCChannelPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = E954577920F465F73225FCDA /* GRPCChannelPool.swift */; }; - 5AC4F83149807527F5B0BD3E /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0E6BA06FFD99D6448AD70BA /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift */; }; - 5ACABDF550915352DB6FE4C3 /* HashVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E86783348C589E57E1258501 /* HashVisitor.swift */; }; - 5AE608331CABA9B3FFB63B94 /* ssl_versions.cc in Sources */ = {isa = PBXBuildFile; fileRef = F5154D439CB9D1DAA97C4366 /* ssl_versions.cc */; }; + 599A408670F47F6F2832C2F4 /* thread_win.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D33E014F592417F8972B808 /* thread_win.c */; }; + 59DACB587D1F153EA5F3D58B /* NIOAsyncSequenceProducerStrategies.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB10A926329BD3B44AA9CBD0 /* NIOAsyncSequenceProducerStrategies.swift */; }; + 5A40D2F74CBF0E0966D9626D /* p256-nistz.c in Sources */ = {isa = PBXBuildFile; fileRef = A2CB36174A7877C92F9E053B /* p256-nistz.c */; }; + 5A746549406570BAC1429974 /* BinaryEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = AECFAEC368EEB41252DC1821 /* BinaryEncoder.swift */; }; + 5AD779A9734BD0C24B203099 /* HPACKHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = A41174394A7D7B69AA937939 /* HPACKHeader.swift */; }; 5AF6A9B89BA0AEA650372871 /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = C149466A532A3B78986313F7 /* TestingUtils.swift */; }; - 5B0F50B86A1ACCA21B9301FA /* tasn_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 8646476F9377A59D4A87D4CE /* tasn_enc.c */; }; + 5B1B75A846A8BC6E3E6E5B0D /* p_ec.c in Sources */ = {isa = PBXBuildFile; fileRef = E24E6024EBCE6C51570F84B9 /* p_ec.c */; }; 5B1D80067DE71BCBBD5C23FB /* lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5363C149251A898407013539 /* lib.swift */; }; - 5B2B1B9F9FED35051D30CE66 /* pkcs7_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F04B8E7AE5DB46FB59B3E28 /* pkcs7_x509.c */; }; - 5B4D90591F05C0C50C3F528C /* ClientTransportFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21467F09E41BD942DBDA5302 /* ClientTransportFactory.swift */; }; - 5B5AF6E473C9FAF262986B27 /* StreamStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 728F3D6F2A37CCC8BA2A85F5 /* StreamStateMachine.swift */; }; - 5B5FEAA0CFE79262208B4371 /* ClientConnection+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E97731108F2298570DC3995 /* ClientConnection+NIOSSL.swift */; }; + 5B630DCBEF20FC24A200DE75 /* Deque+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCAA7CD1BCDF38EE12BC696C /* Deque+CustomStringConvertible.swift */; }; + 5B67D690D983E3BD897723F2 /* Deque+CustomReflectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11B58DF31BA615573249F054 /* Deque+CustomReflectable.swift */; }; 5B78E63C9ECD76C4F9BABCB2 /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EA9AFD4602C817519CA052 /* TestingUtils.swift */; }; - 5B7F457F756888851AE9F088 /* InterceptorContextList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BA4F64632AC3DA7D4CA8261 /* InterceptorContextList.swift */; }; - 5B80339DCEB9B534158902CF /* a_strnid.c in Sources */ = {isa = PBXBuildFile; fileRef = 16C4FB394E2E150438E60150 /* a_strnid.c */; }; - 5BD1BD8491CB5A3A4C0E3BBC /* ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = 2A87D193AD87E172743437C5 /* ofb.c */; }; - 5BD792E92703276A2A478BB0 /* d1_both.cc in Sources */ = {isa = PBXBuildFile; fileRef = BABA3BACE8AB6985D42D0D04 /* d1_both.cc */; }; - 5CC503D31B1120A22A382B14 /* OutboundFrameBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98E829AFAC939068D9B7EED1 /* OutboundFrameBuffer.swift */; }; - 5D1E9C4CF48ADF7171D70847 /* SSLContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69A2A093CA7D5EB1B5831D25 /* SSLContext.swift */; }; - 5D4C8F22B86C99B4B87DFC78 /* HTTPTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = C91DC8E3BD84D6E0EA0E644F /* HTTPTypes.swift */; }; - 5D69C79589F7703E5A29B94C /* JSONRPCFraming.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B54EDCD18CD4835A57B56C8 /* JSONRPCFraming.swift */; }; - 5D7E6203AAA0CD3236E9A3EE /* cpu_arm_freebsd.c in Sources */ = {isa = PBXBuildFile; fileRef = 302250CAA8AE43772C4407BF /* cpu_arm_freebsd.c */; }; + 5BF5BBA05E34BEB83910CDA9 /* ClientInterceptorContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F4065D2BC562D592854FDA4 /* ClientInterceptorContext.swift */; }; + 5C27825B6DD1492DDA6F758B /* sha512-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 4A6725421CDE2DC443CA2E93 /* sha512-armv4.ios.arm.S */; }; + 5C6FC9591BA2C64DC44DEE31 /* pcy_data.c in Sources */ = {isa = PBXBuildFile; fileRef = ADC32D25DF8879A54F85D8D9 /* pcy_data.c */; }; + 5CB784434CEA229ED17B44BD /* InterceptorContextList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 787D7A0101A6C5776835BD6C /* InterceptorContextList.swift */; }; + 5CF002AD71D1C567C1B9C0BC /* ConnectionStreamsState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DCD781555CA8D41F2BF7248 /* ConnectionStreamsState.swift */; }; + 5D0EDEE363039AC16B1F24B4 /* TLSConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54126C564A0FB550CBAB9C1 /* TLSConfiguration.swift */; }; + 5D47D9E8AEB836144D863A3A /* pkcs7_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = BD0603B11C3B7121B552784E /* pkcs7_x509.c */; }; + 5D63035CB4065DE5BE54C210 /* x25519-asm-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = B9162FB56DE263F399E5DBEA /* x25519-asm-arm.S */; }; + 5D740AFFAE0B12EFDB43082B /* v3_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F77B0455B8AD0A1DA0EE18F /* v3_utl.c */; }; 5D88BAC30284B0DED52DD769 /* Person.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8365BEBC870A42BE5B10ED89 /* Person.pb.swift */; }; - 5DA7053F702353C57298C163 /* RNG.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4034BC240C3C42F047C5C2F /* RNG.swift */; }; - 5DA981C98723E67FD34C9DE3 /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 59BFC82F02CCBA0438E98355 /* dsa.c */; }; - 5E007D9454B484B2575824C4 /* NIOAsyncSequenceProducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AE8A470BC1769F982401282 /* NIOAsyncSequenceProducer.swift */; }; - 5E163A5DC88D980DE4019E44 /* prime.c in Sources */ = {isa = PBXBuildFile; fileRef = E002B2D346781051FBFBF157 /* prime.c */; }; - 5E4886C67129A333010A74B3 /* v3_crld.c in Sources */ = {isa = PBXBuildFile; fileRef = B85D1CED153772FD1318EFFA /* v3_crld.c */; }; - 5E4B6D478AF2D93B6DB681A5 /* ghash-ssse3-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = FDC2DE628B86627A98354DF7 /* ghash-ssse3-x86_64.mac.x86_64.S */; }; + 5DBAE4E1A8100EFA4033E65F /* a_bitstr.c in Sources */ = {isa = PBXBuildFile; fileRef = ED04CD7F755E63F979648DEB /* a_bitstr.c */; }; + 5E3C24B469991D6DF8F9B5E5 /* ssl_cert.cc in Sources */ = {isa = PBXBuildFile; fileRef = EFCBA200D17C2C4D8CE40345 /* ssl_cert.cc */; }; 5E60B63BE683E8071C4F0DDB /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = B74F36B217CBAEC380D87116 /* main.c */; }; - 5F0B10390DEA32505249350B /* ServerChannelErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9476E0D6E12858B325EAE95B /* ServerChannelErrorHandler.swift */; }; - 5F9F08186BF860B5F83ECBDE /* SecurityFrameworkCertificateVerification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F0DF872013E3CDB5E4553BB /* SecurityFrameworkCertificateVerification.swift */; }; + 5E84DB770BC1E3C1FC319748 /* deterministic.c in Sources */ = {isa = PBXBuildFile; fileRef = A9679DCB755411F9B04CD851 /* deterministic.c */; }; + 5E9ADC8D477FFC83D8E7063D /* ghash-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 7D5C10E15255DBC10E75DBD9 /* ghash-x86_64.mac.x86_64.S */; }; + 5EBD5F26DDCB585FBE069B0E /* SelectableChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB88D2573571C83FD1F87F5E /* SelectableChannel.swift */; }; + 5ED83D84FDBFC5C87769F406 /* _EmbeddedThroughput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B278914F200B843430CE138 /* _EmbeddedThroughput.swift */; }; + 5EF7CFB7ED287BC195C94EAD /* hpke.c in Sources */ = {isa = PBXBuildFile; fileRef = A6459E6B1B3ED825381FEAB0 /* hpke.c */; }; + 5F894A959B4DC6BE1DE791E5 /* x_pubkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 8264F9B07FBDB8BD0B78A257 /* x_pubkey.c */; }; + 5F9A87916C929DABAC10C698 /* GRPCServiceDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = F608A97966EA48CF4A187797 /* GRPCServiceDescription.swift */; }; 5FB8DE696A4FA2F82D0A6109 /* Resources.swift in Sources */ = {isa = PBXBuildFile; fileRef = 930A52F1C2814B98802A80A4 /* Resources.swift */; }; - 604EB4CCB01B794683356E0B /* d1_srtp.cc in Sources */ = {isa = PBXBuildFile; fileRef = 56696DC847EF4662E80BC7DD /* d1_srtp.cc */; }; - 60BAC9E6D21B093922D3E428 /* vpaes-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = B6E325C0BAFEFB7A754C3191 /* vpaes-armv8.linux.aarch64.S */; }; - 60F5D593AD755D7A873A1105 /* chacha-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 3538D00AE14AFDAFF38D6819 /* chacha-x86_64.mac.x86_64.S */; }; - 617704E2218AD0253CEBFD46 /* GRPCPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C83A6B84BD9DF937D61BA3 /* GRPCPayload.swift */; }; - 61AE21D6859DBFA65C2C67DB /* v3_pmaps.c in Sources */ = {isa = PBXBuildFile; fileRef = 163F06216090252E74BB6B68 /* v3_pmaps.c */; }; - 620C5D1FA5CD0B85425028F9 /* f_int.c in Sources */ = {isa = PBXBuildFile; fileRef = DDE28D5D91D041662F7E8CFB /* f_int.c */; }; - 6285E380DF8BEB6C006612CF /* DecompressionLimit.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFF8302EA757A1D0529EA884 /* DecompressionLimit.swift */; }; - 62C80432ED191F9EB5E244CA /* blake2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A8162236A645B425E6E30AE /* blake2.c */; }; - 62E8F71E5D6138C0056FAF73 /* v3_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = 97042C27D954E5B19D3BCBC8 /* v3_enum.c */; }; - 638C539F50B27522548F16E6 /* x509_v3.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F4E91603ECEA5ADEF4883F9 /* x509_v3.c */; }; - 63908D0BAA241E1B9D1E9EC3 /* bn-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = ECA4B1A4C7ECC22949B2E2BD /* bn-586.linux.x86.S */; }; - 6431C9370498F9F55D20679D /* e_rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 676DACED359AB248C66DF951 /* e_rc4.c */; }; - 64C2010ACF1B7C0E1B174B66 /* ChannelHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2658B7F36EEA912F847585FC /* ChannelHandlers.swift */; }; - 64F232DAA266C77A82A4B8BF /* ReceivingHeadersState.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA7A42665B6E284F75B089E4 /* ReceivingHeadersState.swift */; }; - 654642C54859A3ED83E9C811 /* MessageEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA89EEEACAF8FCBF63A8E796 /* MessageEncoding.swift */; }; - 65BDDC454255582A5DECDE39 /* blinding.c in Sources */ = {isa = PBXBuildFile; fileRef = 32856684A859DD93A62740F4 /* blinding.c */; }; - 65EDDE2463644500B16649AD /* NameMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 748E06D10AC8354074468652 /* NameMap.swift */; }; - 65F2615F42050954E3AE7ABF /* a_strex.c in Sources */ = {isa = PBXBuildFile; fileRef = 65B119655C52A7B0BBAE0A87 /* a_strex.c */; }; - 670383688F0DBFAFA1C98B1B /* Google_Protobuf_Wrappers+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D794A49A203029FE27CDCE5 /* Google_Protobuf_Wrappers+Extensions.swift */; }; - 673F30243CF69ECBD5381EE7 /* digestsign.c in Sources */ = {isa = PBXBuildFile; fileRef = 4FE65486B9E94817947D60BC /* digestsign.c */; }; - 679BADEFEA7944A8106AAAF2 /* HTTPServerProtocolErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67D6A65ECAFFE93C661B722E /* HTTPServerProtocolErrorHandler.swift */; }; - 67A6F0DEF8411B0722998794 /* p_ed25519_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 212389DA076A975C4D31C68B /* p_ed25519_asn1.c */; }; - 67AB4F40642E87D1BD1DDF98 /* WriteCapturingHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC761938D49EE674108F2E78 /* WriteCapturingHandler.swift */; }; - 67CCF5DA841DB2E6F1CC058E /* RequestResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8B8C0F482C74C0E7FC42833 /* RequestResponseHandler.swift */; }; - 68C096FC1D8F9D5922726897 /* MulticastChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62F2D4F739FA629F22469D74 /* MulticastChannel.swift */; }; - 68D8ADA373ECF47AD1A97691 /* Error+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B84FEF5BC4FB6ECA36BB64B /* Error+NIOSSL.swift */; }; - 690AFB65A61E49B8719BD1B3 /* Primitives.shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB320DEA7499132E8169735B /* Primitives.shims.swift */; }; + 5FD49B6882A4277140D0F003 /* StreamLender.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD37E39D825CC25E42C9D98C /* StreamLender.swift */; }; + 5FE860A149754AD6C24A7D6B /* DOSHeuristics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F81E3E549A060523430F2E0 /* DOSHeuristics.swift */; }; + 6095AA88FDE90469941A6421 /* GRPCIdleHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A8234C0895B871E56323AF0 /* GRPCIdleHandler.swift */; }; + 609E9FE81232BFBE8E2DADC9 /* Embedded.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D21176D596F5F0E719D7743 /* Embedded.swift */; }; + 60AEBCE44E9DEFC9AF1680A0 /* Zeroization.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0AACE6BBE19E728833A3752 /* Zeroization.swift */; }; + 60F1C57FF9ED131ACD09A325 /* Message+TextFormatAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8761E9BC0333F11A9EB00764 /* Message+TextFormatAdditions.swift */; }; + 61024232E967A3E02253C50B /* ContentLengthVerifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32BE7E9FAC8DA4C487F62747 /* ContentLengthVerifier.swift */; }; + 6183D0DCD95B1F6F238F2C5D /* sha1-armv4-large.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 3EA5793BA76C31BFCCABBA15 /* sha1-armv4-large.ios.arm.S */; }; + 618F5B47D5E7EC38F45E78D2 /* HPACKHeaders+Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 438652E3CBF6690B2D264348 /* HPACKHeaders+Validation.swift */; }; + 619560419EBCAFE0E04A121C /* IntegerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98FA8006C55116CC6C221289 /* IntegerTypes.swift */; }; + 61C6CA2D5877B79C049DFD18 /* ecdh_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 4628817D6336A693302BCC8E /* ecdh_extra.c */; }; + 61CAAD67CB6202B6CE6BFDF8 /* Compatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = B493E35ECFB577A7B24400D3 /* Compatibility.swift */; }; + 61DEFF9ED993002A6F2193F3 /* Locks.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD64F5BF55AD4DB6F43B19B2 /* Locks.swift */; }; + 620C0C849F58B5C94590C874 /* x_attrib.c in Sources */ = {isa = PBXBuildFile; fileRef = 591D2301A54DEB380BD84170 /* x_attrib.c */; }; + 62A7235C582606C5A7DF721D /* JSONEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6330D9AA1F9CE7D64B39B8C0 /* JSONEncoder.swift */; }; + 6327B41D2A7179090B37FEA2 /* type.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F80D115591DB712D9DD0EE4 /* type.pb.swift */; }; + 638E629EF40C25DB62ABFA83 /* check.c in Sources */ = {isa = PBXBuildFile; fileRef = B64AEC7920B073E7702346A7 /* check.c */; }; + 63C42AB7BD33BDCB93218955 /* a_mbstr.c in Sources */ = {isa = PBXBuildFile; fileRef = 0AE0EC5D011293DC7008C809 /* a_mbstr.c */; }; + 63CDE01F17A3A43289FAFB97 /* Google_Protobuf_NullValue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5BEB3AAD993A3D223790320 /* Google_Protobuf_NullValue+Extensions.swift */; }; + 63DE0D6026707EEE3A7375B6 /* GRPCAsyncSequenceProducerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A126EC09FBE7744492BF7677 /* GRPCAsyncSequenceProducerDelegate.swift */; }; + 64029B3A32A062923A8F0C8F /* co-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 336D9BE76819AA8324DB0B29 /* co-586.linux.x86.S */; }; + 6421A6D71F6570CD287474A4 /* sha1-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 15AAFC966023C47EABB692E5 /* sha1-armv8.linux.aarch64.S */; }; + 642874888E197D42AC382538 /* NIOTSBootstraps.swift in Sources */ = {isa = PBXBuildFile; fileRef = D22199B9217D4504FF26581D /* NIOTSBootstraps.swift */; }; + 64A0E3EFDFEBA42DA00B9444 /* ServerErrorProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5B7C9DA48D3DC8982BFF18 /* ServerErrorProcessor.swift */; }; + 650B82E51A8C4FEAF574A056 /* HasRemoteSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3234615D09EC11090E9C902A /* HasRemoteSettings.swift */; }; + 653D8DD6EAF55106897FA714 /* StreamingResponseCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7675006258BCABAA0FB75A2B /* StreamingResponseCallContext.swift */; }; + 6603EFD92467F2D014E4212A /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F96FDA3464B6F5981235EA0B /* FileDescriptor.swift */; }; + 668AE25DC1C71AD480673722 /* SSLContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = C69668AB8FCCF721B024085B /* SSLContext.swift */; }; + 6702B215CA521FAA23F72112 /* LineBasedFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07D9969FF0FBB5456FFAE840 /* LineBasedFrameDecoder.swift */; }; + 6706AF6BDA461F821223E127 /* x509cset.c in Sources */ = {isa = PBXBuildFile; fileRef = D47254989EA1D7264D63A3EA /* x509cset.c */; }; + 67678498F9D9B89588D89231 /* AsyncAwaitSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD9467EEA0FBBCD2098CE411 /* AsyncAwaitSupport.swift */; }; + 6807F13F9AEAF74B30E61FCD /* handshake.cc in Sources */ = {isa = PBXBuildFile; fileRef = B91E4E31912112FD2A504780 /* handshake.cc */; }; + 68259593E78D1254EEB66084 /* NIOTSConnectionBootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71C0A1EBD4646F9BEE9517D /* NIOTSConnectionBootstrap.swift */; }; + 68493F54733E654D214AB3EE /* MathUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F01553917919C8418BC4162 /* MathUtils.swift */; }; + 686619B06705026176C39FEC /* NIOAsyncSequenceProducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 130224D3F7EBC8C773B5EFA1 /* NIOAsyncSequenceProducer.swift */; }; + 688682AB1290710C89A953C7 /* asn1_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = C9580A411AAFED164846C73D /* asn1_gen.c */; }; + 689189A800F46DD31F9AD4A1 /* ServerErrorDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8518FEFEC56D85E78A91C353 /* ServerErrorDelegate.swift */; }; + 68BDE201C1BE6208583BE3D7 /* Server+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DDD2AB38EE00F6E50391A97 /* Server+NIOSSL.swift */; }; + 68FC6CB4104343235CCEA54B /* ServerHandlerStateMachine+Idle.swift in Sources */ = {isa = PBXBuildFile; fileRef = E15528582F501A8F417F1CC7 /* ServerHandlerStateMachine+Idle.swift */; }; + 691623BA20B4BF8D68F7277C /* t_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = 625A8A296E80BBC4B9876BEE /* t_x509a.c */; }; + 693E20661709B0878BA20999 /* sha1-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 10C3DE5F51ED02FEDE700EF4 /* sha1-x86_64.linux.x86_64.S */; }; 694A685A37347B20E09E1E9A /* lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5363C149251A898407013539 /* lib.swift */; }; - 69A67F86964A4F549138F5E8 /* p256_beeu-x86_64-asm.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 0FB297ED65C033BDD192F5AE /* p256_beeu-x86_64-asm.linux.x86_64.S */; }; - 69C23A935015CACF45AFCB1A /* tls_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BB063C3869A89C1D9FB40 /* tls_cbc.c */; }; - 69E1EF34DC9248353AA5DC1B /* t_req.c in Sources */ = {isa = PBXBuildFile; fileRef = ECA3538B6E8F8300EB71D001 /* t_req.c */; }; - 6A4154F2310335D2E158D99F /* NIOAtomic.swift in Sources */ = {isa = PBXBuildFile; fileRef = E26547CB62E173B0413E7D58 /* NIOAtomic.swift */; }; + 6985E37F961914B7DE35CD7D /* forkunsafe.c in Sources */ = {isa = PBXBuildFile; fileRef = E024642B6EB9AF7A031F1A90 /* forkunsafe.c */; }; + 6A0FBB3B9C6FEEE267191775 /* FieldTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963A510099A41FEBCC9F1F1C /* FieldTag.swift */; }; + 6A4E9CEA816A1C62244E360B /* SendingGoawayState.swift in Sources */ = {isa = PBXBuildFile; fileRef = D76B08FA5A3912B6E6053DB4 /* SendingGoawayState.swift */; }; + 6A64FA9E360EBD8037A97B40 /* armv4-mont.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 7033CFBFF089590E713450EE /* armv4-mont.linux.arm.S */; }; 6A7413D8D6BE154EDEB5CF58 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43483C0C029D669DC6D9079A /* ContentView.swift */; }; + 6A741573683E3857CA487BDD /* oct.c in Sources */ = {isa = PBXBuildFile; fileRef = 7CFBD01837D86E41BDA2BA6F /* oct.c */; }; 6AA10D55F32F20EFF7F41451 /* lib.m in Sources */ = {isa = PBXBuildFile; fileRef = C7D6E9EA886ACE2FD42D136F /* lib.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 6B0C7F6F64E1A4F6052E073A /* v3_akey.c in Sources */ = {isa = PBXBuildFile; fileRef = 11879AEF5065BA87451EA0DF /* v3_akey.c */; }; + 6AA83A851C7899E160976130 /* p256_beeu-armv8-asm.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 8B81B262C98AC6ED670721EE /* p256_beeu-armv8-asm.linux.aarch64.S */; }; + 6ACCC0EDA33139E53FBEBEED /* HTTP2StreamChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3140C7604D7CC55F08F9D5F3 /* HTTP2StreamChannel.swift */; }; + 6AF8B46313221F7177A21F89 /* NIOSSLServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FF78744D32A18791F3A26D2 /* NIOSSLServerHandler.swift */; }; + 6B0043AECAEDD9F992A37CD1 /* Ref.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C1DA99D1DEFC58CA02B2 /* Ref.swift */; }; 6B46EEF360502117ED89FFB2 /* Intents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950DBA0AB67AB1405278ED3D /* Intents.swift */; }; - 6B6567F6086EB5CAD01AB578 /* ReceivingPushPromiseState.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFAA33F7A1B6044DC786CF12 /* ReceivingPushPromiseState.swift */; }; - 6B7BDEF78545D66FF62B1308 /* SSLCertificateExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24CC8DD09845F05268509141 /* SSLCertificateExtensions.swift */; }; - 6BB14D53246763878A40CAD6 /* shim.c in Sources */ = {isa = PBXBuildFile; fileRef = EB42711B30077B740B9A88BA /* shim.c */; }; - 6BBC6CD80FD0B0BAB5880D57 /* v3_extku.c in Sources */ = {isa = PBXBuildFile; fileRef = E9C65DAC75DA9BC2C16DD76A /* v3_extku.c */; }; - 6BEC04F51F6C68ED68B7794C /* pool.c in Sources */ = {isa = PBXBuildFile; fileRef = B663AB1620561BD163FBDC1E /* pool.c */; }; - 6C1C5C4DD3647B38056553F7 /* BaseSocketChannel+SocketOptionProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = B89D5AA2923BB54DAA5FAA6C /* BaseSocketChannel+SocketOptionProvider.swift */; }; - 6C31D0FAF448008B56F4C27E /* descriptor.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5A214D0C26882F78251446B /* descriptor.pb.swift */; }; - 6C3A3AEF437B1B4F0F805C61 /* v3_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = BEDAD83A2A17F8643C094AE1 /* v3_skey.c */; }; - 6C4EB87ED06F9A64F684215B /* vpaes-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = BC04655ECF009DB80F30C962 /* vpaes-armv8.ios.aarch64.S */; }; - 6CAAFEE72074898E4B0CB7B3 /* s3_both.cc in Sources */ = {isa = PBXBuildFile; fileRef = 050A096F0D9B468DAC8D7A54 /* s3_both.cc */; }; - 6CCD3B09870FDD3CA360960C /* a_object.c in Sources */ = {isa = PBXBuildFile; fileRef = DEFC854A2507AFF60B36BA0F /* a_object.c */; }; - 6D028A6757991C9135033363 /* AtomicOptional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91AB0D956298605C0F5F46C6 /* AtomicOptional.swift */; }; - 6D3F0CA2F15E7B37A0B34544 /* Thread.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F3431BAA366BA9FB8716336 /* Thread.swift */; }; - 6DA5F17B72D3E98ED0711229 /* ExtensionFieldValueSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C215415531DC3105BE07A9A /* ExtensionFieldValueSet.swift */; }; + 6B8071B2E5C7DB190898473F /* LinuxCPUSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6EAE29E5DA8914FA3C7C4BF /* LinuxCPUSet.swift */; }; + 6B81B7CE0DDEAEC18D8C6896 /* aesv8-armx64.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 9E6143731AC402DF54777B85 /* aesv8-armx64.ios.aarch64.S */; }; + 6C09820EA1BFAEC8AD8A6532 /* EventLoopFuture+WithEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 865A036DD28576202FA76FC4 /* EventLoopFuture+WithEventLoop.swift */; }; + 6C59BA4F82E63E9279584860 /* AsyncTestingChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110684EC73BCDB9608790CA /* AsyncTestingChannel.swift */; }; + 6D6B2C6DBF2FA9CAAF918277 /* refcount_c11.c in Sources */ = {isa = PBXBuildFile; fileRef = E39517EB2AE6D12D3DF13DE3 /* refcount_c11.c */; }; + 6D76D61B89DF27EEDADDCC64 /* fips_shared_support.c in Sources */ = {isa = PBXBuildFile; fileRef = B4E5763E828B5FE3AB2FB669 /* fips_shared_support.c */; }; 6DB5E1A1C22B52EAECC1D96C /* lib.c in Sources */ = {isa = PBXBuildFile; fileRef = B7AF5A170EA2AEC1D92F9AB7 /* lib.c */; }; - 6EBF7B2F225235C5BA2F3084 /* Deque+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E7E69B528DEEE1579235A69 /* Deque+Collection.swift */; }; - 6EDE5495D5F87DFD480D2C2E /* exponentiation.c in Sources */ = {isa = PBXBuildFile; fileRef = 67578EF9CF04D313FD20781F /* exponentiation.c */; }; - 6EFE3E7808E1D36D49403765 /* Visitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7857AA7B0451EE09B42C40F6 /* Visitor.swift */; }; - 6F173E8692F5864016423E6C /* scrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 12FDC672EB3629FDB5D97F20 /* scrypt.c */; }; - 6F62B449936E26107C23E2D2 /* OutboundFlowControlBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18EEAB108BA54511FEE98C33 /* OutboundFlowControlBuffer.swift */; }; - 6F8ECABA4A4389FDD7EECF29 /* v3_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 273229FCF826DC4D86D62447 /* v3_lib.c */; }; - 6FAFE1108773F08ABFFE2823 /* DoubleWord.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDCB79CFE242E67ED0B7F839 /* DoubleWord.swift */; }; - 6FC52FF44739117650172460 /* ServerCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD213F185246EB5BC31B2E3A /* ServerCallContext.swift */; }; - 6FDA36B56DAD724A316D5033 /* sha1-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 5120DE72921268D108D25491 /* sha1-x86_64.linux.x86_64.S */; }; - 70BC8E3868FF78F8AD16E4E3 /* cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = 1ACCA898AD9263C5B8EF6673 /* cbc.c */; }; - 711388DC4AD62EBB199B5A4D /* GRPCAsyncServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F58AE7418803DFEDDAA1B38 /* GRPCAsyncServerHandler.swift */; }; - 71152D30F6747CF57FE91556 /* StateMachineResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC3C67763ABCD5DCEB783705 /* StateMachineResult.swift */; }; - 71212349EA375C0303D10EC6 /* SSLCertificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8BF01BA2C08E9C9205FF4E6 /* SSLCertificate.swift */; }; - 71858B0746D75FFF6CE5A1B1 /* x509_txt.c in Sources */ = {isa = PBXBuildFile; fileRef = F7AFEACE5837E19A9B0BA55A /* x509_txt.c */; }; - 71961071B4CB15B1808F82BF /* ExtensionFields.swift in Sources */ = {isa = PBXBuildFile; fileRef = F59A2BA60416B6BEA2D22E34 /* ExtensionFields.swift */; }; + 6DBD76652F90161672749C0E /* HTTP2ChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F4847366BFE98F4393FDEDB /* HTTP2ChannelHandler.swift */; }; + 6DD86E7DAFF3A80CA43DCA07 /* Deque._Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BF7B5799771D0A833664587 /* Deque._Storage.swift */; }; + 6DFB49FD4019235047540952 /* HTTP2Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C85C4666D7334F9AEF293EC /* HTTP2Stream.swift */; }; + 6E44B6F4165A75E2F4AF1E4B /* ServerHandlerStateMachine+Handling.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73923F10330C7B7C337E8C89 /* ServerHandlerStateMachine+Handling.swift */; }; + 6F127FB79E738ECA3808D66D /* asn1_par.c in Sources */ = {isa = PBXBuildFile; fileRef = CEE139E52CDB7972E4C5C25A /* asn1_par.c */; }; + 6F9C517E2E8465ED3FEF1149 /* c_nio_llhttp.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BE28250D8E2CC7A56533EE8 /* c_nio_llhttp.c */; }; + 6FD5798B1F6C1ADFF9A11504 /* tasn_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = 02E80E4E0BDAC44C0FE931A3 /* tasn_utl.c */; }; + 6FD7FDED7C0B0098B0A09E9A /* cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = A5DC4B5B08C31EC6AB26F754 /* cbc.c */; }; + 7097DD04C3188C2BA333BD21 /* Deque._UnsafeHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F46D587B6FA1D879D0C74329 /* Deque._UnsafeHandle.swift */; }; + 70AD359B58B4144D4210644B /* ssl_aead_ctx.cc in Sources */ = {isa = PBXBuildFile; fileRef = 61A7F0289EB30DE41D306D57 /* ssl_aead_ctx.cc */; }; + 70BB9DB6A8E186AEE8949F7B /* ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5595461832140F64007C9300 /* ecdsa.c */; }; + 71C80A287AA9C79B716F7E42 /* GRPCStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 182788B2421CA7AB73491BDD /* GRPCStatus.swift */; }; + 71D0815ED5E53436552B41B8 /* HTTP2FrameParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8A7B8D37561C4672B4E3A0 /* HTTP2FrameParser.swift */; }; 72065AF57578C094378A6500 /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A5D272ED2D7997DC7262DD /* echo.pb.swift */; }; - 722CDFF2BFFBEF1724C65104 /* IO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55EF89D0663233A38A7B6B99 /* IO.swift */; }; - 725CFF1A2D3B2A0725A7242D /* PendingWritesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3590FCA552922743F47D440E /* PendingWritesManager.swift */; }; - 7287A5A80F95747C011CA70A /* x509_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = 4C55488DF267927EA5227FA6 /* x509_vfy.c */; }; + 722EF1D723110FB9981C46D2 /* ExtensionFieldValueSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1397D2E855EEF23CFE292BD /* ExtensionFieldValueSet.swift */; }; + 72889D8D95A961E9526FFE35 /* vpaes-armv7.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = A9E83AFC003608C8424C0254 /* vpaes-armv7.linux.arm.S */; }; + 72BB04DEFF65D5C200D83396 /* simple_mul.c in Sources */ = {isa = PBXBuildFile; fileRef = 5AF1099B32A324B8E5302D54 /* simple_mul.c */; }; + 72C34E517ECD72F74E013608 /* JSONScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 516AC2941B0F404917C8A17D /* JSONScanner.swift */; }; + 72E28D2FEBE713D3C7DABBCB /* cpu_ppc64le.c in Sources */ = {isa = PBXBuildFile; fileRef = 092B6C19E3DABFF2C7FB1115 /* cpu_ppc64le.c */; }; + 72FB9806F615EEB2FFC0CCC3 /* ec.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C973FF6705008D8D6C10E3C /* ec.c */; }; 734EE7089CE010AFDD9331AE /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA94784E4E5A9A2D490D9B8C /* Lib.swift */; }; - 73A097F6B6F1C92E50CEAB57 /* x509_req.c in Sources */ = {isa = PBXBuildFile; fileRef = 7E2498E7C9D7BA3CA5AFB04E /* x509_req.c */; }; - 73D5D6870E4F96638F41D24F /* ReceivingGoAwayState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 606A5AEC43E9FAFEED887368 /* ReceivingGoAwayState.swift */; }; - 743B9D16A945D5BF82251D97 /* sha256-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 4ACDEE01A94A3B4CCBFE47AA /* sha256-x86_64.mac.x86_64.S */; }; - 74B03ECD34F919BA97A7B891 /* NIOAny.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19E7CBBE1579367DBF567692 /* NIOAny.swift */; }; - 74C2536319589978174B8236 /* SNIHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 198B1854618066EB163F5A81 /* SNIHandler.swift */; }; - 75143E4FDE80CEBCE533ACCF /* PointerHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B4533B8F87C2357B9373CA /* PointerHelpers.swift */; }; - 751B7EE6C319F7601B00BECA /* HTTPServerUpgradeHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C051E0F9FECA24C6EC4AB1F /* HTTPServerUpgradeHandler.swift */; }; - 75205B5EF45554F968467C64 /* p5_pbev2.c in Sources */ = {isa = PBXBuildFile; fileRef = AAF627B757D4EFF104C63B16 /* p5_pbev2.c */; }; + 735A03239C0789E2C4F3E8DC /* handshake_client.cc in Sources */ = {isa = PBXBuildFile; fileRef = D8ACA6DB793075091E71086F /* handshake_client.cc */; }; + 736A80AFC87A2CB3ED15B30B /* ClientInterceptorProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32F540B5C685F719D93BFD6E /* ClientInterceptorProtocol.swift */; }; + 737FBA241BF90ACF936A8CAB /* self_check.c in Sources */ = {isa = PBXBuildFile; fileRef = 39526BD39BDD40C06E3B22FF /* self_check.c */; }; + 73AF2213466DF56D6683E6A6 /* pair.c in Sources */ = {isa = PBXBuildFile; fileRef = DB6F4201E05C9AD54D404524 /* pair.c */; }; + 74DC7222684310B1CD18BFB5 /* NIOTSEventLoopGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B8D241C7F98F81DB6286452 /* NIOTSEventLoopGroup.swift */; }; + 7528597654766F1BF3EA30EB /* Deque+ExpressibleByArrayLiteral.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39DF2C2EF8701755066C9A23 /* Deque+ExpressibleByArrayLiteral.swift */; }; + 754CAC4EB698F94A5101F9B6 /* sha512-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 59A5E697E926A4DC64EFECCE /* sha512-x86_64.mac.x86_64.S */; }; + 7577FF67B027104371E874CD /* ServerInterceptorContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB7105A450991BD33CBDDFAE /* ServerInterceptorContext.swift */; }; 760ABF9512C3850DE96C7C85 /* BasicTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FCEA6FBBD853B4BDA57B3E8 /* BasicTests.swift */; }; - 780B6D47CDD2CCD2462CD781 /* PoolManagerStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28646FD79F6F7BC87359FE3D /* PoolManagerStateMachine.swift */; }; - 784BD5EE94E6F27B0E8B4ED8 /* ServerErrorDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77D305C7751A222086ABD878 /* ServerErrorDelegate.swift */; }; - 784D39122ECA5FF3D99C9C2E /* ghashv8-armx64.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 512DB622424C16E4ED3F26FE /* ghashv8-armx64.ios.aarch64.S */; }; - 787A135A33BF8A4405A0EB7F /* NIOHTTPClientUpgradeHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59B595836143B41C873E3F90 /* NIOHTTPClientUpgradeHandler.swift */; }; - 78A18B94C2C7AEDF8BF95EFE /* GRPCServerRequestRoutingHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C95ECEB4E1EF3A3387CCE8D3 /* GRPCServerRequestRoutingHandler.swift */; }; - 78C65C62526FF4AC47DA970C /* tls13_enc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 86DBC32D49C355BC460162C1 /* tls13_enc.cc */; }; - 790D66A37BB5D9E862B2975F /* ClientConnection+NWTLS.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB27CC036EF09BD18E7407B4 /* ClientConnection+NWTLS.swift */; }; - 793AB27ECCDB8776CBA451B2 /* pem_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A0801892446C4FFCBE78822 /* pem_x509.c */; }; - 793EB67F087A41650729F541 /* x509name.c in Sources */ = {isa = PBXBuildFile; fileRef = C62D1FE257FCB461BE870E35 /* x509name.c */; }; - 79400347DB891EC460CE9603 /* aes_nohw.c in Sources */ = {isa = PBXBuildFile; fileRef = FA011096DD4C8056B2F71C3B /* aes_nohw.c */; }; - 7961901219E8D3AA9F9E5D39 /* a_bitstr.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F61188301C27DA06E8AC98A /* a_bitstr.c */; }; - 79678C05DFD2D8DB4CD4FAC8 /* ChannelInvoker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05894036F2527E2E010F95BB /* ChannelInvoker.swift */; }; - 7984F72CEAFAE60C8C733012 /* SingleStepByteToMessageDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 568650CCEC279A4A65B25CD9 /* SingleStepByteToMessageDecoder.swift */; }; + 76734E075418C111E6E5A6A0 /* JSONDecodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A5CCCF622187FA1EB38559 /* JSONDecodingOptions.swift */; }; + 7692BF1536AC88024B9EA217 /* digests.c in Sources */ = {isa = PBXBuildFile; fileRef = 1932CD6AB0C4A0B858314C37 /* digests.c */; }; + 76937B760152A486F8C6886E /* GRPCHeaderName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44853D6A879F08A215398B7E /* GRPCHeaderName.swift */; }; + 76D4E1D5CF3F0E435C702E4F /* HTTP2ToRawGRPCStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC4ABB170448005330082855 /* HTTP2ToRawGRPCStateMachine.swift */; }; + 76F658C3760F911274714DAD /* gcm.c in Sources */ = {isa = PBXBuildFile; fileRef = 532427F7C8445FA243039A8C /* gcm.c */; }; + 7756204D11E9EBDA4FC2F1E6 /* rsa_impl.c in Sources */ = {isa = PBXBuildFile; fileRef = B6DC06A97334183BFF715AA8 /* rsa_impl.c */; }; + 77739A5879407B7E2431C4CC /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 029419BD19BB0E7AAA8B20BC /* PriorityQueue.swift */; }; + 777BA6D6D107C952FFC54894 /* f_string.c in Sources */ = {isa = PBXBuildFile; fileRef = AE83E7E562B8FE7CF67F3BBC /* f_string.c */; }; + 77FB09F80C6A980846E1E667 /* SSLConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = E23946A0F0E050D5DEB1E18E /* SSLConnection.swift */; }; + 789D6EC5266255AA9BAE29E5 /* aead.c in Sources */ = {isa = PBXBuildFile; fileRef = F87531DA107590960183F8F4 /* aead.c */; }; + 78AF16E2203E87C6012B6EED /* Channel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4374894D94E157D84A9D8F04 /* Channel.swift */; }; + 78E506BE7933E885EDA3AAAD /* MultiThreadedEventLoopGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 438CBB21DDB472E6300442E2 /* MultiThreadedEventLoopGroup.swift */; }; + 790ABF924D7C7FB58A5074D9 /* PlatformSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5859F7EFB9FC873E6732EEA /* PlatformSupport.swift */; }; + 790CBC780B153FFFF102042A /* p256.c in Sources */ = {isa = PBXBuildFile; fileRef = B819BB1AACFDF7CE26D02D8B /* p256.c */; }; + 791856882C2BADA44877BAE8 /* e_des.c in Sources */ = {isa = PBXBuildFile; fileRef = 645A2D3178206DEE60F1AE83 /* e_des.c */; }; + 7925256EBF66D4EECA4576F7 /* Deque+Equatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47F7F3E0BF0BF36999A4BC67 /* Deque+Equatable.swift */; }; + 79716CF1154FA39142F96243 /* tasn_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CA859A95AFAAA913782E6E5 /* tasn_enc.c */; }; 798751511348F37448E1B040 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F430FA1AB345C9D772DC1948 /* main.m */; }; - 79CD894604034667A2B38942 /* windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 27143904CE627270EEC352ED /* windows.c */; }; - 79EF5FC170864CC197A948C4 /* Deque+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A74B2F75F2394209852E09C /* Deque+Codable.swift */; }; - 7A16796757905D181D78044C /* FileRegion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 406B38AD627E291F8A84B802 /* FileRegion.swift */; }; - 7A3986C3B963654880C45D22 /* SocketOptionProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1864A8DCF56A7824FCED60CB /* SocketOptionProvider.swift */; }; - 7A47998B2207CFE2A9AD4CD0 /* Message+TextFormatAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEB4FD4C836BF24FD268E5BA /* Message+TextFormatAdditions.swift */; }; - 7A4B555CA798F42D87EDDD24 /* ghash-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = BBC2604E9B88B001E97D2F85 /* ghash-x86_64.linux.x86_64.S */; }; - 7A880729734958C14482D627 /* Google_Protobuf_Duration+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A112C69A06D3368376A2F562 /* Google_Protobuf_Duration+Extensions.swift */; }; - 7AB4B82FFFC00D7E10DA6F55 /* asn1_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = 4EDE57C74AC212FA679AD77D /* asn1_gen.c */; }; - 7B1CD5932593196B098013A4 /* vpaes-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = BB795219AA82805FC40F58B5 /* vpaes-x86_64.mac.x86_64.S */; }; - 7B3AD9444AA789A57C9C3E2F /* HasLocalSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 792129683DA3E3BE33FA79B8 /* HasLocalSettings.swift */; }; + 7AB64199B11363B4B9E7DCB0 /* exponentiation.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC0CBC7E2851B0EB71A287 /* exponentiation.c */; }; + 7AB6F61E8EA075A48A45B239 /* Exports.swift in Sources */ = {isa = PBXBuildFile; fileRef = C64C4462A34D8B1E0FD87144 /* Exports.swift */; }; + 7ADCAF68DA5B2FCDCC358E90 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9161A6236C42747ADDF3FA1 /* Utilities.swift */; }; + 7B0C93DA55198C12A8A0B7FB /* v3_pci.c in Sources */ = {isa = PBXBuildFile; fileRef = A1548D887548DCECE271B4D7 /* v3_pci.c */; }; + 7B24D85E7D990B7F16AC1F3C /* HTTP2UserEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32E1D9B80AD2870E72A99218 /* HTTP2UserEvents.swift */; }; + 7B2BA6A1C169B93ED4A95BED /* HPACKEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DAC505579CF352BEA0E6EA4 /* HPACKEncoder.swift */; }; + 7B4547037D9391A04D172335 /* rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = D298F1E17685780CBDC8E57C /* rsa_asn1.c */; }; + 7B64456CEDA44A06E9D5EF4A /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E972C9973E7FF057D962FD6 /* sha256.c */; }; 7B6708BF1E70C0A3A0F46689 /* UITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 880946C1160FA32CCC519C3A /* UITestsLaunchTests.swift */; }; 7BAC4233D321DE64BE80823B /* Intents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29EDD2838DC4304173219C97 /* Intents.swift */; }; - 7C181978BDEB953E6F71B38D /* WireFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A9C8E36F7E7F45D78B040DC /* WireFormat.swift */; }; - 7C40BD565AA9686FA2B102E5 /* ssl_key_share.cc in Sources */ = {isa = PBXBuildFile; fileRef = 048AABE76C38748214584C09 /* ssl_key_share.cc */; }; - 7C5EF52FD530826B02FFDB6B /* p256-x86_64-asm.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 6DBC6CC2139B54D1413F5945 /* p256-x86_64-asm.mac.x86_64.S */; }; - 7C87C5E37C2942FC32B934B8 /* ConcurrentStreamBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E8C26BC21C3FBAE1EEE7D6 /* ConcurrentStreamBuffer.swift */; }; - 7CEC9DFF6388E69532F96C4F /* LogHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76516D548659926F6F74055C /* LogHandler.swift */; }; - 7D114D2DD1F08A8BBBB6538D /* hpke.c in Sources */ = {isa = PBXBuildFile; fileRef = B15257DD47CE5D1C91C426BF /* hpke.c */; }; - 7D176B180D3881F6A17E2581 /* x509_set.c in Sources */ = {isa = PBXBuildFile; fileRef = 640D169B46728B568D452753 /* x509_set.c */; }; - 7D482B98C227CE730544C353 /* poly1305_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = D6D2C4EB9B03837FBE2D0367 /* poly1305_arm.c */; }; - 7D736B28C74FA16B795946D2 /* bio.c in Sources */ = {isa = PBXBuildFile; fileRef = D0867897EC5CD638A5BD58A0 /* bio.c */; }; - 7DD9DCA1976A46FD4709485C /* RemotelyQuiescingState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D7837FD1EC2948AB51C4D0D /* RemotelyQuiescingState.swift */; }; - 7E0F534FF125CF8B37A83247 /* convert.c in Sources */ = {isa = PBXBuildFile; fileRef = FDE060F206A3EF8CFAD6EE4D /* convert.c */; }; - 7EE6D1708AF3633E4926E908 /* chacha20_poly1305_armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1C85C4251BA628C85B571F6D /* chacha20_poly1305_armv8.ios.aarch64.S */; }; - 7EF05078E48F7202515249C3 /* t_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = EF559403D6FDBF703D1C0808 /* t_crl.c */; }; - 7F38AD69146B79073C9947E7 /* AtomicOptionalRawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8625C6DC46459A73F0C2C700 /* AtomicOptionalRawRepresentable.swift */; }; - 7FBF903C5FCFBBAC2A75D6B6 /* _DequeSlot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9744D60370512EFF84AFE0E6 /* _DequeSlot.swift */; }; - 7FCFDDA3811C9907E749FEEF /* HTTP2StreamChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6D052F85F0EAC2070BFD4C2 /* HTTP2StreamChannel.swift */; }; - 803261DBC0ECFF620FA007DF /* poly1305_vec.c in Sources */ = {isa = PBXBuildFile; fileRef = D78D6ABDBC1D4091CED8B787 /* poly1305_vec.c */; }; - 8058BCDEC6D0B7B9EC613204 /* by_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = F3812AD546C94FCD331382C5 /* by_dir.c */; }; - 80A78AAD75BA5D9ACD2E3952 /* x25519-asm-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 7BFADBDE87292B9FD8E8C67F /* x25519-asm-arm.S */; }; - 80B8B7F404C0379690D0A7DE /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABAB0003D7A07A287883F5EF /* Message.swift */; }; - 81834F9C40DF286BB0E39DB5 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AE7B02367852D6C482D687F /* hmac.c */; }; - 81B7BDD8D8653944B3C08636 /* oct.c in Sources */ = {isa = PBXBuildFile; fileRef = 0997AAF0549B603C9CB31A53 /* oct.c */; }; - 820DE29DF2EFF03AB4DC4037 /* Deque+Equatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97EB4A4EFDA051792D709A1A /* Deque+Equatable.swift */; }; - 8250662B7F360398AD4123D3 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EE3C4883930DB492F17468E /* PriorityQueue.swift */; }; - 827A8FE697C52CB8C58110F6 /* ProtobufMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB194746C283A5836C977D5A /* ProtobufMap.swift */; }; - 82A5DF28252D6CCF8DBDBBC0 /* pcy_node.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DFEA26FE30C0A7DFD7669F /* pcy_node.c */; }; - 82F4A78CB3FD55CD15A28CC1 /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 18A07CFFA41785BD2EEB8AF6 /* sha512.c */; }; - 8307FF603A39AECA115BB5CD /* PooledChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC756C6674A0FAC76D9ADFD2 /* PooledChannel.swift */; }; - 83182913C4598B36C51476D5 /* AsyncAwaitSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDBD856646178696688A925A /* AsyncAwaitSupport.swift */; }; - 833B1A24D97E6E7FB5DB3F0B /* bio_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = 4E8B995047606BFA1A0F0732 /* bio_mem.c */; }; + 7BBA836B68DAADE5653461E2 /* Codable+ByteBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1528ADB865CD2F9D6CB29BF /* Codable+ByteBuffer.swift */; }; + 7BDB13CCFB46430E30A44101 /* sha512-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 9B3D763AD9E9612F58FBC835 /* sha512-586.linux.x86.S */; }; + 7BDFC2AB789F1FF82DEBE73F /* PipeChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CCCA3631AD4A2EEAD17B0 /* PipeChannel.swift */; }; + 7C1C1C942E469ED830197620 /* cbs.c in Sources */ = {isa = PBXBuildFile; fileRef = D5A6647009BBCFB72F7CD96B /* cbs.c */; }; + 7C355B5E1AAD937BEAD38508 /* buf.c in Sources */ = {isa = PBXBuildFile; fileRef = 4371BB0B40E481631E6D46A6 /* buf.c */; }; + 7C4501A7BC4C2FE6FB224E1A /* BinaryDecodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34C030FF8C1F496DC319AE8D /* BinaryDecodingOptions.swift */; }; + 7C804C7EC612E835FD442E7C /* ConnectionManagerID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94B24877677DB93754200213 /* ConnectionManagerID.swift */; }; + 7D3472F3AC5C32745B554DC5 /* SystemCallHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 077A8DBDB4F3F2B6D91E4617 /* SystemCallHelpers.swift */; }; + 7D521E4A4CBC91317A67B14E /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 085744454DA8C6F022D332DB /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift */; }; + 7D8238B3906755D551FDB86C /* pcy_map.c in Sources */ = {isa = PBXBuildFile; fileRef = 84EF46C941C104FB5F7BC92B /* pcy_map.c */; }; + 7DE5581BC3D4BD0864E651A9 /* HTTP2ToHTTP1Codec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AAC67E3EAE46AB7AB10C3AA /* HTTP2ToHTTP1Codec.swift */; }; + 7E1F209A08432972E6018F79 /* aes128gcmsiv-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = EBCD23427151374CF76C4F0C /* aes128gcmsiv-x86_64.mac.x86_64.S */; }; + 7EE28B8A4B765EF8F60511FC /* x509_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D7827ED4D8AF93C50EF600 /* x509_vfy.c */; }; + 7F043AF5D5D95010AD69F595 /* ApplicationProtocolNegotiationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDB53C81093C476F74A5FB74 /* ApplicationProtocolNegotiationHandler.swift */; }; + 7F0596336B9F811D6FF68270 /* ghash-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 5CF50636F5BAF14A4F6DF299 /* ghash-x86.linux.x86.S */; }; + 7F684D063586489BBCEC4212 /* ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = C5467F42CEDD931ECFA4EA3C /* ec_asn1.c */; }; + 7F9C8BDF60FD18BCE6FC6C90 /* ghashv8-armx64.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = AA2C8EB5AC59F92221FFF8E8 /* ghashv8-armx64.ios.aarch64.S */; }; + 7FA952C63D919BA978E00FA8 /* SSLPublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = E681FB920577C34F2902E793 /* SSLPublicKey.swift */; }; + 7FC97E4227C0EA97320EC0DE /* chacha20_poly1305_armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 609754C4E04DC01FED7550CC /* chacha20_poly1305_armv8.ios.aarch64.S */; }; + 7FE701542A661753A3F8F00C /* ssl_versions.cc in Sources */ = {isa = PBXBuildFile; fileRef = 48194583868C94641A56441A /* ssl_versions.cc */; }; + 80125F6B9965A617270E6A11 /* LogHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD6D79A87B9654668AFC4C80 /* LogHandler.swift */; }; + 803C7A10A7BAD10AF5BD2FF2 /* x509name.c in Sources */ = {isa = PBXBuildFile; fileRef = A455576E8029DC1379712BAA /* x509name.c */; }; + 804CA8F57B44245E72C425B1 /* HTTP2PingData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6384CB83592BD627E7F218CC /* HTTP2PingData.swift */; }; + 812720883CF86C4E442C7B54 /* WebCORSHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666661EE34ECA08FCB096066 /* WebCORSHandler.swift */; }; + 8128EA2546496DEA60589673 /* x509_d2.c in Sources */ = {isa = PBXBuildFile; fileRef = E7095E4F572C22FF326CB1B1 /* x509_d2.c */; }; + 812DBD7204E099D74665AEF6 /* v3_extku.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F5E78A041E428B73D0670DC /* v3_extku.c */; }; + 81C7B45F845FF1DAA8180439 /* SSLPKCS12Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC6AEC6195B983C8E1B71CEE /* SSLPKCS12Bundle.swift */; }; + 81CCDD87E979582CD681AF6A /* Varint.swift in Sources */ = {isa = PBXBuildFile; fileRef = F42411434DCE6B3B762CA32F /* Varint.swift */; }; + 81F242CA0F6DC8A460A2784B /* JSONRPCFraming+ContentLengthHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3A6D4EB6C8875F2D5A8A3A0 /* JSONRPCFraming+ContentLengthHeader.swift */; }; + 8238BA37EBD01A71A3826833 /* polyval.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A3E2EF26E513E2C73ADB679 /* polyval.c */; }; + 823C0EE4FAD5D208B7A25018 /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = A611EF92E2875210B53FC420 /* dh.c */; }; + 82478819A5B7EA5FD2E03A6D /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 80FE7872F96E1FCC9BD42F2B /* sha1.c */; }; + 825949DDD9527C519589F872 /* WritePCAPHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26CD077E43EF983E2D3DCD9B /* WritePCAPHandler.swift */; }; + 82A035085232D3BA1A767616 /* poly_rq_mul.S in Sources */ = {isa = PBXBuildFile; fileRef = 8EAC582D26998964397C385E /* poly_rq_mul.S */; }; + 8379BA15E2DAB8F02CCD4AAC /* gcd_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = D19DC9EB104523E2E5931351 /* gcd_extra.c */; }; 83A2C931BAFBEB2C113732DB /* private_lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34051E31629F66435DD61AF0 /* private_lib.swift */; }; + 83B747C1D616F2260DC4B5E8 /* chacha20_poly1305_x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = DBF80300857DC23CC6A89520 /* chacha20_poly1305_x86_64.mac.x86_64.S */; }; 83F3FC7CC1B3DAC64048DBDF /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43483C0C029D669DC6D9079A /* ContentView.swift */; }; 83F9A7DCF279AEADE672F376 /* lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5363C149251A898407013539 /* lib.swift */; }; - 84331F89628E1F637FB01DB5 /* LineBasedFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 886107CF103F370A50C56209 /* LineBasedFrameDecoder.swift */; }; - 845FFC61201F943CE3C345B9 /* md5-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 9E7D399EAA9926EC1A9A639E /* md5-586.linux.x86.S */; }; - 8464836634D7CD9D44AEB6D0 /* montgomery_inv.c in Sources */ = {isa = PBXBuildFile; fileRef = E853740406ED1A49E447BD07 /* montgomery_inv.c */; }; - 8504C194C7F0E2A5457C63A3 /* ConnectionManager+Delegates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29E38E40ACB0E68359EE1B7D /* ConnectionManager+Delegates.swift */; }; - 8521D0D2F6ABBDD6362A1F4A /* Exports.swift in Sources */ = {isa = PBXBuildFile; fileRef = A29D13D916FE2E0D5C9AE2FB /* Exports.swift */; }; - 853316503A5CF2EA00D31B78 /* chacha-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = EDAE42188305DA3135160A49 /* chacha-armv4.linux.arm.S */; }; - 85416CF8BE2E9ABDA5E5538F /* aes128gcmsiv-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 3F0B68F6BF191BFF6FEFE9FF /* aes128gcmsiv-x86_64.linux.x86_64.S */; }; - 856DAFEB1C6C65BC3EC8391F /* NIOLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20E8CE5C4167D2E75716D8D4 /* NIOLock.swift */; }; - 8597D9CD6F535671798D41B4 /* v3_pcons.c in Sources */ = {isa = PBXBuildFile; fileRef = 961E6D6FF32659217B80CF94 /* v3_pcons.c */; }; - 85A21B25E77AE26AE4A2DCD5 /* ControlMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 417B2D1EA5E9FD364E123CCA /* ControlMessage.swift */; }; - 85B3A7914DEF80022AB3097C /* ServerSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDA64AD11192806A3085514F /* ServerSocket.swift */; }; - 868FF4942985357E5D956AFD /* Google_Protobuf_Any+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD346D4681FFC0F3CD0648F /* Google_Protobuf_Any+Extensions.swift */; }; - 869BC08965DE70B716F567D5 /* StreamState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F7CC93C6DF7A3ADD4A14D6A /* StreamState.swift */; }; - 86EBC12EE5587ACAFCD43F54 /* UnaryServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE3C4C336B9F8481FBC6CC54 /* UnaryServerHandler.swift */; }; - 872252939FDAE4E993B3B76A /* pem_all.c in Sources */ = {isa = PBXBuildFile; fileRef = F4625C903CCE7D7F95FE2003 /* pem_all.c */; }; - 87866C1E8052DCB2160FFF0A /* ConnectionPool+PerConnectionState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8EA2A6246EB862C74B1D788C /* ConnectionPool+PerConnectionState.swift */; }; - 878DE63D1343F2223CAFD86A /* evp.c in Sources */ = {isa = PBXBuildFile; fileRef = 859D62F1FF6CB94067B16B58 /* evp.c */; }; - 87FE95D5E5BD1D0604818AD4 /* ConnectionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0249924B04A1713697D411D1 /* ConnectionManager.swift */; }; - 88587BDC1AD26533E8059C7F /* ssl_cert.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7F08229475CA864FB107503F /* ssl_cert.cc */; }; - 88B0D7D9E03091750786938C /* FixedLengthFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB61F84289BCAAEAAE9B0BB3 /* FixedLengthFrameDecoder.swift */; }; - 88B4E03DB2F55204957765D7 /* voprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 27AB6D8BC5114D55AEAB14A1 /* voprf.c */; }; + 843390F422A8347010798B2D /* chacha-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 7AE977BC9211068210F6B1E8 /* chacha-x86_64.mac.x86_64.S */; }; + 844EA65CAB165E680075CF6A /* _FakeResponseStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9012DCD5AA5D19E50569BF79 /* _FakeResponseStream.swift */; }; + 84889CD6B3D352CC30F8F577 /* aesni-gcm-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 44ABE5694D71DF1A5665A4A5 /* aesni-gcm-x86_64.mac.x86_64.S */; }; + 849018499E9FCFE4B83863B2 /* MulticastChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B076F373E5F9F361FEEF6F77 /* MulticastChannel.swift */; }; + 84EA4A690C7BEC05A62BF4A5 /* vpaes-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 7D25EA1010E080BA4F1728B3 /* vpaes-x86_64.mac.x86_64.S */; }; + 85248D41669D7115847BEEDD /* HeaderTables.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD03FBB8FE89E3721D1800E /* HeaderTables.swift */; }; + 861BD7F3DC79B84D2987E619 /* Google_Protobuf_ListValue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B03CE5017DCFF1E2BE9D1C6 /* Google_Protobuf_ListValue+Extensions.swift */; }; + 861E0F8E9D766881CD9BBB1D /* LazyEventLoopPromise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EBFE1FAA686732ED84CC56B /* LazyEventLoopPromise.swift */; }; + 86EBDB79FA509B6C74723C77 /* MarkedCircularBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6175B9C8C2CB02F02FF5119 /* MarkedCircularBuffer.swift */; }; + 86FE94BC59ECC021DE0B9738 /* x86_64-gcc.c in Sources */ = {isa = PBXBuildFile; fileRef = F6C8D0524F52FE8CBBCC4DEB /* x86_64-gcc.c */; }; + 87325C1F09F2106F40556EC4 /* hexdump.c in Sources */ = {isa = PBXBuildFile; fileRef = 88AFC6A0ED9607F71C8C72C6 /* hexdump.c */; }; + 8736604F845C3AEC6D8274BD /* CallDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = F80D387A781EFA761B9FD0B5 /* CallDetails.swift */; }; + 874E9C558B142E8BC87D5366 /* FakeChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3818859042ACA33A1456BEFE /* FakeChannel.swift */; }; + 8750FEAEDB67F99141001B9B /* AddressedEnvelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DA5DDA8C5D37155ED733A47 /* AddressedEnvelope.swift */; }; + 879D67B3B5C97C7627DE275A /* Deque+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CC980447244A8F7DBF0DABF /* Deque+Codable.swift */; }; + 87EB8EF525BF63C19BECAAEF /* GRPCServerPipelineConfigurator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75C5B7EB03EBB13D1C912319 /* GRPCServerPipelineConfigurator.swift */; }; + 8876688A206228DDF83A1D33 /* ThreadPosix.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4898A832F34EE20B19ED252 /* ThreadPosix.swift */; }; 88DA451E0BCC090E3D6EA0E9 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = E21754912667DF24C36148FF /* Lib.swift */; }; - 88E7876AD383D70A55B4E299 /* empty.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C342F237C7808BF1661300 /* empty.pb.swift */; }; - 88F194C25126EC56A13CB93B /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = A9DA1D19FF91849ADAC03E33 /* util.c */; }; - 88FDAFB0E59E102E39261B63 /* timestamp.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4B0E385255DE011C854B566 /* timestamp.pb.swift */; }; - 891EE5B16D65ACE4ED9CBAB8 /* sha512-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = CB4A23644C2C31EAD5F92944 /* sha512-armv4.linux.arm.S */; }; - 893C2FA6228EEB8C40E164E1 /* GRPCError.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1E5DB578A1963BD03230193 /* GRPCError.swift */; }; - 895B37FCFEA6D5FFC8E68F59 /* BidirectionalStreamingServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B4CF993F9B09EAF39A9FCFD /* BidirectionalStreamingServerHandler.swift */; }; - 8971F085825E866281D5BC34 /* handoff.cc in Sources */ = {isa = PBXBuildFile; fileRef = D26970D187A0CA3C668B67B7 /* handoff.cc */; }; - 897CD3EB88EDA091942ED849 /* handshake_server.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9EDE44D0A35066D54574FCBE /* handshake_server.cc */; }; - 89879B2646B183E0804B3A2C /* Google_Protobuf_Value+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCDB6FC56F7AF80C709C9B33 /* Google_Protobuf_Value+Extensions.swift */; }; - 898BE1A6F735C587F07E8980 /* rsaz_exp.c in Sources */ = {isa = PBXBuildFile; fileRef = D2308C9959C5BD95A7DF9EDE /* rsaz_exp.c */; }; - 8997B9953EA92B10E5EF73F0 /* sha1-altivec.c in Sources */ = {isa = PBXBuildFile; fileRef = A02143054027B6070144F94B /* sha1-altivec.c */; }; - 89AC38C4A0F5CAA70E27EDB5 /* x86_64-mont5.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1B742927E799E66D99FB86C6 /* x86_64-mont5.mac.x86_64.S */; }; - 89C51B0040A54F8A42DC655E /* _GRPCClientCodecHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DFAD2A4CBBE49BDE92CBB11 /* _GRPCClientCodecHandler.swift */; }; - 8A593707984E9527959ECFA5 /* fuchsia.c in Sources */ = {isa = PBXBuildFile; fileRef = E34AA234A1E66E6A90755BF3 /* fuchsia.c */; }; - 8AAC611BC00FFFC509BD1206 /* pcy_cache.c in Sources */ = {isa = PBXBuildFile; fileRef = 5095D7E6990995D648DC1547 /* pcy_cache.c */; }; - 8AB5BCAC3B0E52E615DA2ED0 /* scalar.c in Sources */ = {isa = PBXBuildFile; fileRef = C8727C0F242B6D263D40AEFE /* scalar.c */; }; - 8AD9A7DD376D0CD3D1F0D403 /* Codable+ByteBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503307ACCFD23F168C45049B /* Codable+ByteBuffer.swift */; }; - 8AEE28750E615ED663B24ADB /* c_nio_http.c in Sources */ = {isa = PBXBuildFile; fileRef = 97C76D5E6C38D32B462F16AE /* c_nio_http.c */; }; - 8B43258D9A988DF2042339D8 /* CustomPrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5789C871B007D6E3459D423E /* CustomPrivateKey.swift */; }; + 89302797A6F5290E5310383D /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = BF14E015AFFDF0395EF98628 /* md5.c */; }; + 897386190D60B382CEF08415 /* rsa_print.c in Sources */ = {isa = PBXBuildFile; fileRef = 1565BB1D3881B34E3031F5EE /* rsa_print.c */; }; + 89E4746694D57E7A855BCEA9 /* ChannelInvoker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A3D10AE56D23E58B964708 /* ChannelInvoker.swift */; }; + 8A8C2136632D626E81D95B4D /* sha512-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 862A6C735A15E40458A940E5 /* sha512-armv8.ios.aarch64.S */; }; + 8A9C8E86AA1B2C6A360EC0AA /* SelectableEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94F4C0EDDBEA9672A9208B67 /* SelectableEventLoop.swift */; }; + 8B16870BF015751BB9ED5B76 /* NameMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B795B0DD431A8D58A9CD219 /* NameMap.swift */; }; + 8B36DBFEED61BE7FB1BD3D6C /* x_val.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E891EA6F53BE3A15CC75BAF /* x_val.c */; }; 8B62EA8A1B5A321633B25351 /* private_lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34051E31629F66435DD61AF0 /* private_lib.swift */; }; - 8B87D9B7FC700D1CA73BC349 /* StaticHeaderTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D2155C0AE7C083C1127E4A6 /* StaticHeaderTable.swift */; }; 8BD39600399E346EF1480FC1 /* ObjCUnitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EFD33DA1BC7E7196649D05D /* ObjCUnitTests.m */; }; - 8C05FEEFECB022431A6FE329 /* BaseSocketChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DC3D6549564724815BFF89D /* BaseSocketChannel.swift */; }; - 8C1B6ADD5574BA49B00ABD17 /* p224-64.c in Sources */ = {isa = PBXBuildFile; fileRef = 0826D9957A0E58F144639E1E /* p224-64.c */; }; + 8BFB3BFBD8A2CF3FC3D8D400 /* x509rset.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F256ADE31CF5040739ABF8C /* x509rset.c */; }; + 8C144A902FF7CA889D709325 /* ssl_buffer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 44B0720C66281222D51B0318 /* ssl_buffer.cc */; }; 8C245551933F863CC3B84FFA /* UITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3011BD0422D96A2C7321B982 /* UITestsLaunchTests.swift */; }; 8C5512C2DABA2D397FF8073D /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7FFF82C81A2A34F1DF8ACE4 /* TestingUtils.swift */; }; - 8C6A32890642661435DB73A9 /* AddressedEnvelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BCD312588B9294F2DAD9A01 /* AddressedEnvelope.swift */; }; - 8CF83EA5F8BA04F7C80135E0 /* HTTP2FrameEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75167DD5E1A5B4C2A61C6617 /* HTTP2FrameEncoder.swift */; }; - 8D4E869AB8F8D678D239C344 /* x509_obj.c in Sources */ = {isa = PBXBuildFile; fileRef = 151B9817AFC8182F534B353D /* x509_obj.c */; }; - 8D9937B1F2E0C12AF0D5E604 /* HPACKErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8425B70C1BC6291A64C2C887 /* HPACKErrors.swift */; }; - 8DF4B0A7967279970EC80F54 /* gcd_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 91DD1C8B693EDEABF4EB9D92 /* gcd_extra.c */; }; + 8C5B415F23C92ECFCE0FD09F /* pool.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DA34384F98C1A36DEF0F3B5 /* pool.c */; }; + 8C7ECECFACB881DA959D1960 /* GRPCAsyncBidirectionalStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94949BDAFF9E2BE5354F7B1B /* GRPCAsyncBidirectionalStreamingCall.swift */; }; + 8C95351659DBBB8F2597EC02 /* HTTP2FlowControlWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = D5F6878F8D1FF17AF66AEBCA /* HTTP2FlowControlWindow.swift */; }; + 8D23BD89A8741EE343DA4D69 /* a_gentm.c in Sources */ = {isa = PBXBuildFile; fileRef = A29A9566557FD04352CE924B /* a_gentm.c */; }; + 8DBD3E83064FF487E7AFBDE8 /* rdrand-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = C102BD3BEECBD4843E9BBDFA /* rdrand-x86_64.mac.x86_64.S */; }; + 8E0408D439026FEB1074A2AC /* PointerHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B34B45DADB8A471410BADCC /* PointerHelpers.swift */; }; 8E0D925F27821050263136C5 /* Answers.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3A8DC9BFDCE881D9614F6F90 /* Answers.mm */; }; - 8E0DFD22FAA7463FAC1E947E /* TimeUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 207284AC88566954665519CC /* TimeUtils.swift */; }; - 8EE81BC68306C61911DC7232 /* aesv8-armx32.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 38114057CAEBB1F5EBAD168A /* aesv8-armx32.linux.arm.S */; }; - 8EF100385F7CDEA48B423830 /* vpaes-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = A42696282776D5C1FCD15921 /* vpaes-x86.linux.x86.S */; }; - 8F5223471D037ADC3F36263F /* NIOAsyncWrappers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DDBDFD0E5D3DD76F4ABCA28 /* NIOAsyncWrappers.swift */; }; - 8F803429DF3CFBDAE0793B18 /* HTTP2StreamID.swift in Sources */ = {isa = PBXBuildFile; fileRef = B248998FC015F8E159F48A95 /* HTTP2StreamID.swift */; }; - 8F9114CADFE5B3C6315F172F /* AnyUnpackError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49827EC013082544474635E0 /* AnyUnpackError.swift */; }; - 8F9E90AE1F737A598658C9E4 /* ChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA63AC889CB1C39E8C6C5EC5 /* ChannelHandler.swift */; }; - 90248526B5DAD2FC21994C40 /* e_des.c in Sources */ = {isa = PBXBuildFile; fileRef = F1005F91229F7AC77A99D88A /* e_des.c */; }; - 90258DBD8BE2F6F88856864A /* dtls_record.cc in Sources */ = {isa = PBXBuildFile; fileRef = 43DA97C10759CA64E5F86C78 /* dtls_record.cc */; }; - 90276D36D61137C6E717849A /* CoalescingLengthPrefixedMessageWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15FFCF22B915D603D9B322AF /* CoalescingLengthPrefixedMessageWriter.swift */; }; - 9082D096C0E71D51AEDFD959 /* tls13_both.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9EF83A00CD3F7B3E00679AE3 /* tls13_both.cc */; }; - 90851D3DFC27EB518EB892B3 /* v3_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = 310C10A2089204F61A0324A3 /* v3_prn.c */; }; - 909FDC0F9C6B13C148DEB8CE /* md5-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = D089CB523BE4919766F4EE78 /* md5-x86_64.linux.x86_64.S */; }; - 910CDD7DD59DCDBCB976FD22 /* pcy_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 1CE0E5ED69BE21EF64057870 /* pcy_data.c */; }; + 8E32E71D6E114183C10CAE62 /* ssl_cipher.cc in Sources */ = {isa = PBXBuildFile; fileRef = C3162A9C211D1A39410668FF /* ssl_cipher.cc */; }; + 8E566A4AF1F58C2ED138F331 /* spake25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A3CD95BF2A5B19B207DFD3B /* spake25519.c */; }; + 8E8F56018557990999996D06 /* BaseSocketChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF86F2C171535BE592504505 /* BaseSocketChannel.swift */; }; + 8EA8F1E1A2C45FD6C764D577 /* HTTP2ToRawGRPCServerCodec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60D07AEEB963E2090832D31C /* HTTP2ToRawGRPCServerCodec.swift */; }; + 8ED02BAB90DA591C6AC6E06D /* scalar.c in Sources */ = {isa = PBXBuildFile; fileRef = 772A920E1D0E576431018413 /* scalar.c */; }; + 8F4C426189E1299A516B59A7 /* sha512-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = C0AFD1E4EDFF8CB3731681B7 /* sha512-x86_64.linux.x86_64.S */; }; + 8F5DC1D6D236A0362E632779 /* FieldTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AC95596F1DD602A1F5595E9 /* FieldTypes.swift */; }; + 8F6BB8C4858233B521C499D3 /* Deque+Extras.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7137A494460C75BEFB4CB0C4 /* Deque+Extras.swift */; }; + 8F7853F322D380E0E83F0675 /* SecurityFrameworkCertificateVerification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DFC888E68020CC7C588D166 /* SecurityFrameworkCertificateVerification.swift */; }; + 8FB84CA4D6E32907B6C51E62 /* GRPCClient+AsyncAwaitSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31D86820E8115BF8D1BAA4FF /* GRPCClient+AsyncAwaitSupport.swift */; }; + 8FBC05161AE5835EE616F4CF /* BaseSocketChannel+SocketOptionProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC74DB8B922E70A0C2ED6A65 /* BaseSocketChannel+SocketOptionProvider.swift */; }; + 90139E9FBD2B3C9AF1965769 /* GRPCAsyncServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8ED7CE88298805639C3ADD2C /* GRPCAsyncServerHandler.swift */; }; + 901F6247C111D0650CD919D9 /* pcy_cache.c in Sources */ = {isa = PBXBuildFile; fileRef = 936B3E3BE30A194599CE4B03 /* pcy_cache.c */; }; + 9050DC429C9683DCA29AD647 /* SendingRstStreamState.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5D818DF15E6F78575A17E2D /* SendingRstStreamState.swift */; }; + 907DDD014D33DE88D4CA1116 /* v3_bcons.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B071760DCB43876E2A51D6B /* v3_bcons.c */; }; + 9088CCB7530F510303DAF3CB /* ByteBuffer-lengthPrefix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F20456E6A2992D216FA6A93 /* ByteBuffer-lengthPrefix.swift */; }; + 9091E769B2FEF25AA1A58EBC /* System.swift in Sources */ = {isa = PBXBuildFile; fileRef = E636EA89FA9E05AD2D532198 /* System.swift */; }; + 9128E6756772ACE08E220A9F /* digestsign.c in Sources */ = {isa = PBXBuildFile; fileRef = 6C600B5E4C76D73C40194019 /* digestsign.c */; }; 9131107086EFF938B3CED73C /* SwiftGreetingsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 590C1F8173F7F592F432ACF0 /* SwiftGreetingsTests.swift */; }; - 915580932D5D852D488CD3F0 /* evp_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D59DD8451542772B8F7A289 /* evp_ctx.c */; }; - 91814958C35666650C13D096 /* x509_trs.c in Sources */ = {isa = PBXBuildFile; fileRef = 203DCD80D20A799423EF05C2 /* x509_trs.c */; }; - 91F91A1094F348DD9889A43E /* asn_pack.c in Sources */ = {isa = PBXBuildFile; fileRef = 95A99A642FD7A4E63DE1C74F /* asn_pack.c */; }; - 92426D4BC09F9E59FDABFCA6 /* x509cset.c in Sources */ = {isa = PBXBuildFile; fileRef = B8791E5597CAE54EB28D8E2F /* x509cset.c */; }; - 924D4BF86497CE46D5DC5E6B /* TextFormatEncodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82274D289B1B527639C21E54 /* TextFormatEncodingOptions.swift */; }; - 927797600CD4965302A0F246 /* SelectiveVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FEE75D6E103AB9B5B5F7A53 /* SelectiveVisitor.swift */; }; - 92868E550FE5C41CA0917646 /* MayReceiveFrames.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D3EC87E38C73FDBCA9CEB76 /* MayReceiveFrames.swift */; }; - 92C744242C56F727A3E637E9 /* HTTP2ChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A595EF306A9D22CAF39A398 /* HTTP2ChannelHandler.swift */; }; - 92D11D3495715D763FC3F71B /* SelectorKqueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3ACB8E9BCCA296845A489CE /* SelectorKqueue.swift */; }; - 93010BDF4021BBE703B20A37 /* sha256-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = A2A7844882018710F8825842 /* sha256-armv4.ios.arm.S */; }; - 9337479B08DB422711ACA254 /* struct.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A82AADA7C820E8E0E5372DA /* struct.pb.swift */; }; - 935F5E2C7B62F0B1514A5599 /* ReceivingRstStreamState.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED1A6359ADD0741294DEE401 /* ReceivingRstStreamState.swift */; }; - 9375DA8EB8B7F1312845BAB9 /* curve25519.c in Sources */ = {isa = PBXBuildFile; fileRef = AE5D6F1D215F065261EF773B /* curve25519.c */; }; - 93CF2528105BF6A5054DAD1A /* TextFormatDecodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFD3CB9A8AC6E24DF8CB4624 /* TextFormatDecodingOptions.swift */; }; + 91375F304F85E140A72F7DE9 /* v3_crld.c in Sources */ = {isa = PBXBuildFile; fileRef = 34EC1E8DF42B26D1E94C9F57 /* v3_crld.c */; }; + 91B0D8EB403C059BBB048BD6 /* EventLoopFuture+Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = B34ECEE233178D8C02B3DFEB /* EventLoopFuture+Deprecated.swift */; }; + 91C9CECCA62B7B3E267C66CF /* PosixPort.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF77461DE626C050F79D805F /* PosixPort.swift */; }; + 91D474F5EA3FA593A3566589 /* e_chacha20poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = FC3B8464BE89C18DA842A1E4 /* e_chacha20poly1305.c */; }; + 91DB449E766967C91B70E332 /* NIOHTTPObjectAggregator.swift in Sources */ = {isa = PBXBuildFile; fileRef = D25F9A345CA14DCC2240A199 /* NIOHTTPObjectAggregator.swift */; }; + 91ECBA5A5D9FC638B33445EF /* rand.c in Sources */ = {isa = PBXBuildFile; fileRef = B343D361C7B7B3CEEDB98EC2 /* rand.c */; }; + 923F9186532F196220CBA3D2 /* ghash-ssse3-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = C81C52B0078C20FA0F059B35 /* ghash-ssse3-x86.linux.x86.S */; }; + 924D6D49B33F5BD06CDEF3AF /* GRPCClientStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = D79B82CDC735E21C1B2DFCAC /* GRPCClientStateMachine.swift */; }; + 92B20F8ADF08C393635AF3ED /* obj_xref.c in Sources */ = {isa = PBXBuildFile; fileRef = C1DF1C732B6E91B312392281 /* obj_xref.c */; }; + 92EF98B42926CF2A83EE5DE0 /* ssl_transcript.cc in Sources */ = {isa = PBXBuildFile; fileRef = 51D4462641C55C1CF8170007 /* ssl_transcript.cc */; }; + 934F65FD185005C1A9360C69 /* DecompressionLimit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67424FCA34FFD7EBBCA440FA /* DecompressionLimit.swift */; }; + 93847D88AC1D17E5FC4AB5FA /* cpu_arm_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = F10FED76F124C10D09CC4A32 /* cpu_arm_linux.c */; }; + 938C61349AECCD4961E02B8B /* ServerHandlerStateMachine+Finished.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9507A3FB25F1E7405AEFBB /* ServerHandlerStateMachine+Finished.swift */; }; + 93A51861D9A0892168B29816 /* SocketOptionProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 540FAEB57484A2CDEC90F157 /* SocketOptionProvider.swift */; }; + 93AF2DD988AB00FDEC392399 /* sha1-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = DF7EA0D92C9389AE17E81FCA /* sha1-586.linux.x86.S */; }; 93E1E79AC0F2DB97FE7C18FA /* MessagesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 145EAD34E090ECF98C7ADF39 /* MessagesViewController.swift */; }; - 93E58829A0538A707874D3CE /* chacha20_poly1305_armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 2DA9895EEEBBA4066C6236F0 /* chacha20_poly1305_armv8.linux.aarch64.S */; }; - 94207A004521222E59454CA2 /* posix_time.c in Sources */ = {isa = PBXBuildFile; fileRef = 26233D31C53051CE115AD2F0 /* posix_time.c */; }; - 94A086162CA4206F42E2BCC8 /* ClientConnectionConfiguration+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B0E3FBBB2751AE7342EAFBE /* ClientConnectionConfiguration+NIOSSL.swift */; }; - 94A187E8631AD7FE96B61D9E /* Ref.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CF4D633A1979F473D4BD27A /* Ref.swift */; }; - 950B5C7A4AD653CCAC366121 /* HTTP2SettingsState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5918F2325EC6A870A3376685 /* HTTP2SettingsState.swift */; }; + 940F8D7103E13030AB30EAFA /* DispatchQueue+WithFuture.swift in Sources */ = {isa = PBXBuildFile; fileRef = C70F02C4CB927A333D1EEDD4 /* DispatchQueue+WithFuture.swift */; }; + 9445584FA66BF14C4260F426 /* a_utctm.c in Sources */ = {isa = PBXBuildFile; fileRef = 67F1E8F7F5DFBC8B1BE19059 /* a_utctm.c */; }; + 945861C60191FA2A2C14D8A9 /* _UnsafeWrappedBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DF35F940E970BC101D10312 /* _UnsafeWrappedBuffer.swift */; }; + 94E174826CC1B1982200F69C /* refcount_lock.c in Sources */ = {isa = PBXBuildFile; fileRef = 3844D71C0E540E9AB9E3A854 /* refcount_lock.c */; }; + 95277069362B84D0627E5F7E /* ghash-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 868FEDFA4BE3376AAEEB97FE /* ghash-x86_64.linux.x86_64.S */; }; 95590E651D57AFA08355EBA9 /* lib.m in Sources */ = {isa = PBXBuildFile; fileRef = C7D6E9EA886ACE2FD42D136F /* lib.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 9574183381F70F698ECC1CEB /* cpu_aarch64_win.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DBBF8AB3B42BEF3BF9ADEC9 /* cpu_aarch64_win.c */; }; + 9578252C7AB4105632499666 /* ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = FDCB6FFABECA0CB6BFC1F8B7 /* ofb.c */; }; 957DCAF2A74340B0EB9489B0 /* iOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBF5E8B112A0F9856E6CB2D4 /* iOSApp.swift */; }; - 95B351781D67D2CD0B7198C0 /* JSONEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = E009449FB65F4A96F5CB0D7C /* JSONEncoder.swift */; }; - 95CFB4A190107CFA19A13311 /* x86_64-mont5.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 5B0578FFD47B9694D3B7B0A6 /* x86_64-mont5.linux.x86_64.S */; }; - 95EB3F96144733C82AB53145 /* rand.c in Sources */ = {isa = PBXBuildFile; fileRef = D58FE2A89FD5672002582C68 /* rand.c */; }; - 95ED0F5218D3B7191803D4F5 /* Serialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852C532A64D8669E9C7EDE59 /* Serialization.swift */; }; - 963872559F5791FED81FA460 /* c_nio_api.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E62CAC46F91902884DD17CC /* c_nio_api.c */; }; - 9680210F7110FB1AE1006748 /* SocketAddress+NWEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = B73C51D1DC94427A344E6908 /* SocketAddress+NWEndpoint.swift */; }; + 960F4A7EB985FE2C9E13BC4B /* StateManagedChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23958446063EC40756E464EA /* StateManagedChannel.swift */; }; + 96E2787BD0E2D3B50309453B /* NIOTSNetworkEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81C67F5C79988A31FD0EA549 /* NIOTSNetworkEvents.swift */; }; + 971C39E7E4E61ECDD8BCB3E5 /* hrss.c in Sources */ = {isa = PBXBuildFile; fileRef = F8CF845B6BE068232103EA21 /* hrss.c */; }; 972384D709D7AEC178D78608 /* Foo.m in Sources */ = {isa = PBXBuildFile; fileRef = 10FD9C062371287B427F5031 /* Foo.m */; }; 973BF62752A50422BCB6E65E /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C12BE9C31097C03734EA6D1 /* echo.pb.swift */; }; - 97B737244766C67C7EF5D515 /* LocallyQuiescingState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68A00033821BD8458F6F9CD /* LocallyQuiescingState.swift */; }; + 9789C047204EA7F7062E470C /* Enum.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4C533A606EEEB5A1ED1F0A6 /* Enum.swift */; }; 97FE99EACD9285E8BCC5BAB8 /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED4D1BFF9B974C0D748BBCE4 /* TestingUtils.swift */; }; - 98CB070C59DC96B39D4300FC /* MultiThreadedEventLoopGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43742B7F1962B6A26F750B03 /* MultiThreadedEventLoopGroup.swift */; }; - 98FEF3FC5CA2F7EEF6232231 /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = BCAF90878CBA0F00374C57EF /* base64.c */; }; - 991C060CE617F3C932077A43 /* Data+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FFBEF3F9FDC6AEA873B311C /* Data+Extensions.swift */; }; - 99FF795876CED7E5274FFAD2 /* TLSEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0087A3704F05447614F55538 /* TLSEvents.swift */; }; - 9A1E7EC55CF017C0FDDD2F83 /* HTTP2Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7829755D5F4D642251067F03 /* HTTP2Settings.swift */; }; - 9A3A248A479EB141B08DB584 /* ghash-neon-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = AA25F7F35F273FD9F0999588 /* ghash-neon-armv8.linux.aarch64.S */; }; - 9A3EB9B3A43FDC984DA00FB5 /* Zeroization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40A9C2BC12AC75F118873A56 /* Zeroization.swift */; }; - 9A423A9661BC60F02FA9416E /* HTTP2ConnectionStateChange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CD6989773E7D5249CF9EF97 /* HTTP2ConnectionStateChange.swift */; }; - 9A60A3771FDE5929612F852C /* Zlib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D6F8CEBB040547BD32E0B83 /* Zlib.swift */; }; - 9A64F21F89E476CACC0C6FDF /* NIOExtrasError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 036F830CD270ABB3E34518B1 /* NIOExtrasError.swift */; }; + 9833F325EB7C98DC95A9DAAB /* empty.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88A2930156D8A65674B7735D /* empty.pb.swift */; }; + 9851A621545866D849C4EE29 /* ServerStreamingServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84CCCD1BD615839DE1E7B6AB /* ServerStreamingServerHandler.swift */; }; + 98570C6EEE83DAA030C75C8F /* StreamMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA85E917AF858E8FB1718C91 /* StreamMap.swift */; }; + 986A48C1B9DE507ACEFC2DD7 /* v3_akeya.c in Sources */ = {isa = PBXBuildFile; fileRef = 70D992CB0D7765FD729F6E7A /* v3_akeya.c */; }; + 9874C481F42C94D412C4AB71 /* SSLInit.swift in Sources */ = {isa = PBXBuildFile; fileRef = F84294B4A2D64425953CE65F /* SSLInit.swift */; }; + 98934A42753798343BD9D003 /* x_req.c in Sources */ = {isa = PBXBuildFile; fileRef = F824FABBC4192FE4D6CA8500 /* x_req.c */; }; + 990C6FC8A47089BF89124DB8 /* wnaf.c in Sources */ = {isa = PBXBuildFile; fileRef = 470AC3586F1360969E86DCCD /* wnaf.c */; }; + 9963A298F8C3EA4525EC68CB /* PointerHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6130DD1F5F07E6A523B37A0D /* PointerHelpers.swift */; }; + 996E7315B3103112E26EF84E /* windows.c in Sources */ = {isa = PBXBuildFile; fileRef = FF48D84853CC48467D66B874 /* windows.c */; }; + 9984E58F6162E5E137361E92 /* HTTP2PipelineHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5244D65CC44935DE2B6B8255 /* HTTP2PipelineHelpers.swift */; }; + 9992288E8D8226570CC02007 /* des.c in Sources */ = {isa = PBXBuildFile; fileRef = 534B75A7EA26C9B16D82686A /* des.c */; }; + 99AA3ADE52CCB87F338A487A /* gcd.c in Sources */ = {isa = PBXBuildFile; fileRef = ED484E70574305396A8F76BF /* gcd.c */; }; + 9A0C404D96DC578BC236A281 /* LinuxUring.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D6B0F9F6160A9FCF37008EF /* LinuxUring.swift */; }; + 9A1A0233312A5B833712EEA7 /* jacobi.c in Sources */ = {isa = PBXBuildFile; fileRef = 8A0A44B44612485359437F15 /* jacobi.c */; }; + 9AD892B775B46C4454654EBC /* cpu_aarch64_apple.c in Sources */ = {isa = PBXBuildFile; fileRef = DEB1BB8A4F066938AD112963 /* cpu_aarch64_apple.c */; }; 9AF7F24C0EE2C64201361073 /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = E84DBAC32A7C151ED97289BA /* _CompileStub_.m */; }; - 9B132F2549F1C2CB9840D021 /* ghash-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 24A5180806B2729E7246D595 /* ghash-armv4.ios.arm.S */; }; - 9B2952C06A243D76F4208C40 /* c_nio_llhttp.c in Sources */ = {isa = PBXBuildFile; fileRef = B0948E26463151CCF2D0CBD0 /* c_nio_llhttp.c */; }; - 9B54D229F70ECCFC40D8A961 /* vpaes-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 28310ACCBF60B9BDA0734FB2 /* vpaes-x86_64.linux.x86_64.S */; }; - 9BEA870E4417DB073F8F5407 /* GRPCStatusAndMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACF5ADFDB76D21156F0E4994 /* GRPCStatusAndMetadata.swift */; }; - 9BF5F1CD439519F000BCEB0C /* by_file.c in Sources */ = {isa = PBXBuildFile; fileRef = 1C37C8E7C9E44FA0931D46C6 /* by_file.c */; }; - 9C091D84CE5204A5C17A2D0E /* printf.c in Sources */ = {isa = PBXBuildFile; fileRef = 4E32DDA7EB6C031125E01B51 /* printf.c */; }; - 9C490BF60CFE279CBBD48767 /* BaseStreamSocketChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63405BF0CA328D35611CF4FC /* BaseStreamSocketChannel.swift */; }; + 9B503EE87E6EDE82798C2087 /* ByteBuffer-multi-int.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06A1ACAD0FDBF535259E54E7 /* ByteBuffer-multi-int.swift */; }; + 9B8D86528E9E678545BEA7ED /* rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = EDF45BDC192449067B6A1F10 /* rc4.c */; }; + 9BB0EA6C0905654CD8B88A07 /* rsaz_exp.c in Sources */ = {isa = PBXBuildFile; fileRef = D8C20BEACB6BE19EDAEF5785 /* rsaz_exp.c */; }; + 9C1A1228F31ACC9BD69CF71F /* HTTPHeaderValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3F9035BC9788CDF8DAB793B /* HTTPHeaderValidator.swift */; }; 9D5EBCEB0A8342B7E9CBE0F4 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCE680EBA917F77D903C5C0 /* Lib.swift */; }; - 9DE84B152655562529A00FB7 /* e_aesctrhmac.c in Sources */ = {isa = PBXBuildFile; fileRef = D86DDDAEDF3A7CDE83416A2D /* e_aesctrhmac.c */; }; - 9E42B0C71C0C6A02F4463639 /* ByteBufferBIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEB1366CC97F5EC7C22A6659 /* ByteBufferBIO.swift */; }; - 9E72DF083DB33D3C8C10773F /* a_gentm.c in Sources */ = {isa = PBXBuildFile; fileRef = 86F3B311F2DFBC53E22C26CE /* a_gentm.c */; }; - 9E771AB4603A066602B556AA /* NIOTSListenerBootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AB821A61FAE5377FA7B09B9 /* NIOTSListenerBootstrap.swift */; }; - 9EA02848C44D5474F2857E80 /* bn_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 39DE96140ADAC486D7D42377 /* bn_asn1.c */; }; - 9ED3518AC1C08C57E2043A92 /* x_name.c in Sources */ = {isa = PBXBuildFile; fileRef = B79FFDBA0170C276056D01D2 /* x_name.c */; }; + 9D620478AA709CD7F8CEC057 /* SelectorEpoll.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6420A67DD8EAA24FB18E483 /* SelectorEpoll.swift */; }; + 9D6DA769408A432DC5BFC261 /* shims.c in Sources */ = {isa = PBXBuildFile; fileRef = 0878FFBC5018354D6FF8973C /* shims.c */; }; + 9E18AAD3A7196AE43D030B14 /* fork_detect.c in Sources */ = {isa = PBXBuildFile; fileRef = 5BF225F8D9E6AE4A61F19EF9 /* fork_detect.c */; }; + 9E1BF02E8AD9B6073A5C06A6 /* printf.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AB3710C06F9EC5EB21E8DF0 /* printf.c */; }; + 9E4AFFA3808D43869BF565AD /* TextFormatEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0C102D1F17D1565B12436F /* TextFormatEncodingVisitor.swift */; }; + 9F24E87128C7E10E8F53DE4A /* ServerInterceptorPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE095D3D03189C44396DEB3 /* ServerInterceptorPipeline.swift */; }; 9F27FC2D3B7ACBA0A019FFB2 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CBE368B8D2D265045474F52 /* Lib.swift */; }; 9F7F69679259E801761A5541 /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = E84DBAC32A7C151ED97289BA /* _CompileStub_.m */; }; - 9F82AE6B10CC7C8B4869CEA4 /* asn1_par.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B4A70E76B9D48A3F1198506 /* asn1_par.c */; }; - 9F93C945BF3DC97E8AA18B6C /* ServerStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1209C8798E65B3DC9E70B32C /* ServerStreamingCall.swift */; }; - 9FCA99C674BDFA450846A6BB /* HTTP2StreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FBBFB11B5E0BE1A85775AE8 /* HTTP2StreamMultiplexer.swift */; }; - A0143CC5B12DC79DB6F02A0F /* ChannelOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 471A2B963EDAC424C2E8FA6B /* ChannelOption.swift */; }; - A0C2416BC4D8F516190BB22A /* felem.c in Sources */ = {isa = PBXBuildFile; fileRef = A9A9C6D49C18CC6EFECDD608 /* felem.c */; }; + 9FF274B2C29BE8D678520B7A /* AtomicMemoryOrderings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CB5D55EFB6F7E0744548898 /* AtomicMemoryOrderings.swift */; }; + A0965ED6F68B7AAC1F0FED3D /* SendingWindowUpdateState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98F7BCECC33EA888796E07C5 /* SendingWindowUpdateState.swift */; }; A0D06F894FB014A5777ADAFA /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6250B8730C0A9DE6B810A647 /* Lib.swift */; }; + A0E81C4E6ED9F121B2DDCDB0 /* chacha.c in Sources */ = {isa = PBXBuildFile; fileRef = 4C37973057ABF071F3778AAF /* chacha.c */; }; + A0ECE4B12BD69EFCDD87FFCD /* IntegerConformances.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F0D9CCC5B94F36ECED535E7 /* IntegerConformances.swift */; }; A10F27A20EC6F140B14CD2DB /* RealAnswer.h in Headers */ = {isa = PBXBuildFile; fileRef = BEEA406D7D2D485AEDBB4F40 /* RealAnswer.h */; }; - A117B83DE78F8FD4DFBD41AE /* s3_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2EE1B77CEFCC2CC5D272A9ED /* s3_lib.cc */; }; - A1971A2E64B1C9BF1156A1F8 /* SSLCallbacks.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4405234DDD8197F54C0FDEF /* SSLCallbacks.swift */; }; - A1C71A9CDF22FA9882267FAD /* ecdh_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = D4ABCEE8CA889E5D767CCAAC /* ecdh_extra.c */; }; - A211E46C116054F1112A7AFE /* digest_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C4BAEA14733C4E78A5F317F /* digest_extra.c */; }; - A276E3FA8FD99B8073B10CDD /* v3_pcia.c in Sources */ = {isa = PBXBuildFile; fileRef = BE0900E93BDE7D4CE009AA54 /* v3_pcia.c */; }; - A2F7F5C9DB26CB8CAECB4805 /* DelegatingErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6149A65CF872099CCDFB6B2 /* DelegatingErrorHandler.swift */; }; - A35F6328626F561AC7A8F2CB /* IOData.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0F447F8346FF3C26DA4CC5 /* IOData.swift */; }; - A3A8D6044D7B531FA047BCDB /* LoggingServerErrorDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4792E0B3E68E37C93DDDAE3E /* LoggingServerErrorDelegate.swift */; }; - A3B003B09609BEC273B8A220 /* div.c in Sources */ = {isa = PBXBuildFile; fileRef = 069E86158A9843186131ED0B /* div.c */; }; - A3B97A949BC86C3935B835E3 /* api.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = F121330C8FEB78E7F40FF325 /* api.pb.swift */; }; - A4600C1CA9065FFD9933EB39 /* LengthFieldPrepender.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B4FB0FF8CE28C2EA0A6BCF /* LengthFieldPrepender.swift */; }; - A4CED7D517808D44BE9CDA0C /* MarkedCircularBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A970460988861E940C3E955F /* MarkedCircularBuffer.swift */; }; - A4F35A16B2A9BFEE7A7708E6 /* GRPCAsyncSequenceProducerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0BCAB6A0FC50484E4CFB71A /* GRPCAsyncSequenceProducerDelegate.swift */; }; - A52432AD0DEE244D4F095482 /* UnsafeRawPointer+Shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65038DD3D7379BF5B15158FC /* UnsafeRawPointer+Shims.swift */; }; - A5442F32E052C08AF9B08B42 /* p256-armv8-asm.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = C007C4B2F3257B3D22C3EB6C /* p256-armv8-asm.ios.aarch64.S */; }; + A13C9006631405ED4B8FD6B1 /* x_info.c in Sources */ = {isa = PBXBuildFile; fileRef = 452170476065B3FDF5205955 /* x_info.c */; }; + A148D120B9A0433F3CF5C2D7 /* ecdh.c in Sources */ = {isa = PBXBuildFile; fileRef = 3A458E16AA11650C4D7CFDD7 /* ecdh.c */; }; + A1A21EB5C8703B7776E93DA1 /* BinaryDelimited.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC77D7F1E5E110BD6DC94593 /* BinaryDelimited.swift */; }; + A232F963CE406A5AB4FEC842 /* HuffmanCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A9FD3601501F8AD9B44405F /* HuffmanCoding.swift */; }; + A278A05D2EB0E3129A30B4EF /* OutboundFlowControlBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A71274AC4FBA4EB25080387 /* OutboundFlowControlBuffer.swift */; }; + A27EA845CD405562627116CD /* sqrt.c in Sources */ = {isa = PBXBuildFile; fileRef = 7A393A36E4609F87D4538ECC /* sqrt.c */; }; + A2A0F138DD7B75C39A8902C7 /* a_bool.c in Sources */ = {isa = PBXBuildFile; fileRef = 13F94A6D8BA0E9187C89E84C /* a_bool.c */; }; + A2C1D84A6331A411C5602D29 /* SSLErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA7A9FA77CC16765BD7FB144 /* SSLErrors.swift */; }; + A2E6428301A71F4FCE3C8A3A /* montgomery.c in Sources */ = {isa = PBXBuildFile; fileRef = D69C02C2FE80D0499E6A3094 /* montgomery.c */; }; + A354C6013470E2B265FC416D /* encrypted_client_hello.cc in Sources */ = {isa = PBXBuildFile; fileRef = D25A34BE9E08C6B8ACCD8760 /* encrypted_client_hello.cc */; }; + A3DE41855CB9C6C489B141EC /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = BE1FE7A67719A7D1CD47F9D7 /* md4.c */; }; + A3F0F0C031609A58C4EB5F83 /* t_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AC44CB7BDD39F3F74882AED /* t_x509.c */; }; + A40C9A29033B85A1A924ED82 /* Stopwatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6EAADE8BD5FDA648564C8D8 /* Stopwatch.swift */; }; + A46D8B8BC8D148F54B6BAA23 /* StreamChannelFlowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1B1BF110A4EE90D648E7F86 /* StreamChannelFlowController.swift */; }; + A491666BEA1811B318313AC9 /* HTTPHeaders+Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3EBFCF4757004187A381B8D /* HTTPHeaders+Validation.swift */; }; + A4D5715A60594B6ADF918969 /* CallOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CFF0EEBB41D9069327E294 /* CallOptions.swift */; }; + A54214EB0FFD17C3B0FD656E /* IntegerCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2918878EE2E3D03A0875F09C /* IntegerCoding.swift */; }; A54CECFF6EF787FC488F031B /* UITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BCCEF56742B7F970DDBFBD4 /* UITestsLaunchTests.swift */; }; - A555F24C27F510BD14EF7D88 /* x509_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = 965BF188B32AE42ED3E4B738 /* x509_ext.c */; }; - A562E1010527ED3110E9E18B /* PlatformSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7A787B813FCE2A14C16BE26 /* PlatformSupport.swift */; }; - A5B5CC01FF4E8D8F34EECD8D /* x_val.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F210463D188D0135559D07C /* x_val.c */; }; + A552FDE971EBFC83A619CC40 /* v3_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = 34D452434D4F7C3A385E2373 /* v3_skey.c */; }; + A57F9706CB03BE97E731EF57 /* vpaes-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 0B92A3BE010CA99CAB1B902D /* vpaes-x86_64.linux.x86_64.S */; }; A5C1FD1A628D53433B2D93B5 /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C12BE9C31097C03734EA6D1 /* echo.pb.swift */; }; - A5CA8A32A984345E34A42C03 /* ObjectIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35D1C0BC1B88795EDD66BEDE /* ObjectIdentifier.swift */; }; - A6905DF547865560DE891020 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B9668F7C4070F5D94CFF92 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift */; }; - A694419E33DD903713106E3D /* TLSVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AA34BF1F138AF3F4FBDCEA1 /* TLSVersion.swift */; }; - A6ADC4A3D1575835F9AFFB12 /* sha1-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = ED7BC97ACD5BD7E7AF73A2F3 /* sha1-armv8.ios.aarch64.S */; }; + A5D6040EE2A57410DDC443C5 /* JSONMapEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3984D81D19EFDACA8222C4B4 /* JSONMapEncodingVisitor.swift */; }; + A5DE37BCCD9B82FFEB268BF1 /* ServerInterceptorStateMachine+Intercepting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FD670FD88B380D87FF97ED /* ServerInterceptorStateMachine+Intercepting.swift */; }; + A619901FFDF54DBD5FB34B6C /* Google_Protobuf_Timestamp+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1987A5C8A57C9196566261CA /* Google_Protobuf_Timestamp+Extensions.swift */; }; + A61BF8E1C0F3883449C968EC /* s3_pkt.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8EED95A118505E2B0835DD8D /* s3_pkt.cc */; }; + A68DF6111DD0244A53ED754B /* p224-64.c in Sources */ = {isa = PBXBuildFile; fileRef = C30F83079CFB5F6FE04B8351 /* p224-64.c */; }; + A6AC44CE1C166698CAAEB336 /* WSAStartup.c in Sources */ = {isa = PBXBuildFile; fileRef = 200BA2281F98827558F89C99 /* WSAStartup.c */; }; + A6E83BD3B2D4596BC323D4E5 /* PoolManagerStateMachine+PerPoolState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DD6A42285DA51589BB271B5 /* PoolManagerStateMachine+PerPoolState.swift */; }; A72AACBE57D12FE367C8D4F0 /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84A5D272ED2D7997DC7262DD /* echo.pb.swift */; }; - A730B8A3BD10F472259E366C /* pkcs8_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E75010AAAAEDD66ABB61EDC /* pkcs8_x509.c */; }; - A75DA84567C98A3B9B167C6E /* a_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = 1874651FFE56FCD09E230691 /* a_verify.c */; }; + A72F696D1D9C0845853C0370 /* Deque+Testing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B6FE12DFFF1DDDC63AA845B /* Deque+Testing.swift */; }; + A7710D33A0A7188688E4C973 /* GRPCTimeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFD8B369A6FCEFA0E89A1ACD /* GRPCTimeout.swift */; }; + A7806B54E4E3396B506C9EA7 /* HTTP2ErrorCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BBFFA5BF25CEBFD234982BF /* HTTP2ErrorCode.swift */; }; + A78406615719F11A71458721 /* cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D2984E96D37AC416B3405D2 /* cmp.c */; }; + A78419CF42D2465B6ED391C5 /* ClientConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755AF860831F17E695DF8A2D /* ClientConnection.swift */; }; A7C20B0D7EF3E138A5AB2C08 /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 920AE9E6999BCE3F4C662853 /* TestingUtils.swift */; }; - A808FAEF759E30F404835236 /* ClientInterceptorProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = A64B4848D1BB217589E0166D /* ClientInterceptorProtocol.swift */; }; - A8097F3C97E22186BB6A1B86 /* PoolManagerStateMachine+PerPoolState.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC468CB0A2393C33A9B1DECD /* PoolManagerStateMachine+PerPoolState.swift */; }; + A7DC7899D07822819A439534 /* GRPCServerRequestRoutingHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0CA78E3AB94038C90378E8 /* GRPCServerRequestRoutingHandler.swift */; }; A83307354C5CF9AA065AA194 /* MixedAnswer.m in Sources */ = {isa = PBXBuildFile; fileRef = 5943CDBFA4A38FDFF9113B4F /* MixedAnswer.m */; }; - A8A6C3870071F7821E03BC7E /* ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = B716A1A262C1DBB53B71D66B /* ec_asn1.c */; }; - A96E8267371CB5DFB297EE4E /* ExtensibleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A1FAB20D4CF29D978CC32AD /* ExtensibleMessage.swift */; }; - A975B843489611A1535AA516 /* hkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = B1285C32FE4EE35EE944C8CD /* hkdf.c */; }; - A97FC67D66927AC11C66094B /* GRPCChannelBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48E164FA844C9C6CA0553D88 /* GRPCChannelBuilder.swift */; }; + A83B3A6AEE496F890DE0A4E5 /* ChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6833BA1347B583B30430C9FC /* ChannelHandler.swift */; }; + A84E910A43F67D1C14BF3BB1 /* ServerHandlerStateMachine+Actions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B9653FB8FC93FBEB1FE71B /* ServerHandlerStateMachine+Actions.swift */; }; + A85D6C086863760B1F7D1C91 /* ByteBuffer-aux.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC7727FB7B452A52048FD6C5 /* ByteBuffer-aux.swift */; }; + A86FA567CF9B19EB458BDAA9 /* NIOSSLSecureBytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = D741E70D01644B518FAC3517 /* NIOSSLSecureBytes.swift */; }; + A8A6CAA2C8341D1BFA3EB6F6 /* NIOAtomic.swift in Sources */ = {isa = PBXBuildFile; fileRef = A19676E39CD6B857A8859B0D /* NIOAtomic.swift */; }; + A926427ED6421B27FEAD5604 /* a_print.c in Sources */ = {isa = PBXBuildFile; fileRef = 85B433C345A69588AF5F17AE /* a_print.c */; }; + A966A1D59079F069F93FF422 /* obj.c in Sources */ = {isa = PBXBuildFile; fileRef = C72ACDC55A9AD20AAE690DDE /* obj.c */; }; + A982441B0903BE5D8F0F9A77 /* aesv8-armx64.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 3DFDCFC0133B8835D62A1D9B /* aesv8-armx64.linux.aarch64.S */; }; + A9A71E48BAB6214A25521984 /* ReceivingRstStreamState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD0055C0ED6ECC41931DF9D /* ReceivingRstStreamState.swift */; }; + A9AB36B221FBEBA89101DD90 /* EventLoopFuture+RecoverFromUncleanShutdown.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87488F6F0B57A13C1BBEEB2D /* EventLoopFuture+RecoverFromUncleanShutdown.swift */; }; + A9BC1F0E0A9DE584318A1286 /* Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DF7C3419CB1A400D2800D4 /* Linux.swift */; }; + A9CC4F041EB0737A172C60D8 /* vpaes-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 768AD0E87EA7E5B77347505C /* vpaes-armv8.ios.aarch64.S */; }; AA14ADB9AB55FC901FA19C7B /* WatchOSAppUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BBEFC3129595A4FBE25EC1D /* WatchOSAppUITestsLaunchTests.swift */; }; + AAB363426C233EB904D8C319 /* err_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 936C8E498FC6D8EBB34322E9 /* err_data.c */; }; AAC2A3728B87AA1C1033E2EB /* BasicTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FCEA6FBBD853B4BDA57B3E8 /* BasicTests.swift */; }; + AAF02FD92F4F70AC5849B5D6 /* Selectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BDE240B87060338DB9E68A5 /* Selectable.swift */; }; + AB0AAD79A4ABDD83A1F9AC18 /* AtomicValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 479BBDC463A1D8996FE5B1EE /* AtomicValue.swift */; }; AB0DDCC16E1FDED310812D13 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4783734919B0856930DA0356 /* Lib.swift */; }; - AB1E252D135B8D5C5D6D6957 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 039CE991B8C71B9C404CFB0F /* Logging.swift */; }; - AB46C24288B1CEA1F57BFB10 /* p256-nistz.c in Sources */ = {isa = PBXBuildFile; fileRef = F234A6330DCEE8C336377685 /* p256-nistz.c */; }; - AB859623EE223667924C8B78 /* Message+AnyAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04822E9140DFE96158CDACAD /* Message+AnyAdditions.swift */; }; - ABE90C787A123D8C39C2CE5E /* LengthFieldBasedFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB76DF409A02B75FC375D08 /* LengthFieldBasedFrameDecoder.swift */; }; - AC0011EA9756D31B25591E36 /* x_all.c in Sources */ = {isa = PBXBuildFile; fileRef = 18F00C8678F1AE6D69A0BC1A /* x_all.c */; }; - AC3BCB0EA3233BE0A7D06233 /* Call.swift in Sources */ = {isa = PBXBuildFile; fileRef = D410982ADDD7C4913C65047D /* Call.swift */; }; - AC453B5567D4D28463FB461D /* ProtobufAPIVersionCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0A3FF8A430F67A15EE24B2E /* ProtobufAPIVersionCheck.swift */; }; - AC48C78CAEB00C1947EC5A7A /* p_x25519_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 60B5439F970A80F74A75D0F8 /* p_x25519_asn1.c */; }; + AB40D7471B2AE915FDAC3B8E /* bytes.c in Sources */ = {isa = PBXBuildFile; fileRef = E90D532274C68455081D14F0 /* bytes.c */; }; + AB5E702088C8A434D0AA282D /* any.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19E607C614094E82CADBEB48 /* any.pb.swift */; }; + AC1E94314523FDA2B347847F /* NIOLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC7E785572012024EBD43941 /* NIOLock.swift */; }; + AC21F58FD5C181A3A4E61FFD /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C9A14F083276C4B465E9A7C /* Version.swift */; }; + AC4ACD8EDA82899010B77616 /* BinaryEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D053476B87A9FD74BD3B0CF6 /* BinaryEncodingVisitor.swift */; }; + AC51E6C03E49C750E40A3DF1 /* ClientConnection+NWTLS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57807105D89A1D76B4F0AAFE /* ClientConnection+NWTLS.swift */; }; + AC5743F7DD6FC6B82DD6FAE9 /* NIOTSChannelOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 330A6EDBD70F0CB046604080 /* NIOTSChannelOptions.swift */; }; AC68EAC0B2AD0CB7F70B9942 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F430FA1AB345C9D772DC1948 /* main.m */; }; - AC9A9A767E8C14901DC65866 /* SelectorEpoll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E5ABC5C310C60FDC487FD39 /* SelectorEpoll.swift */; }; - AD186CEEE6DD832FA04CEEA2 /* chacha-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = F4C5D25FDE741C1AEBB05582 /* chacha-armv8.ios.aarch64.S */; }; - AD44A982C6160C81BC4F631A /* NIOAsyncSequenceProducerStrategies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E3F8014AF540D9586F8A92 /* NIOAsyncSequenceProducerStrategies.swift */; }; + AC6E56AF1CE3FCCE114303D4 /* ssl_x509.cc in Sources */ = {isa = PBXBuildFile; fileRef = AAADC72BA5CE2669F02E483A /* ssl_x509.cc */; }; + ACBC8AA2891F5D075DB2DC3D /* tls13_client.cc in Sources */ = {isa = PBXBuildFile; fileRef = 83C8BD713BF4F6A29F535F4A /* tls13_client.cc */; }; + ACDF3752DE58DE840D61F8FC /* e_aesgcmsiv.c in Sources */ = {isa = PBXBuildFile; fileRef = 63BEEC1FCB24DF75E0F832CC /* e_aesgcmsiv.c */; }; + AD08EEAE2C415F107101401E /* cbb.c in Sources */ = {isa = PBXBuildFile; fileRef = A993B43DA6FEA587FFF8E6F7 /* cbb.c */; }; AD4B12F8D4239B005D87B21A /* private_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = FDE262D83CA79BF809694381 /* private_lib.c */; }; - AD5807906D5619FA0A3EAE6A /* ConnectionStreamsState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D93A8588A07AD224D2F6D7F /* ConnectionStreamsState.swift */; }; - AD59A4CD02876843054BF2C2 /* HTTP2UserEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = F608E444EB3A6FD0AEADDF8A /* HTTP2UserEvents.swift */; }; - AD6DAE873B48D23B4412BD36 /* a_mbstr.c in Sources */ = {isa = PBXBuildFile; fileRef = 3299062E71ADD21FE769CB23 /* a_mbstr.c */; }; - ADF8356840541D7303D5DB20 /* bio_ssl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3020972E9BBF7D9793E27079 /* bio_ssl.cc */; }; - ADFFC6F1DBA01A4BCAA0B597 /* ctr.c in Sources */ = {isa = PBXBuildFile; fileRef = BE9267F67652C198B2ECEDFD /* ctr.c */; }; + AD81E63C944FC6AF60C2E521 /* thread_none.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F40D964B121C3CE6ACF9F16 /* thread_none.c */; }; + AD8D15D8D2F8EFD9103ED6E7 /* engine.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EFB3EBC1AA3294C29D1F6C7 /* engine.c */; }; + ADBA6308B2B326B8EB6386CF /* v3_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = D101990ADA9F4B70D7C33CCD /* v3_conf.c */; }; + AE1A73DC8D841735F93A20F8 /* Google_Protobuf_Struct+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B8BFFF547255D9FFEE75BB6 /* Google_Protobuf_Struct+Extensions.swift */; }; + AE351ECC09D25FADF64031A2 /* JSONDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76322FE26BEE50F8B91E532D /* JSONDecodingError.swift */; }; AE63A0D6ABE1E96C45C76953 /* Resources.swift in Sources */ = {isa = PBXBuildFile; fileRef = 930A52F1C2814B98802A80A4 /* Resources.swift */; }; - AE7BE4F29520E43C7CB8C774 /* v3_purp.c in Sources */ = {isa = PBXBuildFile; fileRef = 489900C9F641AE1248C05227 /* v3_purp.c */; }; - AED9658729919C67D93B1FBE /* err_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 50917A76AFDB7B9284AA173A /* err_data.c */; }; - AF12CA965CEA0CD05AEB4BE5 /* fips.c in Sources */ = {isa = PBXBuildFile; fileRef = 66885D01B3CCA763D10DE03C /* fips.c */; }; - AF48742D02BC98070111CC52 /* NIOTSConnectionBootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE8425EC978525E08438DE9B /* NIOTSConnectionBootstrap.swift */; }; - AF5210ED7E8E091B47A0421B /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = B26E62FFBC638EEAA6D5645D /* Utilities.swift */; }; - AFA5CD02C46E1A2F1D6E98B1 /* GRPCAsyncRequestStreamWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00ED5CCC193088384589395 /* GRPCAsyncRequestStreamWriter.swift */; }; - AFAC3FD030B0501CE03A694F /* v3_alt.c in Sources */ = {isa = PBXBuildFile; fileRef = 4CAFB65B4512D81068AEAFA5 /* v3_alt.c */; }; - AFE1E3D14F5FCAFE9775DD9D /* AnyMessageStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = F38190DBB84EC7A8B0D893BB /* AnyMessageStorage.swift */; }; - B017AB998DE48AA232D7E464 /* Array+BoundsCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = C00BB3D71B20F8D70D258C84 /* Array+BoundsCheck.swift */; }; - B01AB466C847F7971BAA6ABD /* t_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = 3A1E964DDD6ED1AFB9C7419B /* t_x509a.c */; }; - B09C88670EC2D9FF10523EDB /* TypeAssistedChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6000768B2204BDFBE6C97F87 /* TypeAssistedChannelHandler.swift */; }; - B0A6D90AA7685FAD3A5FDD3B /* TextFormatDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1611A221A17D9C13A199EDB2 /* TextFormatDecoder.swift */; }; - B0C4FE9F83213971B416C325 /* TextFormatEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE310406751CFFCA26A7C575 /* TextFormatEncoder.swift */; }; - B0E8C823D5560D39C4CA6F01 /* ghashv8-armx32.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = D41F1FC4FBED2D60603A6266 /* ghashv8-armx32.linux.arm.S */; }; - B167C19C79642428F2035678 /* HTTP2FlowControlWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79F17C6BC437D520D1368B59 /* HTTP2FlowControlWindow.swift */; }; - B184806E6794BF0BB52B9B5C /* c-atomics.c in Sources */ = {isa = PBXBuildFile; fileRef = B995ECCEE2A9BBCA74E83BD3 /* c-atomics.c */; }; - B186D154841A5524A03119A1 /* HeaderTables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757629ECFCFE18B464EB7A07 /* HeaderTables.swift */; }; - B190447FCAF01B5EFAB155FA /* ssl_aead_ctx.cc in Sources */ = {isa = PBXBuildFile; fileRef = 11BE3E7A2F9F4C7A8FE478B5 /* ssl_aead_ctx.cc */; }; - B19152FBBC0F1D2D16B57812 /* FakeChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89F8EDA4336258BDCFCF29FF /* FakeChannel.swift */; }; - B1A43B0778BDB61C4F7DBCCF /* String+unsafeUninitializedCapacity.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5A256A2B506413797EACF47 /* String+unsafeUninitializedCapacity.swift */; }; - B1C65486832A9E716E76E107 /* digest.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D06A9256BCA8432583BBDA0 /* digest.c */; }; - B1C75799E0C027FD1721FBDB /* p256-armv8-asm.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 74456742B568B6447D96A3E4 /* p256-armv8-asm.linux.aarch64.S */; }; - B255FA9F967DB06FAA56888A /* cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 55799EFBFD15D60317CDF43E /* cmp.c */; }; - B278A1DDE1FE878B427E0C5C /* vpaes-armv7.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = CFCA424BF2655A28468DD455 /* vpaes-armv7.linux.arm.S */; }; + AEB6DBBF0200FACBD5C954C4 /* handshake_server.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1DB921E2A5CB86CD72DE122A /* handshake_server.cc */; }; + AEECC98E997A0300F432B436 /* OutboundFrameBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C4F514358FEA3C74D104B46 /* OutboundFrameBuffer.swift */; }; + AF4D7B3C9176A9AA0BA78AAA /* rsa_pss.c in Sources */ = {isa = PBXBuildFile; fileRef = D109BE79E4BBF41FE941B7BA /* rsa_pss.c */; }; + B009765520971204626DF1D6 /* tasn_new.c in Sources */ = {isa = PBXBuildFile; fileRef = 613A78831E3738E592F0229B /* tasn_new.c */; }; + B05290144FD8A9038493633C /* Array+BoundsCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = D914959FDEBE31A2D78C71FB /* Array+BoundsCheck.swift */; }; + B08C18A3DCEB9E99431D4C63 /* DoubleWord.swift in Sources */ = {isa = PBXBuildFile; fileRef = 402EE495687E31E475EC7F40 /* DoubleWord.swift */; }; + B0997FBC672E59E2782ABAC1 /* Zlib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C8D057F9C839724E9DB9056 /* Zlib.swift */; }; + B0A88F7AE77A5C52DBD0BB4B /* UserInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B92C23EB965BE2629329C916 /* UserInfo.swift */; }; + B177726BD84AC302A95B96F4 /* cpu_arm_freebsd.c in Sources */ = {isa = PBXBuildFile; fileRef = F632415216CABD3BF9B9F5F5 /* cpu_arm_freebsd.c */; }; + B18323D6ECBF412ED88AFAC4 /* e_null.c in Sources */ = {isa = PBXBuildFile; fileRef = 65BFE1CF3DDA4ECADC72D105 /* e_null.c */; }; + B19F7F164F8AF18BC6024C11 /* DebugInboundEventsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F28693DEE4433F08ADF35638 /* DebugInboundEventsHandler.swift */; }; + B27BDB6C3AAE57AAC87F9620 /* x86_64-mont.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 209569E2B7603EE92ABF224D /* x86_64-mont.mac.x86_64.S */; }; B2BBC17FF84C00D5DE654466 /* UnitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A195462C22D04EEE52ADA1 /* UnitTests.swift */; }; - B2DA71064758908AEDBF645E /* digests.c in Sources */ = {isa = PBXBuildFile; fileRef = 339CF4D1F9788123897579C6 /* digests.c */; }; - B3428C0C10D321B27DE1CE9E /* add.c in Sources */ = {isa = PBXBuildFile; fileRef = C208B1206DB716C79FCE918B /* add.c */; }; - B34E1A6B129AF80B1BEC4B5B /* montgomery.c in Sources */ = {isa = PBXBuildFile; fileRef = D990DCB9C11E32F5F214852C /* montgomery.c */; }; - B36B00F89F21833E01878544 /* source_context.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA34929F388032DC209B0B91 /* source_context.pb.swift */; }; - B4112E24AB183B563C06AF64 /* SSLErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4551F906E879490D7C15B54D /* SSLErrors.swift */; }; - B4221E0D9CF3A8400B5F26E0 /* armv8-mont.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 20DC94A2074045DE4213A8AE /* armv8-mont.ios.aarch64.S */; }; + B2F201AB07B817CC653C413E /* _GRPCClientCodecHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77BEEA6B2A5333FE0291540C /* _GRPCClientCodecHandler.swift */; }; + B3626BB3930EA66EF9DEA69D /* v3_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = C1C907112A034955A22FF466 /* v3_enum.c */; }; + B36CB1D7256679754660AADB /* lhash.c in Sources */ = {isa = PBXBuildFile; fileRef = F86B91ABFF10AB8008068859 /* lhash.c */; }; + B3AEEC0C177328B6FAFAEB55 /* GRPCAsyncWriterSinkDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F6B40407C44B3C97D66117F /* GRPCAsyncWriterSinkDelegate.swift */; }; + B428A0BD0BEA5132E0525939 /* Resolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90A55481ED1FF33AB651354B /* Resolver.swift */; }; B42F93DF7DA53E3DEAAF8A77 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03B94FBC5421C72DAB7F5AC9 /* Lib.swift */; }; B44B7CC233D2D58587B61E95 /* lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A67F1DA7F1DF5DF89155CC8 /* lib.c */; }; - B47223F432270A8428741BE8 /* Unmanaged extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C51867BC396EF526148C6EE /* Unmanaged extensions.swift */; }; - B4C3574380A4AE22CC41DA41 /* ByteBuffer-views.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DA6A52AF672EE754F0E4B63 /* ByteBuffer-views.swift */; }; - B4F9C60198C2143B4E3A55CC /* v3_genn.c in Sources */ = {isa = PBXBuildFile; fileRef = 354B2EEC19C9AF12CE3BBF42 /* v3_genn.c */; }; - B5101BA3BF5C9D1EE01BE726 /* GRPCServiceDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4F5A5A3785F31A0AB5FBB43 /* GRPCServiceDescription.swift */; }; - B520E0A317F54551D1886B5B /* ServerBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70363EA35E5C00E262F4EFD1 /* ServerBuilder.swift */; }; - B5633BE8E9C4D968EA478A0B /* bn.c in Sources */ = {isa = PBXBuildFile; fileRef = B3562C399B66424F7C14929E /* bn.c */; }; - B5693FBB0106BB74F9EFFAF6 /* UnaryResponseCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1DBCB6EB8E9CBC04D8E3028 /* UnaryResponseCallContext.swift */; }; + B45E4D2D1DE152BDE9B510F0 /* TextFormatEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A44810FDE794DF6F29F1992C /* TextFormatEncoder.swift */; }; + B4688F4CF4D2F1369167E4CC /* ConnectionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47C760636AA3AB07D56E9E22 /* ConnectionManager.swift */; }; + B470D9628A6484282304A98F /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 153E3D14499E43B70CDCC403 /* FileDescriptor.swift */; }; + B5087643E75408C2D4EAB2A5 /* HTTPTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = A54DF2B7B6B65DE73BB09862 /* HTTPTypes.swift */; }; B57BEBDCCED2712EC6550D85 /* UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4881EEC5A32BE56448E19924 /* UITests.swift */; }; B5C6A59AB2B8DA31E89347D2 /* private_lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34051E31629F66435DD61AF0 /* private_lib.swift */; }; + B5EB9693AD81A3FA12D49A4C /* p256_beeu-x86_64-asm.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 75FDCB7B381F4D823EC46448 /* p256_beeu-x86_64-asm.mac.x86_64.S */; }; + B5EF57EAAF3C7DE0C3F20555 /* pcy_node.c in Sources */ = {isa = PBXBuildFile; fileRef = E0B6F42E133E9F5F5B0D0681 /* pcy_node.c */; }; + B67A01B48DC881D562B72276 /* liburing_shims.c in Sources */ = {isa = PBXBuildFile; fileRef = 244AA8C50502F3D5B236187C /* liburing_shims.c */; }; B69944361A8F5E428F7620CD /* server_main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B21D98E4CA7FF10FC00084A3 /* server_main.swift */; }; - B6B80F9BF797AA02B027E1A2 /* AsyncAwaitSupport+OldXcodes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B4355D01007459DBC877FBB /* AsyncAwaitSupport+OldXcodes.swift */; }; - B6C24ACFC4EE780422A843B2 /* e_aesccm.c in Sources */ = {isa = PBXBuildFile; fileRef = 9ECC81F6EA01FDE88454DEEE /* e_aesccm.c */; }; - B6D16F8127085DA83C54C2B4 /* SSLConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9078E0023A63AFCF3A20BC0 /* SSLConnection.swift */; }; - B6E311943C10927D1AE1B91A /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 47A1099D65EAD8DC57249318 /* sha1.c */; }; - B79E4049454AD2A0CAE679B6 /* _AtomicsShims.c in Sources */ = {isa = PBXBuildFile; fileRef = 953C1C9C823E714736AA79E0 /* _AtomicsShims.c */; }; - B815B60B32400751BFE962A3 /* hash_to_curve.c in Sources */ = {isa = PBXBuildFile; fileRef = 08C49F74B63E347D0522888A /* hash_to_curve.c */; }; - B86401A63223FB864A8A7024 /* ClientInterceptorContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C11AEE00A2CCFC97F9DE52D /* ClientInterceptorContext.swift */; }; - B867BEB73E2AE07DCAF33974 /* e_aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 9ABE3B3BA3FCE78727BB6C23 /* e_aes.c */; }; - B8752C6CA3F1C472A0CA209C /* AtomicBool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6901BA9D1575B13A115EC735 /* AtomicBool.swift */; }; + B781534ABDFC899A5FAF570E /* BSDSocketAPICommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132BF4FC5C0B1BD05ABA3BC4 /* BSDSocketAPICommon.swift */; }; + B78954E53599C9CAA4E6ED89 /* MessageEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430B2093CE80995AE7811E98 /* MessageEncoding.swift */; }; + B7A004583964DDA9B3DF561F /* LocallyQuiescingState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FF4320607F3940D0AF41A86 /* LocallyQuiescingState.swift */; }; + B7B69B6E74EEB9B89E21B93A /* ServerInterceptorStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10034A32ECD5B36BD1B5D642 /* ServerInterceptorStateMachine.swift */; }; + B7DD41E1EC7F962DBF020DE4 /* NIOFilterEmptyWritesHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75321197322738C2CA6C7760 /* NIOFilterEmptyWritesHandler.swift */; }; + B7E59CBB0BF2E6CF382FF128 /* sha256-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = BDFFAB1462E599C53F5984D7 /* sha256-x86_64.mac.x86_64.S */; }; + B83008FC815AF51BB3D9D83A /* ghash-ssse3-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 74A3D09A610613023BD97D31 /* ghash-ssse3-x86_64.linux.x86_64.S */; }; + B83F34F51560A4D153839AAC /* bn.c in Sources */ = {isa = PBXBuildFile; fileRef = 0CA5CB5FDB86E624C2BE2152 /* bn.c */; }; + B857B42D489B0DFDC8E3A4FC /* LengthFieldBasedFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC2E052A03EF0904A801CEB4 /* LengthFieldBasedFrameDecoder.swift */; }; + B8B9079E56685B772CB7E1CC /* div_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 8FA308E69C05E22C872A07F9 /* div_extra.c */; }; B8F23CB7A70D7CADA6795DFA /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 847B3D46C150D0CF60A9F5F8 /* ContentView.swift */; }; - B8F798AFC0A9164099119292 /* DebugOnly.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6050770BAC96D8A6D9C229E6 /* DebugOnly.swift */; }; - B9554280E8F4BDD1166907F4 /* ServerErrorProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ED3C74AC655DA53736B0276 /* ServerErrorProcessor.swift */; }; - B9CCB74E4304390E6C39BB73 /* Primitives.native.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5CC3D4EAD27529D76AD9700 /* Primitives.native.swift */; }; - B9E80DD5DACA60567A863C60 /* extensions.cc in Sources */ = {isa = PBXBuildFile; fileRef = 03EA65814152FD409E0AE6E1 /* extensions.cc */; }; - BA0AEC6164A1D5E8936FEEB7 /* GRPCTLSConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22367403EE1C694AD0525106 /* GRPCTLSConfiguration.swift */; }; - BAA443897BE5D3B8D39113C6 /* asn1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 53DA8C83C7319001A61709FB /* asn1_lib.c */; }; - BAEE6B84BFD5465E41BCCD2E /* JSONEncodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C12B3291DA358F6C8934C69 /* JSONEncodingError.swift */; }; + B92F7E30ABF5A0794325D288 /* Primitives.native.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB620FF5308D0C6A8528732 /* Primitives.native.swift */; }; + BAC3C50AD2C42A06BBDDF0A7 /* ConvenienceOptionSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 789B9FA825D2CA0541F18203 /* ConvenienceOptionSupport.swift */; }; + BB6AE55DFD5732BCACD83ADB /* AtomicOptionalRawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8710AC0A7EC25921B0FF6BB /* AtomicOptionalRawRepresentable.swift */; }; BB6BBB09B0265531587609B1 /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = E84DBAC32A7C151ED97289BA /* _CompileStub_.m */; }; - BC0BD8E0AB2B6F55A42781AB /* mul.c in Sources */ = {isa = PBXBuildFile; fileRef = 0ED190F302575C3BCCCEE840 /* mul.c */; }; - BC9509DB50603978098E6A29 /* PoolManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBEE339C7345577495BB67D9 /* PoolManager.swift */; }; - BCD15F7FF9B21B05818ADCA3 /* d1_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = 257A7BF026953E9B05EC7817 /* d1_lib.cc */; }; - BCD982075AC3ECF928F66A1D /* tasn_fre.c in Sources */ = {isa = PBXBuildFile; fileRef = 0099B320FEF01D0199FAD555 /* tasn_fre.c */; }; - BD048C9F6E657AA8FC8F1A3C /* DeadChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AF87BE47073C4FCEAF2AB2E /* DeadChannel.swift */; }; - BD3E35C030D2241E0EA1F07B /* co-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 9C37393A65BDBE071E3BB5EA /* co-586.linux.x86.S */; }; - BD69BEA79A4B42C62FF391FC /* ec_key.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D31938788826DF4C73AF543 /* ec_key.c */; }; + BB7F1FB10632FD7311146963 /* TextFormatScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = A29597D23BBFC3822379ADB3 /* TextFormatScanner.swift */; }; + BBA3C14EABA0CB1D16680E42 /* pbkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 11A220C77D36E5A755B927F0 /* pbkdf.c */; }; + BBA43181B484DB1DE60BAE5D /* x_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 5DC4009AB225281016649472 /* x_pkey.c */; }; + BC8BAEA0C05FE2F8408D5582 /* aes_nohw.c in Sources */ = {isa = PBXBuildFile; fileRef = 3219FBBAB6A23FA4B0AB6DAD /* aes_nohw.c */; }; + BCCCF6A60A82D1FEC372DED9 /* pem_info.c in Sources */ = {isa = PBXBuildFile; fileRef = B71A3124C9BE129A34905BA6 /* pem_info.c */; }; + BD7495ED676BC2E0FB9362A0 /* ex_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F392CDD45435CE8DB4FF9F2 /* ex_data.c */; }; + BD901A6955811A225AAC1B03 /* HTTPServerUpgradeHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A9891B96800A7F9A1CDD081 /* HTTPServerUpgradeHandler.swift */; }; BDAF89A193BCB1F16727DC25 /* watchOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9C5A40EB514C4EC147C976B /* watchOSApp.swift */; }; - BE47F0C4C4103F9C2F31B1F9 /* a_d2i_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = 710498BFE9D7CDEC61BCB68E /* a_d2i_fp.c */; }; - BE8471AC3BBAAC659D5E1CD8 /* a_bool.c in Sources */ = {isa = PBXBuildFile; fileRef = 07042CF1948EB4C40DB4E2D0 /* a_bool.c */; }; - BE8F920A1D1C848073F56670 /* SafeCompare.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA0637F7E6B7CED599E722A3 /* SafeCompare.swift */; }; - BEAF865CF87C333E86C62AA0 /* cpu_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F49ACC4B4F8FD84AA6F3475 /* cpu_arm.c */; }; - BEF665C8178306BC0131B7C9 /* x509_cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = D69D537CA860F1F5614ACA87 /* x509_cmp.c */; }; + BDEA64A8D094CD5BBB962993 /* e_aesccm.c in Sources */ = {isa = PBXBuildFile; fileRef = 5BB9D117E97FDC1050F09EBF /* e_aesccm.c */; }; + BE010B715F22F2FA441E67A6 /* a_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F8BBA46CB3CA71AA404E0D8 /* a_verify.c */; }; + BE427FA952019359F03CA03C /* ghash-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 0C42FB43D2188EF67465908C /* ghash-armv4.linux.arm.S */; }; + BE71F55A28382E6AF75E8B9B /* MaySendFrames.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AD256B3DA3AE915F7F92F15 /* MaySendFrames.swift */; }; + BE7CBEAB09A6759CEF709CF4 /* ProtobufAPIVersionCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D468997A66F00FBC76B6D9E /* ProtobufAPIVersionCheck.swift */; }; + BE8151EC62570150F87EE077 /* hash_to_curve.c in Sources */ = {isa = PBXBuildFile; fileRef = D878B1B032E768A5906A1020 /* hash_to_curve.c */; }; + BE924C8D09066931DADEE620 /* Heap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6528B9BD33FABA3B1CFF30F6 /* Heap.swift */; }; + BECB3B149934CFEE36507D14 /* NIOHTTPClientUpgradeHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80D7583A0CE7830493485C42 /* NIOHTTPClientUpgradeHandler.swift */; }; + BF4291BF88F40A806F1BA7DC /* armv4-mont.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = A8910D24021178B161951928 /* armv4-mont.ios.arm.S */; }; BF62E9DBA5328359A728A14F /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = E84DBAC32A7C151ED97289BA /* _CompileStub_.m */; }; - BF6DD748658201247722068E /* UnsafeBufferPointer+Shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6890839244B4D41B861FEDFD /* UnsafeBufferPointer+Shims.swift */; }; - BF75FDDBB7409A301E4DB3A6 /* MessageExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C4CC0581527EEEF344416EE /* MessageExtension.swift */; }; - BF82EB4841B1E3EF30EC0331 /* EventLoopFuture+WithEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83B4D8D7BCEFD89DB78F05DC /* EventLoopFuture+WithEventLoop.swift */; }; + BF6C5E86DB20A9E107A75A85 /* rsaz-avx2.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 704B5B16C08B1225FA0E75DB /* rsaz-avx2.linux.x86_64.S */; }; BFAE5E080DAEA492CB105E43 /* Intents.swift in Sources */ = {isa = PBXBuildFile; fileRef = B620A6C0703AE3B4A23EC5B4 /* Intents.swift */; }; - BFC6988C14B9D7206D10A005 /* p256.c in Sources */ = {isa = PBXBuildFile; fileRef = 101EDB4997AD2DF84C86453B /* p256.c */; }; - BFCAFB27BA7ECACA0BEAF0AA /* SystemCallHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE108A6E62A7C9999AA85A8D /* SystemCallHelpers.swift */; }; C0153ABA269E18236646F807 /* WidgetExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B40423341C5FE090E518F48 /* WidgetExtension.swift */; }; - C065F674A98CD6BB3E43AC13 /* ssl_stat.cc in Sources */ = {isa = PBXBuildFile; fileRef = A8E0CEFD82E354EF71C04322 /* ssl_stat.cc */; }; - C0AE0527B4F849114E13B229 /* ReceivingWindowUpdateState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B03E3296E9F8C82399B065 /* ReceivingWindowUpdateState.swift */; }; - C13B2CB4990D30B26CF465F7 /* MultiplexerAbstractChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46226A78C5554AAA71C8770F /* MultiplexerAbstractChannel.swift */; }; - C1DAF472B0DFB35FE10DDCC7 /* bytes.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B2E74D54A6001B3E571F50D /* bytes.c */; }; - C22DB89C738B9E9C02D51760 /* ClientInterceptors.swift in Sources */ = {isa = PBXBuildFile; fileRef = C901713544ECC7FA02B087B3 /* ClientInterceptors.swift */; }; + C0970FAC0F5953E93A3A8F5D /* x_algor.c in Sources */ = {isa = PBXBuildFile; fileRef = A0F6D031AD4C2F9795336190 /* x_algor.c */; }; + C1711FB7C96EE498E985199E /* sha512-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = D24ABB29E9B84BA491587A12 /* sha512-armv4.linux.arm.S */; }; + C19D07326C009D3B0BC5254D /* AtomicBool.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF7CA2B9AE3E595B09D41F0B /* AtomicBool.swift */; }; + C1A33F618B8465FE58E74ED8 /* tls13_enc.cc in Sources */ = {isa = PBXBuildFile; fileRef = C91B9D177FC661C43E875038 /* tls13_enc.cc */; }; + C1C1A8EECEE9E0B72745EB56 /* Google_Protobuf_FieldMask+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41DE369C8500E10C3E99B11A /* Google_Protobuf_FieldMask+Extensions.swift */; }; + C1EA5022FBF211A72A3B1EAD /* GRPCChannelPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1046C22C987D945DA0BF4E5C /* GRPCChannelPool.swift */; }; + C208551DC83C76C610F28448 /* ReceivingPushPromiseState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 741513D88D089DEB772EB96A /* ReceivingPushPromiseState.swift */; }; + C241A8CF79763BC39D03D8CD /* HTTPPipelineSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2FC4AC25802B07CDCA81281 /* HTTPPipelineSetup.swift */; }; + C2664825E65D31873A644C3C /* x_name.c in Sources */ = {isa = PBXBuildFile; fileRef = A97BE3927E66245D81D04AE6 /* x_name.c */; }; C2DA59673C5FA474A41FC081 /* defines.c in Sources */ = {isa = PBXBuildFile; fileRef = FA2ECC9866D9B481C9AA3869 /* defines.c */; }; - C38EA93B13135E909824B1FC /* x_info.c in Sources */ = {isa = PBXBuildFile; fileRef = E6FAF4F9202804E12FA625D7 /* x_info.c */; }; - C3DA1FAF545E886CBA075BDC /* a_dup.c in Sources */ = {isa = PBXBuildFile; fileRef = F39E78D43CE619A418741023 /* a_dup.c */; }; - C3E5B6172CC94B3BE4066E76 /* NIOTSBootstraps.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7EB335D98D72C4B704D3F12 /* NIOTSBootstraps.swift */; }; - C40DFE78581D3EE4E5BD4296 /* Message+BinaryAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6E502D002112901E02E6CC1 /* Message+BinaryAdditions.swift */; }; - C4754CDC9737DA2D9E0D0488 /* EventLoopFuture+Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65FE8F809BCE55EE40794835 /* EventLoopFuture+Deprecated.swift */; }; - C48342F0860E07D8AC1A7167 /* EventLoopFuture.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77CD03D53C0D864CBBAD8CF /* EventLoopFuture.swift */; }; + C2F7C7150CC74313C7C851B9 /* Deque+CustomDebugStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 279A24B2511CE3E08B21F48B /* Deque+CustomDebugStringConvertible.swift */; }; + C371B04A3121A8533CA718BA /* SSLCertificateExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 432777D9FC9D3B7D50D3450C /* SSLCertificateExtensions.swift */; }; + C382B72C7B188F5C676DACEE /* String+unsafeUninitializedCapacity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90F092BA2C12EBE2859439C6 /* String+unsafeUninitializedCapacity.swift */; }; + C3AAF49440EA36F052EB34CD /* v3_purp.c in Sources */ = {isa = PBXBuildFile; fileRef = 003EA37B975A6817BBA1B0A9 /* v3_purp.c */; }; + C4164338A0796D9AF6F83C58 /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = D91ACAD874698C621924740A /* random.c */; }; + C43521D2682F8048B5A9A742 /* pem_all.c in Sources */ = {isa = PBXBuildFile; fileRef = DB835C6CDBBD894604D4721E /* pem_all.c */; }; + C4749DE6845DD27C355EC792 /* ConnectionPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDCB274FD1C6419FAE6B2798 /* ConnectionPool.swift */; }; + C4A61510819B452100477B3F /* BSDSocketAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9101C4FBF006EB93FE9FC51 /* BSDSocketAPI.swift */; }; + C4ACA73077B9C0CF0A36709A /* InboundWindowManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043AB479C8AE6548D2BD6FCE /* InboundWindowManager.swift */; }; C4AE93CE75CC4F76FA5FB06E /* MixedAnswer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3744E81974720C3D4AA9563D /* MixedAnswer.swift */; }; - C56D207F78794558275EB148 /* _EmbeddedThroughput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E99741755CBD900DED02F54 /* _EmbeddedThroughput.swift */; }; - C5867FD11B0C7DCBD84519D9 /* GRPCClientStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7230C1170348570CAB5E9B07 /* GRPCClientStateMachine.swift */; }; - C5C567B4E22E828BAD6ADA1C /* x509_def.c in Sources */ = {isa = PBXBuildFile; fileRef = 79A6B7729CA769C42F1E7DA5 /* x509_def.c */; }; + C4F6A1788C24E93BEFE0AAFF /* NIOTSEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36C06719319340299495185 /* NIOTSEventLoop.swift */; }; + C4FCC352A82499FF981A72D9 /* LengthPrefixedMessageReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D5459587371DF738A34DDE6 /* LengthPrefixedMessageReader.swift */; }; + C528B94C7D930A9293322091 /* WatermarkedFlowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9017535204079B3202072EFD /* WatermarkedFlowController.swift */; }; + C53A1F8A1EE379FE200733C5 /* MessageParts.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA269CB086954AC24B7AB2A4 /* MessageParts.swift */; }; + C59A92485D2B349EADD69BAB /* NIOCloseOnErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798417B7DD9D47FC217EC2F7 /* NIOCloseOnErrorHandler.swift */; }; + C61C0C2F39C5911151A0C3C2 /* NIOSSLClientHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 767D18BEEEA7967848320F42 /* NIOSSLClientHandler.swift */; }; + C65643FE390EEB971CA4FB87 /* DatagramVectorReadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EB57E44CFE98509823809E9 /* DatagramVectorReadManager.swift */; }; C6AB4D52EE1E5A4C9F2ED2A8 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753611881B3193D15DAF3F33 /* Lib.swift */; }; - C6D986EF06A5B65BFFDFF1AC /* self_check.c in Sources */ = {isa = PBXBuildFile; fileRef = F24801C26C405A5C7BBE1B82 /* self_check.c */; }; - C6E728FE8E6488BC08897916 /* ServerInterceptorPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 338BC059D197D8778EB9FB94 /* ServerInterceptorPipeline.swift */; }; - C6EB678F51C229CB8BCD73A3 /* fd.c in Sources */ = {isa = PBXBuildFile; fileRef = 60FE42627457A8A342F8D595 /* fd.c */; }; - C71DCF6F42D3F52ACE6EDD37 /* QuiescingState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CEA53901B06CA9F6AFDE634 /* QuiescingState.swift */; }; - C75AA6E145284C93EF49510E /* shim.c in Sources */ = {isa = PBXBuildFile; fileRef = FFD4F718BB5F022BEB6FE49C /* shim.c */; }; - C76D04EDB75F9ECE889F61E6 /* NIOFilterEmptyWritesHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B64EB4F50EDA1F986484982 /* NIOFilterEmptyWritesHandler.swift */; }; - C7A07121E874F032A6C42AE9 /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34E84DEF1A5DED231EC5D5CD /* FileDescriptor.swift */; }; - C7A2FF6808BD3209BBBA5C7E /* cpu_aarch64_apple.c in Sources */ = {isa = PBXBuildFile; fileRef = DB4EF8004F5DDCA4580935BD /* cpu_aarch64_apple.c */; }; - C7D3429BC6AC856FCF21114A /* pem_pk8.c in Sources */ = {isa = PBXBuildFile; fileRef = 2744BEDADE7AE9F3B18FFCA7 /* pem_pk8.c */; }; - C80DA9FDB485C0241D9026B1 /* cmac.c in Sources */ = {isa = PBXBuildFile; fileRef = AADAC101A012DE5DE11C304F /* cmac.c */; }; - C84D7896B6E0F569CD9FA182 /* ec_montgomery.c in Sources */ = {isa = PBXBuildFile; fileRef = 008AB5FA0B31B020154FF048 /* ec_montgomery.c */; }; + C6BE6D329EC901349BF479D1 /* ConnectionBackoff.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3479CC0590638C7C6C36A2C /* ConnectionBackoff.swift */; }; + C797AFF532B40FB1D1500E8D /* p_x25519.c in Sources */ = {isa = PBXBuildFile; fileRef = BF332D6F5AEA0431C7CBD556 /* p_x25519.c */; }; + C7B868D05C75298C1BABCB55 /* voprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 64F8DBCB72920600F59FCB78 /* voprf.c */; }; + C7BF6FB7C74FF045C9416B8E /* GRPCAsyncResponseStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29C36ABB6CD31A889A2DF3B4 /* GRPCAsyncResponseStream.swift */; }; + C7E35D499AA000387B565E8F /* Google_Protobuf_Any+Registry.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A26F6949707952AC64713A /* Google_Protobuf_Any+Registry.swift */; }; + C7FDD4D978DAD4C563EB2299 /* t_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = D2AED4317D9F6E9A8F8D7149 /* t_crl.c */; }; + C8097D5B7AF3DE0E4333C12D /* md5-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 8FF25B04F5EA8447382CD371 /* md5-x86_64.linux.x86_64.S */; }; + C86A0BD706EBA35F5526FFB7 /* dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 479EB1B15A6C83744080E2DC /* dsa_asn1.c */; }; + C890FC44C784AE7EF6465116 /* ghash-neon-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = DD5434C25184EB8D415D8FCE /* ghash-neon-armv8.linux.aarch64.S */; }; + C8B8FBB3ABE26892B4FEC7D8 /* RNG.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E0E76F54FA450238AC63401 /* RNG.swift */; }; C8D2B07B7197AEBEF4D82866 /* UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4881EEC5A32BE56448E19924 /* UITests.swift */; }; - C8D7BA1CA5BDA297A2D1A96D /* AtomicValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 096F4564467AD057A80EE97C /* AtomicValue.swift */; }; - C92A83764A7747118EA5B52C /* a_i2d_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = D6EAA8B612DF99F1A5A1645E /* a_i2d_fp.c */; }; - C968BED6E16F5AFA48A46CC4 /* tasn_new.c in Sources */ = {isa = PBXBuildFile; fileRef = EDCC29E9C21160C8F1365593 /* tasn_new.c */; }; - C9A6772747178E17BAEBC26C /* HasRemoteSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 369AE36DCAF0F72D04C01556 /* HasRemoteSettings.swift */; }; - C9DD980F650A23C1AF7281D6 /* chacha-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 0D9A29E9CEEE9321847A5A96 /* chacha-armv8.linux.aarch64.S */; }; - C9E49FD8AFE0BA7B508E07EF /* aes128gcmsiv-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = AB7D3C51C076BBAC492B3C81 /* aes128gcmsiv-x86_64.mac.x86_64.S */; }; - C9EF0F8A5859D07630E15F52 /* NIOTSNetworkEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04B101465F28173119E95E39 /* NIOTSNetworkEvents.swift */; }; - CA19AE069571AE3FDDA2F7FB /* GRPCAsyncServerStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = E93142421E1373953D7830C1 /* GRPCAsyncServerStreamingCall.swift */; }; - CA212C44836E10F6AACCA683 /* HPACKHeaders+Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A71982D01828FFCA2348431 /* HPACKHeaders+Validation.swift */; }; - CA3438C83367A6B57AA84C03 /* ThreadPosix.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7CCA6BA66693659622D40A2 /* ThreadPosix.swift */; }; - CA4F00EA3C35BC3ED8EC44BB /* NIOSSLClientHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19788A309B17BEF42FF4CAC9 /* NIOSSLClientHandler.swift */; }; - CA79976C6CF7F5EBB33277BE /* pem_info.c in Sources */ = {isa = PBXBuildFile; fileRef = B71BA6E0C80050C718F217A2 /* pem_info.c */; }; - CA7C2B196EAEF16B22021118 /* StreamingResponseCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 418BC986000B09844162D885 /* StreamingResponseCallContext.swift */; }; - CACFAC8C434EC8034CB5676A /* CustomJSONCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23B9EB418150530656CE28B8 /* CustomJSONCodable.swift */; }; - CAD50A679FC36824AF534F3B /* HighLevelTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2166D5A80B578C1AE9759959 /* HighLevelTypes.swift */; }; - CB0BB26154F9213AA3662B76 /* AtomicInteger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01AE53199ECCAC57830B0FFF /* AtomicInteger.swift */; }; - CB26B8DF499721ECFB281F41 /* ssl_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7444A6304CE9D71349395EC3 /* ssl_lib.cc */; }; - CBE745F8423B81651A12BC5F /* Interfaces.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09C70077F6B5D657A32ABE13 /* Interfaces.swift */; }; - CBF3646735691F53F0D7B40C /* BSDSocketAPIPosix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83961DF170BC4562AB10F480 /* BSDSocketAPIPosix.swift */; }; - CC1D6C943DFF7FC84E9E0751 /* Selectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70F87FFC96981955198A694F /* Selectable.swift */; }; - CC34131384917DF79F112579 /* HasFlowControlWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4C67A2FCA16D3659736552A /* HasFlowControlWindows.swift */; }; - CC3D89AB656B0C67348211B4 /* PointerConformances.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B00CCC15AA2812797D0901E /* PointerConformances.swift */; }; - CC6422FB82E35266E4113061 /* MessageParts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45CDB986862FA63550CCAF73 /* MessageParts.swift */; }; - CCB039177FD82D8936D299B1 /* rsa_print.c in Sources */ = {isa = PBXBuildFile; fileRef = 67EEE7F4B0D4D6E24B91107E /* rsa_print.c */; }; - CDF2031F87FD130D38F00084 /* thread_win.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E87FA99EA6CCE080B43362A /* thread_win.c */; }; - CE4522AFA2219D661011C0A9 /* ConnectionStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E081BB3D02482D4C8B99D142 /* ConnectionStateMachine.swift */; }; - CEFDF4C69DB0563015A4D7B5 /* ServerHandlerStateMachine+Handling.swift in Sources */ = {isa = PBXBuildFile; fileRef = E60F222FCEB4DA999B5853F5 /* ServerHandlerStateMachine+Handling.swift */; }; - CF7848B68DE1950F215BE947 /* sha512-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = DBCF9CB80E2604CAB38CA42F /* sha512-armv4.ios.arm.S */; }; - CFA29F15E64CE05120A3B625 /* ResponsePartContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C2C839293090B922278E3D4 /* ResponsePartContainer.swift */; }; - CFBAF91C208B9B0FAECD16B3 /* JSONMapEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4511A8F7C2315BA07FF2628 /* JSONMapEncodingVisitor.swift */; }; - CFD8FB759D58ADD8713E3EA9 /* Call+AsyncRequestStreamWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04EB53B320FF9402774B41EB /* Call+AsyncRequestStreamWriter.swift */; }; - D001125C5BD0572856B267BE /* x_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = AFCD9EADD8AA3B1C5B2B40DC /* x_crl.c */; }; - D00E35AC15220B1E5EDCC91D /* StreamEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CE140BC2B1DCC6700BCC2B /* StreamEvent.swift */; }; + C8DFED2196456132A4A0DE26 /* ClientTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = B17585200E07F8CF6F2E8E5D /* ClientTransport.swift */; }; + C90A3AA2CBA66D463C300A25 /* sha256-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 109CE1428C1EBAC7D4C55DC2 /* sha256-armv4.ios.arm.S */; }; + C9140F8D5606C7CEBBCF63A5 /* HTTPServerProtocolErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85060A9C6216BCE748D6EDE9 /* HTTPServerProtocolErrorHandler.swift */; }; + C9A4283C62447993E5146064 /* ServerInterceptors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98D9A990CA0EB5D42E87053E /* ServerInterceptors.swift */; }; + CA1B3FF39A27399C08F8D58A /* x86-mont.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 97F51F7481C7DE433CFB7722 /* x86-mont.linux.x86.S */; }; + CA5BD805961068D085908901 /* pem_pk8.c in Sources */ = {isa = PBXBuildFile; fileRef = 6B8214E2D633CF047F60EEBD /* pem_pk8.c */; }; + CA883BF5345FBCF9268BA96F /* PointerConformances.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81F1723A5B7E1856C1F4893 /* PointerConformances.swift */; }; + CB785531D2427033C851B6B2 /* a_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = BCBF5694F33783FA314A7DD9 /* a_digest.c */; }; + CB7A61B902E4DB1B54C97560 /* cpu_aarch64_win.c in Sources */ = {isa = PBXBuildFile; fileRef = 19E0D3B515D579D88DE13F18 /* cpu_aarch64_win.c */; }; + CBBE7B35E08F98BE56E05731 /* bsaes-armv7.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = F91518942D1DD3899CFBDA25 /* bsaes-armv7.linux.arm.S */; }; + CBEC391E838D1DBA5D723585 /* v3_info.c in Sources */ = {isa = PBXBuildFile; fileRef = 825C4265DB36EEF2A84B7C25 /* v3_info.c */; }; + CC0C0D380752CC424AACCE84 /* cpu_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 00A7E70AE0FD8518BAB919EC /* cpu_arm.c */; }; + CC690E21E153576DF0596DEA /* SNIHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B5339D917E3DF436C1391A7 /* SNIHandler.swift */; }; + CD058F699330BB788975472F /* chacha-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 625FD0D82572B184AC33C38F /* chacha-x86.linux.x86.S */; }; + CD56A3C002A0F06188819271 /* x509_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = 4BC08D67EB6DFFA9F74803A1 /* x509_ext.c */; }; + CD9EA16C3F4BEE8FD1975823 /* t1_enc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4843E2DF49DA0830587E7D4A /* t1_enc.cc */; }; + CE07B4D3E769161CD4172C27 /* DebugOutboundEventsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EDF09408999BA7B8B858F3C /* DebugOutboundEventsHandler.swift */; }; + CEB96CED61B937854D46709C /* poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 48E8D92291514120D1557752 /* poly1305.c */; }; + CF1FD12E6253A0A02B690199 /* Message+JSONArrayAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2176BBA9AB3029CE8D50C9C /* Message+JSONArrayAdditions.swift */; }; + CF3B42F47748147FE2FD41EF /* PendingWritesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87063DB4AA01D05D6AC95CC0 /* PendingWritesManager.swift */; }; + CF9E2424BAB4C407CC494C42 /* NIOThreadPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 283FD141E5D8DF73C7C4B1E1 /* NIOThreadPool.swift */; }; + CFFC9D4A6326E70E7284802E /* Message+AnyAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAC7C0CB56A964F3E8F0A87D /* Message+AnyAdditions.swift */; }; + D0218BA97D9D126A5FA35058 /* StreamState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C505AE2A6263A1C221108A /* StreamState.swift */; }; + D0244E3D0DA750D08078200C /* ResponsePartContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 292C4A4AFB56B5E99F28D569 /* ResponsePartContainer.swift */; }; + D04B04BAAD2E391B321CD827 /* TimeLimit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 971AD03DC79F446AA2D1B9DA /* TimeLimit.swift */; }; D04B5C30AE144B13D9B40CEE /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C6EE1DE3180397105BD9AB8 /* Lib.swift */; }; - D04E3E019AF82E090AC22FA5 /* t_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = DB3F41E8A10A8989C9EFEE7D /* t_x509.c */; }; D0511043F02D6E153D992DFE /* private_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = FDE262D83CA79BF809694381 /* private_lib.c */; }; + D07CBF002CDB4C0A6A05508C /* BidirectionalStreamingServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6DEAF9C100A1E9DA5965A1A /* BidirectionalStreamingServerHandler.swift */; }; + D0808E5526CD7F7372B3FEF6 /* NIOLockedValueBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 336F472CB57AFA391D8F257A /* NIOLockedValueBox.swift */; }; D0BB2670F90CF218A2FE518B /* WatchOSAppUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30A4069AA00E60D0D648E673 /* WatchOSAppUITests.swift */; }; - D0DB511B281A0C71D6D7557A /* e_chacha20poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 651703D44585BDF1967B324E /* e_chacha20poly1305.c */; }; - D0DBC1A168DF177A19D38053 /* x86_64-gcc.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F1BC89BDA17B2C2034AD526 /* x86_64-gcc.c */; }; - D119BF3F47128DDC4D8CBB79 /* SendingGoawayState.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9323F87AC54E0C9E98B1846 /* SendingGoawayState.swift */; }; - D12707A8F08F0DA33D3E6E9C /* IntegerCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A0FD2718B37304F3AF110F8 /* IntegerCoding.swift */; }; - D16336D95A6B6E027CADC26F /* NIOTSConnectionChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8240AE5C79979283415D22A2 /* NIOTSConnectionChannel.swift */; }; - D18633C171798B973B67EAE0 /* p_ed25519.c in Sources */ = {isa = PBXBuildFile; fileRef = AE0462CE3CD4499BB0DBA9A9 /* p_ed25519.c */; }; - D1A602A8E25FA56E34EE72FA /* ConnectionKeepalive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9137058F55001207E23547E5 /* ConnectionKeepalive.swift */; }; - D1FC9F33168E0A31A8122DA8 /* ServerInterceptorStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F8642E3F36B00825631297B /* ServerInterceptorStateMachine.swift */; }; - D25E30D835893C2910068513 /* v3_akeya.c in Sources */ = {isa = PBXBuildFile; fileRef = 4AAD6D3E367EC2D85EB774F1 /* v3_akeya.c */; }; - D3ADEA7C54A6D48AEE68935E /* pkcs8.c in Sources */ = {isa = PBXBuildFile; fileRef = 5ECBA28AF07315BDD28183D8 /* pkcs8.c */; }; - D3B1291CB49E73F851D7A82C /* Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A3AC32E833F97828E5DBBBD /* Linux.swift */; }; - D3F356255FFBE9DBA75494B1 /* CallDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01676F58AA3E7AD64CC65A3F /* CallDetails.swift */; }; - D41F957B7BD783B82B130A05 /* IntegerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = F52EC2D1F3FCFF1669245F5E /* IntegerTypes.swift */; }; - D43523FC47794491EBD6F791 /* a_int.c in Sources */ = {isa = PBXBuildFile; fileRef = 595B588A117CF9B7D98248C4 /* a_int.c */; }; - D48979CA64D3654208803B4F /* StreamChannelList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E6CA4CA56B68583EA2CD903 /* StreamChannelList.swift */; }; - D4A86CE150FD51FC8D0C691E /* Deque+Extras.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8216526B8EC994414B4F738 /* Deque+Extras.swift */; }; - D4D6727E367ED4E402A96C67 /* NIOSSLServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30ADFA5B71650ABAFA962F8E /* NIOSSLServerHandler.swift */; }; - D4FD0ED972612B1123124DB4 /* ssl_buffer.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2733806255B3F6BCB6F53D9F /* ssl_buffer.cc */; }; - D50201E790F4729E5FFC7812 /* dtls_method.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B1191CAB2A892ABEB3B54A0 /* dtls_method.cc */; }; - D5142C656BAFDD64FAD209D9 /* v3_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = 750483F138CC8B123620D445 /* v3_utl.c */; }; - D586F6BF2852D150AEA25A88 /* GetaddrinfoResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDBDDA4A59EAE4D9AA3661AA /* GetaddrinfoResolver.swift */; }; - D5D5CCD01EEBEA7FC52C1DD2 /* GRPCSendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58BF45D9E824B59702BDBA91 /* GRPCSendable.swift */; }; - D60D88B1C405AD55CB9596BF /* encrypted_client_hello.cc in Sources */ = {isa = PBXBuildFile; fileRef = 57C9D63D159980FEB649A251 /* encrypted_client_hello.cc */; }; - D61ECCE81D1054A423872530 /* f_string.c in Sources */ = {isa = PBXBuildFile; fileRef = 50C3C158381432F858B21C1A /* f_string.c */; }; - D65867199C11C6317A72D085 /* Embedded.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4ADA6A09416100F8CC4AC47 /* Embedded.swift */; }; - D692B15B96F4F0B3B2294495 /* a_type.c in Sources */ = {isa = PBXBuildFile; fileRef = AE521ABB08EB88037DF08BEC /* a_type.c */; }; - D6B7BE6BA63EC8A965DB0B7D /* ec.c in Sources */ = {isa = PBXBuildFile; fileRef = BF6BD677B6B5FAB2DFDEE51A /* ec.c */; }; - D6C07E837C8B6A04FC6C4840 /* NIOTSEventLoopGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C69DFDBAC83A3A0DECC6CFB /* NIOTSEventLoopGroup.swift */; }; - D6DD562CDF0184EA15DAB23B /* cbb.c in Sources */ = {isa = PBXBuildFile; fileRef = FE60BB9A6B7A240C506B645F /* cbb.c */; }; - D745471A9826A5BED6E291C8 /* print.c in Sources */ = {isa = PBXBuildFile; fileRef = 85FE6931B6443777F96D6948 /* print.c */; }; - D7B7EBB561BB9349B30CBA65 /* p256_beeu-x86_64-asm.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 96FBFD8BFFEEEE3DD3024A57 /* p256_beeu-x86_64-asm.mac.x86_64.S */; }; - D7BA7D5FF25A670AD38E18E9 /* ghash-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = ECD5E1F1D2E49CAA4D80C96C /* ghash-x86.linux.x86.S */; }; - D82C16C7646994312BAEDBF2 /* Deque.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B3F497E01FC469BA5263A2F /* Deque.swift */; }; - D83B65CCB9126F37DB25D126 /* derive_key.c in Sources */ = {isa = PBXBuildFile; fileRef = 61A8A6B06F9CD7FE639C9162 /* derive_key.c */; }; + D0CE580B70151730420E39B5 /* thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 7D58C961241E9869EF7D49A7 /* thread.c */; }; + D10241FF782F21A6F2053FF5 /* params.c in Sources */ = {isa = PBXBuildFile; fileRef = EF1F8B2910CD21BED0842C4D /* params.c */; }; + D113F21D81A3969772209F61 /* aesv8-armx32.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = DE1CF70E800F935AC30CF2B9 /* aesv8-armx32.ios.arm.S */; }; + D19E5706ACF42B43DB668682 /* ClientStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DC2E6AA1F0766632D9A31DA /* ClientStreamingCall.swift */; }; + D1F64A2D93AB0A433DEDBF2D /* GRPCChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80237D195B59455F9937398B /* GRPCChannel.swift */; }; + D2EFAF85C66DB24D89072F14 /* stack.c in Sources */ = {isa = PBXBuildFile; fileRef = 2844E8CDDC60768112E2E0C0 /* stack.c */; }; + D320A3C887CA3B56AA59AFEC /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71C9E313F2392C7658D878F1 /* Server.swift */; }; + D378AD9995CA5DC15D6332D3 /* GRPCStatusAndMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACAD170769553339AF355537 /* GRPCStatusAndMetadata.swift */; }; + D3BFD9C3DCBDCF0B70370C43 /* a_strex.c in Sources */ = {isa = PBXBuildFile; fileRef = 4431B9B7B6BBDC7433AB2AFD /* a_strex.c */; }; + D409343DFA7B6E158EBB17F5 /* CoalescingLengthPrefixedMessageWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18B221672DF3AE3E4098B2B1 /* CoalescingLengthPrefixedMessageWriter.swift */; }; + D447E333E4FCAEB9465F74C5 /* p256-armv8-asm.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 83A5C45E810ABD382D81014B /* p256-armv8-asm.ios.aarch64.S */; }; + D45118657E30602C3F235717 /* montgomery_inv.c in Sources */ = {isa = PBXBuildFile; fileRef = 48B85ACF33797E097D0A10B9 /* montgomery_inv.c */; }; + D48E59678C2D8169AA807B97 /* GRPCAsyncRequestStreamWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E0BA8BA42D42133A2BED5FC /* GRPCAsyncRequestStreamWriter.swift */; }; + D4D3DCE06CBAF23C7BFBBA04 /* HTTP2StreamDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E5FF72CAD15F89908177C81 /* HTTP2StreamDelegate.swift */; }; + D4DE17C093FFF0F1F83E6539 /* handoff.cc in Sources */ = {isa = PBXBuildFile; fileRef = 72B69B93FE0D0CCDFAAB9189 /* handoff.cc */; }; + D502135A5AF10D315A65F073 /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F8DCDB0D571E99BA5598008 /* rsa.c */; }; + D5E5811DEC118E4B650B93D0 /* ghash-neon-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = B4741F4C27EBB25AD392F785 /* ghash-neon-armv8.ios.aarch64.S */; }; + D62BD773605D2EE8E81A1388 /* SSLPrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E52A53ADC769F25321C7B4 /* SSLPrivateKey.swift */; }; + D63A74BA29D767055429FFB7 /* e_aes.c in Sources */ = {isa = PBXBuildFile; fileRef = A9F6BA15783ABD3E7C8E93D2 /* e_aes.c */; }; + D6C90B9CD81DDE50C12D96D5 /* SocketAddresses.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EE5FDB70773CEFD8BDBAA83 /* SocketAddresses.swift */; }; + D6CF65587D4AA0F60B00A270 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 27DFC182956335536142CC4A /* util.c */; }; + D6F58C866DAD8EEDB7D40581 /* _DequeBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43A8CF068D5C30C439E682D8 /* _DequeBuffer.swift */; }; + D74B188570D9613EC8113143 /* AtomicStrongReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0FAC0D99E35988B730FB8B /* AtomicStrongReference.swift */; }; + D7ADECF5246C9DB8A4F0D284 /* GRPCPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20C902430A70D434A4F2E0D0 /* GRPCPayload.swift */; }; + D7C970BCF0BBB79CCDEF4B4F /* NIOAsyncWrappers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74CC35466F21BB292F64A1F0 /* NIOAsyncWrappers.swift */; }; + D80A89EADC14FA78F3FBF0B2 /* evp_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 0435641F9831FF8F0DE09856 /* evp_asn1.c */; }; D870FF78A16015EC55F80CD4 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E3C67424F456D9FF51EEBDA /* ContentView.swift */; }; - D8902EF6AB446FE421931258 /* v3_bitst.c in Sources */ = {isa = PBXBuildFile; fileRef = 2607DA21529ECEB8757AFD73 /* v3_bitst.c */; }; - D8E901B74583D3F8D96C151F /* MessageEncodingHeaderValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = B54010FDD230ECD6B6C6BB93 /* MessageEncodingHeaderValidator.swift */; }; - D90D661BBB70416947C4EC7A /* BinaryEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE7007007BEAEF1CED0D6C1A /* BinaryEncoder.swift */; }; - D92D230169CD9DFDCA617B25 /* ReceivingDataState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45DB289650E03436AB3582D7 /* ReceivingDataState.swift */; }; - D93EAED77F106617CAB9F237 /* BSDSocketAPIWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = F82260CE86824376C8736C7D /* BSDSocketAPIWindows.swift */; }; - D9DCDCCECEE98E5A19B90F30 /* sha256-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = F550219781E0F5B806BAF2EB /* sha256-armv8.ios.aarch64.S */; }; - D9FCB3CAAED4401D041A9337 /* JSONRPCFraming+ContentLengthHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2413A9BE13434D1A2A71604D /* JSONRPCFraming+ContentLengthHeader.swift */; }; + D882FA968DF4097251C25017 /* bio_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B081520B16CD0354122B570 /* bio_mem.c */; }; + D8F6570710231D863BAB8799 /* by_file.c in Sources */ = {isa = PBXBuildFile; fileRef = FF4A96645174336C43FD0512 /* by_file.c */; }; + D905482C3B8FD159D4CC4109 /* asn1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 95705D31A7D249C5098169E8 /* asn1_lib.c */; }; + D919F788CB7393A03819AA2D /* rdrand-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = AA14160C8A323A99BDA34B9D /* rdrand-x86_64.linux.x86_64.S */; }; + D9236D7D576598B463316788 /* SendingHeadersState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 357578B7685705A0FEB04AF7 /* SendingHeadersState.swift */; }; + D932FD2BD315B91493898E7F /* tasn_typ.c in Sources */ = {isa = PBXBuildFile; fileRef = F691C905AD74ACC802919CE4 /* tasn_typ.c */; }; + D934D4FA907C066AC8A9FDA3 /* ReceivingDataState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97940F5D4F6BE48CE199A0D /* ReceivingDataState.swift */; }; + D966F34A41FD8D6F95A71B06 /* HTTPDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A767AABB510975CC1267CBC /* HTTPDecoder.swift */; }; + D9878121EF1DA9A9CDFDBB9C /* MessageExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD6532163BD2A72B2079C77 /* MessageExtension.swift */; }; + D9C1A9776DFF7793815CC62D /* JSONRPCFraming.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F3DA38014303C8468DFBFF1 /* JSONRPCFraming.swift */; }; + DA296713C6DAEFD7808B681D /* SelectorGeneric.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7A1480A2C0DA101398F0FBB /* SelectorGeneric.swift */; }; DAB59FD2D8CD99279C36DE48 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 580DBA740396A7EE1950EA08 /* Lib.swift */; }; - DB62AF7AE1F5F661FF2568DC /* QuiescingHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAAAA16E4BFBAABAFFFF275C /* QuiescingHelper.swift */; }; - DB8328DEC155FDB7290A4489 /* InboundEventBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0FC9AF00BD74E92A4B6BE6 /* InboundEventBuffer.swift */; }; - DB91ED24CF46C134CBCB1C21 /* Bootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 457A70C47755CC870A7A36E7 /* Bootstrap.swift */; }; - DB9BF735D0B197B0E597776F /* pkcs7.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B7C6C578ED542A6D547DB3C /* pkcs7.c */; }; - DBAE08E186999D2B24A9F2FB /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = F77B76FF81248A016BFE6B47 /* dh.c */; }; - DBE7AB4B29DBB36AB88008B3 /* sha1-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = C50AE29F35EC5CBD1976C716 /* sha1-586.linux.x86.S */; }; - DC03587018522859B75B64D7 /* UserInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8F2A7D7928CAAD6B98A48C2 /* UserInfo.swift */; }; - DC2A0619FCF5CA2A45867125 /* e_aesgcmsiv.c in Sources */ = {isa = PBXBuildFile; fileRef = 612EB88F8B51B50E266E91EB /* e_aesgcmsiv.c */; }; - DC4D1005EC9B180007568CD5 /* Decoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 765D609F1D40E240F696D54D /* Decoder.swift */; }; - DC925CE841B2BF040A5E7B20 /* Deque._Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFC870878D4EC5F75448774D /* Deque._Storage.swift */; }; - DCF8F09779EA376D049BB801 /* HTTPPipelineSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 619885385803D5C0743CB11A /* HTTPPipelineSetup.swift */; }; - DD0018954FD3CFE72CCA055F /* conf.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E0D9B14770E9D167D483A0C /* conf.c */; }; - DD192C801137955795AE81A0 /* GRPCClientChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CF26F7E0FE2D5F27877C49D /* GRPCClientChannelHandler.swift */; }; + DAB61A8DC10E8EA92CADC646 /* StreamEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F7B0151CDC05B5145D8E40D /* StreamEvent.swift */; }; + DAFEBF8FDBB6639E3981F567 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C62D43E144C6C4F57289C5D3 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift */; }; + DB0CC5F53CF16B22524F1A19 /* BidirectionalStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = D58B9981A127B45759EEA326 /* BidirectionalStreamingCall.swift */; }; + DB9F16B2B739D9E3BFE7B981 /* WriteCapturingHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1174B01379930AE1C2EF7BDF /* WriteCapturingHandler.swift */; }; + DC09D480A606365A5A907DB0 /* GRPCAsyncServerCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF521E98CBB71E37B4883327 /* GRPCAsyncServerCallContext.swift */; }; + DC80C0C4DBD851EF4F25B78F /* GRPCAsyncClientStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AB2EBE01A04FFEBB7D7B74F /* GRPCAsyncClientStreamingCall.swift */; }; + DC9574F1993C0BDF8B27EB41 /* TextFormatDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7989F57C62D3E52588EBB10A /* TextFormatDecoder.swift */; }; + DCA01BA7B5357465DA5FAD39 /* GRPCError.swift in Sources */ = {isa = PBXBuildFile; fileRef = A278B315C70E54E54A77083A /* GRPCError.swift */; }; + DCA373AA93239A0B7177369B /* UnsafeRawPointer+Shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35E4E2B70EF56E9EA706FB13 /* UnsafeRawPointer+Shims.swift */; }; + DCE154E53E387934A091E14E /* print.c in Sources */ = {isa = PBXBuildFile; fileRef = A82B15C1BBCF4349052D732F /* print.c */; }; DD1BF8C4A6A58F42A136397F /* FXPageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F6E71D3468529C04CBB815F /* FXPageControl.m */; }; - DD643B13732C845F993A696C /* HTTP2Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE98CFD92A5F44B2BE1BA4DC /* HTTP2Stream.swift */; }; - DD9BB7766487B06A7520C2C6 /* EventLoopFuture+RecoverFromUncleanShutdown.swift in Sources */ = {isa = PBXBuildFile; fileRef = C31EB1D1F42CB309B34CB0DC /* EventLoopFuture+RecoverFromUncleanShutdown.swift */; }; - DDA62EC3DA1BCD169B4C8856 /* BSDSocketAPICommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4FCE680C9381D8637E9D0B7 /* BSDSocketAPICommon.swift */; }; - DDD8A282EC29789389ABC84B /* PendingDatagramWritesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B3DA9D4408939A04392DE61 /* PendingDatagramWritesManager.swift */; }; - DDED94942C705CF1D11EE88A /* _MessageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C79B0532474BFD3EA1DA0B6 /* _MessageContext.swift */; }; - DE2CEF7B0E74D6FEF43D6103 /* trust_token.c in Sources */ = {isa = PBXBuildFile; fileRef = AA5C34169A0F4DC394BAC9D6 /* trust_token.c */; }; - DE4A642836EFFEAA79B154DB /* x509rset.c in Sources */ = {isa = PBXBuildFile; fileRef = 45189490BD19271A8C515297 /* x509rset.c */; }; - DEC8CB44E6EFCBF23DDE8D16 /* p_dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = B0BF0A5AE427A2D79DB8312D /* p_dsa_asn1.c */; }; - DF076FA91558741F1A358FB5 /* c-nioatomics.c in Sources */ = {isa = PBXBuildFile; fileRef = ABDF955A9E98F614BED7C1CA /* c-nioatomics.c */; }; - DF32E950FE8F9A1481AE23DF /* Varint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3127A2CE8D9D19FC834BBA34 /* Varint.swift */; }; - DF35631CBBB239E37C752A11 /* Channel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82A4CA83AA5BBCE86807EBAA /* Channel.swift */; }; - DF8DCA9538E0FAFBB842225A /* NIOThreadPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95FA3A17B73C0710C042A9FD /* NIOThreadPool.swift */; }; - DFCB92D97B68C1255A795AC8 /* evp_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 26C0239B94E3DFFAC8174DCF /* evp_asn1.c */; }; - E012BA18E471E027E34101CA /* rsa_impl.c in Sources */ = {isa = PBXBuildFile; fileRef = 863140E59B91990858373F10 /* rsa_impl.c */; }; - E02FD44E0707148B98AAD10D /* sqrt.c in Sources */ = {isa = PBXBuildFile; fileRef = B6934B3485D5D03C12AD8E34 /* sqrt.c */; }; - E04FDFDBD5BED9190AB55157 /* PointerHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = E10665A84BABB571CD0D9DB5 /* PointerHelpers.swift */; }; - E0851047025D4B6202139631 /* chacha-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1D0150B1A46270073D944400 /* chacha-x86_64.linux.x86_64.S */; }; - E0971A5F373F5FB5865CE776 /* bsaes-armv7.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = D5E3B6CBF9972BA2B0EA89C6 /* bsaes-armv7.linux.arm.S */; }; - E0D1CD7A946F949341C8E863 /* x509_d2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7089DA9113EED5B32BC81788 /* x509_d2.c */; }; - E143084182ECE0E0846F94AA /* NIOSSLHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF3406355905E5DBF2E87FC2 /* NIOSSLHandler.swift */; }; - E1B179F9C02946E5EEEF6810 /* armv8-mont.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = BD5CDCCD0007CADC9C03464D /* armv8-mont.linux.aarch64.S */; }; - E1D0A58E8F7BF95E0E40A0A6 /* rsaz-avx2.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 2B81CB00109FFBF5E549672A /* rsaz-avx2.linux.x86_64.S */; }; - E219CE98B93DE9CF17F3375C /* lhash.c in Sources */ = {isa = PBXBuildFile; fileRef = 97A8DB579FD628E895B3F5E8 /* lhash.c */; }; - E23041800874A18635830B95 /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 45DB8C17A70CBE00AF8FBF6F /* rsa.c */; }; - E2C9BFF05A9EE2AC891F5E7A /* pem_oth.c in Sources */ = {isa = PBXBuildFile; fileRef = 2B8EB42182F7E28A1E82AB5F /* pem_oth.c */; }; - E2F93336D404B61ECAC39255 /* SubjectAlternativeName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E38F4C7F429EAB1D2C7764C /* SubjectAlternativeName.swift */; }; - E3051602794C4DEC01E82B0F /* rand_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 48936A8995C1784324508ACF /* rand_extra.c */; }; - E3296E6CA8E03318E5DB1C4C /* ClientStreamingServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2F8B2DD0386DC0808012F83 /* ClientStreamingServerHandler.swift */; }; - E32CAA612F523CB61AF9B38E /* chacha.c in Sources */ = {isa = PBXBuildFile; fileRef = E220F758E5DF76E31DBEEA4E /* chacha.c */; }; - E33B695497DBCEC9DD0EE4E5 /* CancellationError+GRPCStatusTransformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42BFC314AE809573533B4BB6 /* CancellationError+GRPCStatusTransformable.swift */; }; - E35F18D8C97C11E299081BAA /* LinuxUring.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9482487952C2B12C3B530AB2 /* LinuxUring.swift */; }; - E3C95A80F7BCD1F698C7644A /* poly1305_arm_asm.S in Sources */ = {isa = PBXBuildFile; fileRef = C281329D7F45DC882B031BAE /* poly1305_arm_asm.S */; }; - E475E98368039660BA372289 /* System.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91A124A5C7A7858DC55298A3 /* System.swift */; }; - E4865FF0E54FA23C7D45261B /* wrappers.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = C10C47FC0A7FFC36D844442D /* wrappers.pb.swift */; }; + DD255FDC7C6CC5FACE554588 /* e_rc2.c in Sources */ = {isa = PBXBuildFile; fileRef = D45D50192903B79BDEC35467 /* e_rc2.c */; }; + DD4630DB27A7BE53B440439F /* ThreadWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = A657277C7D29EE114208E024 /* ThreadWindows.swift */; }; + DD6E84989250CE3283E95A71 /* sha1-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = B84BBE4615A98A33F9667085 /* sha1-x86_64.mac.x86_64.S */; }; + DD709DA46B5CC5E293E509F7 /* Deque+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A725753DFC7066DFEFE2228 /* Deque+Collection.swift */; }; + DD97A0324C3393ACC702BE44 /* IntegerBitPacking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CAFCB3D0C6BE99CF1AD41EB /* IntegerBitPacking.swift */; }; + DDA99A4D86FFFAD9BF8BBA72 /* _DequeSlot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 283B4D019F222F3B49C46D80 /* _DequeSlot.swift */; }; + DDDD15792D9D329AA0AAAD2B /* ConnectionManager+Delegates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07059321E75A9D96D08361C0 /* ConnectionManager+Delegates.swift */; }; + DDF9EF930F28864B1C9327F0 /* HTTP2Frame.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFDD16C5F86D3073BB6F0044 /* HTTP2Frame.swift */; }; + DE212187E92BCF002FF1E7D2 /* tls_method.cc in Sources */ = {isa = PBXBuildFile; fileRef = 84D30638769214865FF7A459 /* tls_method.cc */; }; + DE3F387F5AE2DDD704406A59 /* ClientInterceptors.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE8B948093C2D3E85B07316B /* ClientInterceptors.swift */; }; + DE742DB5DD259FDB62F2AEBA /* ClientStreamingServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = B223E2FBAAA477C40C821A3A /* ClientStreamingServerHandler.swift */; }; + DE7537354B468B3E243F67B0 /* rsaz-avx2.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 6FBFD0031FB750676EB0E65D /* rsaz-avx2.mac.x86_64.S */; }; + DF2E8237BE47D7972ED46AEF /* AnyMessageStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 546F52C417D706D6DC0654CD /* AnyMessageStorage.swift */; }; + DF3B47921B197C601B25FE26 /* service_indicator.c in Sources */ = {isa = PBXBuildFile; fileRef = BAAB7B66CBFB911BE99D176E /* service_indicator.c */; }; + DF9F6FBCD581311508DF40EE /* ssl_privkey.cc in Sources */ = {isa = PBXBuildFile; fileRef = BAF27ABC89F4F4B39A4607CC /* ssl_privkey.cc */; }; + DFEB68F456CD14C306840B20 /* x509_v3.c in Sources */ = {isa = PBXBuildFile; fileRef = 52835D597837BCACE1AC0F99 /* x509_v3.c */; }; + E002FEFDA475071776FB0D37 /* ghashv8-armx32.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = FBB7A562DA225EB4344F4C4B /* ghashv8-armx32.ios.arm.S */; }; + E003F34738B20C8ACA9D09EC /* AsyncTestingEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = B23F431300F700797623B9FD /* AsyncTestingEventLoop.swift */; }; + E070DA7DED9EAFF9EE697C31 /* TLSVerificationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4913AFB094348C60F2E87616 /* TLSVerificationHandler.swift */; }; + E0BD5C282013A04D35C59497 /* SendingDataState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78DB6DDEBCD4D2015115E12D /* SendingDataState.swift */; }; + E0BEC68BBEC0EDE5548127CD /* chacha-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = D933AF559082E7CD593DD653 /* chacha-armv4.linux.arm.S */; }; + E0D5521B616D0A99FBA4DDE6 /* ssl_file.cc in Sources */ = {isa = PBXBuildFile; fileRef = 01AB183360E56447BC802B91 /* ssl_file.cc */; }; + E0E015A3A061129D3585B5A4 /* mem.c in Sources */ = {isa = PBXBuildFile; fileRef = E373A55965EA40DEE5B33A54 /* mem.c */; }; + E0E6B31DBC66AA1772E1C068 /* SocketProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D87A8F10DD959E83E358E7C /* SocketProtocols.swift */; }; + E14C72F530635E90E548103C /* StaticHeaderTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5047EE4042ED3A3EF4D0AA2C /* StaticHeaderTable.swift */; }; + E1A039F23D58B78AE94C76B6 /* PendingDatagramWritesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339BA38A5531B9D6E75D159D /* PendingDatagramWritesManager.swift */; }; + E1EEE45BF9BF37C8193BAF2D /* a_type.c in Sources */ = {isa = PBXBuildFile; fileRef = 688201C924E24042A756C796 /* a_type.c */; }; + E1EF2418BDFEFC4BC1706B44 /* atomics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6804007ED8D98E3C3A4F396D /* atomics.swift */; }; + E2004EE3215604D43E80738C /* ClientConnectionConfiguration+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3AD95F2FA90D3404D2D8594 /* ClientConnectionConfiguration+NIOSSL.swift */; }; + E2EEE809CC59C89CC6DC9AE9 /* Call+AsyncRequestStreamWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2CAC80BED6C66EF842C51E9 /* Call+AsyncRequestStreamWriter.swift */; }; + E34295F11C75E5F883057096 /* x509_vpm.c in Sources */ = {isa = PBXBuildFile; fileRef = AB0C712A2F98CEA5F826B4E0 /* x509_vpm.c */; }; + E3598B083569CCD4B836AA32 /* Google_Protobuf_Any+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6B00A28B5E365FBBDA967B /* Google_Protobuf_Any+Extensions.swift */; }; + E39EF5857A19AB7D19987D40 /* ServerChannelErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BB5139F3D4C7E10904C7682 /* ServerChannelErrorHandler.swift */; }; + E3AFFE72001EC764056A5B33 /* cmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 6EBCA421A0235CBAC10725E3 /* cmac.c */; }; E48D3BC4D5BA7C22214BB9BF /* watchOSAppExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 0982B680A74E8BD8A971CC76 /* watchOSAppExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - E497D22D3B5AECC611F2A90C /* aesni-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 74682C2FCD53CD1844BF26FB /* aesni-x86_64.linux.x86_64.S */; }; - E4DDD988C7C775CB004A24E8 /* ByteCollectionUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33124AD4F0B3696B04528CEB /* ByteCollectionUtils.swift */; }; - E5342A676B8AAA0FE82D9A8C /* Google_Protobuf_FieldMask+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1388E04995056B7B1716A27D /* Google_Protobuf_FieldMask+Extensions.swift */; }; + E50F61B8464A3BFE458138BE /* x509_def.c in Sources */ = {isa = PBXBuildFile; fileRef = 61FAF4C968B5F28047DDE4E5 /* x509_def.c */; }; + E510D12C4EBF97157ABC2339 /* a_object.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A790BE3F6570CBB49863869 /* a_object.c */; }; + E5555E81D3B604C4741FA704 /* name_print.c in Sources */ = {isa = PBXBuildFile; fileRef = 4A9A95283D36EC1DBF06E034 /* name_print.c */; }; + E573F3E1DAF91914D15CC007 /* v3_ia5.c in Sources */ = {isa = PBXBuildFile; fileRef = 7FE3E5021DC319838BC5E79A /* v3_ia5.c */; }; E58E4025EC6D89B0D7A11AC0 /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9DC3F084D75A41798DCBBB2 /* TestingUtils.swift */; }; - E5903A76A409EBBE8B66161C /* HTTP2StreamDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B596A4F29DB50E7385FC7AE7 /* HTTP2StreamDelegate.swift */; }; - E599D7F01082BE8A5C929A7A /* PosixPort.swift in Sources */ = {isa = PBXBuildFile; fileRef = A389B1159751424696D91E25 /* PosixPort.swift */; }; + E5ACD2C6058F1C64499F91F1 /* ZigZag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 711519E42A09FD9FEC8ECD87 /* ZigZag.swift */; }; + E664259A745D9674D3D44326 /* JSONDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F1A5BA53927176818B5F85C /* JSONDecoder.swift */; }; E66604D967169C5470384FC1 /* ObjCUnitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EFD33DA1BC7E7196649D05D /* ObjCUnitTests.m */; }; - E6791A3F2FC8B67C5BB0271A /* HTTP2ErrorCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D2020172F3B267F2BE4F246 /* HTTP2ErrorCode.swift */; }; - E67E435AC88D058823E2312A /* file.c in Sources */ = {isa = PBXBuildFile; fileRef = D5CFE2ED4EBF17CDB24A5B6B /* file.c */; }; - E71DDEF8A443218910EA6CAF /* ThreadWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17353D92F8CF8288460219FC /* ThreadWindows.swift */; }; - E761023E598F64C2B0C5E2D4 /* pair.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D1FB55595EB28C4C4DBACE5 /* pair.c */; }; - E7ADC66AD5574C56F261F53D /* SelectorUring.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26C1CE1586BF12550E87717F /* SelectorUring.swift */; }; + E6F4AAAC5E1F9BA73B80443F /* ec_derive.c in Sources */ = {isa = PBXBuildFile; fileRef = C2928539E8BCE9D05715B219 /* ec_derive.c */; }; + E74D8C66320B7F60B04DCF59 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4920A1CE8D055DB060BF1E6 /* Logger.swift */; }; + E7543959CEB21C5F306D8686 /* AtomicRawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E1879CAE2EDA99EB5C8F4F6 /* AtomicRawRepresentable.swift */; }; + E7BF67AF88A2CEAEB14A9163 /* passive.c in Sources */ = {isa = PBXBuildFile; fileRef = D66991A11F6FA0C991449BA8 /* passive.c */; }; E7C0C54F021CE7A9CAC6D994 /* c_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AEDEEABC4913622A9147C75 /* c_lib.c */; }; - E7CAB90199FAE1A016791FC1 /* tls_method.cc in Sources */ = {isa = PBXBuildFile; fileRef = AE84D2ADFC362730EA28FAFE /* tls_method.cc */; }; - E7EA19796899462CD1393D99 /* p_ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 1AB5C10D000E833D9381A39D /* p_ec_asn1.c */; }; - E812F09C19AB5AFC614169E7 /* GRPCAsyncServerCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EED985F11773CD19EF65129 /* GRPCAsyncServerCallContext.swift */; }; - E8288F2FBF9DC5C08332E3FB /* JSONDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E41B9BC5BBD655A763C062B /* JSONDecoder.swift */; }; - E85EEEB71F175DED1817F00D /* JSONEncodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE9B2F9E857A5DF53E329F4D /* JSONEncodingOptions.swift */; }; + E7C4E225D8C608E0BBED7B52 /* duration.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 635274A4917F7BD370B11469 /* duration.pb.swift */; }; + E82947A77D72297E6553252C /* PoolManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 642B3679022C3DAE2B4C589C /* PoolManager.swift */; }; E8625DBFEC67ADF4E7B5E76C /* lib.c in Sources */ = {isa = PBXBuildFile; fileRef = AFEC4F2E8A6AECBC97028A29 /* lib.c */; }; - E8B025B8B534CBE890BDA8C9 /* NIOTSListenerChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5050AF3DDF07E49D525E583 /* NIOTSListenerChannel.swift */; }; - E8D80AAB83A36C8B4188A162 /* wnaf.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D7B980E3126A20280D0DF4F /* wnaf.c */; }; + E896F6E803BF2F9B815035B1 /* ServerHandlerStateMachine+Draining.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE3BFD05D751E80209F16BCD /* ServerHandlerStateMachine+Draining.swift */; }; + E8CB0F804E09CD2D6473E828 /* aesni-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = A4C307898936C5AAF778BB00 /* aesni-x86_64.mac.x86_64.S */; }; + E8DCECA91723DD8108F2E5D4 /* HTTP2SettingsState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AA0B34668B7FC32262F372C /* HTTP2SettingsState.swift */; }; E9168E632BBF352FD412F1B7 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BC6AE4FB83C98E57FFCC79B /* Lib.swift */; }; - E9592C0C718F0C88B4462FBB /* GRPCIdleHandlerStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0480ABEA30AE880517376F2E /* GRPCIdleHandlerStateMachine.swift */; }; - E986B475D6C47D87D7F1596B /* SSLPublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21A9403407E7EEDE6BE42FF8 /* SSLPublicKey.swift */; }; - E9CEE14BAFC02CB1EDEF803D /* BinaryDelimited.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012C7C26DD0DD7E71ED8DC7B /* BinaryDelimited.swift */; }; - E9D42F22C487E950091BD0FA /* rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 05A74FDE7D04996BF21698C8 /* rsa_asn1.c */; }; + E93F10CA69919A23DC5EC01F /* Primitives.shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD0FDBE52DEF4E165E2CF7AA /* Primitives.shims.swift */; }; + E94D3A6FF6E71914185C77D8 /* p_x25519_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = E5EB4D63336D0FE3A5CCAEA8 /* p_x25519_asn1.c */; }; + E991AB13A80E3690BD231541 /* HasLocalSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0272A84B0D636461417993DC /* HasLocalSettings.swift */; }; + E9C9B42E34AC259B7A5D7C93 /* ConnectivityState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D38AE25C0C26C149CB1A8A3 /* ConnectivityState.swift */; }; + E9D48DC850D820764EB44825 /* SelectorKqueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1932B7C568BBD96EE0C27719 /* SelectorKqueue.swift */; }; + E9D865731FEE97D16EAA1842 /* Codec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AD7F7B9DD1A2BB2FCBF9932 /* Codec.swift */; }; E9EDC8C43E023AD8F43A4263 /* macOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67496CA997EE1999978DD2D4 /* macOSApp.swift */; }; - EA1FF5AB0B9E1F43035DD334 /* HTTP2PingData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C1EDE9C8C26DA66A62A8776 /* HTTP2PingData.swift */; }; - EA2981286BEE2098521DC33F /* dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = B06EAEABECBFBB7DF0F8A15C /* dsa_asn1.c */; }; - EA439E8E75670CAF81E222F4 /* p_rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 93912E542FA93F930106741C /* p_rsa_asn1.c */; }; - EA7E24CF8EA9182534D6B62E /* rsaz-avx2.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 5552D8B2869B12BDA0D23DF8 /* rsaz-avx2.mac.x86_64.S */; }; - EB060D4B632AFA03B7BC513F /* ServerStreamingServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BA957DD37EEF2491C8D1309 /* ServerStreamingServerHandler.swift */; }; - EBCEDCC5BD26DB6B087074B1 /* sha1-armv4-large.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = E014D3308395FC26F8FE1506 /* sha1-armv4-large.ios.arm.S */; }; - EC57C12BD1BE1A2EB5714D57 /* WSAStartup.c in Sources */ = {isa = PBXBuildFile; fileRef = 73764804FDDB78C59DE7A948 /* WSAStartup.c */; }; - EC5DD3B2FFDF32C1614E13EC /* UnaryCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 162F17C31A9E7B559790CF64 /* UnaryCall.swift */; }; - ECB994BE77AD8DDC504DE181 /* SendingRstStreamState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D8D4546349D2DF4A0991F99 /* SendingRstStreamState.swift */; }; - ECE33C78ACADF83CC285FF3C /* HTTP2CommonInboundStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C1B4375D92A18503ABE610F /* HTTP2CommonInboundStreamMultiplexer.swift */; }; - ED2A457B541588550A388B61 /* ServerInterceptors.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6E5FA5C26BEB9F12D9A10F7 /* ServerInterceptors.swift */; }; - ED47F7396C5F314E8846A3CE /* FileHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0815BF2740DAFD5E0E58E002 /* FileHandle.swift */; }; + EA312CA43DFD16DEF4F77DC8 /* Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = D73B8F9C12D3414B1A03F2DD /* Internal.swift */; }; + EA57CFCBAED2806C5B50A682 /* blake2.c in Sources */ = {isa = PBXBuildFile; fileRef = BE6BC9421C845495F7FFD871 /* blake2.c */; }; + EA6E14031DD2808964AF6646 /* x86_64-mont.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = AD67E2DB44AE3AD01F64ACA9 /* x86_64-mont.linux.x86_64.S */; }; + EA87338662EA6807D23BD0AD /* UnaryServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B7BB4620249D5339B90FA88 /* UnaryServerHandler.swift */; }; + EA8ECF4E1318BD2AAF2BC384 /* BinaryDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1D14DEF807C37C826F5DE0 /* BinaryDecoder.swift */; }; + EAA6D2EEC84995DC32C4B08E /* StringUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC95BD21CA334C425E621C5B /* StringUtils.swift */; }; + EABA05566995DD6A4103BE60 /* HuffmanTables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27526CFE42B2FA10503EFF8B /* HuffmanTables.swift */; }; + EAF57F9731B199B150209719 /* HTTP2StreamID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732CE62DA8D192EC6DAF1386 /* HTTP2StreamID.swift */; }; + EB1DD186EDF69D7A2ECA4102 /* by_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = 970082ECD4F8525A41AFA2F3 /* by_dir.c */; }; + EB34BA23DB2ABC32077F8067 /* Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = E414C2F04FD481211CDF5A9E /* Linux.swift */; }; + EB3BA05C1BFE07199A7356ED /* dtls_record.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3FBB58EFCD3C693B539AFCC4 /* dtls_record.cc */; }; + EB9422C1359FB963C2F71EA4 /* generic.c in Sources */ = {isa = PBXBuildFile; fileRef = A0CF426421435169C0D07244 /* generic.c */; }; + EBC7BF1CF45ACE2A7EB6BCA8 /* UnsafeBufferPointer+Shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB7E8057A894E8887018E4CC /* UnsafeBufferPointer+Shims.swift */; }; + EC3574B02EC9755EE61B3B01 /* chacha20_poly1305_x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 796E54EE35BB8B3A3D6B7276 /* chacha20_poly1305_x86_64.linux.x86_64.S */; }; + EC3AF9A4893724150705A8B4 /* p5_pbev2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9659D69B50776F062F2CA45C /* p5_pbev2.c */; }; + EC597A80F392A8FE6A6AE80F /* pcy_tree.c in Sources */ = {isa = PBXBuildFile; fileRef = 295E8354E2738D9177E30382 /* pcy_tree.c */; }; + ECA00078C099F8BC79A77176 /* Thread.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EA590419B36C2F44BA862D7 /* Thread.swift */; }; + ECB5AA07E86632FAD2081277 /* GRPCAsyncRequestStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9A79B113E7A64F771DF2B0 /* GRPCAsyncRequestStream.swift */; }; + ECBCFD7BAB1C703602E7A702 /* GRPCWebToHTTP2ServerCodec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A10786AB5C53228CE5E541B /* GRPCWebToHTTP2ServerCodec.swift */; }; + ECFE8A38F7D52D0219758FD6 /* PipePair.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A2062FC4AA927C3D6E3FBF2 /* PipePair.swift */; }; + ED5B22A307A31699062AB033 /* x_exten.c in Sources */ = {isa = PBXBuildFile; fileRef = 887619A5AEDBE13CD97869D4 /* x_exten.c */; }; ED655B35633C9B26824521B6 /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = E84DBAC32A7C151ED97289BA /* _CompileStub_.m */; }; - EDE55B10B1A2FEA86D5465FD /* Server+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78F90C047843AF4D2C9E9941 /* Server+NIOSSL.swift */; }; - EDF453946A9BD4484367D156 /* Deque+ExpressibleByArrayLiteral.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1840CFD84D11B046B8E8FE98 /* Deque+ExpressibleByArrayLiteral.swift */; }; - EE0C648B6C7340BE77481B84 /* GRPCAsyncWriterSinkDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7F7C74A55BA4C06E275699 /* GRPCAsyncWriterSinkDelegate.swift */; }; - EE60B2F84E48991BB96E77AC /* type.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AC4EFFA49D673614419995E /* type.pb.swift */; }; - EE685E51828A7972D2BC1B77 /* socket.c in Sources */ = {isa = PBXBuildFile; fileRef = A74DCA58D06D65428AC575C1 /* socket.c */; }; - EE72B8583528E6567AD66C46 /* MathUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA070589DA9346F9C5679337 /* MathUtils.swift */; }; - EE7B72397F13F2A57E186979 /* HTTPDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E33961A05EFE7D373B36822 /* HTTPDecoder.swift */; }; - EEC994CF080E71AB69C9C638 /* ssl_cipher.cc in Sources */ = {isa = PBXBuildFile; fileRef = D7C6A54A1D58BF0563D233D7 /* ssl_cipher.cc */; }; + EDF0FF14BD460D3D82775E89 /* urandom.c in Sources */ = {isa = PBXBuildFile; fileRef = 0664EDD6E723E62F89D9B7B9 /* urandom.c */; }; + EE2193921A0DF22209F3D861 /* ExtensibleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60D65DA307F7A3F99FDBCFD2 /* ExtensibleMessage.swift */; }; + EE83BE2B7C12DD69315EC1D9 /* bn-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 15F35F2C546BDEF463BDACC1 /* bn-586.linux.x86.S */; }; + EEDFFD7038216837FA1A91F6 /* x_sig.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A091C0EEA491B76B7075FC2 /* x_sig.c */; }; EEE0A6CC2BC63E15AB564515 /* c_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AEDEEABC4913622A9147C75 /* c_lib.c */; }; - EF39FBF81FC77E6829A6CB68 /* ServerHandlerStateMachine+Draining.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9287900FDFB18B5D586C9F85 /* ServerHandlerStateMachine+Draining.swift */; }; - EF8CE91AF9751DE31E592579 /* SimpleExtensionMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9CE824B546AFD99BD532B12 /* SimpleExtensionMap.swift */; }; - EFB8A32025E3DC6A8286D7C8 /* x509spki.c in Sources */ = {isa = PBXBuildFile; fileRef = 72BA3216A92847ED145926F5 /* x509spki.c */; }; - F084EAF712258697AEFEB944 /* stack.c in Sources */ = {isa = PBXBuildFile; fileRef = F65EE6703C70E97EB4CD5A18 /* stack.c */; }; - F08CDA38FB877A0301F47B50 /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = EA87F85E510F39C421950721 /* md4.c */; }; - F0B6BEDEAB466F4A331B28AE /* cpu_aarch64_fuchsia.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B939C56E42866AD2CF0A422 /* cpu_aarch64_fuchsia.c */; }; - F0CB04B485070D447C89C574 /* cipher_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 2AD2C2FBFBD0A21B33799D7C /* cipher_extra.c */; }; - F1024DB8F416AF10A12773B3 /* LazyEventLoopPromise.swift in Sources */ = {isa = PBXBuildFile; fileRef = E31A3E864CC10AB3981C36D8 /* LazyEventLoopPromise.swift */; }; - F118255506166E2CF5BCB699 /* v3_pci.c in Sources */ = {isa = PBXBuildFile; fileRef = D692368926BB6548A5CC43BB /* v3_pci.c */; }; - F147D60E80ACF797E2E4C23C /* engine.c in Sources */ = {isa = PBXBuildFile; fileRef = BFD8F03B28CEA3B3B106273F /* engine.c */; }; - F14FB296D35EE114BC852847 /* SocketProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A34BB2FF966C1238957645 /* SocketProtocols.swift */; }; - F152A0F1DA319AA235E1012E /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502FA0291F226633D6DC1AA6 /* Server.swift */; }; + EEE8051920889C14A0BEC221 /* ByteBuffer-core.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93FFD51AA1CAAB9AD66EDD6D /* ByteBuffer-core.swift */; }; + EF592E4D9600256AA0A7E1C4 /* ber.c in Sources */ = {isa = PBXBuildFile; fileRef = CB1A49685BF5E3404E806E42 /* ber.c */; }; + F0C5C8B3F3EB3F906DE3C08B /* UnknownStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1E6EAF24F12E09112415DF6 /* UnknownStorage.swift */; }; + F0C66D435893340228108C31 /* felem.c in Sources */ = {isa = PBXBuildFile; fileRef = 054A43D031A462D270E135EB /* felem.c */; }; + F0D7D529F4B6D5A02B5973DF /* NIOTSListenerChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CB66F235D82A9D9E67EC6DE /* NIOTSListenerChannel.swift */; }; + F0E90A5AB7B70BE5CE41B55B /* ByteCollectionUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EF242B8421078D4CF246033 /* ByteCollectionUtils.swift */; }; + F17359CA02B2AC192BCA513F /* socket.c in Sources */ = {isa = PBXBuildFile; fileRef = 68AE4AC0AEF8246E65D76F9D /* socket.c */; }; F18E2A47BE4C47BA7F64F09C /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = E84DBAC32A7C151ED97289BA /* _CompileStub_.m */; }; - F1972AE87A05D13309C5DD6B /* sign.c in Sources */ = {isa = PBXBuildFile; fileRef = 516362BA13A20C35564B79C5 /* sign.c */; }; - F1A14D4B2D23CC274361B986 /* chacha20_poly1305_x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 34A2E49C820C0581378B5881 /* chacha20_poly1305_x86_64.linux.x86_64.S */; }; - F1DFD2E388024E2199B4849C /* NIOAsyncWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92DFAB729A4B9C49A805A8B9 /* NIOAsyncWriter.swift */; }; - F1EBA12AF1FA5B62FF8924D6 /* kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 043807A3C3A1F4DFF38E4F25 /* kdf.c */; }; - F225A1ED542D22D9D377FA08 /* ByteBuffer-lengthPrefix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59EC7D03B69C60208E1D835D /* ByteBuffer-lengthPrefix.swift */; }; - F25376DDA41B0A24E390B3FF /* x509_att.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F54BB6AF5F5DB1812E29F1 /* x509_att.c */; }; + F19C0D03A8BCF3E44DF23230 /* DoubleParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 841A6DC8EC30E5D62352205D /* DoubleParser.swift */; }; + F21A0DD41F66E68EF1743866 /* c-atomics.c in Sources */ = {isa = PBXBuildFile; fileRef = 80AE78EF90AE3B3E08E5248A /* c-atomics.c */; }; + F2321C2EEB7E12AEDF1F9053 /* ClientCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E081DFCE0D6E92E8E5449F /* ClientCall.swift */; }; + F23E1398F9121FB9DF72FD53 /* BinaryEncodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30C2F9D4D3E35820C6A1950C /* BinaryEncodingError.swift */; }; F2681457AB648610AD700FDB /* SwiftUnitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62A6DC8C0E0B91CA7A026111 /* SwiftUnitTests.swift */; }; - F2B27D5E8D976C2C1A942497 /* p_rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 31B78A84A15F885090A0183D /* p_rsa.c */; }; - F3F967E5954B24014B51E4DC /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 078B594837F2B947CAC435AA /* sha256.c */; }; - F4414646B89318A070D2E039 /* simple.c in Sources */ = {isa = PBXBuildFile; fileRef = B8AD08A280353F16B0DBE66F /* simple.c */; }; - F447B9E33EB55A9CEABCF0C6 /* tls13_server.cc in Sources */ = {isa = PBXBuildFile; fileRef = DD2BABE4CD44E2BACB4D32FC /* tls13_server.cc */; }; - F458AA615CBF20998ABE5FD2 /* ByteBuffer-conversions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E04522C3F420DFBC044341D /* ByteBuffer-conversions.swift */; }; - F4780524E821F3C01950C858 /* cbs.c in Sources */ = {isa = PBXBuildFile; fileRef = 6412DDADEF716C7D25C01C2E /* cbs.c */; }; - F498B39A05BEC0FEAB09BBEE /* thread.c in Sources */ = {isa = PBXBuildFile; fileRef = C25B9F8B66CCAB1424A82A8F /* thread.c */; }; - F4A0490B1CF4D33BA4A774AD /* ResponseContainers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2065088482801088EA0748BA /* ResponseContainers.swift */; }; - F52353D8C34891E0EB82CD7A /* HTTPHeaders+Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D0F9AC456A803CF9E2B50DD /* HTTPHeaders+Validation.swift */; }; - F5235B0E1DB62752ADCFA457 /* p256-x86_64-asm.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 3311CD0D53EB37EFBF300D15 /* p256-x86_64-asm.linux.x86_64.S */; }; - F5967797890BF4B0D863C557 /* x86_64-mont.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = C6DACDB5C9A2607FF4E0A065 /* x86_64-mont.mac.x86_64.S */; }; - F5CF966000A57A84C5F54517 /* ReadWriteStates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 683132DC6F9FBA5D85316595 /* ReadWriteStates.swift */; }; + F27277B2685749D9243444E6 /* ClientErrorDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08EA1B4E924A48BBB76890D1 /* ClientErrorDelegate.swift */; }; + F28F7829B68128A41F876329 /* unicode.c in Sources */ = {isa = PBXBuildFile; fileRef = C3B63CB61C81ADF4A8EFA610 /* unicode.c */; }; + F2C72C2BA34C4C35ED597D04 /* CircularBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86A4EF63DEA5F1F9A3D198A1 /* CircularBuffer.swift */; }; + F2CE8D5712CCC62E9A8735B0 /* bio.c in Sources */ = {isa = PBXBuildFile; fileRef = 53EAC936BF6D5E6323B4DCF0 /* bio.c */; }; + F2D5E5EB9FCE746A4AD78F8B /* sha1-armv4-large.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = A6327B5892DE446AB672A460 /* sha1-armv4-large.linux.arm.S */; }; + F2D6F43EA5644B4A9A9E8892 /* p_ed25519.c in Sources */ = {isa = PBXBuildFile; fileRef = B6FD28CE61D5017D662C62FD /* p_ed25519.c */; }; + F2DD57A351569853CCA96009 /* vpaes-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 4A5602014F4AFA98A8B3DFD1 /* vpaes-armv8.linux.aarch64.S */; }; + F30657C93CD3C5842516A19C /* chacha-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = EA6C721867493F6E8F5D5CC3 /* chacha-x86_64.linux.x86_64.S */; }; + F326108C4FD5BCDE6F9AE1BA /* SingleStepByteToMessageDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A70878FC7CB65E1A5712FB3 /* SingleStepByteToMessageDecoder.swift */; }; + F369CEF2062C75DB0D4E446E /* GetaddrinfoResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F212D313CAC885489E46F2C /* GetaddrinfoResolver.swift */; }; + F3BACB48760E2BC8F439BF8E /* a_int.c in Sources */ = {isa = PBXBuildFile; fileRef = C868859C633CE0AAB8DFFA2C /* a_int.c */; }; + F40F76B2CA62F197FC84660F /* ByteBuffer-views.swift in Sources */ = {isa = PBXBuildFile; fileRef = B947A2B341FDC1B9A1A1E0B3 /* ByteBuffer-views.swift */; }; + F465C4C7EC78A1DB9894C909 /* x509.c in Sources */ = {isa = PBXBuildFile; fileRef = C08FB705F30DACEDF5713CC7 /* x509.c */; }; + F46ED2A18DCF9E17194CF40F /* HashVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 633ADD44FDA44B8E182E3E5A /* HashVisitor.swift */; }; + F492BCAB4EEDF42866B81A16 /* HTTP2CommonInboundStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9B7DEC9129965EF9258259A /* HTTP2CommonInboundStreamMultiplexer.swift */; }; + F4A0DE3F5779BC1A6EB56E43 /* chacha-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 81A7EF8C450013B5684F3F07 /* chacha-armv8.ios.aarch64.S */; }; + F4F6722B76EBEA8C610B73EA /* sha256-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 2FE013EDBB8B29AAEE01DF04 /* sha256-armv8.linux.aarch64.S */; }; + F5637DA4AD2EF8EE07957E31 /* asn_pack.c in Sources */ = {isa = PBXBuildFile; fileRef = 5173D27244BE9DB5896A0C9A /* asn_pack.c */; }; + F5D128F7B455649132B44B86 /* IO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86FACBFEBFA6712C760DA851 /* IO.swift */; }; + F5FF0BCD203F588D84B867B2 /* p_rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A8A65768AE5C6325C641D3D /* p_rsa_asn1.c */; }; + F60498EF04F81391A2003889 /* socket_helper.c in Sources */ = {isa = PBXBuildFile; fileRef = 27E28931A1F8749FA68D3FEF /* socket_helper.c */; }; F66697EF1865648B82EC0F0F /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C12BE9C31097C03734EA6D1 /* echo.pb.swift */; }; - F677BEE66628A94A5A69FAE4 /* pmbtoken.c in Sources */ = {isa = PBXBuildFile; fileRef = 0552B9A4E193829DC1CA82F6 /* pmbtoken.c */; }; - F73B0DDD20316142FC62DBC5 /* AtomicLazyReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18B964A6DD627D174EF45855 /* AtomicLazyReference.swift */; }; - F74288ED9F7C0EF86E40A7EC /* ec_derive.c in Sources */ = {isa = PBXBuildFile; fileRef = 87C3631E3903106AC8AEEEC6 /* ec_derive.c */; }; - F78909B1A3C6DC990A79AF0A /* v3_ia5.c in Sources */ = {isa = PBXBuildFile; fileRef = B7E66D41577859937534B702 /* v3_ia5.c */; }; - F78E0F4F52FA1042717CC788 /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 0AD041F2B606E2B877443A6B /* random.c */; }; - F7A11B75E7249A9403EC3026 /* GRPCServerPipelineConfigurator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2943F1480E9F89383DEBE48D /* GRPCServerPipelineConfigurator.swift */; }; - F80CB7B37478588141859372 /* ConnectionManagerChannelProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 197446626571368C15F7D6DB /* ConnectionManagerChannelProvider.swift */; }; - F827D6760E66206483E55A9E /* Deque._UnsafeHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67D11E4120D5697494DA16A9 /* Deque._UnsafeHandle.swift */; }; - F83A3632918AC2AAD45E87A5 /* ssl_x509.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0B62B691101468D870192FAA /* ssl_x509.cc */; }; - F842F9D4453D5FB585ACC824 /* e_null.c in Sources */ = {isa = PBXBuildFile; fileRef = 1FEACBA1AED69B83D9C4CC47 /* e_null.c */; }; - F88E788EDE6E35EC89D2DE02 /* bsaes-armv7.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 955AA8E4A46E315A241EAD57 /* bsaes-armv7.ios.arm.S */; }; - F96A340056CC7D7A6E8BA81F /* gcm.c in Sources */ = {isa = PBXBuildFile; fileRef = 3EC470A2E3BB31B70190FCE2 /* gcm.c */; }; - F9DE48B4205633594A5E371D /* polyval.c in Sources */ = {isa = PBXBuildFile; fileRef = 30786893C3F9E5D88AE08585 /* polyval.c */; }; - FA13F156AF2FEA272E72A3DA /* ChannelPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24F77897C11E0832E12B3E9D /* ChannelPipeline.swift */; }; + F6772F1DE2950E713A4F9FDE /* Serialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CBEDF397F7065072BA84EFB /* Serialization.swift */; }; + F69DD8B998FECB312B079B31 /* TLSVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89A4ABDACBF89D03B7B3AAD5 /* TLSVersion.swift */; }; + F729C77AFC63ACDF71D702DE /* v3_ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = E756F08F9DFDA4DA7301A567 /* v3_ocsp.c */; }; + F733645BD330F52A82FBFB5F /* ProtoNameProviding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61ADA36691D6EFF09196A3BB /* ProtoNameProviding.swift */; }; + F7FE8523F9953C3C5CA443EE /* LengthFieldPrepender.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E8581C21DC9D3D8D79263F4 /* LengthFieldPrepender.swift */; }; + F82F610633B1A756A7C2F9D8 /* algorithm.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CA4E58E5B0754AA4867C18D /* algorithm.c */; }; + F8472182718655F47160B028 /* SocketAddress+NWEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5DA1E50A4D82B2306A282EC /* SocketAddress+NWEndpoint.swift */; }; + F84B93E26843D8DB4DFE209B /* NIOSendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1DC18C2C79793489C83A8AC /* NIOSendable.swift */; }; + F89E87F83A76D2735E74E959 /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C00CDEE77453DAA7FA190EB /* sha512.c */; }; + F8A920E2E543AFB2A3E3D45F /* JSONEncodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CD441C4F39D8C34C8AF000D /* JSONEncodingOptions.swift */; }; + F8AB03CD2C8F8B799AEB80CD /* Unmanaged extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C77B25F41326F6FCEFDCD1 /* Unmanaged extensions.swift */; }; + F8DEE7C748C2EC337745130F /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 55F2384A1DF99F870461A3B3 /* dsa.c */; }; + F900ECF44CA80A6AE8CBA70A /* EventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED846B8ABE722EF38B3AAB30 /* EventLoop.swift */; }; + F973EC10661C08C737CDFE8B /* EventLoop+Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0B6F58EF05EFF2B7071E431 /* EventLoop+Deprecated.swift */; }; + F9BFB7B058EA20A37B57BD54 /* aesni-gcm-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = E695ACBE43E676EF4AFE7C56 /* aesni-gcm-x86_64.linux.x86_64.S */; }; + F9C9ECBE9BAFDD2DC7B0B1EF /* timestamp.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9609CD72AE9FA2C4F2E98DD /* timestamp.pb.swift */; }; + F9F5491A4847784F0DC759C4 /* x_all.c in Sources */ = {isa = PBXBuildFile; fileRef = 03FD0A49DD650A8D918E7C20 /* x_all.c */; }; + FA16FB8BF0B79EB35FADFA0D /* HappyEyeballs.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2531D66153ABCBD285F523D /* HappyEyeballs.swift */; }; FA3F5787BBC0C04BCFFD2225 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32DF223A62EA1C1BF28282E4 /* Lib.swift */; }; - FAC0D1CACA3F7B23D9551C6C /* Deque+CustomReflectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81697C05637C26DF001757B1 /* Deque+CustomReflectable.swift */; }; - FAEFEA6706DD43C36E2F2518 /* a_utctm.c in Sources */ = {isa = PBXBuildFile; fileRef = 43DC198774634205D79D4CA8 /* a_utctm.c */; }; - FB41B85924F9B94F8B02117F /* deterministic.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FBD067C08553CCE134BD70B /* deterministic.c */; }; - FBD1CCAEE497916CA321FA7E /* fips_shared_support.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A895373B90481601BB373C6 /* fips_shared_support.c */; }; - FBD6F523BCC2739AEA859EF2 /* BinaryEncodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 770350789F5826688F2C9F48 /* BinaryEncodingError.swift */; }; - FCC74C965D61B08C40A2714B /* obj_xref.c in Sources */ = {isa = PBXBuildFile; fileRef = E2E335A3A89551895301271A /* obj_xref.c */; }; - FCE8556FA5CE6D9AA67F5496 /* pcy_map.c in Sources */ = {isa = PBXBuildFile; fileRef = 044882FC07DEBA493AA7EC6D /* pcy_map.c */; }; - FD019E60A2A78DFEB9B1ECE5 /* TextFormatEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 909195F71454C07331729581 /* TextFormatEncodingVisitor.swift */; }; - FD2F42137A6B467625B90C0B /* padding.c in Sources */ = {isa = PBXBuildFile; fileRef = 8CFA6F955F4A0E006B8AFC66 /* padding.c */; }; - FD415EC80617FD047DBCBD24 /* sha1-armv4-large.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 7324103C890A05E4CB5D81D1 /* sha1-armv4-large.linux.arm.S */; }; - FD95C70CA2991FF0F43D0721 /* GRPCClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = E323FE4E30F6BF1D95FA4B89 /* GRPCClient.swift */; }; - FDD3220AA06791E31BBB6041 /* DynamicHeaderTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE5FA898CA9E29578E040F60 /* DynamicHeaderTable.swift */; }; - FE02B20B0451B06C3561BDF5 /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2D42C5D716C5F30497EDB36 /* FileDescriptor.swift */; }; - FE0B71C51180C957FFD58927 /* ServerInterceptorStateMachine+Intercepting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8180D751EF6D4C225FFA8E6E /* ServerInterceptorStateMachine+Intercepting.swift */; }; - FE39FFA5E9189F9351E8D497 /* sha256-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 9C0E3CB7FD7C98B28387A416 /* sha256-x86_64.linux.x86_64.S */; }; - FE6361BFEA659F4543FB52CC /* IntegerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62C7A45FFFC3CC65CFB40708 /* IntegerTypes.swift */; }; - FE9FDFD3011D84A2A08A5300 /* tls13_client.cc in Sources */ = {isa = PBXBuildFile; fileRef = D494651183A9854FB9E38E42 /* tls13_client.cc */; }; - FED3286BDFA5F9F121B8F509 /* Heap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26E8D73DA19043B37EDA9D43 /* Heap.swift */; }; - FF4748B58234638500B9AC44 /* PipePair.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31D96A302B0C1576EE96C7BD /* PipePair.swift */; }; - FF6485A57D56025863C77CAC /* GRPCAsyncClientStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9EB19FE0C2A7AF6D3E20ACB /* GRPCAsyncClientStreamingCall.swift */; }; - FFAAE8FC8F440327B7615450 /* UniversalBootstrapSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E225B11781379BB74D5F46B /* UniversalBootstrapSupport.swift */; }; + FB39FAE28147F655570C5DC7 /* v3_akey.c in Sources */ = {isa = PBXBuildFile; fileRef = 9832838636DC11F3A7108067 /* v3_akey.c */; }; + FBCF389B0897F4FB5D43BE61 /* aesni-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 9F63A5DC90386EB01F61543F /* aesni-x86.linux.x86.S */; }; + FBF17563FC1A9F5DE646E0FC /* cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C87B5FBDB15155A40F292AC /* cipher.c */; }; + FC9630DEF1AEEB7FE256A53A /* SelectorUring.swift in Sources */ = {isa = PBXBuildFile; fileRef = 176406396BEF7C3F3889D568 /* SelectorUring.swift */; }; + FCF26A6E366E73533AA2ABFD /* cpu_intel.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F06B2D51EDDC5F208E5A36D /* cpu_intel.c */; }; + FD30D106998511A41DFEC09B /* a_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F03305034952EB06E52E86C /* a_sign.c */; }; + FD4B390C06DF8181E02ACE30 /* pem_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B6799142EDD1C1BFE5CBC53 /* pem_lib.c */; }; + FD57404A371416C92699BCF4 /* Interfaces.swift in Sources */ = {isa = PBXBuildFile; fileRef = C330DEC6FB25DE66F7201A73 /* Interfaces.swift */; }; + FD66745A3A2FAF4C217A99A4 /* p_ed25519_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 7486C30EFF772354134A5F6C /* p_ed25519_asn1.c */; }; + FD73E251B6AD7B565BC9DE17 /* FileRegion.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1A6AB91FB1059673951755A /* FileRegion.swift */; }; + FD9ABD0E4330986CF22B2F41 /* p256-armv8-asm.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = FCAE345700B6C4A1C121AD9A /* p256-armv8-asm.linux.aarch64.S */; }; + FE22927AB7DD5A8DC9FED1E0 /* evp.c in Sources */ = {isa = PBXBuildFile; fileRef = 6730EEA8BC37246E06B09C4E /* evp.c */; }; + FE62E55C5CA89F70CAABD2F4 /* p_hkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 9AA9A8C3E508A59BD3EE3B35 /* p_hkdf.c */; }; + FEAA96045498697BDC3614F9 /* field_mask.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C8ED612EC8048C29097CFD3 /* field_mask.pb.swift */; }; + FECE083D165CF91184CF5483 /* ConnectionManagerChannelProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE44D5867A3C0B4F5A36D0FF /* ConnectionManagerChannelProvider.swift */; }; + FF184512142824C4AFD2040F /* UniversalBootstrapSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FC767BD9E654123E74A2B48 /* UniversalBootstrapSupport.swift */; }; + FF73BC507ADB1FFD7395B972 /* InboundEventBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE6660F568C17F8AA77A0E10 /* InboundEventBuffer.swift */; }; + FF8A733C9A692C73D537FCF4 /* d1_srtp.cc in Sources */ = {isa = PBXBuildFile; fileRef = DAF7CDB91BD8803E37F0F750 /* d1_srtp.cc */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -1881,1972 +1881,1972 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 000C47F36886FBF5843070A3 /* UniversalBootstrapSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UniversalBootstrapSupport.swift; sourceTree = ""; }; 001180D1D42E3BF78C11FFA7 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 00432F8C0DAE9AAE1FA38ACD /* GRPCClient+AsyncAwaitSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GRPCClient+AsyncAwaitSupport.swift"; sourceTree = ""; }; + 003EA37B975A6817BBA1B0A9 /* v3_purp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_purp.c; sourceTree = ""; }; 005F9238920B8B16E681FE85 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 0087A3704F05447614F55538 /* TLSEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSEvents.swift; sourceTree = ""; }; - 008AB5FA0B31B020154FF048 /* ec_montgomery.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_montgomery.c; sourceTree = ""; }; - 0099B320FEF01D0199FAD555 /* tasn_fre.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_fre.c; sourceTree = ""; }; + 009D077D2A5558C322DC2E37 /* a_i2d_fp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_i2d_fp.c; sourceTree = ""; }; + 00A7E70AE0FD8518BAB919EC /* cpu_arm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_arm.c; sourceTree = ""; }; + 00C77B25F41326F6FCEFDCD1 /* Unmanaged extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Unmanaged extensions.swift"; sourceTree = ""; }; 00F1BCDDB69255CFDAAE691C /* FXPageControl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FXPageControl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 010E482718E501B2F19274C6 /* liburing_nio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = liburing_nio.h; sourceTree = ""; }; - 01290734A352822326458485 /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; - 012C7C26DD0DD7E71ED8DC7B /* BinaryDelimited.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDelimited.swift; sourceTree = ""; }; 0142D1228BA2C86F6E9DD8DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 01506E1C822A25B4F703986A /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 0156075391A8046358CF5FEE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 01676F58AA3E7AD64CC65A3F /* CallDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallDetails.swift; sourceTree = ""; }; - 017B8FF50ED9BDD8CEA393F3 /* GRPC.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = GRPC.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 01855A41E28911793C1FD568 /* LibFramework.tvOS.245.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.245.link.params; sourceTree = ""; }; - 01AE53199ECCAC57830B0FFF /* AtomicInteger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicInteger.swift; sourceTree = ""; }; + 0187D6D713B90C631E3E6ECA /* tls_record.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls_record.cc; sourceTree = ""; }; + 01AB183360E56447BC802B91 /* ssl_file.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_file.cc; sourceTree = ""; }; 01B75899A78FACD081631DCD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 01BB7692C978A4B2556E3625 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 01EAEF34DD6B186DAA06D897 /* CNIOBoringSSL_kdf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_kdf.h; sourceTree = ""; }; 020AF219F3B55D5F1AD74A59 /* echo_server */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = echo_server; sourceTree = BUILT_PRODUCTS_DIR; }; - 0212BE67D07635D5139105CF /* ghash-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-armv4.linux.arm.S"; sourceTree = ""; }; 0216B23A838D0D702DC174C4 /* CommandLineLibSwiftTestsLib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineLibSwiftTestsLib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 0240134B8009BEDD752C0F72 /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = SwiftProtobuf.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 0249924B04A1713697D411D1 /* ConnectionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManager.swift; sourceTree = ""; }; - 024A5B716C0C842A523BB74E /* cpu_ppc64le.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_ppc64le.c; sourceTree = ""; }; + 0220939A31600483D54BFDB2 /* p256-nistz.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "p256-nistz.h"; sourceTree = ""; }; + 0242C06467C8CC5C63311613 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 025B346B557E966B5E6A2593 /* p256_beeu-armv8-asm.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-armv8-asm.ios.aarch64.S"; sourceTree = ""; }; 025F31AF2827F1F006960942 /* LibSwift-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LibSwift-Swift.h"; sourceTree = ""; }; - 0269F3154DD2597AA0DC8827 /* CNIOBoringSSL_ex_data.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ex_data.h; sourceTree = ""; }; + 0272A84B0D636461417993DC /* HasLocalSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HasLocalSettings.swift; sourceTree = ""; }; + 027DAD0F202AE12322836F46 /* Google_Protobuf_Value+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Value+Extensions.swift"; sourceTree = ""; }; + 029419BD19BB0E7AAA8B20BC /* PriorityQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriorityQueue.swift; sourceTree = ""; }; + 02AAAAD31C120AEA8E1E0B1E /* ssl_key_share.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_key_share.cc; sourceTree = ""; }; 02C7A26723A9B6E73B6E5C9E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 02F7A992276872BFABE9866B /* CNIOBoringSSL_ec_key.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ec_key.h; sourceTree = ""; }; + 02E80E4E0BDAC44C0FE931A3 /* tasn_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_utl.c; sourceTree = ""; }; 033BFB7E9F24AE116AA24735 /* tvOSAppUnitTests.40.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.40.link.params; sourceTree = ""; }; 036DD0B6DEF910E57934A4A6 /* TestingUtils-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestingUtils-Swift.h"; sourceTree = ""; }; - 036F830CD270ABB3E34518B1 /* NIOExtrasError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOExtrasError.swift; sourceTree = ""; }; + 0375D275C55B7F154C0E7CDC /* sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sign.c; sourceTree = ""; }; 038320F9F7CE6BEEA7E160F5 /* watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 039CE991B8C71B9C404CFB0F /* Logging.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logging.swift; sourceTree = ""; }; 03B94FBC5421C72DAB7F5AC9 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 03D65529F76EF26B38E03210 /* fork_detect.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fork_detect.h; sourceTree = ""; }; - 03EA65814152FD409E0AE6E1 /* extensions.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = extensions.cc; sourceTree = ""; }; - 041E6AF2DBFD1C01E1D41778 /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTP2ChannelHandler+InlineStreamMultiplexer.swift"; sourceTree = ""; }; + 03FD0A49DD650A8D918E7C20 /* x_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_all.c; sourceTree = ""; }; 0431293E1F8BF2633CEC85C1 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 043807A3C3A1F4DFF38E4F25 /* kdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = kdf.c; sourceTree = ""; }; - 044882FC07DEBA493AA7EC6D /* pcy_map.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_map.c; sourceTree = ""; }; - 045334138D66B89718B2C840 /* GRPCStatusMessageMarshaller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCStatusMessageMarshaller.swift; sourceTree = ""; }; + 0435641F9831FF8F0DE09856 /* evp_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_asn1.c; sourceTree = ""; }; + 043AB479C8AE6548D2BD6FCE /* InboundWindowManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboundWindowManager.swift; sourceTree = ""; }; 046417DBF23BF3798CE1A380 /* tvOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 0480ABEA30AE880517376F2E /* GRPCIdleHandlerStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCIdleHandlerStateMachine.swift; sourceTree = ""; }; - 04822E9140DFE96158CDACAD /* Message+AnyAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+AnyAdditions.swift"; sourceTree = ""; }; 04834F332D3AAF08F775DE13 /* AppClip.6.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.6.link.params; sourceTree = ""; }; - 048AABE76C38748214584C09 /* ssl_key_share.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_key_share.cc; sourceTree = ""; }; - 04B101465F28173119E95E39 /* NIOTSNetworkEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSNetworkEvents.swift; sourceTree = ""; }; - 04DFEA26FE30C0A7DFD7669F /* pcy_node.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_node.c; sourceTree = ""; }; - 04EB53B320FF9402774B41EB /* Call+AsyncRequestStreamWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Call+AsyncRequestStreamWriter.swift"; sourceTree = ""; }; - 050A096F0D9B468DAC8D7A54 /* s3_both.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = s3_both.cc; sourceTree = ""; }; 0522C4A5877567D3A4D79D53 /* tvOSApp.151.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.151.link.params; sourceTree = ""; }; - 0552B9A4E193829DC1CA82F6 /* pmbtoken.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pmbtoken.c; sourceTree = ""; }; - 0564E98FE0C8ACC92F3626D3 /* ctrdrbg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctrdrbg.c; sourceTree = ""; }; - 05894036F2527E2E010F95BB /* ChannelInvoker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelInvoker.swift; sourceTree = ""; }; + 0539AD0612786C9E4286C5D4 /* v3_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_prn.c; sourceTree = ""; }; + 054A43D031A462D270E135EB /* felem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = felem.c; sourceTree = ""; }; 058B98001082B23509691F2F /* MixedAnswer.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswer.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 0590355EB3059ACF06A30CCF /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 05A74FDE7D04996BF21698C8 /* rsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_asn1.c; sourceTree = ""; }; - 05B94145089416F58DA11426 /* ServerHandlerStateMachine+Finished.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Finished.swift"; sourceTree = ""; }; 061CBC41689100AE676E6AEF /* WidgetExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 064690D73914A0D2071EB71F /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 06559980A5C8359567FA29E2 /* CNIOAtomics.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOAtomics.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 0664EDD6E723E62F89D9B7B9 /* urandom.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = urandom.c; sourceTree = ""; }; 06822679B9B0048D005BE54B /* echo_client_services_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client_services_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 06899B243D4C33DF96C7AF17 /* Call.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Call.swift; sourceTree = ""; }; 068DAD215AADFC3FE1A75410 /* tvOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 069E86158A9843186131ED0B /* div.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = div.c; sourceTree = ""; }; + 06A1ACAD0FDBF535259E54E7 /* ByteBuffer-multi-int.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-multi-int.swift"; sourceTree = ""; }; 06E753F67E122657CA2C081A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 07042CF1948EB4C40DB4E2D0 /* a_bool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bool.c; sourceTree = ""; }; + 07059321E75A9D96D08361C0 /* ConnectionManager+Delegates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConnectionManager+Delegates.swift"; sourceTree = ""; }; + 073F100461D8E5F422B74EE8 /* ServerBuilder+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerBuilder+NIOSSL.swift"; sourceTree = ""; }; 074621CFA1F809C43AB1181E /* MixedAnswer_swift_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_swift_modulemap-module.modulemap"; sourceTree = ""; }; 0748D26C15ED1D5DE07BC636 /* AppClip.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 078B594837F2B947CAC435AA /* sha256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha256.c; sourceTree = ""; }; + 077A8DBDB4F3F2B6D91E4617 /* SystemCallHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemCallHelpers.swift; sourceTree = ""; }; 07CD70E704A77DCB5D5CEE9D /* TestingUtils-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestingUtils-Swift.h"; sourceTree = ""; }; - 0815BF2740DAFD5E0E58E002 /* FileHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileHandle.swift; sourceTree = ""; }; - 0826D9957A0E58F144639E1E /* p224-64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "p224-64.c"; sourceTree = ""; }; + 07D9969FF0FBB5456FFAE840 /* LineBasedFrameDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineBasedFrameDecoder.swift; sourceTree = ""; }; 0854B001562277CF4B66DA3D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 08C49F74B63E347D0522888A /* hash_to_curve.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hash_to_curve.c; sourceTree = ""; }; - 08DB2A5861093FC07937D746 /* DequeModule.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = DequeModule.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 08FB4E750CEEEC9F71837B88 /* CNIOBoringSSL_rand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_rand.h; sourceTree = ""; }; + 085744454DA8C6F022D332DB /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTP2ChannelHandler+InlineStreamMultiplexer.swift"; sourceTree = ""; }; + 0878FFBC5018354D6FF8973C /* shims.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shims.c; sourceTree = ""; }; + 08791EAEA5A1D427805B5A00 /* e_rc4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc4.c; sourceTree = ""; }; + 08A65ED555295FE3A09B6367 /* CNIOBoringSSL_md4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_md4.h; sourceTree = ""; }; + 08E081DFCE0D6E92E8E5449F /* ClientCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientCall.swift; sourceTree = ""; }; + 08EA1B4E924A48BBB76890D1 /* ClientErrorDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientErrorDelegate.swift; sourceTree = ""; }; 091232A27CAEA10855BFA003 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 092A200323421AE8BC66BBC2 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 092B6C19E3DABFF2C7FB1115 /* cpu_ppc64le.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_ppc64le.c; sourceTree = ""; }; + 0942D266029188C4FBCF6FAF /* v3_genn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_genn.c; sourceTree = ""; }; + 0952D35AD0FEFDD0972F6DA3 /* ByteBufferBIO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ByteBufferBIO.swift; sourceTree = ""; }; 096751CF7E218174E3FF0164 /* iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 096F4564467AD057A80EE97C /* AtomicValue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicValue.swift; sourceTree = ""; }; 0982B680A74E8BD8A971CC76 /* watchOSAppExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = watchOSAppExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; - 0997AAF0549B603C9CB31A53 /* oct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = oct.c; sourceTree = ""; }; 099E286126EFC4010CCB7C9E /* merge.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = merge.sh; sourceTree = ""; }; - 09B9132FC9BF67FF73B55B49 /* NIOTSErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSErrors.swift; sourceTree = ""; }; - 09C70077F6B5D657A32ABE13 /* Interfaces.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Interfaces.swift; sourceTree = ""; }; - 0A37A9E403C8849DF2E8121C /* BinaryDecodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDecodingOptions.swift; sourceTree = ""; }; - 0A3AC32E833F97828E5DBBBD /* Linux.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Linux.swift; sourceTree = ""; }; - 0A51D71E6EA19C63C02BF43C /* connect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = connect.c; sourceTree = ""; }; + 09C0D3007F3DF2E93480364D /* CNIOBoringSSL_bio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_bio.h; sourceTree = ""; }; + 0A50FF9A44DE1728651E5994 /* NIOTLS.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTLS.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 0AB6EA1B2209569223E5A9CC /* iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 0AC95CB80DAFF22917972A1A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 0AD041F2B606E2B877443A6B /* random.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = random.c; sourceTree = ""; }; 0AD42CE0917ADB3E3845FD65 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 0AE0EC5D011293DC7008C809 /* a_mbstr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_mbstr.c; sourceTree = ""; }; + 0AE8589E67D20D8444D0D271 /* connect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = connect.c; sourceTree = ""; }; 0AF0FE2D6E46632943A23AAC /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 0AFC9BC9C9069500920D9BB2 /* rsaz_exp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rsaz_exp.h; sourceTree = ""; }; + 0B081520B16CD0354122B570 /* bio_mem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_mem.c; sourceTree = ""; }; 0B2072CAABEECE3669166307 /* watchOSAppUITests.41.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.41.link.params; sourceTree = ""; }; + 0B34B45DADB8A471410BADCC /* PointerHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointerHelpers.swift; sourceTree = ""; }; 0B46C19AD5A145E2F87A6232 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 0B62B691101468D870192FAA /* ssl_x509.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_x509.cc; sourceTree = ""; }; - 0B678E7068F809E60627C608 /* HTTPServerPipelineHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerPipelineHandler.swift; sourceTree = ""; }; - 0B84FEF5BC4FB6ECA36BB64B /* Error+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Error+NIOSSL.swift"; sourceTree = ""; }; + 0B5339D917E3DF436C1391A7 /* SNIHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SNIHandler.swift; sourceTree = ""; }; + 0B7BB4620249D5339B90FA88 /* UnaryServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnaryServerHandler.swift; sourceTree = ""; }; + 0B8E1E9632AEDAC198E3B67F /* NIOHTTP1.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP1.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 0B92A3BE010CA99CAB1B902D /* vpaes-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-x86_64.linux.x86_64.S"; sourceTree = ""; }; + 0B9A163D4B02F6946B33446C /* AtomicInteger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicInteger.swift; sourceTree = ""; }; + 0BDE240B87060338DB9E68A5 /* Selectable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Selectable.swift; sourceTree = ""; }; 0BF319A7DB915DBAB8C35061 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 0C1B4375D92A18503ABE610F /* HTTP2CommonInboundStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2CommonInboundStreamMultiplexer.swift; sourceTree = ""; }; - 0C215415531DC3105BE07A9A /* ExtensionFieldValueSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionFieldValueSet.swift; sourceTree = ""; }; - 0C4BAEA14733C4E78A5F317F /* digest_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digest_extra.c; sourceTree = ""; }; + 0C267460DF2525DA7CBB6BB6 /* DelegatingErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DelegatingErrorHandler.swift; sourceTree = ""; }; + 0C42FB43D2188EF67465908C /* ghash-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-armv4.linux.arm.S"; sourceTree = ""; }; + 0C4CA38C11E9EF3EAAE43571 /* a_octet.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_octet.c; sourceTree = ""; }; 0C5DBB439F85E47FD7C722FE /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 0C69DFDBAC83A3A0DECC6CFB /* NIOTSEventLoopGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSEventLoopGroup.swift; sourceTree = ""; }; 0C8C8454418DDFFE862326C6 /* iMessageAppExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = iMessageAppExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; + 0CA5CB5FDB86E624C2BE2152 /* bn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn.c; sourceTree = ""; }; + 0CAFCB3D0C6BE99CF1AD41EB /* IntegerBitPacking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerBitPacking.swift; sourceTree = ""; }; 0CD48611106618767B10E7C9 /* nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = nested; sourceTree = ""; }; + 0D38AE25C0C26C149CB1A8A3 /* ConnectivityState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectivityState.swift; sourceTree = ""; }; 0D43E9F955CDD63EAA3B6A7E /* Nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Nested; sourceTree = ""; }; - 0D60E86F1F4D0E560006A3DD /* Linux.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Linux.swift; sourceTree = ""; }; 0D64CAAD1BD4C5184A2E6176 /* libcc_external_lib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libcc_external_lib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-2/bin/external/examples_cc_external~override/libcc_external_lib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 0D6E5AB56BCDE8921B17B749 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 0D9A29E9CEEE9321847A5A96 /* chacha-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv8.linux.aarch64.S"; sourceTree = ""; }; + 0D99D7646E1762D189F77209 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 0DA0ED36E901C02C3A42AEB9 /* MixedAnswer-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixedAnswer-Swift.h"; sourceTree = ""; }; 0DA0FC31BE6B705D387C3360 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 0DA6A52AF672EE754F0E4B63 /* ByteBuffer-views.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-views.swift"; sourceTree = ""; }; 0DC7E83C227435C87BA3E123 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 0DE3C75C88AFEB7EE7E53939 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 0E1B34DB03119E2880F01891 /* Greeting.swift.stencil */ = {isa = PBXFileReference; lastKnownFileType = file; path = Greeting.swift.stencil; sourceTree = ""; }; + 0E2FC52E5CDCD09228DA3261 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 0E46EFAAFE36475C524CCA12 /* LibFramework.watchOS.109.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.109.link.params; sourceTree = ""; }; - 0E6B4444CF251193023C18BE /* aead.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aead.c; sourceTree = ""; }; - 0E75010AAAAEDD66ABB61EDC /* pkcs8_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs8_x509.c; sourceTree = ""; }; + 0E60597CF9C8FDF6E197F797 /* CNIOBoringSSL_blowfish.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_blowfish.h; sourceTree = ""; }; 0E75B44A48F457A14998D42C /* Entitlements.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Entitlements.withbundleid.plist; sourceTree = ""; }; + 0E891EA6F53BE3A15CC75BAF /* x_val.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_val.c; sourceTree = ""; }; + 0E8CCDBE1D365549F1444FA5 /* FixedLengthFrameDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FixedLengthFrameDecoder.swift; sourceTree = ""; }; 0EBD8F245B059F4F6F6FB96F /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 0ED190F302575C3BCCCEE840 /* mul.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mul.c; sourceTree = ""; }; 0EE2A4F3204B4FC7FBB391B2 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 0EE5FDB70773CEFD8BDBAA83 /* SocketAddresses.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketAddresses.swift; sourceTree = ""; }; + 0EEA9285F151A86A6E23C42F /* CNIOBoringSSL_hkdf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hkdf.h; sourceTree = ""; }; 0EECEF60D8A575D7E9900E34 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 0F0D9CCC5B94F36ECED535E7 /* IntegerConformances.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerConformances.swift; sourceTree = ""; }; + 0F0E84B000B3B332E75BECD0 /* cfb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cfb.c; sourceTree = ""; }; 0F16C9F5153B77231D12BC57 /* Launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Launchd.plist; sourceTree = ""; }; - 0F3431BAA366BA9FB8716336 /* Thread.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Thread.swift; sourceTree = ""; }; + 0F31531C97F8E94290E88421 /* CNIOBoringSSL_nid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_nid.h; sourceTree = ""; }; 0F4334D1E132FC96899B1600 /* Utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Utils.h; sourceTree = ""; }; + 0F77B0455B8AD0A1DA0EE18F /* v3_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_utl.c; sourceTree = ""; }; 0F7908A7AA17DC572020AD5A /* iMessageApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iMessageApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 0FB297ED65C033BDD192F5AE /* p256_beeu-x86_64-asm.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-x86_64-asm.linux.x86_64.S"; sourceTree = ""; }; + 0F7C999397C86A18F036BE96 /* CNIOBoringSSL_e_os2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_e_os2.h; sourceTree = ""; }; + 0F9CD22A3E33FD611B561DA2 /* NIOEmbedded.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOEmbedded.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 0FB155EBA5A1DA3F90183979 /* ClientInterceptorPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptorPipeline.swift; sourceTree = ""; }; 0FBBC2FB21538511658E50D7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 0FC6B33AB1D4E6AF1D8D0718 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 0FCCCBF2C1D3BDA06580DD2E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 0FF113EF1A6678DC2E614315 /* p256_table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = p256_table.h; sourceTree = ""; }; - 0FFBEF3F9FDC6AEA873B311C /* Data+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Data+Extensions.swift"; sourceTree = ""; }; - 101EDB4997AD2DF84C86453B /* p256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p256.c; sourceTree = ""; }; + 10034A32ECD5B36BD1B5D642 /* ServerInterceptorStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptorStateMachine.swift; sourceTree = ""; }; + 1027E654C44F3C4BEDE3DCD9 /* v3_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_int.c; sourceTree = ""; }; + 1046C22C987D945DA0BF4E5C /* GRPCChannelPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCChannelPool.swift; sourceTree = ""; }; 106DE7F505625C03AE181E67 /* macOSAppUITests.38.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.38.link.params; sourceTree = ""; }; 1097ADEA8592410A8A258108 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 109CE1428C1EBAC7D4C55DC2 /* sha256-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv4.ios.arm.S"; sourceTree = ""; }; + 10C3DE5F51ED02FEDE700EF4 /* sha1-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-x86_64.linux.x86_64.S"; sourceTree = ""; }; 10EDC98C763D4941AC0BF5E9 /* macOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 10FD9C062371287B427F5031 /* Foo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Foo.m; sourceTree = ""; }; + 1110684EC73BCDB9608790CA /* AsyncTestingChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncTestingChannel.swift; sourceTree = ""; }; 11133BC465FEAA49104B03FC /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; - 115F21C4986126002FC696E0 /* shims.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shims.c; sourceTree = ""; }; - 11680EBB9ACEF3B33F035F18 /* CNIOBoringSSL_digest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_digest.h; sourceTree = ""; }; - 11879AEF5065BA87451EA0DF /* v3_akey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_akey.c; sourceTree = ""; }; + 1113B1EFEFACB59703A80A90 /* curve25519_32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curve25519_32.h; sourceTree = ""; }; + 1174B01379930AE1C2EF7BDF /* WriteCapturingHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WriteCapturingHandler.swift; sourceTree = ""; }; 118F57721060672BAD6379CE /* iMessageAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 11BE3E7A2F9F4C7A8FE478B5 /* ssl_aead_ctx.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_aead_ctx.cc; sourceTree = ""; }; - 11E81E767467F00D3709F13B /* Compatibility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Compatibility.swift; sourceTree = ""; }; + 11A220C77D36E5A755B927F0 /* pbkdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pbkdf.c; sourceTree = ""; }; + 11B58DF31BA615573249F054 /* Deque+CustomReflectable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+CustomReflectable.swift"; sourceTree = ""; }; + 1202C1DA99D1DEFC58CA02B2 /* Ref.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Ref.swift; sourceTree = ""; }; 1206B4AD8B5B4005E681312A /* iOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 1209C8798E65B3DC9E70B32C /* ServerStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerStreamingCall.swift; sourceTree = ""; }; 12B2179B6021F5F75229954F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 12FDC672EB3629FDB5D97F20 /* scrypt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scrypt.c; sourceTree = ""; }; - 134156DB9D0CC8866313E308 /* EventLoop+Deprecated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoop+Deprecated.swift"; sourceTree = ""; }; - 1388E04995056B7B1716A27D /* Google_Protobuf_FieldMask+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_FieldMask+Extensions.swift"; sourceTree = ""; }; + 12EA078B26D7A53100B40D1B /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 130224D3F7EBC8C773B5EFA1 /* NIOAsyncSequenceProducer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncSequenceProducer.swift; sourceTree = ""; }; + 132BF4FC5C0B1BD05ABA3BC4 /* BSDSocketAPICommon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPICommon.swift; sourceTree = ""; }; + 1331F20F26920D565AA32AA3 /* SelectiveVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectiveVisitor.swift; sourceTree = ""; }; 13A3D92A98D24371470BA04F /* iOSApp.113.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.113.link.params; sourceTree = ""; }; 13B29FB638C93BBC3B8E05C1 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; - 1413997BD3428F7A8F6F37A5 /* CNIOBoringSSL_arm_arch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_arm_arch.h; sourceTree = ""; }; - 143903B5C2833016B8D5F690 /* CNIOBoringSSL_cpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cpu.h; sourceTree = ""; }; + 13F94A6D8BA0E9187C89E84C /* a_bool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bool.c; sourceTree = ""; }; + 143F6F7D5992A83B4137E492 /* HTTP2Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Error.swift; sourceTree = ""; }; 145EAD34E090ECF98C7ADF39 /* MessagesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagesViewController.swift; sourceTree = ""; }; 148A986349BB88D9D9953B53 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 1497DECB26964E5D03E5637C /* CNIOBoringSSL_ssl3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ssl3.h; sourceTree = ""; }; - 14BE02BB7D798884046D7BC8 /* rc4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc4.c; sourceTree = ""; }; - 1513FF513A7276BD219C9D09 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 151B9817AFC8182F534B353D /* x509_obj.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_obj.c; sourceTree = ""; }; - 1522506DC313B51576C12082 /* LinuxCABundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxCABundle.swift; sourceTree = ""; }; + 153E3D14499E43B70CDCC403 /* FileDescriptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileDescriptor.swift; sourceTree = ""; }; + 1565BB1D3881B34E3031F5EE /* rsa_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_print.c; sourceTree = ""; }; 15A6973CB98E7CA53A64305B /* Launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Launchd.plist; sourceTree = ""; }; + 15AAFC966023C47EABB692E5 /* sha1-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv8.linux.aarch64.S"; sourceTree = ""; }; 15B00E8CB336A195D05A51BF /* aplugin.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = aplugin.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 15BF6FBD9CFE69586F307A4B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 15CCF0CD6453300F09023610 /* tvOSAppUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 15FFCF22B915D603D9B322AF /* CoalescingLengthPrefixedMessageWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoalescingLengthPrefixedMessageWriter.swift; sourceTree = ""; }; - 1611A221A17D9C13A199EDB2 /* TextFormatDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatDecoder.swift; sourceTree = ""; }; - 161A0CFDF42B5AE6AD63C85D /* v3_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_int.c; sourceTree = ""; }; + 15E7F55C59EA087B0B1CDC77 /* HTTP2StreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamMultiplexer.swift; sourceTree = ""; }; + 15F35F2C546BDEF463BDACC1 /* bn-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "bn-586.linux.x86.S"; sourceTree = ""; }; 161C94720E4F153437C31F87 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 162F17C31A9E7B559790CF64 /* UnaryCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnaryCall.swift; sourceTree = ""; }; - 163F06216090252E74BB6B68 /* v3_pmaps.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pmaps.c; sourceTree = ""; }; + 1637498F923027F9C2D96A6C /* cpu_aarch64_freebsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_freebsd.c; sourceTree = ""; }; 163F25692199F66C27604480 /* tool.4.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.4.link.params; sourceTree = ""; }; + 1674CFB0589769919EB77A8F /* CNIOBoringSSL_service_indicator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_service_indicator.h; sourceTree = ""; }; 167A0ECE6971981DA929BE6C /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 167D8F55FF943122E0D73C93 /* spake25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = spake25519.c; sourceTree = ""; }; - 16C4FB394E2E150438E60150 /* a_strnid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_strnid.c; sourceTree = ""; }; - 17353D92F8CF8288460219FC /* ThreadWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThreadWindows.swift; sourceTree = ""; }; - 17524D2251C225B58DDECCDA /* p_ec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ec.c; sourceTree = ""; }; - 175772FAD3004CDB85A686E7 /* libLogging.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libLogging.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/libLogging.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 168431FD0830456A20A0822A /* Logging.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Logging.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 170F625F98C85E3FAC19ED4B /* rand_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_extra.c; sourceTree = ""; }; + 175772FAD3004CDB85A686E7 /* libLogging.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libLogging.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/libLogging.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 176406396BEF7C3F3889D568 /* SelectorUring.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorUring.swift; sourceTree = ""; }; 176716D88888B33126A573EA /* tool.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 177D6A02BBBEFD8BEA50870E /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; + 17AC08DF9FD4B7C99AF8A9AE /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 17D7827ED4D8AF93C50EF600 /* x509_vfy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_vfy.c; sourceTree = ""; }; + 180D53550EBD33D38B9BD6AE /* CNIOLLHTTP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOLLHTTP.h; sourceTree = ""; }; + 182788B2421CA7AB73491BDD /* GRPCStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCStatus.swift; sourceTree = ""; }; 182FE81E69291ACBA7F0FD16 /* UIFramework.iOS.107.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.107.link.params; sourceTree = ""; }; - 1840CFD84D11B046B8E8FE98 /* Deque+ExpressibleByArrayLiteral.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+ExpressibleByArrayLiteral.swift"; sourceTree = ""; }; - 1864A8DCF56A7824FCED60CB /* SocketOptionProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketOptionProvider.swift; sourceTree = ""; }; - 1874651FFE56FCD09E230691 /* a_verify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_verify.c; sourceTree = ""; }; - 18A07CFFA41785BD2EEB8AF6 /* sha512.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha512.c; sourceTree = ""; }; - 18AFE717864B0E9CEF9B81D2 /* ecdsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdsa_asn1.c; sourceTree = ""; }; - 18B964A6DD627D174EF45855 /* AtomicLazyReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicLazyReference.swift; sourceTree = ""; }; - 18EEAB108BA54511FEE98C33 /* OutboundFlowControlBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutboundFlowControlBuffer.swift; sourceTree = ""; }; - 18F00C8678F1AE6D69A0BC1A /* x_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_all.c; sourceTree = ""; }; - 196F41121F604A376C7E465F /* NIOSSLSecureBytes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLSecureBytes.swift; sourceTree = ""; }; - 197446626571368C15F7D6DB /* ConnectionManagerChannelProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManagerChannelProvider.swift; sourceTree = ""; }; - 19788A309B17BEF42FF4CAC9 /* NIOSSLClientHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLClientHandler.swift; sourceTree = ""; }; - 198B1854618066EB163F5A81 /* SNIHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SNIHandler.swift; sourceTree = ""; }; + 18B221672DF3AE3E4098B2B1 /* CoalescingLengthPrefixedMessageWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoalescingLengthPrefixedMessageWriter.swift; sourceTree = ""; }; + 1932B7C568BBD96EE0C27719 /* SelectorKqueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorKqueue.swift; sourceTree = ""; }; + 1932CD6AB0C4A0B858314C37 /* digests.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digests.c; sourceTree = ""; }; + 1978B3A48859E36670A1D323 /* CNIODarwin.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIODarwin.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 1987A5C8A57C9196566261CA /* Google_Protobuf_Timestamp+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Timestamp+Extensions.swift"; sourceTree = ""; }; 198DE556D562EDC13D4512FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 19AC54B73016F334DC79BE96 /* Message+BinaryAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+BinaryAdditions.swift"; sourceTree = ""; }; + 19B9653FB8FC93FBEB1FE71B /* ServerHandlerStateMachine+Actions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Actions.swift"; sourceTree = ""; }; + 19BCAE129440D84C36262162 /* CNIOWindows.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOWindows.h; sourceTree = ""; }; + 19CACD2FC2FDF2D804051A50 /* CNIOBoringSSL_trust_token.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_trust_token.h; sourceTree = ""; }; 19D827D0FBA00A99E8413DA9 /* iOSAppUITestSuite.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 19E7CBBE1579367DBF567692 /* NIOAny.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAny.swift; sourceTree = ""; }; + 19E0D3B515D579D88DE13F18 /* cpu_aarch64_win.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_win.c; sourceTree = ""; }; + 19E607C614094E82CADBEB48 /* any.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = any.pb.swift; sourceTree = ""; }; + 1A2062FC4AA927C3D6E3FBF2 /* PipePair.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PipePair.swift; sourceTree = ""; }; + 1A22B1718C72346331C5F8CC /* x_crl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_crl.c; sourceTree = ""; }; 1A67F1DA7F1DF5DF89155CC8 /* lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lib.c; sourceTree = ""; }; - 1A71982D01828FFCA2348431 /* HPACKHeaders+Validation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HPACKHeaders+Validation.swift"; sourceTree = ""; }; - 1AB5C10D000E833D9381A39D /* p_ec_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ec_asn1.c; sourceTree = ""; }; + 1A767AABB510975CC1267CBC /* HTTPDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPDecoder.swift; sourceTree = ""; }; + 1A8234C0895B871E56323AF0 /* GRPCIdleHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCIdleHandler.swift; sourceTree = ""; }; + 1A88EC2ECAC2065D8B93C4B1 /* CNIOBoringSSL_span.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_span.h; sourceTree = ""; }; + 1A9891B96800A7F9A1CDD081 /* HTTPServerUpgradeHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerUpgradeHandler.swift; sourceTree = ""; }; + 1AA0B34668B7FC32262F372C /* HTTP2SettingsState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2SettingsState.swift; sourceTree = ""; }; 1AB9A88BE9722BC50EB20A91 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 1ACCA898AD9263C5B8EF6673 /* cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbc.c; sourceTree = ""; }; - 1AE8A470BC1769F982401282 /* NIOAsyncSequenceProducer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncSequenceProducer.swift; sourceTree = ""; }; - 1B742927E799E66D99FB86C6 /* x86_64-mont5.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont5.mac.x86_64.S"; sourceTree = ""; }; - 1B757A29D60E9C786ED43F00 /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOFoundationCompat.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 1B9DFDB912F2EC635F058A0A /* NIOCloseOnErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOCloseOnErrorHandler.swift; sourceTree = ""; }; + 1B6799142EDD1C1BFE5CBC53 /* pem_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_lib.c; sourceTree = ""; }; + 1B9CBCC206104E0710B5A80C /* scrypt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scrypt.c; sourceTree = ""; }; + 1BB5139F3D4C7E10904C7682 /* ServerChannelErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerChannelErrorHandler.swift; sourceTree = ""; }; 1BC6AE4FB83C98E57FFCC79B /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; + 1BDAF4A32D87625DBF2153A2 /* LinuxCABundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxCABundle.swift; sourceTree = ""; }; + 1BE28250D8E2CC7A56533EE8 /* c_nio_llhttp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_nio_llhttp.c; sourceTree = ""; }; + 1BEEE57CE7C8E6CFC8B5EBB7 /* digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digest.c; sourceTree = ""; }; 1BF31013AA105E17CF0E28A7 /* LibFramework.tvOS.22.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.22.link.params; sourceTree = ""; }; - 1C11AEE00A2CCFC97F9DE52D /* ClientInterceptorContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptorContext.swift; sourceTree = ""; }; + 1BF7B5799771D0A833664587 /* Deque._Storage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deque._Storage.swift; sourceTree = ""; }; + 1C04E3E1EA619B236C319692 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 1C185B8AB07D4422FA56D6A5 /* liblib_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_swift.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/CommandLine/CommandLineToolLib/liblib_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1C37C8E7C9E44FA0931D46C6 /* by_file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = by_file.c; sourceTree = ""; }; - 1C51867BC396EF526148C6EE /* Unmanaged extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Unmanaged extensions.swift"; sourceTree = ""; }; - 1C653531F5B74A1A6925B5D4 /* ghash-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 1C79B0532474BFD3EA1DA0B6 /* _MessageContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _MessageContext.swift; sourceTree = ""; }; + 1C34BA08B46E81215EE6A897 /* FileHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileHandle.swift; sourceTree = ""; }; + 1C39F9930DC0F2C18F7A5C81 /* ReceivingGoAwayState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingGoAwayState.swift; sourceTree = ""; }; + 1C4F514358FEA3C74D104B46 /* OutboundFrameBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutboundFrameBuffer.swift; sourceTree = ""; }; + 1C772CC30B97C0005A32565D /* ghashv8-armx64.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx64.linux.aarch64.S"; sourceTree = ""; }; 1C831876639C2B2D41EDAF62 /* echo_server.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 1C85C4251BA628C85B571F6D /* chacha20_poly1305_armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_armv8.ios.aarch64.S; sourceTree = ""; }; 1CBB5F089D270189983E2E42 /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 1CE0E5ED69BE21EF64057870 /* pcy_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_data.c; sourceTree = ""; }; 1CEBAE7166D4190A10D7AEB8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 1CF7FCC0704DA1FEA0EFE20D /* ConnectionPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionPool.swift; sourceTree = ""; }; - 1D0150B1A46270073D944400 /* chacha-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-x86_64.linux.x86_64.S"; sourceTree = ""; }; + 1D04AC5912950C3EABE0652F /* pkcs8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs8.c; sourceTree = ""; }; 1D1177806FD1B277EEDB91BB /* LibFramework.tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LibFramework.tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 1D3203E14517B6A0432120C7 /* CNIOBoringSSL_objects.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_objects.h; sourceTree = ""; }; 1D3E4060B4DF95BC213F3639 /* Model.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Model.xcdatamodel; sourceTree = ""; }; - 1D617D9E966EBC08B1B64D56 /* curve25519_64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curve25519_64.h; sourceTree = ""; }; 1D7684095E475B862F737B35 /* UIFramework.tvOS.23.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.23.link.params; sourceTree = ""; }; - 1D9DC7744AAC2C6329F4B4F8 /* pem_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_pkey.c; sourceTree = ""; }; + 1D7B01309AF51C150C414553 /* CNIOBoringSSL_rsa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_rsa.h; sourceTree = ""; }; + 1DA5DDA8C5D37155ED733A47 /* AddressedEnvelope.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddressedEnvelope.swift; sourceTree = ""; }; + 1DB921E2A5CB86CD72DE122A /* handshake_server.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handshake_server.cc; sourceTree = ""; }; + 1DCB86D3C92901A77F4DDE4B /* CNIOBoringSSL_pool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pool.h; sourceTree = ""; }; 1DF9AED4A12EB437D6EF2874 /* bucket */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bucket; sourceTree = ""; }; - 1E0788D2B56607CC5C8B2066 /* sha512-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 1E0A3AAAA3BD9F555DF0C188 /* UnknownStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnknownStorage.swift; sourceTree = ""; }; - 1E3D708BD6A95E2F7BDACB3B /* des.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = des.c; sourceTree = ""; }; + 1E1879CAE2EDA99EB5C8F4F6 /* AtomicRawRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicRawRepresentable.swift; sourceTree = ""; }; 1E84E717BC47B0961159FC23 /* tvOSAppUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tvOSAppUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 1E97731108F2298570DC3995 /* ClientConnection+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ClientConnection+NIOSSL.swift"; sourceTree = ""; }; + 1EA14A0EE1817565A3DF4016 /* CNIOBoringSSL_ripemd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ripemd.h; sourceTree = ""; }; 1EDC9D030EAB3EBFCA0564C9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 1EED985F11773CD19EF65129 /* GRPCAsyncServerCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncServerCallContext.swift; sourceTree = ""; }; - 1F28971617BCE8FA525CFE92 /* cpu_arm_linux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cpu_arm_linux.h; sourceTree = ""; }; - 1F55BB91139E585F395D9190 /* aesni-gcm-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-gcm-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 1F7CFE8EAA769F4CF3E639D5 /* p_hkdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_hkdf.c; sourceTree = ""; }; - 1FA8014736D875B75BCE1F1D /* NIOHTTP2.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP2.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 1FEACBA1AED69B83D9C4CC47 /* e_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_null.c; sourceTree = ""; }; - 1FECB8FD261E92B0FE7EE4CF /* fork_detect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fork_detect.c; sourceTree = ""; }; - 1FF53913F815EB52F505A608 /* err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err.c; sourceTree = ""; }; - 203DCD80D20A799423EF05C2 /* x509_trs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_trs.c; sourceTree = ""; }; - 2065088482801088EA0748BA /* ResponseContainers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponseContainers.swift; sourceTree = ""; }; - 207284AC88566954665519CC /* TimeUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeUtils.swift; sourceTree = ""; }; - 207DD894123342A0A4B9A939 /* mode_wrappers.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mode_wrappers.c; sourceTree = ""; }; - 20B78E1AEF39FBD523E518FA /* p256_beeu-armv8-asm.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-armv8-asm.linux.aarch64.S"; sourceTree = ""; }; - 20DC94A2074045DE4213A8AE /* armv8-mont.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv8-mont.ios.aarch64.S"; sourceTree = ""; }; - 20DDC1A12F82FA89E163DC58 /* t1_enc.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = t1_enc.cc; sourceTree = ""; }; - 20E8CE5C4167D2E75716D8D4 /* NIOLock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOLock.swift; sourceTree = ""; }; - 20EBF23FCCA6D56C121D3C28 /* cpu_aarch64_linux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_linux.c; sourceTree = ""; }; + 1EF242B8421078D4CF246033 /* ByteCollectionUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ByteCollectionUtils.swift; sourceTree = ""; }; + 1EFB3EBC1AA3294C29D1F6C7 /* engine.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = engine.c; sourceTree = ""; }; + 1F03305034952EB06E52E86C /* a_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_sign.c; sourceTree = ""; }; + 1F4847366BFE98F4393FDEDB /* HTTP2ChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ChannelHandler.swift; sourceTree = ""; }; + 1F63EA1C6DA0CA358262D431 /* a_dup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_dup.c; sourceTree = ""; }; + 1F6B9FFDBF3F1AA33EF8F7B7 /* NIOTransportServices.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTransportServices.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 1FB07472F6ADA12D7607E677 /* ObjectIdentifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObjectIdentifier.swift; sourceTree = ""; }; + 200BA2281F98827558F89C99 /* WSAStartup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WSAStartup.c; sourceTree = ""; }; + 209569E2B7603EE92ABF224D /* x86_64-mont.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont.mac.x86_64.S"; sourceTree = ""; }; + 20C902430A70D434A4F2E0D0 /* GRPCPayload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCPayload.swift; sourceTree = ""; }; 20FD6990A755F553C9F37CDC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 211F5D02396A5F7F21B372C0 /* CommandLineToolTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CommandLineToolTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 212389DA076A975C4D31C68B /* p_ed25519_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ed25519_asn1.c; sourceTree = ""; }; - 21467F09E41BD942DBDA5302 /* ClientTransportFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientTransportFactory.swift; sourceTree = ""; }; 2151F6C6235F6156AD4FF936 /* FXPageControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FXPageControl.h; sourceTree = ""; }; - 2160E44C486CEF5CB53D00AA /* socket_helper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = socket_helper.c; sourceTree = ""; }; - 2166D5A80B578C1AE9759959 /* HighLevelTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HighLevelTypes.swift; sourceTree = ""; }; - 21A9403407E7EEDE6BE42FF8 /* SSLPublicKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLPublicKey.swift; sourceTree = ""; }; + 21EEC20F1DF6185210093E5F /* TextFormatDecodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatDecodingOptions.swift; sourceTree = ""; }; + 220DE0365980CECDE986FBA6 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 2225C2FBBEDA42FC27DE13F7 /* SSLCallbacks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLCallbacks.swift; sourceTree = ""; }; 222CF04F551342682A2DEA9D /* LibFramework.watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LibFramework.watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 22367403EE1C694AD0525106 /* GRPCTLSConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCTLSConfiguration.swift; sourceTree = ""; }; 22836585389BC31A90055684 /* iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 22D52AE2EA519C524F486B99 /* ApplicationProtocolNegotiationHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationProtocolNegotiationHandler.swift; sourceTree = ""; }; - 22E9E28E819897256FD46B03 /* cpu_aarch64_freebsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_freebsd.c; sourceTree = ""; }; - 22F764F91933A9EEB474D43C /* x509_vpm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_vpm.c; sourceTree = ""; }; - 23044741B95064C6C33D475B /* HTTP2Frame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Frame.swift; sourceTree = ""; }; - 235E714BE0B24EC0BBEA5700 /* ClientErrorDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientErrorDelegate.swift; sourceTree = ""; }; + 22BEFA37696F3436AF2C10A7 /* tls13_server.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_server.cc; sourceTree = ""; }; 2389FC2E3790FF01911CDBCC /* iOSAppObjCUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppObjCUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 239876B44C509B45E2421097 /* CNIOBoringSSL_bytestring.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_bytestring.h; sourceTree = ""; }; - 23B9EB418150530656CE28B8 /* CustomJSONCodable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomJSONCodable.swift; sourceTree = ""; }; - 23D4CBBEDEE31BCD1B4803DF /* GRPCContentType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCContentType.swift; sourceTree = ""; }; + 23958446063EC40756E464EA /* StateManagedChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StateManagedChannel.swift; sourceTree = ""; }; + 2395961D6F2E4C7E7661D8CF /* dtls_method.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dtls_method.cc; sourceTree = ""; }; + 23A10948B0CFA4851360C0E1 /* x509_trs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_trs.c; sourceTree = ""; }; 23FB5625EDA3A31DE6835FC5 /* MixedAnswer-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixedAnswer-Swift.h"; sourceTree = ""; }; - 24006752EAC15DCC7103DA47 /* GRPCLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCLogger.swift; sourceTree = ""; }; - 2413A9BE13434D1A2A71604D /* JSONRPCFraming+ContentLengthHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JSONRPCFraming+ContentLengthHeader.swift"; sourceTree = ""; }; + 2429D52B7FD18190AD580BA8 /* liburing_nio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = liburing_nio.h; sourceTree = ""; }; + 2433D844C2DD7F7A3EB9D0FA /* poly1305_vec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = poly1305_vec.c; sourceTree = ""; }; + 244AA8C50502F3D5B236187C /* liburing_shims.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = liburing_shims.c; sourceTree = ""; }; 2450531D43837E261D29A0B9 /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 246221126DAC28EE34F192FE /* c_lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = c_lib.h; sourceTree = ""; }; 2467CD248750C7B1DDC7CD17 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 24755399772DD0870E438577 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 248E0111D46AE1DA84DD21FC /* CNIOLLHTTP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOLLHTTP.h; sourceTree = ""; }; - 248E82DE8E79D9400D8FCF6F /* StreamChannelFlowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamChannelFlowController.swift; sourceTree = ""; }; - 248ECF1575ECB48D04FAAFE4 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 2499E2B42679E355E9EF2ED6 /* AppClip.102.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.102.link.params; sourceTree = ""; }; - 24A5180806B2729E7246D595 /* ghash-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-armv4.ios.arm.S"; sourceTree = ""; }; - 24B59C211BE80789E2894CEA /* any.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = any.pb.swift; sourceTree = ""; }; - 24BA3882DBA346EC98972CC0 /* HTTP2Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Error.swift; sourceTree = ""; }; - 24CC8DD09845F05268509141 /* SSLCertificateExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLCertificateExtensions.swift; sourceTree = ""; }; 24DFA8D89A965A7C2A56DD13 /* Library.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Library.h; sourceTree = ""; }; 24E140DCEC9172E9F66569FB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 24E516B5C128315ADF68A066 /* libNIOEmbedded.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOEmbedded.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOEmbedded.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 24F77897C11E0832E12B3E9D /* ChannelPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelPipeline.swift; sourceTree = ""; }; - 2547A11C788E98AEDC0B847D /* TextFormatDecodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatDecodingError.swift; sourceTree = ""; }; - 257A7BF026953E9B05EC7817 /* d1_lib.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_lib.cc; sourceTree = ""; }; + 24E516B5C128315ADF68A066 /* libNIOEmbedded.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOEmbedded.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOEmbedded.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 2584698BDD314083DF9CAC33 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 25964E0FECA969F757454150 /* GRPC.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = GRPC.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 25F3BAEB4375EB717A347CDE /* Info.extension.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.extension.plist; sourceTree = ""; }; - 2607DA21529ECEB8757AFD73 /* v3_bitst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_bitst.c; sourceTree = ""; }; - 26233D31C53051CE115AD2F0 /* posix_time.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = posix_time.c; sourceTree = ""; }; + 260A43178F57DD1F7BF8DABA /* CNIODarwin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIODarwin.h; sourceTree = ""; }; 2624389E8B3E4BB25A9E2B9B /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 262568D2DCD6F4772FEAF34E /* f_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_int.c; sourceTree = ""; }; + 263917AB52E2CBA2B054496C /* vpaes-armv7.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv7.ios.arm.S"; sourceTree = ""; }; 2643F17F03B08B74FB81EBE3 /* iOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 2658B7F36EEA912F847585FC /* ChannelHandlers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelHandlers.swift; sourceTree = ""; }; - 268EEEE8554E74BC65849245 /* IntegerBitPacking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerBitPacking.swift; sourceTree = ""; }; - 26C0239B94E3DFFAC8174DCF /* evp_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_asn1.c; sourceTree = ""; }; - 26C1CE1586BF12550E87717F /* SelectorUring.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorUring.swift; sourceTree = ""; }; - 26C83A6B84BD9DF937D61BA3 /* GRPCPayload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCPayload.swift; sourceTree = ""; }; + 26BC5D12643DCC2D4C0E50B8 /* CustomJSONCodable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomJSONCodable.swift; sourceTree = ""; }; + 26CD077E43EF983E2D3DCD9B /* WritePCAPHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WritePCAPHandler.swift; sourceTree = ""; }; 26DFD5606F447984DB75D788 /* tvOS.116.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.116.link.params; sourceTree = ""; }; 26E5833F2697196812B9D228 /* watchOSApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = watchOSApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 26E8D73DA19043B37EDA9D43 /* Heap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Heap.swift; sourceTree = ""; }; 2713477858FF9C33BBDBB444 /* bucket */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bucket; sourceTree = ""; }; - 27143904CE627270EEC352ED /* windows.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = windows.c; sourceTree = ""; }; - 273229FCF826DC4D86D62447 /* v3_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_lib.c; sourceTree = ""; }; - 2733806255B3F6BCB6F53D9F /* ssl_buffer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_buffer.cc; sourceTree = ""; }; - 2744BEDADE7AE9F3B18FFCA7 /* pem_pk8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_pk8.c; sourceTree = ""; }; - 27615C5AC51870DC5D64DF5F /* lock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = lock.swift; sourceTree = ""; }; + 2750545D75A88DD99D41F6D5 /* CNIOBoringSSL_asn1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_asn1.h; sourceTree = ""; }; + 27526CFE42B2FA10503EFF8B /* HuffmanTables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HuffmanTables.swift; sourceTree = ""; }; 2766B46B4832D8548DA73D85 /* TestingUtils-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestingUtils-Swift.h"; sourceTree = ""; }; 277139C4FFF016BBA095822E /* UIFramework.iOS.11.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.11.link.params; sourceTree = ""; }; - 277323E2D31B9194B658F9D1 /* CNIOBoringSSL_mem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_mem.h; sourceTree = ""; }; - 27AB6D8BC5114D55AEAB14A1 /* voprf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = voprf.c; sourceTree = ""; }; + 279A24B2511CE3E08B21F48B /* Deque+CustomDebugStringConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+CustomDebugStringConvertible.swift"; sourceTree = ""; }; + 27B26D013B4A6A84975F7205 /* e_tls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_tls.c; sourceTree = ""; }; + 27DFC182956335536142CC4A /* util.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = util.c; sourceTree = ""; }; + 27E28931A1F8749FA68D3FEF /* socket_helper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = socket_helper.c; sourceTree = ""; }; 281B406224D2F0671C5F980A /* macOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 28310ACCBF60B9BDA0734FB2 /* vpaes-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-x86_64.linux.x86_64.S"; sourceTree = ""; }; + 283B4D019F222F3B49C46D80 /* _DequeSlot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _DequeSlot.swift; sourceTree = ""; }; + 283FD141E5D8DF73C7C4B1E1 /* NIOThreadPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOThreadPool.swift; sourceTree = ""; }; + 2844E8CDDC60768112E2E0C0 /* stack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stack.c; sourceTree = ""; }; 28525EFC67B226AFCC3B72DC /* iMessageAppExtension.32.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.32.link.params; sourceTree = ""; }; - 28646FD79F6F7BC87359FE3D /* PoolManagerStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PoolManagerStateMachine.swift; sourceTree = ""; }; + 2890D844968911E44DC6D8DA /* IntegerBitPacking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerBitPacking.swift; sourceTree = ""; }; 28BA59FDF2E0967245A7681D /* MixedAnswer.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswer.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 28E8C26BC21C3FBAE1EEE7D6 /* ConcurrentStreamBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConcurrentStreamBuffer.swift; sourceTree = ""; }; 28ED92F6D2E02B9FCD9A49A4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 293BC35D8BA5D9740114397C /* CNIOBoringSSL_asn1_mac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_asn1_mac.h; sourceTree = ""; }; - 2943F1480E9F89383DEBE48D /* GRPCServerPipelineConfigurator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCServerPipelineConfigurator.swift; sourceTree = ""; }; - 296B80AB367F5C47BAEADB2D /* NIOCore.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOCore.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 29C2D64767BAE0BA723074F0 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 2918878EE2E3D03A0875F09C /* IntegerCoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerCoding.swift; sourceTree = ""; }; + 292C4A4AFB56B5E99F28D569 /* ResponsePartContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponsePartContainer.swift; sourceTree = ""; }; + 295E8354E2738D9177E30382 /* pcy_tree.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_tree.c; sourceTree = ""; }; + 299F7044373F3AF5E35EA4E1 /* ssl_stat.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_stat.cc; sourceTree = ""; }; + 29B63F013CD4AAD05931BE29 /* CNIOBoringSSL_sha.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_sha.h; sourceTree = ""; }; + 29C36ABB6CD31A889A2DF3B4 /* GRPCAsyncResponseStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncResponseStream.swift; sourceTree = ""; }; 29E315B4E9E1A138BF5C2C69 /* echo_client.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 29E38E40ACB0E68359EE1B7D /* ConnectionManager+Delegates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConnectionManager+Delegates.swift"; sourceTree = ""; }; 29E46F75D39927AA3C94849E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 29EDD2838DC4304173219C97 /* Intents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intents.swift; sourceTree = ""; }; 29F4F4064113E8FFA88D7BB8 /* MixedAnswer_swift_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_swift_modulemap-module.modulemap"; sourceTree = ""; }; + 2A01BB4CEDF83CFB67C437A7 /* CNIOBoringSSL_des.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_des.h; sourceTree = ""; }; 2A0F0D80F5968E405227A1E1 /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 2A0FD2718B37304F3AF110F8 /* IntegerCoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerCoding.swift; sourceTree = ""; }; - 2A18F9241BB626BE5D776815 /* v3_ncons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ncons.c; sourceTree = ""; }; - 2A1FAB20D4CF29D978CC32AD /* ExtensibleMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensibleMessage.swift; sourceTree = ""; }; - 2A87D193AD87E172743437C5 /* ofb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ofb.c; sourceTree = ""; }; + 2A70878FC7CB65E1A5712FB3 /* SingleStepByteToMessageDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleStepByteToMessageDecoder.swift; sourceTree = ""; }; 2A8BE9E0719FEF0A0B89DBE3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 2ABA6A57AFB5977CB75DBCF3 /* ContentLengthVerifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentLengthVerifier.swift; sourceTree = ""; }; - 2ABC3FBD53E4F9DBC908F3D6 /* sha256-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv8.linux.aarch64.S"; sourceTree = ""; }; - 2AD2C2FBFBD0A21B33799D7C /* cipher_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cipher_extra.c; sourceTree = ""; }; - 2B0DEEAEB3D02E49E48C6EF3 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 2A9DA9BCFDB7D46AA389FFA8 /* _AtomicsShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _AtomicsShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 2B278914F200B843430CE138 /* _EmbeddedThroughput.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _EmbeddedThroughput.swift; sourceTree = ""; }; 2B34197EDCA1D0D56668AEBB /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 2B3B7D88FFB5DA34F197723C /* CNIOBoringSSL_asn1t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_asn1t.h; sourceTree = ""; }; 2B40423341C5FE090E518F48 /* WidgetExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetExtension.swift; sourceTree = ""; }; - 2B44C19B5FE409F090498634 /* NIO.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIO.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 2B5CFF970127B9F6B0B98DCB /* libNIOCore.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOCore.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOCore.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2B81CB00109FFBF5E549672A /* rsaz-avx2.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rsaz-avx2.linux.x86_64.S"; sourceTree = ""; }; - 2B8EB42182F7E28A1E82AB5F /* pem_oth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_oth.c; sourceTree = ""; }; - 2B91F8CFB44D715CCB9903D7 /* CNIOBoringSSL_tls1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_tls1.h; sourceTree = ""; }; - 2BB7543A431AE24084E9721C /* pbkdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pbkdf.c; sourceTree = ""; }; + 2B56008972FEDB3CB5DA0964 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 2B5CFF970127B9F6B0B98DCB /* libNIOCore.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOCore.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOCore.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2B9E6FA55532215926BDD7FC /* IntegerTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerTypes.swift; sourceTree = ""; }; + 2BA593E93892C30622538D62 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 2BC0F8D222566BD152A42926 /* GRPCAsyncUnaryCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncUnaryCall.swift; sourceTree = ""; }; 2BC24CA4686BDF49A6D0B95E /* MixedAnswer_objc_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_objc_modulemap-module.modulemap"; sourceTree = ""; }; 2BF0BED51C22CB78CC271636 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 2BFAEB5CE47734C43CE51C12 /* MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 2C04B1231EC1362F57746E05 /* armv4-mont.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv4-mont.ios.arm.S"; sourceTree = ""; }; - 2C12B3291DA358F6C8934C69 /* JSONEncodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncodingError.swift; sourceTree = ""; }; - 2C93446E877912D08E6B6307 /* libCNIOWindows.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOWindows.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOWindows.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2C95BB58386F9DD62DECAC5F /* CNIOBoringSSL_bio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_bio.h; sourceTree = ""; }; + 2C3529E181D18689585096B2 /* NIOTSErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSErrors.swift; sourceTree = ""; }; + 2C5D3F91803A2A8F8155000F /* PooledChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PooledChannel.swift; sourceTree = ""; }; + 2C93446E877912D08E6B6307 /* libCNIOWindows.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOWindows.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOWindows.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2CA2587C6B39B508653FF8AE /* md32_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = md32_common.h; sourceTree = ""; }; + 2CB5D55EFB6F7E0744548898 /* AtomicMemoryOrderings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicMemoryOrderings.swift; sourceTree = ""; }; + 2CBC3B8FF565E0CCA35A80ED /* NIOExtras.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOExtras.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 2CBE368B8D2D265045474F52 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 2CFE7ADC6CAB8E18903BF7E0 /* _NIODataStructures.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _NIODataStructures.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 2D849750C5D739BFD0416045 /* libCGRPCZlib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCGRPCZlib.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/libCGRPCZlib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2DA9895EEEBBA4066C6236F0 /* chacha20_poly1305_armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_armv8.linux.aarch64.S; sourceTree = ""; }; - 2E45A357A7A6C6F27A26E4BC /* StringUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringUtils.swift; sourceTree = ""; }; + 2CC980447244A8F7DBF0DABF /* Deque+Codable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Codable.swift"; sourceTree = ""; }; + 2D849750C5D739BFD0416045 /* libCGRPCZlib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCGRPCZlib.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/libCGRPCZlib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2DD6A42285DA51589BB271B5 /* PoolManagerStateMachine+PerPoolState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PoolManagerStateMachine+PerPoolState.swift"; sourceTree = ""; }; + 2DF35F940E970BC101D10312 /* _UnsafeWrappedBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _UnsafeWrappedBuffer.swift; sourceTree = ""; }; + 2E3E1A26424A289CC84F0410 /* ChannelHandlers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelHandlers.swift; sourceTree = ""; }; 2E76EC20F08017052D76D1F1 /* echo_client_services_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client_services_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 2EE1B77CEFCC2CC5D272A9ED /* s3_lib.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = s3_lib.cc; sourceTree = ""; }; + 2E8581C21DC9D3D8D79263F4 /* LengthFieldPrepender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LengthFieldPrepender.swift; sourceTree = ""; }; + 2EA590419B36C2F44BA862D7 /* Thread.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Thread.swift; sourceTree = ""; }; + 2ED89750E4B8324F68CED103 /* vpaes-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-x86.linux.x86.S"; sourceTree = ""; }; + 2F01553917919C8418BC4162 /* MathUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MathUtils.swift; sourceTree = ""; }; + 2F18E87F8019BFDAF6385175 /* evp_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_ctx.c; sourceTree = ""; }; + 2F392CDD45435CE8DB4FF9F2 /* ex_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ex_data.c; sourceTree = ""; }; + 2F3DA38014303C8468DFBFF1 /* JSONRPCFraming.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONRPCFraming.swift; sourceTree = ""; }; + 2F4065D2BC562D592854FDA4 /* ClientInterceptorContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptorContext.swift; sourceTree = ""; }; 2F75CA6E14FC8DF64D269ABD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 2FBD067C08553CCE134BD70B /* deterministic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = deterministic.c; sourceTree = ""; }; - 2FE7C5BDA808A189A0F0C94A /* obj.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj.c; sourceTree = ""; }; + 2F8BBA46CB3CA71AA404E0D8 /* a_verify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_verify.c; sourceTree = ""; }; + 2FE013EDBB8B29AAEE01DF04 /* sha256-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv8.linux.aarch64.S"; sourceTree = ""; }; 2FEAE05EEEA6790E5E797A79 /* libcc_lib_defines.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libcc_lib_defines.a; path = "bazel-out/CONFIGURATION-STABLE-2/bin/cc/lib/libcc_lib_defines.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 3011BD0422D96A2C7321B982 /* UITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestsLaunchTests.swift; sourceTree = ""; }; - 3020972E9BBF7D9793E27079 /* bio_ssl.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bio_ssl.cc; sourceTree = ""; }; - 302250CAA8AE43772C4407BF /* cpu_arm_freebsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_arm_freebsd.c; sourceTree = ""; }; - 305FFDEA3258D3B707DCCE13 /* DequeModule.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = DequeModule.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 3069E1199385810BD3D29BC0 /* CNIOWindows.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOWindows.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 30786893C3F9E5D88AE08585 /* polyval.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = polyval.c; sourceTree = ""; }; + 30390DE8C519EB3591397E13 /* ServerStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerStreamingCall.swift; sourceTree = ""; }; 3091C96BD94A14D197094E38 /* MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 30A4069AA00E60D0D648E673 /* WatchOSAppUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchOSAppUITests.swift; sourceTree = ""; }; - 30ADFA5B71650ABAFA962F8E /* NIOSSLServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLServerHandler.swift; sourceTree = ""; }; - 310C10A2089204F61A0324A3 /* v3_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_prn.c; sourceTree = ""; }; - 3127A2CE8D9D19FC834BBA34 /* Varint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Varint.swift; sourceTree = ""; }; - 315CC1098D6A94E63DB6C35F /* cipher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cipher.c; sourceTree = ""; }; + 30A42A8AE561538DA2D27F75 /* IdentityVerification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IdentityVerification.swift; sourceTree = ""; }; + 30C2F9D4D3E35820C6A1950C /* BinaryEncodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncodingError.swift; sourceTree = ""; }; + 30F35122DC27F6DA2491FFAA /* Google_Protobuf_Wrappers+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Wrappers+Extensions.swift"; sourceTree = ""; }; + 3140C7604D7CC55F08F9D5F3 /* HTTP2StreamChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamChannel.swift; sourceTree = ""; }; 317370CB83DB554AB70E1706 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 31ABF32CDB1B7454B3148451 /* CNIOBoringSSL_lhash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_lhash.h; sourceTree = ""; }; - 31B78A84A15F885090A0183D /* p_rsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_rsa.c; sourceTree = ""; }; - 31CB5B69D7D7C27851B0CA57 /* CNIOBoringSSL_x509.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_x509.h; sourceTree = ""; }; - 31D43AFC615F9183EC1A8AF1 /* ClientStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientStreamingCall.swift; sourceTree = ""; }; - 31D96A302B0C1576EE96C7BD /* PipePair.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PipePair.swift; sourceTree = ""; }; + 31D86820E8115BF8D1BAA4FF /* GRPCClient+AsyncAwaitSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GRPCClient+AsyncAwaitSupport.swift"; sourceTree = ""; }; + 3219FBBAB6A23FA4B0AB6DAD /* aes_nohw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_nohw.c; sourceTree = ""; }; + 3234615D09EC11090E9C902A /* HasRemoteSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HasRemoteSettings.swift; sourceTree = ""; }; 3251E385901A98CD4595855D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 32856684A859DD93A62740F4 /* blinding.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = blinding.c; sourceTree = ""; }; - 3299062E71ADD21FE769CB23 /* a_mbstr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_mbstr.c; sourceTree = ""; }; + 3289A76E2EB7A4E98955B379 /* GRPCLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCLogger.swift; sourceTree = ""; }; 32A4BC44F9C2FC4CB2FA6AD8 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; + 32BE7E9FAC8DA4C487F62747 /* ContentLengthVerifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentLengthVerifier.swift; sourceTree = ""; }; + 32BF7E005BE448BAB1E32DDE /* CNIODarwin.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIODarwin.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 32C3E6B504714DF97C4B8CED /* ctrdrbg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctrdrbg.c; sourceTree = ""; }; 32C6CA684337CA4E08F4F732 /* tvOSAppUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 32CE9C3BDA22AED5CE0F1152 /* GoogleMapsCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsCore.framework; sourceTree = ""; }; 32DF223A62EA1C1BF28282E4 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 32ED7EAC7D520798345E1605 /* ControlFrameBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlFrameBuffer.swift; sourceTree = ""; }; - 3311CD0D53EB37EFBF300D15 /* p256-x86_64-asm.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-x86_64-asm.linux.x86_64.S"; sourceTree = ""; }; - 33124AD4F0B3696B04528CEB /* ByteCollectionUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ByteCollectionUtils.swift; sourceTree = ""; }; + 32E1D9B80AD2870E72A99218 /* HTTP2UserEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2UserEvents.swift; sourceTree = ""; }; + 32E60909C1D12DD2E0500763 /* CNIOBoringSSL_is_boringssl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_is_boringssl.h; sourceTree = ""; }; + 32F540B5C685F719D93BFD6E /* ClientInterceptorProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptorProtocol.swift; sourceTree = ""; }; + 330A6EDBD70F0CB046604080 /* NIOTSChannelOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSChannelOptions.swift; sourceTree = ""; }; 331C91FDCA4754A04846BCDA /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; 333160E6E6909FB91B6B39AB /* iOSApp.240.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.240.link.params; sourceTree = ""; }; - 333355479546D3B7D02E8AFD /* ClientInterceptorPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptorPipeline.swift; sourceTree = ""; }; + 336D9BE76819AA8324DB0B29 /* co-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "co-586.linux.x86.S"; sourceTree = ""; }; + 336F472CB57AFA391D8F257A /* NIOLockedValueBox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOLockedValueBox.swift; sourceTree = ""; }; 3385EBCD57CB6153D0612D97 /* GoogleMapsBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsBase.framework; sourceTree = ""; }; - 338BC059D197D8778EB9FB94 /* ServerInterceptorPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptorPipeline.swift; sourceTree = ""; }; - 339CF4D1F9788123897579C6 /* digests.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digests.c; sourceTree = ""; }; - 33D0D89ED7FCCB3F1DB36121 /* CNIOBoringSSL_curve25519.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_curve25519.h; sourceTree = ""; }; + 339BA38A5531B9D6E75D159D /* PendingDatagramWritesManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PendingDatagramWritesManager.swift; sourceTree = ""; }; 34051E31629F66435DD61AF0 /* private_lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = private_lib.swift; sourceTree = ""; }; 3423B69557C97C31CE6F81A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 3495F25CDFE941CA31F72DE7 /* SendingHeadersState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingHeadersState.swift; sourceTree = ""; }; - 34A2E49C820C0581378B5881 /* chacha20_poly1305_x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_x86_64.linux.x86_64.S; sourceTree = ""; }; - 34A68EA0B4F52217597E9D01 /* HPACKEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKEncoder.swift; sourceTree = ""; }; + 347BE04E4834356C32AEADB1 /* IndexedHeaderTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndexedHeaderTable.swift; sourceTree = ""; }; + 349DA7FC9A7C6DEAE536FF4C /* x509spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509spki.c; sourceTree = ""; }; + 34C030FF8C1F496DC319AE8D /* BinaryDecodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDecodingOptions.swift; sourceTree = ""; }; 34CE931554BF346D6C82C695 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 34E84DEF1A5DED231EC5D5CD /* FileDescriptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileDescriptor.swift; sourceTree = ""; }; - 3538D00AE14AFDAFF38D6819 /* chacha-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 354928A1DA338554BC16CC1B /* JSONSerialization+ByteBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JSONSerialization+ByteBuffer.swift"; sourceTree = ""; }; - 354B2EEC19C9AF12CE3BBF42 /* v3_genn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_genn.c; sourceTree = ""; }; - 3590FCA552922743F47D440E /* PendingWritesManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PendingWritesManager.swift; sourceTree = ""; }; - 35C05A344C1512EEE59279D5 /* libCNIOBoringSSL.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOBoringSSL.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSL.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 35D1C0BC1B88795EDD66BEDE /* ObjectIdentifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObjectIdentifier.swift; sourceTree = ""; }; + 34D452434D4F7C3A385E2373 /* v3_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_skey.c; sourceTree = ""; }; + 34EC1E8DF42B26D1E94C9F57 /* v3_crld.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_crld.c; sourceTree = ""; }; + 354D9DC7CA14DC916E3BE190 /* CNIOBoringSSL_hmac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hmac.h; sourceTree = ""; }; + 356EFFA1F431B8B27F90DB95 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 357578B7685705A0FEB04AF7 /* SendingHeadersState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingHeadersState.swift; sourceTree = ""; }; + 35C05A344C1512EEE59279D5 /* libCNIOBoringSSL.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOBoringSSL.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSL.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 35E4E2B70EF56E9EA706FB13 /* UnsafeRawPointer+Shims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafeRawPointer+Shims.swift"; sourceTree = ""; }; 35FE6310804691B5601C0DCB /* cc_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 361DAA159888ED7A73EF0417 /* ssl_file.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_file.cc; sourceTree = ""; }; - 366727B6CFD94295549E0750 /* CNIOBoringSSL_boringssl_prefix_symbols_asm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_boringssl_prefix_symbols_asm.h; sourceTree = ""; }; - 369AE36DCAF0F72D04C01556 /* HasRemoteSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HasRemoteSettings.swift; sourceTree = ""; }; 36EA0B459361E7D5424365C6 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 3704DAE82D6A2C6013BAD869 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 3710DF0782398253FCAC218E /* handshake_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handshake_client.cc; sourceTree = ""; }; 371F11C65E70614117D63CE0 /* watchOSAppExtension.111.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.111.link.params; sourceTree = ""; }; 372CED1B913B8EB33623D305 /* lib2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib2.h; sourceTree = ""; }; 3737A9C94A37F2E2EAAB6696 /* MixedAnswer_objc_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_objc_modulemap-module.modulemap"; sourceTree = ""; }; 3744E81974720C3D4AA9563D /* MixedAnswer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MixedAnswer.swift; sourceTree = ""; }; - 376C167F2B9F345FCD04A7DF /* curve25519_tables.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curve25519_tables.h; sourceTree = ""; }; - 376D05CD23C49E2CED0AF1F4 /* CNIOWindows.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOWindows.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 3784DF505CD4C2EBAF0ED0AF /* FXPageControl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FXPageControl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 37DC0D8D1FC7968DEF693717 /* iOSAppUITests.252.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.252.link.params; sourceTree = ""; }; - 38114057CAEBB1F5EBAD168A /* aesv8-armx32.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx32.linux.arm.S"; sourceTree = ""; }; - 38BF455ECE701651677082E9 /* libSwiftProtobuf.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libSwiftProtobuf.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/libSwiftProtobuf.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 3818859042ACA33A1456BEFE /* FakeChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FakeChannel.swift; sourceTree = ""; }; + 3844D71C0E540E9AB9E3A854 /* refcount_lock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = refcount_lock.c; sourceTree = ""; }; + 38BF455ECE701651677082E9 /* libSwiftProtobuf.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libSwiftProtobuf.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/libSwiftProtobuf.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 3931603ABB81D81FEA15AE38 /* nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = nested; sourceTree = ""; }; + 39526BD39BDD40C06E3B22FF /* self_check.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = self_check.c; sourceTree = ""; }; + 3984D81D19EFDACA8222C4B4 /* JSONMapEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONMapEncodingVisitor.swift; sourceTree = ""; }; + 39932390B521A094C42CA110 /* GRPCTLSConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCTLSConfiguration.swift; sourceTree = ""; }; 399487B73A64195D5E0CEAF8 /* ios app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "ios app.entitlements"; sourceTree = ""; }; - 39DE96140ADAC486D7D42377 /* bn_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_asn1.c; sourceTree = ""; }; - 3A1E964DDD6ED1AFB9C7419B /* t_x509a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_x509a.c; sourceTree = ""; }; + 39DF2C2EF8701755066C9A23 /* Deque+ExpressibleByArrayLiteral.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+ExpressibleByArrayLiteral.swift"; sourceTree = ""; }; + 39E721CCF330A2015AD6AF16 /* CNIOBoringSSL_cast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cast.h; sourceTree = ""; }; + 39F72A924CE21B9EF82484B8 /* sha256-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv4.linux.arm.S"; sourceTree = ""; }; 3A38C47C8B29F9BD7512A4A5 /* tool.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 3A595EF306A9D22CAF39A398 /* HTTP2ChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ChannelHandler.swift; sourceTree = ""; }; + 3A3BBD207EA52C407C90E00C /* NIOSSL.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOSSL.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 3A458E16AA11650C4D7CFDD7 /* ecdh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdh.c; sourceTree = ""; }; + 3A61F157776E7F06E7F33D44 /* CNIOAtomics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOAtomics.h; sourceTree = ""; }; + 3A725753DFC7066DFEFE2228 /* Deque+Collection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Collection.swift"; sourceTree = ""; }; 3A8DC9BFDCE881D9614F6F90 /* Answers.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = Answers.mm; sourceTree = ""; }; - 3ABB3826C830B16DE37923D0 /* LinuxCPUSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxCPUSet.swift; sourceTree = ""; }; + 3AC44CB7BDD39F3F74882AED /* t_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_x509.c; sourceTree = ""; }; 3ACEE59CE44C80503B99EE2F /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 3AD256B3DA3AE915F7F92F15 /* MaySendFrames.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MaySendFrames.swift; sourceTree = ""; }; 3AEDEEABC4913622A9147C75 /* c_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_lib.c; sourceTree = ""; }; 3B3710B97CF6B99A24D29037 /* echo_server.207.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.207.link.params; sourceTree = ""; }; - 3B4910F2753E0396E089FF8B /* lib_NIODataStructures.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = lib_NIODataStructures.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/lib_NIODataStructures.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B4CCA01D12E269993C6954F /* tasn_typ.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_typ.c; sourceTree = ""; }; + 3B4910F2753E0396E089FF8B /* lib_NIODataStructures.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = lib_NIODataStructures.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/lib_NIODataStructures.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 3B4FE9C41ABCEFDAC9FAE050 /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 3B64C90EC2F683764175645F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 3B71B06909607B23A9DE8528 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; 3B76C9ADCF3ABA272627A5D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 3BA17C580DF06316DD7EAECF /* siphash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = siphash.c; sourceTree = ""; }; - 3C3CD59CF3A12BF76F0437BD /* CNIOBoringSSL_is_boringssl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_is_boringssl.h; sourceTree = ""; }; + 3BB236E340131F0E2D1708B8 /* StateMachineResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StateMachineResult.swift; sourceTree = ""; }; + 3C00CDEE77453DAA7FA190EB /* sha512.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha512.c; sourceTree = ""; }; 3C60888EEB37F244AA0DC150 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 3C6949D8A289D41B3E16215D /* WatermarkedFlowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatermarkedFlowController.swift; sourceTree = ""; }; + 3C6F0FBEE45C3FE550A90035 /* CompressionAlgorithm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompressionAlgorithm.swift; sourceTree = ""; }; + 3C8327E91278007AA48681D2 /* a_time.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_time.c; sourceTree = ""; }; 3C96789B040A69F535D35B83 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 3CAC2187D2057A913C8FFE4B /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 3CD3A6D56A4F18756D2CF22C /* x_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_req.c; sourceTree = ""; }; + 3C973FF6705008D8D6C10E3C /* ec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec.c; sourceTree = ""; }; 3CE003A6467566497A8F57F1 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 3CFBA37FA764F1D1BACE0957 /* p256_32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = p256_32.h; sourceTree = ""; }; - 3DAD95E53BFD94D499FE4D38 /* e_tls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_tls.c; sourceTree = ""; }; - 3DB0E45C8686B68204344E1B /* aesni-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 3DFFBFCF076302759E6D71BB /* IndexedHeaderTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndexedHeaderTable.swift; sourceTree = ""; }; - 3E38F4C7F429EAB1D2C7764C /* SubjectAlternativeName.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubjectAlternativeName.swift; sourceTree = ""; }; - 3E5F7F985DFA0AB8C3CB3AF5 /* cfb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cfb.c; sourceTree = ""; }; - 3E6CA4CA56B68583EA2CD903 /* StreamChannelList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamChannelList.swift; sourceTree = ""; }; - 3E88A3CE7FE8C7589BB96E6E /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 3EC470A2E3BB31B70190FCE2 /* gcm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcm.c; sourceTree = ""; }; + 3CE8C4D85EE0B44A3D5910CE /* DequeModule.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = DequeModule.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 3DAC505579CF352BEA0E6EA4 /* HPACKEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKEncoder.swift; sourceTree = ""; }; + 3DFDCFC0133B8835D62A1D9B /* aesv8-armx64.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx64.linux.aarch64.S"; sourceTree = ""; }; + 3E0CFB99051DADE98535C001 /* siphash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = siphash.c; sourceTree = ""; }; + 3E36E18AC34BFB61691D1DB3 /* CNIOAtomics.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOAtomics.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 3E972C9973E7FF057D962FD6 /* sha256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha256.c; sourceTree = ""; }; + 3EA5793BA76C31BFCCABBA15 /* sha1-armv4-large.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv4-large.ios.arm.S"; sourceTree = ""; }; 3ED2E5F148FDD4DC5D61C5EB /* es */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = es; path = es.lproj/unprocessed.json; sourceTree = ""; }; - 3EE0A05C5374E4B7E8810CCE /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 3EE3C4883930DB492F17468E /* PriorityQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriorityQueue.swift; sourceTree = ""; }; 3EF9DC5757D529D7F0F269F3 /* Entitlements.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Entitlements.withbundleid.plist; sourceTree = ""; }; - 3F0B68F6BF191BFF6FEFE9FF /* aes128gcmsiv-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aes128gcmsiv-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 3F33B2AFCEB5C3FA1211B7A2 /* CGRPCZlib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CGRPCZlib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 3F01840D7A6AC002DB280FE7 /* ConcurrentStreamBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConcurrentStreamBuffer.swift; sourceTree = ""; }; + 3F22682B85B41F03B212ADDE /* Deque+Hashable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Hashable.swift"; sourceTree = ""; }; 3F4BDC8193F45178351817C4 /* UIFramework.watchOS.237.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.237.link.params; sourceTree = ""; }; - 3F53ABBA724B26DEB08D719A /* SSLInit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLInit.swift; sourceTree = ""; }; - 3F58AE7418803DFEDDAA1B38 /* GRPCAsyncServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncServerHandler.swift; sourceTree = ""; }; 3F5B357741138EE0583D8A5D /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 3F77D879A61B2F2D89A52285 /* AtomicStrongReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicStrongReference.swift; sourceTree = ""; }; 3F88B74F89AC33F6FF757940 /* tvOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 3F8BB063C3869A89C1D9FB40 /* tls_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tls_cbc.c; sourceTree = ""; }; - 3F962ABCEE45E04FB4BD53AD /* GRPCIdleHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCIdleHandler.swift; sourceTree = ""; }; 3FAFD33E6F84844BE05A73F3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 3FBBFB11B5E0BE1A85775AE8 /* HTTP2StreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamMultiplexer.swift; sourceTree = ""; }; + 3FBB58EFCD3C693B539AFCC4 /* dtls_record.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dtls_record.cc; sourceTree = ""; }; 3FC6490E706AAC3F711EE788 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 4028FB1BD90164006775EB06 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 406B38AD627E291F8A84B802 /* FileRegion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileRegion.swift; sourceTree = ""; }; - 406CF745E2E0F6F9DAE67080 /* CNIOBoringSSL_ripemd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ripemd.h; sourceTree = ""; }; - 40A9C2BC12AC75F118873A56 /* Zeroization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Zeroization.swift; sourceTree = ""; }; + 4015573C679A173A5238FE6D /* ServerInterceptorStateMachine+Actions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerInterceptorStateMachine+Actions.swift"; sourceTree = ""; }; + 402EE495687E31E475EC7F40 /* DoubleWord.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DoubleWord.swift; sourceTree = ""; }; 40A9F920449B4FCA89C8BF1C /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 40B96C977C3C5FEED1590385 /* v3_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_info.c; sourceTree = ""; }; + 40E30BF317CE0483ECF84030 /* _DequeBufferHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _DequeBufferHeader.swift; sourceTree = ""; }; + 40E52A53ADC769F25321C7B4 /* SSLPrivateKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLPrivateKey.swift; sourceTree = ""; }; 40EDDEBD7DC0CAA1E5964868 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 40F5A6B9AED44948A048AB08 /* libCNIOAtomics.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOAtomics.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOAtomics.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4127423E61FEAF0FE805A0C1 /* StreamMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamMap.swift; sourceTree = ""; }; + 40F42E9CCAD7091522513B15 /* GRPCStatusMessageMarshaller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCStatusMessageMarshaller.swift; sourceTree = ""; }; + 40F5A6B9AED44948A048AB08 /* libCNIOAtomics.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOAtomics.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOAtomics.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 413AC15F6A12E30FC1A459EC /* ConnectionPool+PerConnectionState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConnectionPool+PerConnectionState.swift"; sourceTree = ""; }; 415C9035C3A466AF5CE07505 /* AppClip.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 417B2D1EA5E9FD364E123CCA /* ControlMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlMessage.swift; sourceTree = ""; }; - 418BC986000B09844162D885 /* StreamingResponseCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamingResponseCallContext.swift; sourceTree = ""; }; - 419BED75CD6148C9E60C3D21 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 41DE369C8500E10C3E99B11A /* Google_Protobuf_FieldMask+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_FieldMask+Extensions.swift"; sourceTree = ""; }; + 42430C865B4A6F60B4A0B3FC /* x509_txt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_txt.c; sourceTree = ""; }; 424A892E17D1F81EF0551B79 /* UIFramework.tvOS.119.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.119.link.params; sourceTree = ""; }; 427370F6EDD92E49CA78FA17 /* echo_client.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 429BEF55673CBC7732815D9B /* simple_mul.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = simple_mul.c; sourceTree = ""; }; 42B0BE8564DC218352BB51A1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 42BFC314AE809573533B4BB6 /* CancellationError+GRPCStatusTransformable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CancellationError+GRPCStatusTransformable.swift"; sourceTree = ""; }; + 42D56A1CF21B3BD60B21E81A /* GRPCKeepaliveHandlers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCKeepaliveHandlers.swift; sourceTree = ""; }; 42DD8EE47C66A0DA4F56D0D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 42F89923D4F73E810DA61AA6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 42FCDAF1F7B884028D72BB8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 4314B97AFB5648916D8349E4 /* rsa_pss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_pss.c; sourceTree = ""; }; + 43086758046F311DC89A34F8 /* shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shim.c; sourceTree = ""; }; + 430B2093CE80995AE7811E98 /* MessageEncoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageEncoding.swift; sourceTree = ""; }; + 4310FEDE6D103ACFE52B7A30 /* wrappers.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = wrappers.pb.swift; sourceTree = ""; }; + 432777D9FC9D3B7D50D3450C /* SSLCertificateExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLCertificateExtensions.swift; sourceTree = ""; }; 432E458B0F07DDA2FA726044 /* iOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 43483C0C029D669DC6D9079A /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; - 434AAA8E65042D3E7F333006 /* p_x25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_x25519.c; sourceTree = ""; }; - 43742B7F1962B6A26F750B03 /* MultiThreadedEventLoopGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiThreadedEventLoopGroup.swift; sourceTree = ""; }; - 438CDCD113F963A23BB52602 /* Google_Protobuf_Struct+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Struct+Extensions.swift"; sourceTree = ""; }; - 43DA97C10759CA64E5F86C78 /* dtls_record.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dtls_record.cc; sourceTree = ""; }; - 43DC198774634205D79D4CA8 /* a_utctm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_utctm.c; sourceTree = ""; }; + 4366FF78464741D9B7247442 /* cpu_arm_linux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cpu_arm_linux.h; sourceTree = ""; }; + 4371BB0B40E481631E6D46A6 /* buf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = buf.c; sourceTree = ""; }; + 4374894D94E157D84A9D8F04 /* Channel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Channel.swift; sourceTree = ""; }; + 438652E3CBF6690B2D264348 /* HPACKHeaders+Validation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HPACKHeaders+Validation.swift"; sourceTree = ""; }; + 438CBB21DDB472E6300442E2 /* MultiThreadedEventLoopGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiThreadedEventLoopGroup.swift; sourceTree = ""; }; + 43A8CF068D5C30C439E682D8 /* _DequeBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _DequeBuffer.swift; sourceTree = ""; }; + 43E4AC7788082066C99190AD /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = SwiftProtobuf.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 43F3A4368AFBD56E76174783 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 43FA06E6A8A14F6927B51D52 /* NIOCore.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOCore.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 4421D0333F6C0362FECB73EA /* CommandLineTool.213.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineTool.213.link.params; sourceTree = ""; }; - 4447D2166FD7520146E8A119 /* libNIOFoundationCompat.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOFoundationCompat.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOFoundationCompat.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 442E9441B6EDF174A361B117 /* DynamicHeaderTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicHeaderTable.swift; sourceTree = ""; }; + 4431B9B7B6BBDC7433AB2AFD /* a_strex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_strex.c; sourceTree = ""; }; + 4447D2166FD7520146E8A119 /* libNIOFoundationCompat.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOFoundationCompat.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOFoundationCompat.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 44815E9DE5E0CE50CEA0E246 /* CNIOBoringSSL_ec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ec.h; sourceTree = ""; }; + 44853D6A879F08A215398B7E /* GRPCHeaderName.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCHeaderName.swift; sourceTree = ""; }; 44A66698F10A1EBB932DCE46 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 44ABE5694D71DF1A5665A4A5 /* aesni-gcm-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-gcm-x86_64.mac.x86_64.S"; sourceTree = ""; }; + 44B0720C66281222D51B0318 /* ssl_buffer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_buffer.cc; sourceTree = ""; }; + 44BB2E254558032B7633DD48 /* CNIOBoringSSL_cmac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cmac.h; sourceTree = ""; }; 44DA52073B59D3D3974FFEEB /* iOSAppObjCUnitTests.29.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.29.link.params; sourceTree = ""; }; 450105F2AE378B492310C414 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 45030FC8782F3EFFA8609124 /* thread_pthread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_pthread.c; sourceTree = ""; }; - 450ECBB95ADEF00FFBA5AB4D /* libNIOSSL.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOSSL.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libNIOSSL.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 45189490BD19271A8C515297 /* x509rset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509rset.c; sourceTree = ""; }; - 4551F906E879490D7C15B54D /* SSLErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLErrors.swift; sourceTree = ""; }; - 457A70C47755CC870A7A36E7 /* Bootstrap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bootstrap.swift; sourceTree = ""; }; + 450ECBB95ADEF00FFBA5AB4D /* libNIOSSL.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOSSL.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libNIOSSL.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 452170476065B3FDF5205955 /* x_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_info.c; sourceTree = ""; }; 459333E93283B9F8EC36C705 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 45C6889BDC9850C9BA631C0C /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 45CDB986862FA63550CCAF73 /* MessageParts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageParts.swift; sourceTree = ""; }; - 45DB289650E03436AB3582D7 /* ReceivingDataState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingDataState.swift; sourceTree = ""; }; - 45DB8C17A70CBE00AF8FBF6F /* rsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa.c; sourceTree = ""; }; - 4604D1026FB35950DBFF3006 /* libDequeModule.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libDequeModule.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/libDequeModule.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 46226A78C5554AAA71C8770F /* MultiplexerAbstractChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiplexerAbstractChannel.swift; sourceTree = ""; }; + 45DEF065F9485A545430331E /* curve25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = curve25519.c; sourceTree = ""; }; + 4604D1026FB35950DBFF3006 /* libDequeModule.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libDequeModule.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/libDequeModule.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4628817D6336A693302BCC8E /* ecdh_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdh_extra.c; sourceTree = ""; }; 462AF4564A57BCE54F8968B6 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 463035B323EF285F6559E744 /* crypto.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = crypto.c; sourceTree = ""; }; + 46528F8B41BB632C69980CBA /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 4655A73D0A568A4E3DF5A2CA /* cc_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 467E14C7042D9D2FE0F9D737 /* cc_lib_defines.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_defines.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 467FC6DC374A474AC896A3D7 /* NIOEmbedded.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOEmbedded.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 46A2646D123B60DA94108273 /* p256_64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = p256_64.h; sourceTree = ""; }; 46C15E9FDB620A840D63A3A5 /* liblib_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_swift.a; path = "bazel-out/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineToolLib/liblib_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 46DAC0A39273DDA5C7F25E29 /* SelectableChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectableChannel.swift; sourceTree = ""; }; - 471A2B963EDAC424C2E8FA6B /* ChannelOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelOption.swift; sourceTree = ""; }; - 4727F1CBB298F6A5E8B093EE /* HuffmanCoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HuffmanCoding.swift; sourceTree = ""; }; - 473850BBB33D75E1F88C70A1 /* i2d_pr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i2d_pr.c; sourceTree = ""; }; - 477453691688723301CC7AE6 /* CNIOBoringSSL_hpke.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hpke.h; sourceTree = ""; }; + 46F3A86A7E596CAC96CF4210 /* aes128gcmsiv-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aes128gcmsiv-x86_64.linux.x86_64.S"; sourceTree = ""; }; + 470AC3586F1360969E86DCCD /* wnaf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wnaf.c; sourceTree = ""; }; 477D3B8D6C3F621AC9FFDDF7 /* tool.binary */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tool.binary; sourceTree = BUILT_PRODUCTS_DIR; }; 4783734919B0856930DA0356 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 4792E0B3E68E37C93DDDAE3E /* LoggingServerErrorDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoggingServerErrorDelegate.swift; sourceTree = ""; }; - 47A1099D65EAD8DC57249318 /* sha1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha1.c; sourceTree = ""; }; + 479BBDC463A1D8996FE5B1EE /* AtomicValue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicValue.swift; sourceTree = ""; }; + 479EB1B15A6C83744080E2DC /* dsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_asn1.c; sourceTree = ""; }; + 47C760636AA3AB07D56E9E22 /* ConnectionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManager.swift; sourceTree = ""; }; + 47F7F3E0BF0BF36999A4BC67 /* Deque+Equatable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Equatable.swift"; sourceTree = ""; }; 4801FE77D9ACF5695CECFF6E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 48194583868C94641A56441A /* ssl_versions.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_versions.cc; sourceTree = ""; }; 482248331ECED1FFF7E27F5D /* UIFramework.tvOS.150.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.150.link.params; sourceTree = ""; }; - 484D8A7CE5571F1E0BD56AB6 /* CNIOBoringSSL_obj_mac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_obj_mac.h; sourceTree = ""; }; - 4850111C53B6C55AC90A86D8 /* CNIOBoringSSL_safestack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_safestack.h; sourceTree = ""; }; + 4843E2DF49DA0830587E7D4A /* t1_enc.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = t1_enc.cc; sourceTree = ""; }; 485D8BAA235AA808A00AB5DE /* MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 4881EEC5A32BE56448E19924 /* UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITests.swift; sourceTree = ""; }; - 48936A8995C1784324508ACF /* rand_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_extra.c; sourceTree = ""; }; 48948E6C4EBBED290817B5FA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 489900C9F641AE1248C05227 /* v3_purp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_purp.c; sourceTree = ""; }; + 48B85ACF33797E097D0A10B9 /* montgomery_inv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = montgomery_inv.c; sourceTree = ""; }; 48BD809D7C49CFD4CFCD3B78 /* Entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Entitlements.entitlements; sourceTree = ""; }; - 48E164FA844C9C6CA0553D88 /* GRPCChannelBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCChannelBuilder.swift; sourceTree = ""; }; - 48E3A1A52C20284FDF23A1F7 /* CNIOBoringSSL_dsa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_dsa.h; sourceTree = ""; }; + 48E8D92291514120D1557752 /* poly1305.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = poly1305.c; sourceTree = ""; }; 48EB3AE0EF0A47FD5A5E45BA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 492DCA8C7BA6CA748A30DA14 /* CNIOBoringSSL_nid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_nid.h; sourceTree = ""; }; + 48EE07DBF619A1B410D07BBD /* CNIOBoringSSL_x509_vfy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_x509_vfy.h; sourceTree = ""; }; + 4913AFB094348C60F2E87616 /* TLSVerificationHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSVerificationHandler.swift; sourceTree = ""; }; + 4926A7D48E5A5328C15B941E /* GRPCAsyncServerStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncServerStreamingCall.swift; sourceTree = ""; }; 4942A330FF2FA587642E6328 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; - 494D083486C278B9D4989B8E /* p256-nistz.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "p256-nistz.h"; sourceTree = ""; }; - 49827EC013082544474635E0 /* AnyUnpackError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnyUnpackError.swift; sourceTree = ""; }; 4992FD8C095F8C72BF9477CE /* watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 49B1232519A4A5C74800C34F /* TimeLimit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeLimit.swift; sourceTree = ""; }; 49B87A833795719D198FB69C /* tool.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 49EF95D5E5B83008F37EA6B8 /* ghashv8-armx64.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx64.linux.aarch64.S"; sourceTree = ""; }; - 4A84347975C2116971C89627 /* empty.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = empty.c; sourceTree = ""; }; - 4AA53A6491464015A71FAE68 /* shift.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shift.c; sourceTree = ""; }; - 4AAD6D3E367EC2D85EB774F1 /* v3_akeya.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_akeya.c; sourceTree = ""; }; + 4A441359DE40FAE195781C40 /* d1_both.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_both.cc; sourceTree = ""; }; + 4A5602014F4AFA98A8B3DFD1 /* vpaes-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv8.linux.aarch64.S"; sourceTree = ""; }; + 4A6725421CDE2DC443CA2E93 /* sha512-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv4.ios.arm.S"; sourceTree = ""; }; + 4A790BE3F6570CBB49863869 /* a_object.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_object.c; sourceTree = ""; }; + 4A9A95283D36EC1DBF06E034 /* name_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = name_print.c; sourceTree = ""; }; 4AB6F0E6261D874D740C3F3C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 4ACDEE01A94A3B4CCBFE47AA /* sha256-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 4AD1A5EBE545289BAF5017CF /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 4AE18FC43F187DEC875CA740 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 4AEA2B4615BD02E36F2E788F /* iOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 4B31F801FD3E2BDB14944D4F /* CNIOBoringSSL_rsa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_rsa.h; sourceTree = ""; }; - 4B366604A79331BA2DD80193 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSLShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 4B3F5764B49BC6833C11931A /* ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctx.c; sourceTree = ""; }; - 4B4CF993F9B09EAF39A9FCFD /* BidirectionalStreamingServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BidirectionalStreamingServerHandler.swift; sourceTree = ""; }; + 4B071760DCB43876E2A51D6B /* v3_bcons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_bcons.c; sourceTree = ""; }; 4B70D367D06AC0B84E75CD89 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; - 4B7C6C578ED542A6D547DB3C /* pkcs7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs7.c; sourceTree = ""; }; + 4B8DCAA7D10B03137ED4BE88 /* aesni-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-x86_64.linux.x86_64.S"; sourceTree = ""; }; + 4BA81667C7C2BEED80E663A9 /* c_nio_llhttp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = c_nio_llhttp.h; sourceTree = ""; }; 4BBEFC3129595A4FBE25EC1D /* WatchOSAppUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchOSAppUITestsLaunchTests.swift; sourceTree = ""; }; + 4BC08D67EB6DFFA9F74803A1 /* x509_ext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_ext.c; sourceTree = ""; }; 4BCE680EBA917F77D903C5C0 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 4C051E0F9FECA24C6EC4AB1F /* HTTPServerUpgradeHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerUpgradeHandler.swift; sourceTree = ""; }; - 4C2C839293090B922278E3D4 /* ResponsePartContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponsePartContainer.swift; sourceTree = ""; }; - 4C4CC0581527EEEF344416EE /* MessageExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageExtension.swift; sourceTree = ""; }; - 4C55488DF267927EA5227FA6 /* x509_vfy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_vfy.c; sourceTree = ""; }; + 4BF537C2365D3A97D059E5F7 /* CGRPCZlib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CGRPCZlib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 4C37973057ABF071F3778AAF /* chacha.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = chacha.c; sourceTree = ""; }; 4C933FAB540806DE488BC5F9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 4C9CD1E660F96B40ABADAD55 /* tvOS.20.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.20.link.params; sourceTree = ""; }; - 4CAFB65B4512D81068AEAFA5 /* v3_alt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_alt.c; sourceTree = ""; }; 4CC521D7942237DAE794164C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = ""; }; - 4CE896B9DE9CF56BBCD174EE /* _AtomicsShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _AtomicsShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 4CF26F7E0FE2D5F27877C49D /* GRPCClientChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCClientChannelHandler.swift; sourceTree = ""; }; - 4D04D2A45D7A392E8AEAF2A4 /* urandom.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = urandom.c; sourceTree = ""; }; - 4D18EF1188D794E0A5E3C3C5 /* CNIOBoringSSL_ec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ec.h; sourceTree = ""; }; + 4CE7F48B171BBD6AAFAF11DE /* pkcs7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs7.c; sourceTree = ""; }; 4D24E4D8B3F6A28C7A442920 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 4D31938788826DF4C73AF543 /* ec_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_key.c; sourceTree = ""; }; - 4D59DD8451542772B8F7A289 /* evp_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_ctx.c; sourceTree = ""; }; - 4D6BC1073293C6516AB00E9B /* _AtomicsShims.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _AtomicsShims.h; sourceTree = ""; }; + 4D2984E96D37AC416B3405D2 /* cmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmp.c; sourceTree = ""; }; + 4D6B0F9F6160A9FCF37008EF /* LinuxUring.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxUring.swift; sourceTree = ""; }; 4D7EAA95EE1779E47268BB1D /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 4D8D4546349D2DF4A0991F99 /* SendingRstStreamState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingRstStreamState.swift; sourceTree = ""; }; + 4D87A8F10DD959E83E358E7C /* SocketProtocols.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketProtocols.swift; sourceTree = ""; }; + 4D8A73C20441D9CBACF1E996 /* CNIOBoringSSL_boringssl_prefix_symbols_asm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_boringssl_prefix_symbols_asm.h; sourceTree = ""; }; 4D984B1EEDA47E38E77AD5EE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 4D9E58CB250A5E74A2A10BF6 /* iOSAppObjCUnitTestSuite.44.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.44.link.params; sourceTree = ""; }; - 4DC69076AFA89AC9A78E7761 /* lib_AtomicsShims.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = lib_AtomicsShims.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/lib_AtomicsShims.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4DD347EF80B1D524CA29F3B1 /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 4E32DDA7EB6C031125E01B51 /* printf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = printf.c; sourceTree = ""; }; - 4E33961A05EFE7D373B36822 /* HTTPDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPDecoder.swift; sourceTree = ""; }; - 4E4863377B4C9F3FFFFEEB68 /* PipeChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PipeChannel.swift; sourceTree = ""; }; - 4E5ABC5C310C60FDC487FD39 /* SelectorEpoll.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorEpoll.swift; sourceTree = ""; }; + 4DA34384F98C1A36DEF0F3B5 /* pool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pool.c; sourceTree = ""; }; + 4DC2E6AA1F0766632D9A31DA /* ClientStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientStreamingCall.swift; sourceTree = ""; }; + 4DC69076AFA89AC9A78E7761 /* lib_AtomicsShims.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = lib_AtomicsShims.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/lib_AtomicsShims.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4DFC888E68020CC7C588D166 /* SecurityFrameworkCertificateVerification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecurityFrameworkCertificateVerification.swift; sourceTree = ""; }; + 4E10B19D6EF42546019C523F /* digest_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digest_extra.c; sourceTree = ""; }; + 4E5FF72CAD15F89908177C81 /* HTTP2StreamDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamDelegate.swift; sourceTree = ""; }; 4E621A294F23631FFD765C2D /* UIFramework.watchOS.141.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.141.link.params; sourceTree = ""; }; - 4E63F943435F619A264FC240 /* FieldTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldTypes.swift; sourceTree = ""; }; - 4E8B995047606BFA1A0F0732 /* bio_mem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_mem.c; sourceTree = ""; }; - 4EC3DDE1295BA7535BDE7B0C /* forkunsafe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = forkunsafe.c; sourceTree = ""; }; - 4ED3C74AC655DA53736B0276 /* ServerErrorProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerErrorProcessor.swift; sourceTree = ""; }; - 4ED67DA163ED7D4651EE64E1 /* pem_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_lib.c; sourceTree = ""; }; - 4EDE57C74AC212FA679AD77D /* asn1_gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_gen.c; sourceTree = ""; }; - 4F49ACC4B4F8FD84AA6F3475 /* cpu_arm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_arm.c; sourceTree = ""; }; - 4F61188301C27DA06E8AC98A /* a_bitstr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bitstr.c; sourceTree = ""; }; + 4EB620FF5308D0C6A8528732 /* Primitives.native.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Primitives.native.swift; sourceTree = ""; }; + 4EC9847FBB9C25ED6BC6CB5E /* i2d_pr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i2d_pr.c; sourceTree = ""; }; + 4EDF09408999BA7B8B858F3C /* DebugOutboundEventsHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugOutboundEventsHandler.swift; sourceTree = ""; }; + 4EEFDDB2A920F0D6023442AF /* ssl_lib.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_lib.cc; sourceTree = ""; }; + 4F40D964B121C3CE6ACF9F16 /* thread_none.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_none.c; sourceTree = ""; }; + 4F5A86EC03425A016D07A5CF /* simple.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = simple.c; sourceTree = ""; }; 4F656B1E0D2A36C763DB0770 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 4F672EA1D1C768245DCCDBCB /* CoreUtilsObjC.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreUtilsObjC.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; 4F6E71D3468529C04CBB815F /* FXPageControl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FXPageControl.m; sourceTree = ""; }; 4FCEA6FBBD853B4BDA57B3E8 /* BasicTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicTests.swift; sourceTree = ""; }; - 4FE65486B9E94817947D60BC /* digestsign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digestsign.c; sourceTree = ""; }; - 502FA0291F226633D6DC1AA6 /* Server.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Server.swift; sourceTree = ""; }; - 503307ACCFD23F168C45049B /* Codable+ByteBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Codable+ByteBuffer.swift"; sourceTree = ""; }; - 5046DC4D17F93D06A2B2D876 /* HTTP2FrameParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2FrameParser.swift; sourceTree = ""; }; - 5049C25AE931C6ED448C8F10 /* asn1_compat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_compat.c; sourceTree = ""; }; - 506F5FD8C9C3F98682683623 /* sha1-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv8.linux.aarch64.S"; sourceTree = ""; }; + 4FE095D3D03189C44396DEB3 /* ServerInterceptorPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptorPipeline.swift; sourceTree = ""; }; + 5041B5B0645B14C8DE83CABF /* CNIOBoringSSL_asn1t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_asn1t.h; sourceTree = ""; }; + 5043F85AC80BFBD3C2DA3FE9 /* fd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fd.c; sourceTree = ""; }; + 5047EE4042ED3A3EF4D0AA2C /* StaticHeaderTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StaticHeaderTable.swift; sourceTree = ""; }; 5075EEAA3C0CAE1F69A77AD8 /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 50917A76AFDB7B9284AA173A /* err_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err_data.c; sourceTree = ""; }; - 5095D7E6990995D648DC1547 /* pcy_cache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_cache.c; sourceTree = ""; }; - 50C3C158381432F858B21C1A /* f_string.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_string.c; sourceTree = ""; }; - 50F82AE44F65AC6E630D1D17 /* CNIOBoringSSL_err.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_err.h; sourceTree = ""; }; - 5120DE72921268D108D25491 /* sha1-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 512DB622424C16E4ED3F26FE /* ghashv8-armx64.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx64.ios.aarch64.S"; sourceTree = ""; }; + 50DCFE51ACAEFDA0C7758317 /* mul.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mul.c; sourceTree = ""; }; + 5124AEB58D311A2929E1F768 /* ConnectionKeepalive.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionKeepalive.swift; sourceTree = ""; }; 5144A7830846FC6D306677CC /* WidgetExtension.232.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.232.link.params; sourceTree = ""; }; - 516362BA13A20C35564B79C5 /* sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sign.c; sourceTree = ""; }; + 516AC2941B0F404917C8A17D /* JSONScanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONScanner.swift; sourceTree = ""; }; 516E4BBECB187BAEDFD3A011 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 5198549B687C3CEF94A2FF79 /* StateManagedChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StateManagedChannel.swift; sourceTree = ""; }; + 5173D27244BE9DB5896A0C9A /* asn_pack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn_pack.c; sourceTree = ""; }; + 51D4462641C55C1CF8170007 /* ssl_transcript.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_transcript.cc; sourceTree = ""; }; + 520CCCA3631AD4A2EEAD17B0 /* PipeChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PipeChannel.swift; sourceTree = ""; }; + 5244D65CC44935DE2B6B8255 /* HTTP2PipelineHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2PipelineHelpers.swift; sourceTree = ""; }; + 52835D597837BCACE1AC0F99 /* x509_v3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_v3.c; sourceTree = ""; }; + 529031AD67A52C94CE424060 /* trust_token.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = trust_token.c; sourceTree = ""; }; 5299E62CECFA5DAA8F16FC5D /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 52A6C028E444B9DE1667DD52 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 53050BDEDB06DEE78E4D53D6 /* div_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = div_extra.c; sourceTree = ""; }; + 532427F7C8445FA243039A8C /* gcm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcm.c; sourceTree = ""; }; + 532A03F12178DE3491F33F1A /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 534B75A7EA26C9B16D82686A /* des.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = des.c; sourceTree = ""; }; + 5350FB2D6F32F6CA232288C5 /* PoolManagerStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PoolManagerStateMachine.swift; sourceTree = ""; }; 5363C149251A898407013539 /* lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = lib.swift; sourceTree = ""; }; 53D0F6EDE1512C50DAFFD638 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 53DA8C83C7319001A61709FB /* asn1_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_lib.c; sourceTree = ""; }; + 53EAC936BF6D5E6323B4DCF0 /* bio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio.c; sourceTree = ""; }; 54052CF408AE5ABCD763629A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 546C262B6C0868FDFEE7DD2B /* CNIOBoringSSL_ecdh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ecdh.h; sourceTree = ""; }; - 5473DA166E974B83B0EA71B6 /* CNIOBoringSSL_cast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cast.h; sourceTree = ""; }; + 540FAEB57484A2CDEC90F157 /* SocketOptionProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketOptionProvider.swift; sourceTree = ""; }; + 541406C7EA793641EC8D5A8B /* CNIOBoringSSL_ec_key.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ec_key.h; sourceTree = ""; }; + 545251BFBA3BDDEE7D9DBE64 /* CNIOBoringSSL_ecdh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ecdh.h; sourceTree = ""; }; + 546F52C417D706D6DC0654CD /* AnyMessageStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnyMessageStorage.swift; sourceTree = ""; }; + 54A4A27B072E9D0DC367428A /* sha256-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-x86_64.linux.x86_64.S"; sourceTree = ""; }; + 54DF7C3419CB1A400D2800D4 /* Linux.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Linux.swift; sourceTree = ""; }; 54ED5D9A50CE513020A2DD9F /* lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib.h; sourceTree = ""; }; + 55073C2090218AEF82014C4E /* c_nio_api.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_nio_api.c; sourceTree = ""; }; 55269A3438335A58660FF7EC /* liblib_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_swift.a; path = "bazel-out/CONFIGURATION-STABLE-28/bin/CommandLine/CommandLineToolLib/liblib_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5552D8B2869B12BDA0D23DF8 /* rsaz-avx2.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rsaz-avx2.mac.x86_64.S"; sourceTree = ""; }; - 555D94D0828845560FE5550F /* CNIOBoringSSL_boringssl_prefix_symbols.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_boringssl_prefix_symbols.h; sourceTree = ""; }; - 5562B28BB84FD705AD84F715 /* ghash-ssse3-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-ssse3-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 55799EFBFD15D60317CDF43E /* cmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmp.c; sourceTree = ""; }; - 55B4533B8F87C2357B9373CA /* PointerHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointerHelpers.swift; sourceTree = ""; }; - 55DB3E8BEA6D9EF9E6CA898D /* HTTP2ToRawGRPCStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ToRawGRPCStateMachine.swift; sourceTree = ""; }; - 55EF89D0663233A38A7B6B99 /* IO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IO.swift; sourceTree = ""; }; + 5536A432B6DE83DFD2089F7F /* cpp_magic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cpp_magic.h; sourceTree = ""; }; + 5595461832140F64007C9300 /* ecdsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdsa.c; sourceTree = ""; }; 55F186F555B70C11A04738C7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 561A4008B7E13BBEF0E6A15E /* CNIOBoringSSL_ossl_typ.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ossl_typ.h; sourceTree = ""; }; - 56696DC847EF4662E80BC7DD /* d1_srtp.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_srtp.cc; sourceTree = ""; }; - 568650CCEC279A4A65B25CD9 /* SingleStepByteToMessageDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleStepByteToMessageDecoder.swift; sourceTree = ""; }; - 56A21EF91F68794582282FBE /* cpp_magic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cpp_magic.h; sourceTree = ""; }; + 55F2384A1DF99F870461A3B3 /* dsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa.c; sourceTree = ""; }; + 5645B5F890321C444DC6C836 /* CNIOBoringSSL_curve25519.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_curve25519.h; sourceTree = ""; }; + 56542DC3E9D01964E4AB5D09 /* ssl_asn1.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_asn1.cc; sourceTree = ""; }; + 569B17BFDCAD955C71F5C5AF /* Logging.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logging.swift; sourceTree = ""; }; 56AB8447D9427999D4C35269 /* AppClip.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 56E1157CF925653125A4A4ED /* CNIOBoringSSL_kdf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_kdf.h; sourceTree = ""; }; + 56DCD14FA8579B34CFE67CE8 /* ByteBuffer-foundation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-foundation.swift"; sourceTree = ""; }; + 56EE6E5F0D618D6F4325D814 /* Decoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Decoder.swift; sourceTree = ""; }; + 56FAB56F582CB8A4A5DCA38B /* delocate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = delocate.h; sourceTree = ""; }; 571D21AECDB8FF7B0366DD9B /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; - 57336EC011C4F56D802EE258 /* ByteBuffer-core.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-core.swift"; sourceTree = ""; }; + 57215DE010C013469E7CB052 /* CNIOBoringSSL_opensslconf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_opensslconf.h; sourceTree = ""; }; 5757734C8599E83289FC1EAB /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 5789C871B007D6E3459D423E /* CustomPrivateKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomPrivateKey.swift; sourceTree = ""; }; - 578F52DCE72D08465BA35A96 /* NIOThrowingAsyncSequenceProducer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOThrowingAsyncSequenceProducer.swift; sourceTree = ""; }; + 57807105D89A1D76B4F0AAFE /* ClientConnection+NWTLS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ClientConnection+NWTLS.swift"; sourceTree = ""; }; 579EF68CC093C175048FB900 /* libc_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libc_lib.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/CommandLine/swift_c_module/libc_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 57A195462C22D04EEE52ADA1 /* UnitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnitTests.swift; sourceTree = ""; }; - 57A34BB2FF966C1238957645 /* SocketProtocols.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketProtocols.swift; sourceTree = ""; }; 57B0A834E6A59149F6420093 /* iOSAppSwiftUnitTests.161.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.161.link.params; sourceTree = ""; }; - 57C9D63D159980FEB649A251 /* encrypted_client_hello.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = encrypted_client_hello.cc; sourceTree = ""; }; + 57B8362E60CC7373252C65EB /* lock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = lock.swift; sourceTree = ""; }; + 57E06CAC99F98308ACD373C5 /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; 580DBA740396A7EE1950EA08 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; 582A41B1867A961097465CA6 /* macOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 5832B4C3937C4DF463B1BF5B /* iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 5836C2C3E48B2E721B4E426E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 5863370A47643DC1A4E0632D /* Bundle.152.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Bundle.152.link.params; sourceTree = ""; }; - 5875A1795BA3B23B8386D3A8 /* SelectorGeneric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorGeneric.swift; sourceTree = ""; }; - 58BF45D9E824B59702BDBA91 /* GRPCSendable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCSendable.swift; sourceTree = ""; }; + 58E97062F03D3AAC6363B3BC /* armv8-mont.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv8-mont.ios.aarch64.S"; sourceTree = ""; }; 590C1F8173F7F592F432ACF0 /* SwiftGreetingsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftGreetingsTests.swift; sourceTree = ""; }; - 5918F2325EC6A870A3376685 /* HTTP2SettingsState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2SettingsState.swift; sourceTree = ""; }; + 591D2301A54DEB380BD84170 /* x_attrib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_attrib.c; sourceTree = ""; }; 592EEFBB1B45D1BF7E0E5BEB /* tool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tool; sourceTree = BUILT_PRODUCTS_DIR; }; 59350B2E750DD154008C1229 /* lib3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib3.h; sourceTree = ""; }; 5943CDBFA4A38FDFF9113B4F /* MixedAnswer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MixedAnswer.m; sourceTree = ""; }; - 595B588A117CF9B7D98248C4 /* a_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_int.c; sourceTree = ""; }; - 599F376AD2CC2A20288783E8 /* service_indicator.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = service_indicator.c; sourceTree = ""; }; - 59B595836143B41C873E3F90 /* NIOHTTPClientUpgradeHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOHTTPClientUpgradeHandler.swift; sourceTree = ""; }; - 59BFC82F02CCBA0438E98355 /* dsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa.c; sourceTree = ""; }; + 597656702A09C4245B87D436 /* CNIOBoringSSL_boringssl_prefix_symbols.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_boringssl_prefix_symbols.h; sourceTree = ""; }; + 59A5E697E926A4DC64EFECCE /* sha512-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-x86_64.mac.x86_64.S"; sourceTree = ""; }; + 59C0E766E5448D76C8FAE840 /* RequestResponseHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestResponseHandler.swift; sourceTree = ""; }; 59D0FC50AFA74EACEDCE71D3 /* LibFramework.watchOS.13.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.13.link.params; sourceTree = ""; }; - 59EC7D03B69C60208E1D835D /* ByteBuffer-lengthPrefix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-lengthPrefix.swift"; sourceTree = ""; }; + 59EAE54170C0E8CB38A5CDA1 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 59FC3796E93FDD2DFF1F569F /* iOSAppUITests.157.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.157.link.params; sourceTree = ""; }; - 5A15355D1D73360B46A56D8D /* CNIOBoringSSL_ecdsa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ecdsa.h; sourceTree = ""; }; + 5A10786AB5C53228CE5E541B /* GRPCWebToHTTP2ServerCodec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCWebToHTTP2ServerCodec.swift; sourceTree = ""; }; 5A20F4E40803BAD49ADBD06B /* FrameworkCoreUtilsObjC.137.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.137.link.params; sourceTree = ""; }; - 5A6C9592F64A8EEB40E51CC1 /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 5A25E3C9696ABEB0238E74A0 /* x509_lu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_lu.c; sourceTree = ""; }; + 5A402B1872E470221AB71F8B /* dh_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_asn1.c; sourceTree = ""; }; 5A7175D14BDE7B844E2F5115 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; - 5A895373B90481601BB373C6 /* fips_shared_support.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fips_shared_support.c; sourceTree = ""; }; - 5A913CC09371519AD43724AA /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 5A9C8E36F7E7F45D78B040DC /* WireFormat.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WireFormat.swift; sourceTree = ""; }; - 5AA34BF1F138AF3F4FBDCEA1 /* TLSVersion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSVersion.swift; sourceTree = ""; }; + 5A8A65768AE5C6325C641D3D /* p_rsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_rsa_asn1.c; sourceTree = ""; }; + 5A8EA0BA8E7D3454610DA5A0 /* sha256-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-586.linux.x86.S"; sourceTree = ""; }; 5AD1576A6AD3437513F682AA /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 5B0578FFD47B9694D3B7B0A6 /* x86_64-mont5.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont5.linux.x86_64.S"; sourceTree = ""; }; - 5B3DA9D4408939A04392DE61 /* PendingDatagramWritesManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PendingDatagramWritesManager.swift; sourceTree = ""; }; - 5B54EDCD18CD4835A57B56C8 /* JSONRPCFraming.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONRPCFraming.swift; sourceTree = ""; }; - 5B64EB4F50EDA1F986484982 /* NIOFilterEmptyWritesHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOFilterEmptyWritesHandler.swift; sourceTree = ""; }; + 5AF1099B32A324B8E5302D54 /* simple_mul.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = simple_mul.c; sourceTree = ""; }; 5B74F39A84428B8DEB27AD00 /* libLib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libLib.a; path = "bazel-out/CONFIGURATION-STABLE-13/bin/Lib/libLib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 5B8EAA02C80F54F4E3524DE7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 5B939C56E42866AD2CF0A422 /* cpu_aarch64_fuchsia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_fuchsia.c; sourceTree = ""; }; - 5BC13F93360A1C50EFA176F7 /* Logging.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Logging.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 5BB9D117E97FDC1050F09EBF /* e_aesccm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aesccm.c; sourceTree = ""; }; + 5BF225F8D9E6AE4A61F19EF9 /* fork_detect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fork_detect.c; sourceTree = ""; }; 5C12BE9C31097C03734EA6D1 /* echo.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = echo.pb.swift; sourceTree = ""; }; 5C1A5D809CEAC3FBF7A98DB7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 5C244867455F68371050062B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 5C345EF633AF52ACE311FBC5 /* CNIODarwin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIODarwin.h; sourceTree = ""; }; - 5C498781EB7BF3FB13E34D67 /* libNIOTLS.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOTLS.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOTLS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5C498781EB7BF3FB13E34D67 /* libNIOTLS.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOTLS.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOTLS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 5C5B62D2761274ED70A92C73 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 5C969F62DE8A8B24B8F943D3 /* JSONScanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONScanner.swift; sourceTree = ""; }; - 5C9DF5CD8750B5BC01C05BE2 /* BidirectionalStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BidirectionalStreamingCall.swift; sourceTree = ""; }; - 5CB00EE0BCA6F85FAF34E41E /* BinaryEncodingSizeVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncodingSizeVisitor.swift; sourceTree = ""; }; - 5CEBD463FA232AA7FBA66CCD /* NIOSSL.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOSSL.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 5C85C4666D7334F9AEF293EC /* HTTP2Stream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Stream.swift; sourceTree = ""; }; + 5C8ED612EC8048C29097CFD3 /* field_mask.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = field_mask.pb.swift; sourceTree = ""; }; + 5C9A14F083276C4B465E9A7C /* Version.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = ""; }; + 5CA4E58E5B0754AA4867C18D /* algorithm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = algorithm.c; sourceTree = ""; }; + 5CF50636F5BAF14A4F6DF299 /* ghash-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-x86.linux.x86.S"; sourceTree = ""; }; 5D1ABF79BD2B800CF411882A /* proto */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = proto; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D1FB55595EB28C4C4DBACE5 /* pair.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pair.c; sourceTree = ""; }; - 5D794A49A203029FE27CDCE5 /* Google_Protobuf_Wrappers+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Wrappers+Extensions.swift"; sourceTree = ""; }; + 5D21176D596F5F0E719D7743 /* Embedded.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Embedded.swift; sourceTree = ""; }; + 5D33E014F592417F8972B808 /* thread_win.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_win.c; sourceTree = ""; }; + 5D468997A66F00FBC76B6D9E /* ProtobufAPIVersionCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtobufAPIVersionCheck.swift; sourceTree = ""; }; + 5D4ED9F44A5DA1A881F9521F /* chacha20_poly1305_armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_armv8.linux.aarch64.S; sourceTree = ""; }; + 5DB17E9D9A964F0C25EA4C3B /* div.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = div.c; sourceTree = ""; }; 5DB454458F57BB89897F427B /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 5DBC910DA9CE0FB4655C3E1D /* CNIOBoringSSL_obj.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_obj.h; sourceTree = ""; }; - 5DD8DB28BF096A326BC24B32 /* CNIOBoringSSL_buf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_buf.h; sourceTree = ""; }; + 5DC4009AB225281016649472 /* x_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_pkey.c; sourceTree = ""; }; 5DE7AF00D3B4EA3E8ED7D9C8 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 5E07333037FF1E580977BA0B /* AnyUnpackError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnyUnpackError.swift; sourceTree = ""; }; 5E0D33801A190555B2E66419 /* libc_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libc_lib.a; path = "bazel-out/CONFIGURATION-STABLE-27/bin/CommandLine/swift_c_module/libc_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 5E1A666E40A425843F74F596 /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 5E55DA8F79F29EE0A6752C35 /* macOSApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = macOSApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E68E60416B07FF6AA257287 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 5E6C4E6525A4986135D3D464 /* libprivate_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_lib.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/CommandLine/CommandLineToolLib/libprivate_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5E81B1675DA6857961CC2F0F /* d1_pkt.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_pkt.cc; sourceTree = ""; }; - 5E87FA99EA6CCE080B43362A /* thread_win.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_win.c; sourceTree = ""; }; 5E8B1952744FD9F56A1A836E /* echo_server_services_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server_services_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 5E94A4CE9B0AE78B5C4908AE /* GoogleMaps.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMaps.framework; sourceTree = ""; }; - 5EC51149C6E0CA5394399EB3 /* CircularBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircularBuffer.swift; sourceTree = ""; }; - 5ECBA28AF07315BDD28183D8 /* pkcs8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs8.c; sourceTree = ""; }; + 5E94C57514DF286876C54F26 /* d1_lib.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_lib.cc; sourceTree = ""; }; + 5EBFE1FAA686732ED84CC56B /* LazyEventLoopPromise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyEventLoopPromise.swift; sourceTree = ""; }; 5F09455AFE06F33F9962F049 /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 5F3D30EADC43FAA263E3B2F3 /* a_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_sign.c; sourceTree = ""; }; + 5F22F9D21E5F78DDFC531B7F /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 5F3F53326336E626CE2FCFD3 /* _AtomicsShims.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = _AtomicsShims.c; sourceTree = ""; }; 5F5DF077B67F1DAECEA0420A /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; - 5F99DB726C4D8C0F85C1776D /* CNIOAtomics.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOAtomics.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 5F6B40407C44B3C97D66117F /* GRPCAsyncWriterSinkDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncWriterSinkDelegate.swift; sourceTree = ""; }; + 5F81E3E549A060523430F2E0 /* DOSHeuristics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DOSHeuristics.swift; sourceTree = ""; }; 5FB4454CDAA24989DF7ADDD2 /* MixedAnswer_swift_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_swift_modulemap-module.modulemap"; sourceTree = ""; }; - 5FCEFBE35D69CB2B4B036512 /* DatagramVectorReadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatagramVectorReadManager.swift; sourceTree = ""; }; - 5FEE75D6E103AB9B5B5F7A53 /* SelectiveVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectiveVisitor.swift; sourceTree = ""; }; - 6000768B2204BDFBE6C97F87 /* TypeAssistedChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypeAssistedChannelHandler.swift; sourceTree = ""; }; - 604FC3EB6E0E5EA18014535E /* GRPCKeepaliveHandlers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCKeepaliveHandlers.swift; sourceTree = ""; }; - 6050770BAC96D8A6D9C229E6 /* DebugOnly.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugOnly.swift; sourceTree = ""; }; - 606A5AEC43E9FAFEED887368 /* ReceivingGoAwayState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingGoAwayState.swift; sourceTree = ""; }; - 60B5439F970A80F74A75D0F8 /* p_x25519_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_x25519_asn1.c; sourceTree = ""; }; + 5FF4320607F3940D0AF41A86 /* LocallyQuiescingState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocallyQuiescingState.swift; sourceTree = ""; }; + 5FF78744D32A18791F3A26D2 /* NIOSSLServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLServerHandler.swift; sourceTree = ""; }; + 6024EA427547E5C2E977EE64 /* shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shim.c; sourceTree = ""; }; + 602DBF2081FF99B0AC268039 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 605B8C7F5A195D573F94D2B3 /* ClientConnection+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ClientConnection+NIOSSL.swift"; sourceTree = ""; }; + 609754C4E04DC01FED7550CC /* chacha20_poly1305_armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_armv8.ios.aarch64.S; sourceTree = ""; }; + 60D07AEEB963E2090832D31C /* HTTP2ToRawGRPCServerCodec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ToRawGRPCServerCodec.swift; sourceTree = ""; }; + 60D65DA307F7A3F99FDBCFD2 /* ExtensibleMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensibleMessage.swift; sourceTree = ""; }; 60D962A2E0C164A696CF586B /* iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 60F680862A1243B2BBC49489 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 60FE42627457A8A342F8D595 /* fd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fd.c; sourceTree = ""; }; - 612EB88F8B51B50E266E91EB /* e_aesgcmsiv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aesgcmsiv.c; sourceTree = ""; }; - 61435D70086C3CD7088F62F3 /* atomics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = atomics.swift; sourceTree = ""; }; - 619885385803D5C0743CB11A /* HTTPPipelineSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPPipelineSetup.swift; sourceTree = ""; }; + 60FD8508486F6A76B70C0A3E /* SimpleExtensionMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleExtensionMap.swift; sourceTree = ""; }; + 6112695212770DF05BB26FE2 /* CNIOBoringSSL_pkcs12.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pkcs12.h; sourceTree = ""; }; + 6130DD1F5F07E6A523B37A0D /* PointerHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointerHelpers.swift; sourceTree = ""; }; + 613A78831E3738E592F0229B /* tasn_new.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_new.c; sourceTree = ""; }; + 613BF350ED3996E1E9B2F963 /* x_x509a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_x509a.c; sourceTree = ""; }; + 6157C36D97B8951FEB71A288 /* bn_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_asn1.c; sourceTree = ""; }; 61A2F6F1B86CF3FFA97AAE58 /* liblib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineToolLib/liblib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 61A8A6B06F9CD7FE639C9162 /* derive_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = derive_key.c; sourceTree = ""; }; + 61A7F0289EB30DE41D306D57 /* ssl_aead_ctx.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_aead_ctx.cc; sourceTree = ""; }; + 61ADA36691D6EFF09196A3BB /* ProtoNameProviding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtoNameProviding.swift; sourceTree = ""; }; 61C2497767683C32F72DC7FD /* echo_client.78.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.78.link.params; sourceTree = ""; }; - 61FBBB1DA61BDCC1276256D3 /* Logging.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Logging.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 624399656E1272453BA72297 /* CNIOBoringSSL_crypto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_crypto.h; sourceTree = ""; }; + 61FAF4C968B5F28047DDE4E5 /* x509_def.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_def.c; sourceTree = ""; }; 62488D84699BE7CD22975A36 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 624FD9ED90E8218B77E19C11 /* MixedAnswer-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixedAnswer-Swift.h"; sourceTree = ""; }; 6250B8730C0A9DE6B810A647 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; + 625A8A296E80BBC4B9876BEE /* t_x509a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_x509a.c; sourceTree = ""; }; + 625FD0D82572B184AC33C38F /* chacha-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-x86.linux.x86.S"; sourceTree = ""; }; + 6265B0788DBD72C00DC81612 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 62A6DC8C0E0B91CA7A026111 /* SwiftUnitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUnitTests.swift; sourceTree = ""; }; - 62C7A45FFFC3CC65CFB40708 /* IntegerTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerTypes.swift; sourceTree = ""; }; - 62F2D4F739FA629F22469D74 /* MulticastChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MulticastChannel.swift; sourceTree = ""; }; - 6333557A3CE2963935EBD0BC /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = ""; }; - 633462B5D48E4D7BB0FBF8BA /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 63405BF0CA328D35611CF4FC /* BaseStreamSocketChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseStreamSocketChannel.swift; sourceTree = ""; }; + 62EB761FE692342066EA56FE /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 6315B8567F9178FD9D34C3A4 /* IOData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IOData.swift; sourceTree = ""; }; + 631C2ED78CED0AE740F3FA89 /* UnsafeMutableBufferPointer+Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafeMutableBufferPointer+Utilities.swift"; sourceTree = ""; }; + 6330D9AA1F9CE7D64B39B8C0 /* JSONEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncoder.swift; sourceTree = ""; }; + 633ADD44FDA44B8E182E3E5A /* HashVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HashVisitor.swift; sourceTree = ""; }; + 635274A4917F7BD370B11469 /* duration.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = duration.pb.swift; sourceTree = ""; }; 635D1458976828D3C32064C1 /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; - 6387A8C5768F2B0852AFE715 /* DispatchQueue+WithFuture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DispatchQueue+WithFuture.swift"; sourceTree = ""; }; + 6384CB83592BD627E7F218CC /* HTTP2PingData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2PingData.swift; sourceTree = ""; }; + 63BEEC1FCB24DF75E0F832CC /* e_aesgcmsiv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aesgcmsiv.c; sourceTree = ""; }; + 63F066A9D4BA12747D2E97C1 /* TCPOptions+SocketChannelOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TCPOptions+SocketChannelOption.swift"; sourceTree = ""; }; 6406FD974E734FBF8AA2B1A8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 640D169B46728B568D452753 /* x509_set.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_set.c; sourceTree = ""; }; 640D6A5500EB1B56323D97D7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 6412DDADEF716C7D25C01C2E /* cbs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbs.c; sourceTree = ""; }; + 642B3679022C3DAE2B4C589C /* PoolManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PoolManager.swift; sourceTree = ""; }; 64335C88A2B6081F5AC49F64 /* private.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private.inc; sourceTree = ""; }; - 646CE62C0B1E621EA5580CB1 /* ServerInterceptorContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptorContext.swift; sourceTree = ""; }; - 64A9E5ABBA49898C123B5EB8 /* CNIOBoringSSL_objects.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_objects.h; sourceTree = ""; }; + 645A2D3178206DEE60F1AE83 /* e_des.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_des.c; sourceTree = ""; }; 64B56B2EAC2DDBE2F7CDDB3C /* WidgetExtension.9.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.9.link.params; sourceTree = ""; }; - 64B7CF4B86EDE2A7FF81844A /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = ""; }; - 65038DD3D7379BF5B15158FC /* UnsafeRawPointer+Shims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafeRawPointer+Shims.swift"; sourceTree = ""; }; - 651703D44585BDF1967B324E /* e_chacha20poly1305.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_chacha20poly1305.c; sourceTree = ""; }; + 64F8DBCB72920600F59FCB78 /* voprf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = voprf.c; sourceTree = ""; }; + 6507A22B1CE07BE6584CEF43 /* pem_oth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_oth.c; sourceTree = ""; }; 65202A6DBE268FA54E78C9F9 /* macOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 65528BA3D500EEB118262D00 /* ecdsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdsa.c; sourceTree = ""; }; - 6587E1530852583FE7953BCF /* ServerInterceptorStateMachine+Finished.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerInterceptorStateMachine+Finished.swift"; sourceTree = ""; }; - 65B119655C52A7B0BBAE0A87 /* a_strex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_strex.c; sourceTree = ""; }; - 65C342F237C7808BF1661300 /* empty.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = empty.pb.swift; sourceTree = ""; }; + 6528B9BD33FABA3B1CFF30F6 /* Heap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Heap.swift; sourceTree = ""; }; + 652FE201FC9FF0DEBE8A263A /* ServerHandlerStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerHandlerStateMachine.swift; sourceTree = ""; }; + 6576F239C6951944F798B6CC /* x509_cmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_cmp.c; sourceTree = ""; }; + 65BFE1CF3DDA4ECADC72D105 /* e_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_null.c; sourceTree = ""; }; 65C427CAA4734124D90D57A3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 65CCA655A0F98731633FFED4 /* libTestingUtils.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libTestingUtils.a; path = "bazel-out/CONFIGURATION-STABLE-13/bin/iOSApp/Test/TestingUtils/libTestingUtils.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 65F0EF31C14B4D8437B53E7E /* NIOHTTPObjectAggregator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOHTTPObjectAggregator.swift; sourceTree = ""; }; 65FE043974334DC5DC5E16DD /* AppClip.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AppClip.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 65FE8F809BCE55EE40794835 /* EventLoopFuture+Deprecated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoopFuture+Deprecated.swift"; sourceTree = ""; }; + 6600DA01E5D09B1B4170F147 /* CNIOBoringSSL_poly1305.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_poly1305.h; sourceTree = ""; }; 66078F1ABF181CBAD9548DA6 /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 6610AC5617338A303EE5E23E /* x509_lu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_lu.c; sourceTree = ""; }; - 663DFD84B9B614BA2D4DBDF6 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 6658B3ECD1CDE2514080A578 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 6616472700E2D782DF2BF3E3 /* NIOAny.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAny.swift; sourceTree = ""; }; + 666661EE34ECA08FCB096066 /* WebCORSHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebCORSHandler.swift; sourceTree = ""; }; 66820B872C92261F5549BBD4 /* cc_external_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_external_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 66885D01B3CCA763D10DE03C /* fips.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fips.c; sourceTree = ""; }; 66914FF429323AFFB4F16E7A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 66B4C876E1EDBF60074867F5 /* BasicTests.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 66E4E06396F34EA685DC743C /* echo_client */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = echo_client; sourceTree = BUILT_PRODUCTS_DIR; }; + 6711315B2B1A399FEA81AB1A /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 6730EEA8BC37246E06B09C4E /* evp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp.c; sourceTree = ""; }; + 6738D34FE90D51D72E2760E3 /* CNIOBoringSSL_aes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_aes.h; sourceTree = ""; }; + 67424FCA34FFD7EBBCA440FA /* DecompressionLimit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DecompressionLimit.swift; sourceTree = ""; }; 6747E1A7F729E92CC99C2D20 /* watchOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 67496CA997EE1999978DD2D4 /* macOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = macOSApp.swift; sourceTree = ""; }; - 67554B12E5010EA626CB0F85 /* NIOPosix.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOPosix.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 67578EF9CF04D313FD20781F /* exponentiation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = exponentiation.c; sourceTree = ""; }; - 676DACED359AB248C66DF951 /* e_rc4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc4.c; sourceTree = ""; }; - 67D11E4120D5697494DA16A9 /* Deque._UnsafeHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deque._UnsafeHandle.swift; sourceTree = ""; }; - 67D6A65ECAFFE93C661B722E /* HTTPServerProtocolErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerProtocolErrorHandler.swift; sourceTree = ""; }; - 67EEE7F4B0D4D6E24B91107E /* rsa_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_print.c; sourceTree = ""; }; + 679DD377E36CC59008D41C8C /* Message+JSONAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+JSONAdditions.swift"; sourceTree = ""; }; + 67F1E8F7F5DFBC8B1BE19059 /* a_utctm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_utctm.c; sourceTree = ""; }; + 6804007ED8D98E3C3A4F396D /* atomics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = atomics.swift; sourceTree = ""; }; + 680563DA6998B9637F351557 /* DequeModule.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = DequeModule.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 6814D646DC7C5BF62DD1E274 /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 68305E92564A8717EA4EBB1E /* libprivate_swift_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_swift_lib.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/CommandLine/CommandLineToolLib/libprivate_swift_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 683132DC6F9FBA5D85316595 /* ReadWriteStates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadWriteStates.swift; sourceTree = ""; }; - 6890839244B4D41B861FEDFD /* UnsafeBufferPointer+Shims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafeBufferPointer+Shims.swift"; sourceTree = ""; }; + 6833BA1347B583B30430C9FC /* ChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelHandler.swift; sourceTree = ""; }; + 6877C5533AAD87E2E117CF95 /* c-nioatomics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "c-nioatomics.c"; sourceTree = ""; }; + 688201C924E24042A756C796 /* a_type.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_type.c; sourceTree = ""; }; 68966468D23017D8C08D6F1B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 68C988050DF32A758331891E /* CNIOBoringSSL_thread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_thread.h; sourceTree = ""; }; - 68DE99830B15042919576C21 /* check.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = check.c; sourceTree = ""; }; + 68A4419A659B1CDF3E79BAD6 /* shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shim.c; sourceTree = ""; }; + 68AE4AC0AEF8246E65D76F9D /* socket.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = socket.c; sourceTree = ""; }; 68E0E5D8DF9008AA56EAE127 /* exported-symbols.lds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "exported-symbols.lds"; sourceTree = ""; }; - 6901BA9D1575B13A115EC735 /* AtomicBool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicBool.swift; sourceTree = ""; }; - 69A2A093CA7D5EB1B5831D25 /* SSLContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLContext.swift; sourceTree = ""; }; - 6AE7B02367852D6C482D687F /* hmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hmac.c; sourceTree = ""; }; - 6B0F8092877FD57370D00143 /* armv4-mont.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv4-mont.linux.arm.S"; sourceTree = ""; }; - 6B2908DE18EE02683755042C /* delocate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = delocate.h; sourceTree = ""; }; - 6B430295930E6CFE1C56D892 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 68F86E3F0DD87F7BB52FF745 /* GRPCClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCClient.swift; sourceTree = ""; }; + 698F5B6584BA2C7D0C85C1FB /* mode_wrappers.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mode_wrappers.c; sourceTree = ""; }; + 69A30A6911BEDFEA65D0F7B0 /* crypto.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = crypto.c; sourceTree = ""; }; + 6A7C45CF7FD071F69A45B3C4 /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLLHTTP.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 6AB3710C06F9EC5EB21E8DF0 /* printf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = printf.c; sourceTree = ""; }; + 6AD9EFCA12887E179C4C88E6 /* CNIOBoringSSL_blake2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_blake2.h; sourceTree = ""; }; + 6AFF408EC027717C081ADB4D /* NIO.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIO.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 6B03CE5017DCFF1E2BE9D1C6 /* Google_Protobuf_ListValue+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_ListValue+Extensions.swift"; sourceTree = ""; }; + 6B3E6EB187E0CBBD988AD067 /* CNIOBoringSSL_arm_arch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_arm_arch.h; sourceTree = ""; }; + 6B6FE12DFFF1DDDC63AA845B /* Deque+Testing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Testing.swift"; sourceTree = ""; }; + 6B71D8E23B8CE5083C604C7A /* CNIOBoringSSL_err.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_err.h; sourceTree = ""; }; 6B739906A878D9C3BFFF4C95 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 6BA4F64632AC3DA7D4CA8261 /* InterceptorContextList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterceptorContextList.swift; sourceTree = ""; }; + 6B8214E2D633CF047F60EEBD /* pem_pk8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_pk8.c; sourceTree = ""; }; 6BC7003FB816B915831E312C /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 6C1EDE9C8C26DA66A62A8776 /* HTTP2PingData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2PingData.swift; sourceTree = ""; }; + 6C15E7519D52E8526F1BC116 /* ec_montgomery.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_montgomery.c; sourceTree = ""; }; + 6C3B45EE0E843A7FF478A662 /* ExtensionMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionMap.swift; sourceTree = ""; }; + 6C4309F2820E16B01B1ECA43 /* Message.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = ""; }; + 6C45936BB620209BD8C5EA2E /* TimeUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeUtils.swift; sourceTree = ""; }; + 6C600B5E4C76D73C40194019 /* digestsign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digestsign.c; sourceTree = ""; }; 6C6EE1DE3180397105BD9AB8 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 6CF0BC8ADB53A48F723C570F /* CNIOBoringSSL_cmac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cmac.h; sourceTree = ""; }; - 6D0F9AC456A803CF9E2B50DD /* HTTPHeaders+Validation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTPHeaders+Validation.swift"; sourceTree = ""; }; - 6D16A5778DC3D7EE674F9425 /* ServerHandlerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerHandlerProtocol.swift; sourceTree = ""; }; - 6D34F01170F17408FD45C2D5 /* BaseSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseSocket.swift; sourceTree = ""; }; + 6CB66F235D82A9D9E67EC6DE /* NIOTSListenerChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSListenerChannel.swift; sourceTree = ""; }; + 6CBEDF397F7065072BA84EFB /* Serialization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Serialization.swift; sourceTree = ""; }; 6D3C5EDD868AB5BCCAC6892E /* AppClip.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 6D3EC87E38C73FDBCA9CEB76 /* MayReceiveFrames.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MayReceiveFrames.swift; sourceTree = ""; }; + 6D5459587371DF738A34DDE6 /* LengthPrefixedMessageReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LengthPrefixedMessageReader.swift; sourceTree = ""; }; 6D7BFBA99CFB5FF29369414B /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 6D85C3B34C868FD96813F6D7 /* bucket */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bucket; sourceTree = ""; }; 6D9C8C1A0B07E081B22A6110 /* tvOSApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tvOSApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 6DBC6CC2139B54D1413F5945 /* p256-x86_64-asm.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-x86_64-asm.mac.x86_64.S"; sourceTree = ""; }; - 6E166CEA4F954A1943E7E3EF /* ServerBuilder+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerBuilder+NIOSSL.swift"; sourceTree = ""; }; - 6E225B11781379BB74D5F46B /* UniversalBootstrapSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UniversalBootstrapSupport.swift; sourceTree = ""; }; + 6DCD781555CA8D41F2BF7248 /* ConnectionStreamsState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionStreamsState.swift; sourceTree = ""; }; 6E3570AEE428169902B03F41 /* private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private.h; sourceTree = ""; }; - 6E40B9CF809D01B29C81B660 /* Google_Protobuf_NullValue+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_NullValue+Extensions.swift"; sourceTree = ""; }; + 6E5B7C9DA48D3DC8982BFF18 /* ServerErrorProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerErrorProcessor.swift; sourceTree = ""; }; 6E728BBAB0B09DD8507D5991 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 6E79BEA4D4696FAF356AA634 /* x86-mont.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86-mont.linux.x86.S"; sourceTree = ""; }; - 6E99741755CBD900DED02F54 /* _EmbeddedThroughput.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _EmbeddedThroughput.swift; sourceTree = ""; }; - 6F1BC89BDA17B2C2034AD526 /* x86_64-gcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "x86_64-gcc.c"; sourceTree = ""; }; - 6F4B2D861FA60B08F58F9DBD /* buf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = buf.c; sourceTree = ""; }; - 6F8642E3F36B00825631297B /* ServerInterceptorStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptorStateMachine.swift; sourceTree = ""; }; - 6F883AC135946BD38DC08E4D /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = SwiftProtobuf.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 6FF8565DB2BCF43C9B5B9C3A /* key_wrap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = key_wrap.c; sourceTree = ""; }; + 6EBCA421A0235CBAC10725E3 /* cmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmac.c; sourceTree = ""; }; + 6F8DCDB0D571E99BA5598008 /* rsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa.c; sourceTree = ""; }; + 6FBFD0031FB750676EB0E65D /* rsaz-avx2.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rsaz-avx2.mac.x86_64.S"; sourceTree = ""; }; + 6FC767BD9E654123E74A2B48 /* UniversalBootstrapSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UniversalBootstrapSupport.swift; sourceTree = ""; }; + 6FD47E71B1046B9D500FB77E /* CNIOBoringSSL_pem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pem.h; sourceTree = ""; }; 6FFA8DB139B750F2B315D03B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 7003826D3F09B01CBDD09AFB /* iOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 7012DFA199E3E0FCA0E6EEBF /* UI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UI.h; sourceTree = ""; }; + 7033CFBFF089590E713450EE /* armv4-mont.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv4-mont.linux.arm.S"; sourceTree = ""; }; 703429B3C4BA1D54A51F5D13 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 70356B40025ECBA5190E0A13 /* aesv8-armx64.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx64.linux.aarch64.S"; sourceTree = ""; }; - 70363EA35E5C00E262F4EFD1 /* ServerBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerBuilder.swift; sourceTree = ""; }; - 7089DA9113EED5B32BC81788 /* x509_d2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_d2.c; sourceTree = ""; }; - 70A86FE3FCEEB5B362C90167 /* cpu_arm_linux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_arm_linux.c; sourceTree = ""; }; - 70F87FFC96981955198A694F /* Selectable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Selectable.swift; sourceTree = ""; }; - 710498BFE9D7CDEC61BCB68E /* a_d2i_fp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_d2i_fp.c; sourceTree = ""; }; - 71299D6C7B73B9195E9D567A /* CNIOBoringSSL_opensslv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_opensslv.h; sourceTree = ""; }; + 704B5B16C08B1225FA0E75DB /* rsaz-avx2.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rsaz-avx2.linux.x86_64.S"; sourceTree = ""; }; + 70A36363A70731258E8104C6 /* ReceivingHeadersState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingHeadersState.swift; sourceTree = ""; }; + 70C87B50DD6DB6EBDAE1A247 /* convert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = convert.c; sourceTree = ""; }; + 70D992CB0D7765FD729F6E7A /* v3_akeya.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_akeya.c; sourceTree = ""; }; + 710B1F86BD97141506FF3155 /* NIOPosix.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOPosix.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 711519E42A09FD9FEC8ECD87 /* ZigZag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZigZag.swift; sourceTree = ""; }; + 7137A494460C75BEFB4CB0C4 /* Deque+Extras.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Extras.swift"; sourceTree = ""; }; + 715E37D8292390863F31E406 /* NIOSSL.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOSSL.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 717EF3FCD243A52E5B6E2F75 /* NIOTransportServices.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTransportServices.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 718D5F4B09A780A3E3A91A9E /* UniversalCommandLineTool.92.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.92.link.params; sourceTree = ""; }; - 71F54BB6AF5F5DB1812E29F1 /* x509_att.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_att.c; sourceTree = ""; }; - 7219B63B6BC1C4A6880E4936 /* libNIOExtras.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOExtras.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/libNIOExtras.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 7230C1170348570CAB5E9B07 /* GRPCClientStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCClientStateMachine.swift; sourceTree = ""; }; + 71C9E313F2392C7658D878F1 /* Server.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Server.swift; sourceTree = ""; }; + 71FCC80077C690E153754B63 /* CustomPrivateKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomPrivateKey.swift; sourceTree = ""; }; + 7219B63B6BC1C4A6880E4936 /* libNIOExtras.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOExtras.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/libNIOExtras.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 72463CF8E9752222768C9358 /* WidgetExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 7246EDB8D0F6F0763689E4EF /* p256_beeu-armv8-asm.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-armv8-asm.ios.aarch64.S"; sourceTree = ""; }; - 726D839E9A9F729DD9D51F37 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 728F3D6F2A37CCC8BA2A85F5 /* StreamStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamStateMachine.swift; sourceTree = ""; }; - 72BA3216A92847ED145926F5 /* x509spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509spki.c; sourceTree = ""; }; + 726821E11FE289EA8E3C5BBA /* ProtobufMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtobufMap.swift; sourceTree = ""; }; + 72B69B93FE0D0CCDFAAB9189 /* handoff.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handoff.cc; sourceTree = ""; }; 72D7985957FF7AC65635C1A4 /* watchOSAppExtension.15.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.15.link.params; sourceTree = ""; }; - 72F4737C5BD5E958E2E60DBF /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOFoundationCompat.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 730DD6316603799BA2CCB1DE /* chacha-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv4.ios.arm.S"; sourceTree = ""; }; - 7324103C890A05E4CB5D81D1 /* sha1-armv4-large.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv4-large.linux.arm.S"; sourceTree = ""; }; - 73297E12EFAC4FE899A71DFB /* CNIOBoringSSL_aead.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_aead.h; sourceTree = ""; }; - 73764804FDDB78C59DE7A948 /* WSAStartup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WSAStartup.c; sourceTree = ""; }; + 730CF3EB9EF84082F04E3730 /* NIOTSListenerBootstrap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSListenerBootstrap.swift; sourceTree = ""; }; + 7321FBFD6C088A6EB6B6F1AF /* UnaryCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnaryCall.swift; sourceTree = ""; }; + 732CE62DA8D192EC6DAF1386 /* HTTP2StreamID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamID.swift; sourceTree = ""; }; 73917B7C7306B4D7388ED79C /* BasicTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BasicTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 73A6A3BDAF4937B3BE75EAAE /* libCNIOLinux.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOLinux.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOLinux.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 73923F10330C7B7C337E8C89 /* ServerHandlerStateMachine+Handling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Handling.swift"; sourceTree = ""; }; + 73938670FBEDBF9CEFDD3B35 /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLLHTTP.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 73A6A3BDAF4937B3BE75EAAE /* libCNIOLinux.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOLinux.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOLinux.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 73C77538FED7F0820E42211C /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 73C8DB460BADAAE09AFDA1A6 /* LibSwift-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LibSwift-Swift.h"; sourceTree = ""; }; - 73E213E98185C761D260CC81 /* v3_ocsp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ocsp.c; sourceTree = ""; }; 73E4356263C0A10D2DE9A14D /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 740DD6D72599FC5D820B1749 /* cpu_intel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_intel.c; sourceTree = ""; }; + 741513D88D089DEB772EB96A /* ReceivingPushPromiseState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingPushPromiseState.swift; sourceTree = ""; }; 7419B906E744FF4F3D4E35D5 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 743652BDDBD6A81202AEFC01 /* iOS.145.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.145.link.params; sourceTree = ""; }; - 7444A6304CE9D71349395EC3 /* ssl_lib.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_lib.cc; sourceTree = ""; }; - 74456742B568B6447D96A3E4 /* p256-armv8-asm.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-armv8-asm.linux.aarch64.S"; sourceTree = ""; }; 744EA111C3157794711645D9 /* WidgetExtension.136.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.136.link.params; sourceTree = ""; }; 744FAE398E3EE7277C130360 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 74682C2FCD53CD1844BF26FB /* aesni-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-x86_64.linux.x86_64.S"; sourceTree = ""; }; 748160AA17E38E37B3F050A4 /* echo_client.205.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.205.link.params; sourceTree = ""; }; - 748E06D10AC8354074468652 /* NameMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NameMap.swift; sourceTree = ""; }; - 74A16A6D28539C120016C8E3 /* ByteBuffer-int.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-int.swift"; sourceTree = ""; }; - 74C8696C2C608811918AB109 /* NIOHTTP2.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP2.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 750483F138CC8B123620D445 /* v3_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_utl.c; sourceTree = ""; }; - 75167DD5E1A5B4C2A61C6617 /* HTTP2FrameEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2FrameEncoder.swift; sourceTree = ""; }; + 7486C30EFF772354134A5F6C /* p_ed25519_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ed25519_asn1.c; sourceTree = ""; }; + 74A3D09A610613023BD97D31 /* ghash-ssse3-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-ssse3-x86_64.linux.x86_64.S"; sourceTree = ""; }; + 74C8575A62CCDCE67971A56A /* ctr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctr.c; sourceTree = ""; }; + 74CC35466F21BB292F64A1F0 /* NIOAsyncWrappers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncWrappers.swift; sourceTree = ""; }; + 74CEE1C967A3581032C90662 /* HTTP2ConnectionStateChange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ConnectionStateChange.swift; sourceTree = ""; }; + 74D7081CC802DDE52E232125 /* api.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = api.pb.swift; sourceTree = ""; }; + 74E305E7FA20832B291C6593 /* _AtomicsShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _AtomicsShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 75321197322738C2CA6C7760 /* NIOFilterEmptyWritesHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOFilterEmptyWritesHandler.swift; sourceTree = ""; }; 753611881B3193D15DAF3F33 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 757629ECFCFE18B464EB7A07 /* HeaderTables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderTables.swift; sourceTree = ""; }; + 755AF860831F17E695DF8A2D /* ClientConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientConnection.swift; sourceTree = ""; }; + 75802C675066A7F47708C168 /* CNIOBoringSSL_dtls1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_dtls1.h; sourceTree = ""; }; + 75A7FBDF97F57BC7B8A8ACB3 /* CNIOBoringSSL_hpke.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hpke.h; sourceTree = ""; }; 75AA07B9896517C6E7BF22E2 /* iOSAppUITestSuite.43.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.43.link.params; sourceTree = ""; }; - 75AA7E76090B3DA25BA2A76B /* CNIOBoringSSL_bn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_bn.h; sourceTree = ""; }; + 75C5B7EB03EBB13D1C912319 /* GRPCServerPipelineConfigurator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCServerPipelineConfigurator.swift; sourceTree = ""; }; 75E041B706E02BE0BACC8D6F /* iOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 75EA9AFD4602C817519CA052 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; - 761CF2A4B6944F497200C3DA /* libCNIOBoringSSLShims.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOBoringSSLShims.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSLShims.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 7629790D0313E6764199C573 /* name_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = name_print.c; sourceTree = ""; }; + 75FD670FD88B380D87FF97ED /* ServerInterceptorStateMachine+Intercepting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerInterceptorStateMachine+Intercepting.swift"; sourceTree = ""; }; + 75FDCB7B381F4D823EC46448 /* p256_beeu-x86_64-asm.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-x86_64-asm.mac.x86_64.S"; sourceTree = ""; }; + 761CF2A4B6944F497200C3DA /* libCNIOBoringSSLShims.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOBoringSSLShims.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSLShims.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 762DF1996F39452A0CEF74C9 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 763BAE0C9A612F8B0687C772 /* CNIOBoringSSL_siphash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_siphash.h; sourceTree = ""; }; - 76516D548659926F6F74055C /* LogHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogHandler.swift; sourceTree = ""; }; - 765D609F1D40E240F696D54D /* Decoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Decoder.swift; sourceTree = ""; }; + 76322FE26BEE50F8B91E532D /* JSONDecodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONDecodingError.swift; sourceTree = ""; }; + 7675006258BCABAA0FB75A2B /* StreamingResponseCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamingResponseCallContext.swift; sourceTree = ""; }; + 767D18BEEEA7967848320F42 /* NIOSSLClientHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLClientHandler.swift; sourceTree = ""; }; + 768AD0E87EA7E5B77347505C /* vpaes-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv8.ios.aarch64.S"; sourceTree = ""; }; 76A6058986733DDA4336DEE1 /* libUtils.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libUtils.a; path = "bazel-out/CONFIGURATION-STABLE-10/bin/iOSApp/Source/Utils/libUtils.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 76B9A3B4874A2C4C625CFD3F /* ssl_session.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_session.cc; sourceTree = ""; }; - 76C0664A571F65AD3C0016E0 /* ConnectionBackoff.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionBackoff.swift; sourceTree = ""; }; - 770350789F5826688F2C9F48 /* BinaryEncodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncodingError.swift; sourceTree = ""; }; + 76A7F0D6E5424D16E212F366 /* TextFormatEncodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatEncodingOptions.swift; sourceTree = ""; }; + 76E63AF04B98073D883A5C35 /* x509_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_req.c; sourceTree = ""; }; + 7702CCCD0CC6EA977146AF53 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 772A920E1D0E576431018413 /* scalar.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scalar.c; sourceTree = ""; }; 774321F2951CE07D5DA0FF3F /* iMessageAppExtension.159.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.159.link.params; sourceTree = ""; }; 77496F0EA5CB5A2BB6DD3E3B /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; - 777EB4F2E8B110113CE6BF55 /* field_mask.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = field_mask.pb.swift; sourceTree = ""; }; + 7762EC53DA4592E7A93406EC /* TLSEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSEvents.swift; sourceTree = ""; }; 778197999A52E0096C4A9C9E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 77BEEA6B2A5333FE0291540C /* _GRPCClientCodecHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _GRPCClientCodecHandler.swift; sourceTree = ""; }; 77C7FCE544D35D2AF3B8F2BC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 77D305C7751A222086ABD878 /* ServerErrorDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerErrorDelegate.swift; sourceTree = ""; }; - 77DEF1CCD9AC9748B6695806 /* CNIOBoringSSL_des.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_des.h; sourceTree = ""; }; 77FAFF873DAC779827ED7F57 /* watchOSAppExtensionUnitTests.169.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.169.link.params; sourceTree = ""; }; - 782021A065251DA0CE096C1B /* x_pubkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_pubkey.c; sourceTree = ""; }; - 7829755D5F4D642251067F03 /* HTTP2Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Settings.swift; sourceTree = ""; }; - 783507673FA3270C50A27AA3 /* ByteBuffer-aux.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-aux.swift"; sourceTree = ""; }; + 780CAB3B22AE718D50FADC84 /* CNIOBoringSSL_x509.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_x509.h; sourceTree = ""; }; 784DBA07B25139A1CA4B03B4 /* BasicTests.226.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.226.link.params; sourceTree = ""; }; - 7857AA7B0451EE09B42C40F6 /* Visitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Visitor.swift; sourceTree = ""; }; - 785F24A0ACD6132F6F717752 /* GRPCHeaderName.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCHeaderName.swift; sourceTree = ""; }; - 78803FCC6A6A75B244DA5A54 /* CallOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallOptions.swift; sourceTree = ""; }; - 788B76F810E717F04817F202 /* BinaryDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDecoder.swift; sourceTree = ""; }; + 7865A9058CBD9D29B4AFB041 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 786EF3EDA8858DB2169AA4A8 /* v3_cpols.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_cpols.c; sourceTree = ""; }; + 787D7A0101A6C5776835BD6C /* InterceptorContextList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterceptorContextList.swift; sourceTree = ""; }; 788FC887077E2ECEA09C1D7F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 789852BB553F81B751FA4D9C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 78E55DFC9570EFF17D01DECE /* libNIOPosix.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOPosix.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOPosix.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 78F90C047843AF4D2C9E9941 /* Server+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Server+NIOSSL.swift"; sourceTree = ""; }; - 792129683DA3E3BE33FA79B8 /* HasLocalSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HasLocalSettings.swift; sourceTree = ""; }; - 7936CF101BAB3FE901A2222B /* HTTPEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPEncoder.swift; sourceTree = ""; }; - 796017E0D19F09182C34A59B /* CNIODarwin.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIODarwin.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 797511E8E1EC9C3FD5BB1DE7 /* chacha-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-x86.linux.x86.S"; sourceTree = ""; }; + 7899B68978AE61B76FE978E3 /* CNIOBoringSSL_chacha.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_chacha.h; sourceTree = ""; }; + 789B9FA825D2CA0541F18203 /* ConvenienceOptionSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvenienceOptionSupport.swift; sourceTree = ""; }; + 78B8AC24E9725E8CAA19E705 /* SSLCertificate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLCertificate.swift; sourceTree = ""; }; + 78DB6DDEBCD4D2015115E12D /* SendingDataState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingDataState.swift; sourceTree = ""; }; + 78E55DFC9570EFF17D01DECE /* libNIOPosix.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOPosix.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOPosix.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 796E54EE35BB8B3A3D6B7276 /* chacha20_poly1305_x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_x86_64.linux.x86_64.S; sourceTree = ""; }; + 7975255935A4FE5ABD4E6911 /* CNIOBoringSSL_obj_mac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_obj_mac.h; sourceTree = ""; }; + 798417B7DD9D47FC217EC2F7 /* NIOCloseOnErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOCloseOnErrorHandler.swift; sourceTree = ""; }; 79894070BD29858D83208F7B /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 79A6B7729CA769C42F1E7DA5 /* x509_def.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_def.c; sourceTree = ""; }; + 7989F57C62D3E52588EBB10A /* TextFormatDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatDecoder.swift; sourceTree = ""; }; 79B50B7CCD3AC7ECE084459F /* AppClip.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppClip.swift; sourceTree = ""; }; - 79BDFEBB055D093EE0E5ED22 /* JSONDecodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONDecodingOptions.swift; sourceTree = ""; }; 79E9F1282711473B9751C255 /* watchOS.148.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.148.link.params; sourceTree = ""; }; - 79F17C6BC437D520D1368B59 /* HTTP2FlowControlWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2FlowControlWindow.swift; sourceTree = ""; }; - 7A0801892446C4FFCBE78822 /* pem_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_x509.c; sourceTree = ""; }; + 7A393A36E4609F87D4538ECC /* sqrt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sqrt.c; sourceTree = ""; }; + 7A3CD95BF2A5B19B207DFD3B /* spake25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = spake25519.c; sourceTree = ""; }; 7A3E59DFC4F80B49C8B1E44D /* macOSApp.164.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.164.link.params; sourceTree = ""; }; - 7A7F7C74A55BA4C06E275699 /* GRPCAsyncWriterSinkDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncWriterSinkDelegate.swift; sourceTree = ""; }; + 7A755F3B0CB61A422B15F5CE /* ghash-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-armv4.ios.arm.S"; sourceTree = ""; }; + 7A77A3C9326925C33B71DC67 /* ghashv8-armx32.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx32.linux.arm.S"; sourceTree = ""; }; + 7A8543B30D41B32BD3F6C6AA /* ExtensionFields.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionFields.swift; sourceTree = ""; }; + 7A9507A3FB25F1E7405AEFBB /* ServerHandlerStateMachine+Finished.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Finished.swift"; sourceTree = ""; }; + 7AA6CF9509D2FB11F8945FD6 /* blinding.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = blinding.c; sourceTree = ""; }; + 7AB2EBE01A04FFEBB7D7B74F /* GRPCAsyncClientStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncClientStreamingCall.swift; sourceTree = ""; }; 7AE6411D54CF209FD27D60CE /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 7AE93C89135E6F761E9ED671 /* Deque+CustomStringConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+CustomStringConvertible.swift"; sourceTree = ""; }; - 7AF87BE47073C4FCEAF2AB2E /* DeadChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeadChannel.swift; sourceTree = ""; }; - 7B1191CAB2A892ABEB3B54A0 /* dtls_method.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dtls_method.cc; sourceTree = ""; }; - 7B4A70E76B9D48A3F1198506 /* asn1_par.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_par.c; sourceTree = ""; }; - 7B4CD7ADD106F57146ABE5C4 /* sha512-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-586.linux.x86.S"; sourceTree = ""; }; + 7AE977BC9211068210F6B1E8 /* chacha-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-x86_64.mac.x86_64.S"; sourceTree = ""; }; + 7B7331F55185D36D53F9DA88 /* NIOHPACK.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHPACK.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 7B8BFFF547255D9FFEE75BB6 /* Google_Protobuf_Struct+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Struct+Extensions.swift"; sourceTree = ""; }; + 7B90F69DA96AA6DC68756A6B /* CNIOBoringSSL_rand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_rand.h; sourceTree = ""; }; 7BCCEF56742B7F970DDBFBD4 /* UITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestsLaunchTests.swift; sourceTree = ""; }; - 7BCD312588B9294F2DAD9A01 /* AddressedEnvelope.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddressedEnvelope.swift; sourceTree = ""; }; - 7BFADBDE87292B9FD8E8C67F /* x25519-asm-arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x25519-asm-arm.S"; sourceTree = ""; }; - 7BFF1B08CBFDFB5628476EFF /* CNIOBoringSSL_base64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_base64.h; sourceTree = ""; }; 7C37D2C8827A17A7661D7EE6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 7C44B07A94239472AC0A98F1 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSLShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 7C5742E9D714737D294506A7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 7C8117A10FD9F01631A3B331 /* GRPCChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCChannel.swift; sourceTree = ""; }; + 7C9DE6DDBA28E2C8EF3561F1 /* ResponseContainers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponseContainers.swift; sourceTree = ""; }; 7CA2BF9586ED8E86485FB6F1 /* CommandLineTool.86.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineTool.86.link.params; sourceTree = ""; }; - 7CF4D633A1979F473D4BD27A /* Ref.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Ref.swift; sourceTree = ""; }; - 7D2155C0AE7C083C1127E4A6 /* StaticHeaderTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StaticHeaderTable.swift; sourceTree = ""; }; + 7CA478AB524B3F467031A805 /* HTTPServerPipelineHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerPipelineHandler.swift; sourceTree = ""; }; + 7CFBD01837D86E41BDA2BA6F /* oct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = oct.c; sourceTree = ""; }; + 7D0FAC0D99E35988B730FB8B /* AtomicStrongReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicStrongReference.swift; sourceTree = ""; }; 7D25A06438C8E9B5F722FEB7 /* proto.47.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = proto.47.link.params; sourceTree = ""; }; + 7D25EA1010E080BA4F1728B3 /* vpaes-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-x86_64.mac.x86_64.S"; sourceTree = ""; }; 7D2E869EAD857E01E60FE710 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 7D3BDDAD958DE08ADF06A196 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 7D4D7D0A94379250D57BAF0C /* TextFormatScanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatScanner.swift; sourceTree = ""; }; - 7D7837FD1EC2948AB51C4D0D /* RemotelyQuiescingState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemotelyQuiescingState.swift; sourceTree = ""; }; + 7D58C961241E9869EF7D49A7 /* thread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread.c; sourceTree = ""; }; + 7D5C10E15255DBC10E75DBD9 /* ghash-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-x86_64.mac.x86_64.S"; sourceTree = ""; }; + 7D734CFD00319D31F6820AA6 /* _NIODataStructures.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _NIODataStructures.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 7D83F24B76B152285DA6ECB7 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 7D93A8588A07AD224D2F6D7F /* ConnectionStreamsState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionStreamsState.swift; sourceTree = ""; }; - 7DBF80AC7647A05837201D49 /* DebugInboundEventsHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugInboundEventsHandler.swift; sourceTree = ""; }; 7DDB0E60EC6469DA48A8787B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 7DF0B849B9861534079D2B2B /* CNIOLinux.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLinux.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 7DFBA98E3AC74A760242979E /* MixedAnswer_swift_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_swift_modulemap-module.modulemap"; sourceTree = ""; }; - 7E022FBD95EF0E745171B270 /* liburing_shims.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = liburing_shims.c; sourceTree = ""; }; - 7E09BE14C386DF0E9F6F7ACC /* gcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcd.c; sourceTree = ""; }; + 7E0BA8BA42D42133A2BED5FC /* GRPCAsyncRequestStreamWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncRequestStreamWriter.swift; sourceTree = ""; }; + 7E0E76F54FA450238AC63401 /* RNG.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RNG.swift; sourceTree = ""; }; 7E22EB62206448A7F6F1F84A /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 7E2498E7C9D7BA3CA5AFB04E /* x509_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_req.c; sourceTree = ""; }; - 7E621852678A61351B8331C9 /* x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509.c; sourceTree = ""; }; - 7E7D885B20E90BE9645C172D /* CNIOBoringSSL_pool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pool.h; sourceTree = ""; }; + 7E56DA6B7384B84D65B3A7D2 /* ChannelOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelOption.swift; sourceTree = ""; }; 7EAA2AA4E308699EA996FA52 /* UIFramework.tvOS.246.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.246.link.params; sourceTree = ""; }; - 7EB2DD43B490E36A4BC7D8B0 /* CNIOBoringSSL_hmac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hmac.h; sourceTree = ""; }; 7EBC1AE0B910E97EDFB37859 /* libcc_lib_impl.lo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libcc_lib_impl.lo; path = "bazel-out/CONFIGURATION-STABLE-2/bin/cc/lib/impl/libcc_lib_impl.lo"; sourceTree = BUILT_PRODUCTS_DIR; }; 7EFD33DA1BC7E7196649D05D /* ObjCUnitTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ObjCUnitTests.m; sourceTree = ""; }; 7F00F6CF56993F42268C042B /* LibSwift-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LibSwift-Swift.h"; sourceTree = ""; }; - 7F04B8E7AE5DB46FB59B3E28 /* pkcs7_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs7_x509.c; sourceTree = ""; }; - 7F05FACEAC34A98C19928CC2 /* duration.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = duration.pb.swift; sourceTree = ""; }; - 7F08229475CA864FB107503F /* ssl_cert.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_cert.cc; sourceTree = ""; }; - 7F0DF872013E3CDB5E4553BB /* SecurityFrameworkCertificateVerification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecurityFrameworkCertificateVerification.swift; sourceTree = ""; }; - 7F210463D188D0135559D07C /* x_val.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_val.c; sourceTree = ""; }; - 7F51B882B428C98327A6052B /* NIOTLS.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTLS.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 7F1A5BA53927176818B5F85C /* JSONDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONDecoder.swift; sourceTree = ""; }; + 7F256ADE31CF5040739ABF8C /* x509rset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509rset.c; sourceTree = ""; }; + 7F425DBD38D7EC8C30BD9CB2 /* CGRPCZlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGRPCZlib.h; sourceTree = ""; }; + 7F7B0151CDC05B5145D8E40D /* StreamEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamEvent.swift; sourceTree = ""; }; + 7F80D115591DB712D9DD0EE4 /* type.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = type.pb.swift; sourceTree = ""; }; 7FA6A2C968ACDAB1A46EBC62 /* tvOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 7FB6427ADF1A6B76576BBF20 /* tvOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 7FC8F3BF602FE57E464CB06E /* ghashv8-armx32.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx32.ios.arm.S"; sourceTree = ""; }; + 7FC70289217FACA0FF7E6A6A /* x509_set.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_set.c; sourceTree = ""; }; + 7FD0055C0ED6ECC41931DF9D /* ReceivingRstStreamState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingRstStreamState.swift; sourceTree = ""; }; + 7FE3E5021DC319838BC5E79A /* v3_ia5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ia5.c; sourceTree = ""; }; + 7FE7AB1EAC680E5ED8EB1032 /* pem_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_x509.c; sourceTree = ""; }; 800A28003918A826232DA9F8 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; - 80243CFFCC32BF9F3279F251 /* tasn_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_utl.c; sourceTree = ""; }; - 80489BD28AA1CEC226B38730 /* libNIOHPACK.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOHPACK.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHPACK.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 806E43C3956026A0BC3E5C4D /* libCNIODarwin.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIODarwin.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIODarwin.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 80237D195B59455F9937398B /* GRPCChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCChannel.swift; sourceTree = ""; }; + 80489BD28AA1CEC226B38730 /* libNIOHPACK.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOHPACK.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHPACK.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 804CDCE66117DFC2D32D1124 /* aes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes.c; sourceTree = ""; }; + 806E43C3956026A0BC3E5C4D /* libCNIODarwin.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIODarwin.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIODarwin.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 807438DF70F38B5587CA5799 /* client_main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = client_main.swift; sourceTree = ""; }; + 80AE78EF90AE3B3E08E5248A /* c-atomics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "c-atomics.c"; sourceTree = ""; }; 80C4C31BA00D6A910A418BC6 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; 80CAA1364325E278FA591F43 /* tvOS.147.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.147.link.params; sourceTree = ""; }; - 81208049402F93CB26EFE3C8 /* dh_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_asn1.c; sourceTree = ""; }; - 81483CD1EF00E2F231B079DD /* SendingPushPromiseState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingPushPromiseState.swift; sourceTree = ""; }; + 80D7583A0CE7830493485C42 /* NIOHTTPClientUpgradeHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOHTTPClientUpgradeHandler.swift; sourceTree = ""; }; + 80FE7872F96E1FCC9BD42F2B /* sha1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha1.c; sourceTree = ""; }; + 810BE5761403EC78ED0DE514 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 816481E2C7BF7BB4BC4C92BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 81697C05637C26DF001757B1 /* Deque+CustomReflectable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+CustomReflectable.swift"; sourceTree = ""; }; 816A951197866668788ABC74 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 8180D751EF6D4C225FFA8E6E /* ServerInterceptorStateMachine+Intercepting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerInterceptorStateMachine+Intercepting.swift"; sourceTree = ""; }; + 81A7EF8C450013B5684F3F07 /* chacha-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv8.ios.aarch64.S"; sourceTree = ""; }; 81ADEB4D40193C79091D1519 /* CommandLineTool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = CommandLineTool; sourceTree = BUILT_PRODUCTS_DIR; }; - 81CDF534C020CBF6A8AAB9AA /* EventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventLoop.swift; sourceTree = ""; }; + 81C67F5C79988A31FD0EA549 /* NIOTSNetworkEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSNetworkEvents.swift; sourceTree = ""; }; 81CEB384343DA3EBC4532AA1 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 82081A6BD08E21EB1E306B59 /* watchOSAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = watchOSAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 820F0E7BE6D1A1C7C2B9576A /* libImportableLibrary.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libImportableLibrary.a; sourceTree = ""; }; - 82274D289B1B527639C21E54 /* TextFormatEncodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatEncodingOptions.swift; sourceTree = ""; }; 82377A3960357DD511F9E860 /* Utils.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Utils.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 823A139C7FFB874AE327B7C5 /* IO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IO.swift; sourceTree = ""; }; - 8240AE5C79979283415D22A2 /* NIOTSConnectionChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSConnectionChannel.swift; sourceTree = ""; }; - 8253F179CF81DA323FFC1918 /* x_exten.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_exten.c; sourceTree = ""; }; + 825C4265DB36EEF2A84B7C25 /* v3_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_info.c; sourceTree = ""; }; + 826293D1C06771D1918F0E4E /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 8264F9B07FBDB8BD0B78A257 /* x_pubkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_pubkey.c; sourceTree = ""; }; 826DA20CE8EB93FF0788E530 /* iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 8280474296090AE12DA4B43B /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 82A4CA83AA5BBCE86807EBAA /* Channel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Channel.swift; sourceTree = ""; }; - 82E3F8014AF540D9586F8A92 /* NIOAsyncSequenceProducerStrategies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncSequenceProducerStrategies.swift; sourceTree = ""; }; + 82C51095A515A725DFD7F970 /* pem_xaux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_xaux.c; sourceTree = ""; }; 830FA6F748919E2DFE3CAD91 /* iOSAppSwiftUnitTestSuite.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppSwiftUnitTestSuite.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 8312E536CDD87DAEDF6BD6CC /* UIFramework.watchOS.14.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.14.link.params; sourceTree = ""; }; 83165F168A41AD59E59461A7 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 834D41F1A0AE32FF2949A24C /* pem_xaux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_xaux.c; sourceTree = ""; }; 835E4C020EFB67227082C881 /* Person.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Person.pb.swift; sourceTree = ""; }; 835E834734DC90F42499AF64 /* exported-symbols.lds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "exported-symbols.lds"; sourceTree = ""; }; 8365BEBC870A42BE5B10ED89 /* Person.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Person.pb.swift; sourceTree = ""; }; - 83961DF170BC4562AB10F480 /* BSDSocketAPIPosix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPIPosix.swift; sourceTree = ""; }; + 83A5C45E810ABD382D81014B /* p256-armv8-asm.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-armv8-asm.ios.aarch64.S"; sourceTree = ""; }; 83AFCF96795D66ECA00B0EF0 /* ownership.yaml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = ownership.yaml; sourceTree = ""; }; - 83B4D8D7BCEFD89DB78F05DC /* EventLoopFuture+WithEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoopFuture+WithEventLoop.swift"; sourceTree = ""; }; + 83C8BD713BF4F6A29F535F4A /* tls13_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_client.cc; sourceTree = ""; }; 83CB1E3ED10A89BC70153DA6 /* nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = nested; sourceTree = ""; }; - 83CC7AD36CEBD098B30ECEE7 /* CNIOBoringSSL_evp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_evp.h; sourceTree = ""; }; - 83DEA8749719CCAFF5790381 /* IntegerConformances.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerConformances.swift; sourceTree = ""; }; + 83D7BBC5EA2AF18B44E7B9D2 /* CNIOBoringSSL_dh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_dh.h; sourceTree = ""; }; 84028620EEC5C6120F0679A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8417B691008A72594AC789F4 /* iOSAppSwiftUnitTestSuite.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 841A6DC8EC30E5D62352205D /* DoubleParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DoubleParser.swift; sourceTree = ""; }; 842549C6757B7CE55D00BEF6 /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 8425B70C1BC6291A64C2C887 /* HPACKErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKErrors.swift; sourceTree = ""; }; + 842D4A27629A4A8AB76CB575 /* CNIOBoringSSL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL.h; sourceTree = ""; }; + 84760E75EEBDC2C02C1F0B03 /* fips.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fips.c; sourceTree = ""; }; 847B3D46C150D0CF60A9F5F8 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; - 849D9B2C5136AB6A77E83993 /* CGRPCZlib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CGRPCZlib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 84A5D272ED2D7997DC7262DD /* echo.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = echo.pb.swift; sourceTree = ""; }; + 84BFE270D3E3DA131F6A9446 /* CNIOBoringSSL_cipher.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cipher.h; sourceTree = ""; }; + 84CCCD1BD615839DE1E7B6AB /* ServerStreamingServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerStreamingServerHandler.swift; sourceTree = ""; }; + 84D30638769214865FF7A459 /* tls_method.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls_method.cc; sourceTree = ""; }; 84D982C64D4FD100F6E0ADD2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 85154D28ACD5B6E937D11BD8 /* SendingWindowUpdateState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingWindowUpdateState.swift; sourceTree = ""; }; - 852C532A64D8669E9C7EDE59 /* Serialization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Serialization.swift; sourceTree = ""; }; - 855A5929B88DD206CE2E6562 /* poly_rq_mul.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = poly_rq_mul.S; sourceTree = ""; }; - 858B3BD0968F9BF1BFFC2286 /* LengthPrefixedMessageReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LengthPrefixedMessageReader.swift; sourceTree = ""; }; - 859D62F1FF6CB94067B16B58 /* evp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp.c; sourceTree = ""; }; + 84E5706497C2E079729B662F /* empty.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = empty.c; sourceTree = ""; }; + 84EF46C941C104FB5F7BC92B /* pcy_map.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_map.c; sourceTree = ""; }; + 84FF0BB7C3885C6CCCBF85AC /* JSONEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncodingVisitor.swift; sourceTree = ""; }; + 85060A9C6216BCE748D6EDE9 /* HTTPServerProtocolErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerProtocolErrorHandler.swift; sourceTree = ""; }; + 8518FEFEC56D85E78A91C353 /* ServerErrorDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerErrorDelegate.swift; sourceTree = ""; }; + 85202A1EB27F5E4D2110277D /* key_wrap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = key_wrap.c; sourceTree = ""; }; + 85B433C345A69588AF5F17AE /* a_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_print.c; sourceTree = ""; }; + 85CE264F864027EEEC765BDC /* conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf.c; sourceTree = ""; }; + 85E76A3CB0274BCAB3905905 /* AtomicLazyReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicLazyReference.swift; sourceTree = ""; }; 85EA3835C75F91884EF53F01 /* verbose.cfg */ = {isa = PBXFileReference; lastKnownFileType = file; path = verbose.cfg; sourceTree = ""; }; - 85FE6931B6443777F96D6948 /* print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = print.c; sourceTree = ""; }; 85FE6B2FC044696E6DF496F0 /* ExtensionAssets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ExtensionAssets.xcassets; sourceTree = ""; }; - 86245B47169CA703C590096E /* curve25519_32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curve25519_32.h; sourceTree = ""; }; - 8625C6DC46459A73F0C2C700 /* AtomicOptionalRawRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicOptionalRawRepresentable.swift; sourceTree = ""; }; - 863140E59B91990858373F10 /* rsa_impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_impl.c; sourceTree = ""; }; - 8646476F9377A59D4A87D4CE /* tasn_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_enc.c; sourceTree = ""; }; - 864BEB4CE447F5C22C59A6D7 /* _AtomicsShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _AtomicsShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 862A6C735A15E40458A940E5 /* sha512-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv8.ios.aarch64.S"; sourceTree = ""; }; + 865A036DD28576202FA76FC4 /* EventLoopFuture+WithEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoopFuture+WithEventLoop.swift"; sourceTree = ""; }; 8687B429359742F7C71130CC /* WidgetExtension.105.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.105.link.params; sourceTree = ""; }; + 868FEDFA4BE3376AAEEB97FE /* ghash-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-x86_64.linux.x86_64.S"; sourceTree = ""; }; 869C0C887E86CAB594580443 /* ExampleFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ExampleFramework.framework; sourceTree = ""; }; + 86A4EF63DEA5F1F9A3D198A1 /* CircularBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircularBuffer.swift; sourceTree = ""; }; + 86BFF13B9194FDD2BA643A62 /* CNIOBoringSSL_pkcs8.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pkcs8.h; sourceTree = ""; }; 86C38228579043862DB702F4 /* Answer.swift.stencil */ = {isa = PBXFileReference; lastKnownFileType = file; path = Answer.swift.stencil; sourceTree = ""; }; 86C6372DCF5345E419D4C1FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 86DBC32D49C355BC460162C1 /* tls13_enc.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_enc.cc; sourceTree = ""; }; - 86F3B311F2DFBC53E22C26CE /* a_gentm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_gentm.c; sourceTree = ""; }; + 86E26CEC7B67D49E49C1DD6A /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 86FACBFEBFA6712C760DA851 /* IO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IO.swift; sourceTree = ""; }; + 87063DB4AA01D05D6AC95CC0 /* PendingWritesManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PendingWritesManager.swift; sourceTree = ""; }; 870E087967280397D3455C5E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 879D02DC3D54AC429DC9CFE9 /* CNIOBoringSSL_conf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_conf.h; sourceTree = ""; }; + 87488F6F0B57A13C1BBEEB2D /* EventLoopFuture+RecoverFromUncleanShutdown.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoopFuture+RecoverFromUncleanShutdown.swift"; sourceTree = ""; }; + 87498204D061433ACFDFA630 /* bsaes-armv7.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "bsaes-armv7.ios.arm.S"; sourceTree = ""; }; + 8761E9BC0333F11A9EB00764 /* Message+TextFormatAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+TextFormatAdditions.swift"; sourceTree = ""; }; 87B06507B2938C2994CAC8D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 87B4A39E939E10E62AE6800D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 87C3631E3903106AC8AEEEC6 /* ec_derive.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_derive.c; sourceTree = ""; }; - 87C5653E58ADE7C23C4F1551 /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; 880946C1160FA32CCC519C3A /* UITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestsLaunchTests.swift; sourceTree = ""; }; - 8817438523402EBCC617651E /* CNIOBoringSSL_pkcs12.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pkcs12.h; sourceTree = ""; }; - 884FF2A41869093AAC66C5A1 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 885244EDC3944D52B4601363 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 886107CF103F370A50C56209 /* LineBasedFrameDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineBasedFrameDecoder.swift; sourceTree = ""; }; - 88761830A3A6EFB61E10E283 /* sha512-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 88E82ED6262BFBD2F72338CC /* ProtoNameProviding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtoNameProviding.swift; sourceTree = ""; }; + 8821E808FEE796A458A28C7D /* CNIOBoringSSL_x509v3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_x509v3.h; sourceTree = ""; }; + 887619A5AEDBE13CD97869D4 /* x_exten.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_exten.c; sourceTree = ""; }; + 88A2930156D8A65674B7735D /* empty.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = empty.pb.swift; sourceTree = ""; }; + 88AFC6A0ED9607F71C8C72C6 /* hexdump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hexdump.c; sourceTree = ""; }; + 890D8931D1CC2E33BE27DBC6 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 89228D44693ED43574A78135 /* iOSAppSwiftUnitTestSuite.172.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.172.link.params; sourceTree = ""; }; - 894BAAA0E75AC8DF987693B8 /* CNIOBoringSSL_blowfish.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_blowfish.h; sourceTree = ""; }; - 895453C21C3427470965B157 /* HPACKHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKHeader.swift; sourceTree = ""; }; - 895CE0499405A14904AF8BE7 /* ExtensionMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionMap.swift; sourceTree = ""; }; - 89ABABC63CBFB2FD859C8A9F /* CNIOBoringSSL_pem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pem.h; sourceTree = ""; }; - 89B7A55DF68203FF72C62543 /* Message+JSONArrayAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+JSONArrayAdditions.swift"; sourceTree = ""; }; - 89F8EDA4336258BDCFCF29FF /* FakeChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FakeChannel.swift; sourceTree = ""; }; - 8A28F4702C988578DE8C9D5F /* CNIODarwin.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIODarwin.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 8A74B2F75F2394209852E09C /* Deque+Codable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Codable.swift"; sourceTree = ""; }; - 8A82AADA7C820E8E0E5372DA /* struct.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = struct.pb.swift; sourceTree = ""; }; - 8AAC1525DB5993BA37D69E53 /* Deque+Hashable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Hashable.swift"; sourceTree = ""; }; - 8AC4EFFA49D673614419995E /* type.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = type.pb.swift; sourceTree = ""; }; - 8B00CCC15AA2812797D0901E /* PointerConformances.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointerConformances.swift; sourceTree = ""; }; - 8B01A05F94BACAC98AE8C975 /* libNIOTransportServices.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOTransportServices.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/libNIOTransportServices.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8B04A84884E3E74CA5576431 /* WritePCAPHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WritePCAPHandler.swift; sourceTree = ""; }; - 8B36AD8FD4C01B80318189B2 /* sha1-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 8B3F497E01FC469BA5263A2F /* Deque.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deque.swift; sourceTree = ""; }; - 8B4C8B3320CEDCBFEA9559AE /* HTTPHeaderValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPHeaderValidator.swift; sourceTree = ""; }; - 8B66518313E334B9D4ADD05F /* NonBlockingFileIO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NonBlockingFileIO.swift; sourceTree = ""; }; - 8B90B18D7549D17EF8D0909A /* Resolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Resolver.swift; sourceTree = ""; }; - 8BA957DD37EEF2491C8D1309 /* ServerStreamingServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerStreamingServerHandler.swift; sourceTree = ""; }; + 89A4ABDACBF89D03B7B3AAD5 /* TLSVersion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSVersion.swift; sourceTree = ""; }; + 8A0A44B44612485359437F15 /* jacobi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = jacobi.c; sourceTree = ""; }; + 8AAC67E3EAE46AB7AB10C3AA /* HTTP2ToHTTP1Codec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ToHTTP1Codec.swift; sourceTree = ""; }; + 8AC95596F1DD602A1F5595E9 /* FieldTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldTypes.swift; sourceTree = ""; }; + 8B01A05F94BACAC98AE8C975 /* libNIOTransportServices.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOTransportServices.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/libNIOTransportServices.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 8B36D7184C1A3F37C5560864 /* ByteBuffer-int.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-int.swift"; sourceTree = ""; }; + 8B7EA6181F4F6D4B5659A930 /* cpu_aarch64_fuchsia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_fuchsia.c; sourceTree = ""; }; + 8B81B262C98AC6ED670721EE /* p256_beeu-armv8-asm.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-armv8-asm.linux.aarch64.S"; sourceTree = ""; }; + 8B97D728F6F910D085A6B392 /* ServerCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerCallContext.swift; sourceTree = ""; }; 8BBEF74DAA4F76AFB89AA4C2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8BC8D5D5D252161DEF7AE116 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 8BD3613C7118F7A7A4619593 /* iOSAppSwiftUnitTests.253.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.253.link.params; sourceTree = ""; }; - 8C6415A287EAC3B5E31DA12D /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 8C79A816C831354461BE752F /* liblib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-28/bin/CommandLine/CommandLineToolLib/liblib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8CB640E4AEC4166A8EA2FB86 /* a_time.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_time.c; sourceTree = ""; }; - 8CEA53901B06CA9F6AFDE634 /* QuiescingState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuiescingState.swift; sourceTree = ""; }; - 8CFA6F955F4A0E006B8AFC66 /* padding.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = padding.c; sourceTree = ""; }; - 8D1233B03AE8E577832BCB72 /* MaySendFrames.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MaySendFrames.swift; sourceTree = ""; }; - 8D2020172F3B267F2BE4F246 /* HTTP2ErrorCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ErrorCode.swift; sourceTree = ""; }; + 8C8D057F9C839724E9DB9056 /* Zlib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Zlib.swift; sourceTree = ""; }; + 8CA6A5859BBB1F38261F54C7 /* SocketChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketChannel.swift; sourceTree = ""; }; + 8CDE1D2A23BCB0DB8D576245 /* CNIOBoringSSL_bytestring.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_bytestring.h; sourceTree = ""; }; 8D59CB4DD416D596DF065CE3 /* CoreUtilsObjC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoreUtilsObjC.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8D6F8CEBB040547BD32E0B83 /* Zlib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Zlib.swift; sourceTree = ""; }; - 8D7B980E3126A20280D0DF4F /* wnaf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wnaf.c; sourceTree = ""; }; - 8D7EEF6CB2D93B4581F0B26D /* CNIOLinux.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLinux.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 8D800A44D41E9C355B3CDA23 /* WireFormat.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WireFormat.swift; sourceTree = ""; }; + 8DA9F9E770D0C9A2C7966335 /* descriptor.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = descriptor.pb.swift; sourceTree = ""; }; 8DB63F9CE7652C2439E1E4D0 /* iOSAppUITestSuite.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 8DCB00543660FC27804E4CF8 /* cc_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 8DFAD2A4CBBE49BDE92CBB11 /* _GRPCClientCodecHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _GRPCClientCodecHandler.swift; sourceTree = ""; }; - 8E04522C3F420DFBC044341D /* ByteBuffer-conversions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-conversions.swift"; sourceTree = ""; }; - 8E0D9B14770E9D167D483A0C /* conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf.c; sourceTree = ""; }; - 8E62CAC46F91902884DD17CC /* c_nio_api.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_nio_api.c; sourceTree = ""; }; + 8DDD2AB38EE00F6E50391A97 /* Server+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Server+NIOSSL.swift"; sourceTree = ""; }; + 8DE30FEE54E97F12E79A5FBC /* CNIOBoringSSL_evp_errors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_evp_errors.h; sourceTree = ""; }; + 8E38AFE68F06F4458D738DD8 /* x_spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_spki.c; sourceTree = ""; }; + 8E4EEBBA9F2242C519CE9B9B /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 8E73104F21719E1FB8ED8866 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 8E7E69B528DEEE1579235A69 /* Deque+Collection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Collection.swift"; sourceTree = ""; }; - 8EA2A6246EB862C74B1D788C /* ConnectionPool+PerConnectionState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConnectionPool+PerConnectionState.swift"; sourceTree = ""; }; + 8EAC582D26998964397C385E /* poly_rq_mul.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = poly_rq_mul.S; sourceTree = ""; }; 8EB06FE8C45C39DF8FD1BA89 /* Model2.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Model2.xcdatamodel; sourceTree = ""; }; + 8ED7CE88298805639C3ADD2C /* GRPCAsyncServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncServerHandler.swift; sourceTree = ""; }; + 8EEA71CB6C5EF9CD1F33BD49 /* pkcs8_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs8_x509.c; sourceTree = ""; }; + 8EED95A118505E2B0835DD8D /* s3_pkt.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = s3_pkt.cc; sourceTree = ""; }; + 8F20456E6A2992D216FA6A93 /* ByteBuffer-lengthPrefix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-lengthPrefix.swift"; sourceTree = ""; }; + 8F212D313CAC885489E46F2C /* GetaddrinfoResolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GetaddrinfoResolver.swift; sourceTree = ""; }; 8F279A4C5ABC37DD9DA80965 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 8F2E97F9A123F2B7F782D51F /* Google_Protobuf_Timestamp+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Timestamp+Extensions.swift"; sourceTree = ""; }; - 8F4E91603ECEA5ADEF4883F9 /* x509_v3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_v3.c; sourceTree = ""; }; + 8F6A88D908EEC042F40A1BC8 /* Atomics.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Atomics.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 8F71B4CC9CC9485A5645AF96 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 8F7CC93C6DF7A3ADD4A14D6A /* StreamState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamState.swift; sourceTree = ""; }; - 8FD6AB3F1AA7FBBF20F759E6 /* NIOExtras.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOExtras.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 8F9A79B113E7A64F771DF2B0 /* GRPCAsyncRequestStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncRequestStream.swift; sourceTree = ""; }; + 8FA308E69C05E22C872A07F9 /* div_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = div_extra.c; sourceTree = ""; }; + 8FF25B04F5EA8447382CD371 /* md5-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "md5-x86_64.linux.x86_64.S"; sourceTree = ""; }; 90081A8A1EAF7A703FEE3D90 /* CoreUtils.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreUtils.pch; sourceTree = ""; }; + 9012DCD5AA5D19E50569BF79 /* _FakeResponseStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _FakeResponseStream.swift; sourceTree = ""; }; + 9017535204079B3202072EFD /* WatermarkedFlowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatermarkedFlowController.swift; sourceTree = ""; }; 901D50DDB358E3671D910B28 /* macOSAppUITests.165.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.165.link.params; sourceTree = ""; }; + 90513443BD13E83390BD3163 /* prime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = prime.c; sourceTree = ""; }; 9089BB0D5CC8008B36E4B995 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 909195F71454C07331729581 /* TextFormatEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatEncodingVisitor.swift; sourceTree = ""; }; - 912CC97D0727DE10821086E0 /* ConnectivityState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectivityState.swift; sourceTree = ""; }; - 9137058F55001207E23547E5 /* ConnectionKeepalive.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionKeepalive.swift; sourceTree = ""; }; + 909182C413C8A0B17823BB9A /* IO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IO.swift; sourceTree = ""; }; + 909F15EEC09A05EC41C328F8 /* Atomics.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Atomics.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 90A3D10AE56D23E58B964708 /* ChannelInvoker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelInvoker.swift; sourceTree = ""; }; + 90A55481ED1FF33AB651354B /* Resolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Resolver.swift; sourceTree = ""; }; + 90E91B3EBB4D2236B96B9FE8 /* NIOExtrasError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOExtrasError.swift; sourceTree = ""; }; + 90F092BA2C12EBE2859439C6 /* String+unsafeUninitializedCapacity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+unsafeUninitializedCapacity.swift"; sourceTree = ""; }; + 9133D1E254F957336779D3A5 /* gcm_nohw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcm_nohw.c; sourceTree = ""; }; 914089F36318E438969826DE /* cc_lib_defines.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_defines.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 9176DB26EC16B36FEF5EECB3 /* params.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = params.c; sourceTree = ""; }; - 91A124A5C7A7858DC55298A3 /* System.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = System.swift; sourceTree = ""; }; - 91A12C2EA99E7A3C8CEBEA45 /* ConnectionPool+Waiter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConnectionPool+Waiter.swift"; sourceTree = ""; }; + 9162BD675DDF1C6842248DA8 /* x86_64-mont5.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont5.linux.x86_64.S"; sourceTree = ""; }; + 919EEC3C045B8F8D08779EBE /* _NIODataStructures.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _NIODataStructures.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 91A2BD4F5B23A0EA4EB68D82 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 91AB0D956298605C0F5F46C6 /* AtomicOptional.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicOptional.swift; sourceTree = ""; }; + 91C8644EE69DEA83EAEFDD5E /* AsyncAwaitSupport+OldXcodes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AsyncAwaitSupport+OldXcodes.swift"; sourceTree = ""; }; 91D8196B6FBB0B36F1BA0B23 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 91DAEC00A1459B50F8BB5190 /* watchOSAppExtension.238.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.238.link.params; sourceTree = ""; }; - 91DD1C8B693EDEABF4EB9D92 /* gcd_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcd_extra.c; sourceTree = ""; }; + 91E7CD7DA902E561E0E305CD /* CNIOLinux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOLinux.h; sourceTree = ""; }; 920AE9E6999BCE3F4C662853 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; + 92377A46B8133B3C6B31C023 /* derive_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = derive_key.c; sourceTree = ""; }; 92545348D5B7C45F78FAFA3A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 9261D19835E216F060320BB0 /* TCPOptions+SocketChannelOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TCPOptions+SocketChannelOption.swift"; sourceTree = ""; }; - 9287900FDFB18B5D586C9F85 /* ServerHandlerStateMachine+Draining.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Draining.swift"; sourceTree = ""; }; + 926A8954E71AEA7712D6F1BC /* poly1305_arm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = poly1305_arm.c; sourceTree = ""; }; 929911D971407693CA5BC837 /* iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 929A1FCA8C5DABBB0E7EBD17 /* unicode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode.c; sourceTree = ""; }; - 92A5B05632790B3E9AE5470B /* ServerHandlerStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerHandlerStateMachine.swift; sourceTree = ""; }; - 92DFAB729A4B9C49A805A8B9 /* NIOAsyncWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncWriter.swift; sourceTree = ""; }; + 92CC0CBC7E2851B0EB71A287 /* exponentiation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = exponentiation.c; sourceTree = ""; }; + 92F7F18322B3F2086FB38CFC /* StreamStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamStateMachine.swift; sourceTree = ""; }; 930A52F1C2814B98802A80A4 /* Resources.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Resources.swift; sourceTree = ""; }; 930D847F31B7CB44D6A14542 /* dir */ = {isa = PBXFileReference; lastKnownFileType = folder; path = dir; sourceTree = ""; }; - 93282991439C6F81E319159A /* libNIOHTTP1.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOHTTP1.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOHTTP1.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 93314B9CF838A24D256C32E4 /* CNIOBoringSSL_hrss.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hrss.h; sourceTree = ""; }; - 93912E542FA93F930106741C /* p_rsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_rsa_asn1.c; sourceTree = ""; }; + 93282991439C6F81E319159A /* libNIOHTTP1.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOHTTP1.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOHTTP1.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 932E434DE78044D0B1D12ABA /* pmbtoken.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pmbtoken.c; sourceTree = ""; }; + 936B3E3BE30A194599CE4B03 /* pcy_cache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_cache.c; sourceTree = ""; }; + 936C8E498FC6D8EBB34322E9 /* err_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err_data.c; sourceTree = ""; }; 93968F90C87938731A5E76CE /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 93A4B8225DE99E7A8B65F73A /* a_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_print.c; sourceTree = ""; }; - 93B4FB0FF8CE28C2EA0A6BCF /* LengthFieldPrepender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LengthFieldPrepender.swift; sourceTree = ""; }; - 93B9668F7C4070F5D94CFF92 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTP2ChannelHandler+InboundStreamMultiplexer.swift"; sourceTree = ""; }; 93BF020351AE30041126CC6B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 93D16BC0A47EC26DB57A2812 /* thread_pthread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_pthread.c; sourceTree = ""; }; 93D1D04313B716DB073ECDBA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; - 941DDD29F0805E684833FAB5 /* CNIOBoringSSL_service_indicator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_service_indicator.h; sourceTree = ""; }; - 9476E0D6E12858B325EAE95B /* ServerChannelErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerChannelErrorHandler.swift; sourceTree = ""; }; + 93EA66050028F224FBA7232E /* SendingPushPromiseState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingPushPromiseState.swift; sourceTree = ""; }; + 93FFD51AA1CAAB9AD66EDD6D /* ByteBuffer-core.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-core.swift"; sourceTree = ""; }; + 9427EF350E0A871212F31E86 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 947A3F3D8A67713C1F5DD7AC /* Utils.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Utils.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 9482487952C2B12C3B530AB2 /* LinuxUring.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxUring.swift; sourceTree = ""; }; - 950387ACC5593BCBE8007834 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 94894E2A14C99AB545793B63 /* HighLevelTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HighLevelTypes.swift; sourceTree = ""; }; + 94949BDAFF9E2BE5354F7B1B /* GRPCAsyncBidirectionalStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncBidirectionalStreamingCall.swift; sourceTree = ""; }; + 94B24877677DB93754200213 /* ConnectionManagerID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManagerID.swift; sourceTree = ""; }; + 94D30B5D5D025D6F7F872BE9 /* BSDSocketAPIWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPIWindows.swift; sourceTree = ""; }; + 94F4C0EDDBEA9672A9208B67 /* SelectableEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectableEventLoop.swift; sourceTree = ""; }; 950DBA0AB67AB1405278ED3D /* Intents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intents.swift; sourceTree = ""; }; - 953C1C9C823E714736AA79E0 /* _AtomicsShims.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = _AtomicsShims.c; sourceTree = ""; }; - 955AA8E4A46E315A241EAD57 /* bsaes-armv7.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "bsaes-armv7.ios.arm.S"; sourceTree = ""; }; - 956F08D09A848D75ACACD0F1 /* HappyEyeballs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HappyEyeballs.swift; sourceTree = ""; }; + 951F8E911AEAED0B31DE618D /* add.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = add.c; sourceTree = ""; }; + 952A29C21C59262566169289 /* x_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_x509.c; sourceTree = ""; }; + 95705D31A7D249C5098169E8 /* asn1_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_lib.c; sourceTree = ""; }; 95A667E6582FE6757E8279AD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 95A99A642FD7A4E63DE1C74F /* asn_pack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn_pack.c; sourceTree = ""; }; - 95FA3A17B73C0710C042A9FD /* NIOThreadPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOThreadPool.swift; sourceTree = ""; }; - 961E6D6FF32659217B80CF94 /* v3_pcons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pcons.c; sourceTree = ""; }; - 96393E0C1A5D7D91F83B85B0 /* GRPCAsyncUnaryCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncUnaryCall.swift; sourceTree = ""; }; - 965BF188B32AE42ED3E4B738 /* x509_ext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_ext.c; sourceTree = ""; }; + 9602007BBFB34FD3307FE42B /* NIOAsyncWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncWriter.swift; sourceTree = ""; }; + 963A510099A41FEBCC9F1F1C /* FieldTag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldTag.swift; sourceTree = ""; }; + 963F1EBBC1458934A5BCD407 /* SafeCompare.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafeCompare.swift; sourceTree = ""; }; + 9659D69B50776F062F2CA45C /* p5_pbev2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p5_pbev2.c; sourceTree = ""; }; + 965CE74E0E0EEF5FBB5C1CAB /* SendAndReceiveGoawayState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendAndReceiveGoawayState.swift; sourceTree = ""; }; + 96A30AEED843C66AAB05353A /* CNIOBoringSSL_base64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_base64.h; sourceTree = ""; }; 96B73171D0A627018867D0B4 /* watchOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 96C7B164A172EBC01EB62A62 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 96E433D903880812811BA7D0 /* iOSAppUITestSuite.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppUITestSuite.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 96FBFD8BFFEEEE3DD3024A57 /* p256_beeu-x86_64-asm.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-x86_64-asm.mac.x86_64.S"; sourceTree = ""; }; + 96EDA71E145B9869EDD83933 /* CNIOBoringSSL_md5.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_md5.h; sourceTree = ""; }; 96FE5296CE1C1A704606A8F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 97042C27D954E5B19D3BCBC8 /* v3_enum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_enum.c; sourceTree = ""; }; + 970082ECD4F8525A41AFA2F3 /* by_dir.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = by_dir.c; sourceTree = ""; }; + 971AD03DC79F446AA2D1B9DA /* TimeLimit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeLimit.swift; sourceTree = ""; }; 971C9B4C8EA8A37D88CB2603 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 972C886B0E478B5566739D9F /* ClientConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientConnection.swift; sourceTree = ""; }; - 9744D60370512EFF84AFE0E6 /* _DequeSlot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _DequeSlot.swift; sourceTree = ""; }; 9783214A8342DF08DFED05B1 /* iOSAppObjCUnitTestSuite.171.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.171.link.params; sourceTree = ""; }; - 978F51ABCFB3FCCFBB20C584 /* ex_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ex_data.c; sourceTree = ""; }; - 979B3F943D7DD5FC8E15D486 /* gcm_nohw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcm_nohw.c; sourceTree = ""; }; - 97A8DB579FD628E895B3F5E8 /* lhash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lhash.c; sourceTree = ""; }; 97B6303F760067F2891991CD /* iOSAppObjCUnitTests.124.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.124.link.params; sourceTree = ""; }; - 97C76D5E6C38D32B462F16AE /* c_nio_http.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_nio_http.c; sourceTree = ""; }; 97DC554A57A7E90F4D17CEBE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 97DCEAF96D30CEA4287BCDD8 /* LibFramework.watchOS.236.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.236.link.params; sourceTree = ""; }; - 97EB4A4EFDA051792D709A1A /* Deque+Equatable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Equatable.swift"; sourceTree = ""; }; 97EC99D31FABCCBE28429657 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = en; path = en.lproj/unprocessed.json; sourceTree = ""; }; - 9820E46C6CDF2FF3A3BD28E2 /* CNIOBoringSSL_md5.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_md5.h; sourceTree = ""; }; + 97F51F7481C7DE433CFB7722 /* x86-mont.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86-mont.linux.x86.S"; sourceTree = ""; }; + 9832838636DC11F3A7108067 /* v3_akey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_akey.c; sourceTree = ""; }; + 98777D7669659357AFE20F6A /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; 987FEEE3F6EAAD46236D0430 /* Lib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 98E829AFAC939068D9B7EED1 /* OutboundFrameBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutboundFrameBuffer.swift; sourceTree = ""; }; + 98D9A990CA0EB5D42E87053E /* ServerInterceptors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptors.swift; sourceTree = ""; }; + 98DA1B53D8CF298E97CC8C8E /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 98F7BCECC33EA888796E07C5 /* SendingWindowUpdateState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingWindowUpdateState.swift; sourceTree = ""; }; + 98FA8006C55116CC6C221289 /* IntegerTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerTypes.swift; sourceTree = ""; }; 99066836735DED7A9ED661A8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 9966A745FD2E887B388AFEDF /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 998FAEA38EE339088C98F89D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 99B2ACE2C9B9F235CC42166C /* v3_ncons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ncons.c; sourceTree = ""; }; 99BB95C5ED5665FA2092BE10 /* tvOSAppUITests.39.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.39.link.params; sourceTree = ""; }; + 99C505AE2A6263A1C221108A /* StreamState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamState.swift; sourceTree = ""; }; + 99FE8BC3EF981F5D45DF362E /* v3_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_lib.c; sourceTree = ""; }; + 9A091C0EEA491B76B7075FC2 /* x_sig.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_sig.c; sourceTree = ""; }; + 9A2455092DE26CF11A6636A7 /* Socket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = ""; }; + 9A3E2EF26E513E2C73ADB679 /* polyval.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = polyval.c; sourceTree = ""; }; 9A504123E30870E68A4FA9DB /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 9A7DEB85D69E2B39129F6D99 /* Socket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = ""; }; - 9A8162236A645B425E6E30AE /* blake2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = blake2.c; sourceTree = ""; }; - 9A9E6EEF2560CEB2A625593C /* NIOEmbedded.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOEmbedded.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 9AB821A61FAE5377FA7B09B9 /* NIOTSListenerBootstrap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSListenerBootstrap.swift; sourceTree = ""; }; - 9ABE3B3BA3FCE78727BB6C23 /* e_aes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aes.c; sourceTree = ""; }; - 9AEB4CB38F758D09E1A4CE80 /* CNIOBoringSSL_md4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_md4.h; sourceTree = ""; }; + 9A71274AC4FBA4EB25080387 /* OutboundFlowControlBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutboundFlowControlBuffer.swift; sourceTree = ""; }; + 9A8DCB290F58E560C9DDEDC6 /* CGRPCZlib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CGRPCZlib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 9A9FD3601501F8AD9B44405F /* HuffmanCoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HuffmanCoding.swift; sourceTree = ""; }; + 9AA9A8C3E508A59BD3EE3B35 /* p_hkdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_hkdf.c; sourceTree = ""; }; + 9AD7F7B9DD1A2BB2FCBF9932 /* Codec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Codec.swift; sourceTree = ""; }; 9AEC90DAA9CD2CC6BAA43DE8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 9B0E3FBBB2751AE7342EAFBE /* ClientConnectionConfiguration+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ClientConnectionConfiguration+NIOSSL.swift"; sourceTree = ""; }; - 9B2316AD706F5420CD3B976A /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 9B27AB0DD7C440EE3921C460 /* a_octet.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_octet.c; sourceTree = ""; }; + 9AFB457A6306D43442ACF22B /* ConnectionPool+Waiter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConnectionPool+Waiter.swift"; sourceTree = ""; }; 9B27FA11695D0D98AF1BB52D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 9B2E74D54A6001B3E571F50D /* bytes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bytes.c; sourceTree = ""; }; - 9B4355D01007459DBC877FBB /* AsyncAwaitSupport+OldXcodes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AsyncAwaitSupport+OldXcodes.swift"; sourceTree = ""; }; - 9B46900E0D4BB87B5FEA38EC /* boringssl_prefix_symbols_nasm.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = boringssl_prefix_symbols_nasm.inc; sourceTree = ""; }; + 9B3D763AD9E9612F58FBC835 /* sha512-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-586.linux.x86.S"; sourceTree = ""; }; 9B56D9298492068E642846F0 /* tvOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = tvOSApp.swift; sourceTree = ""; }; + 9B795B0DD431A8D58A9CD219 /* NameMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NameMap.swift; sourceTree = ""; }; + 9B8D241C7F98F81DB6286452 /* NIOTSEventLoopGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSEventLoopGroup.swift; sourceTree = ""; }; 9B98CE68559C583249D26D52 /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 9B9B00577F9503C23091539C /* Foo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Foo.h; sourceTree = ""; }; - 9B9EFCAE35F613839E542D32 /* libNIO.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIO.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIO.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9B9EFCAE35F613839E542D32 /* libNIO.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIO.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIO.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 9BA1C024C8B1BAE3BE87FF02 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 9C0E3CB7FD7C98B28387A416 /* sha256-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 9C1B7BF6BF3A2048E9521B0A /* SSLPKCS12Bundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLPKCS12Bundle.swift; sourceTree = ""; }; - 9C37393A65BDBE071E3BB5EA /* co-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "co-586.linux.x86.S"; sourceTree = ""; }; + 9BBFFA5BF25CEBFD234982BF /* HTTP2ErrorCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ErrorCode.swift; sourceTree = ""; }; + 9BDA0C3238FB135D8A7814DE /* CNIOBoringSSL_pkcs7.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pkcs7.h; sourceTree = ""; }; + 9C138ECF39399D5DCCD64B7D /* HPACKErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKErrors.swift; sourceTree = ""; }; + 9C2718F3595F6E1805679AAF /* JSONEncodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncodingError.swift; sourceTree = ""; }; 9C493F8766B53632637000EB /* libecho_client_services_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libecho_client_services_swift.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/GRPC/libecho_client_services_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 9C5B1210C2E8A66151E7CBFE /* rdrand-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rdrand-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 9CBE6B31D6BB212E4654C103 /* p256_64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = p256_64.h; sourceTree = ""; }; - 9CC31A60C4C577FFDB3F2672 /* DOSHeuristics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DOSHeuristics.swift; sourceTree = ""; }; - 9CD6989773E7D5249CF9EF97 /* HTTP2ConnectionStateChange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ConnectionStateChange.swift; sourceTree = ""; }; + 9C5222DB71D852FF52AA8F29 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 9C63425E5075CA09550EB090 /* hkdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hkdf.c; sourceTree = ""; }; + 9C87B5FBDB15155A40F292AC /* cipher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cipher.c; sourceTree = ""; }; + 9CA859A95AFAAA913782E6E5 /* tasn_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_enc.c; sourceTree = ""; }; + 9CBC89DE09262A7A4C43E11C /* tasn_fre.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_fre.c; sourceTree = ""; }; + 9CD441C4F39D8C34C8AF000D /* JSONEncodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncodingOptions.swift; sourceTree = ""; }; 9CE82A32473010BC48F4AB2D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 9D06A9256BCA8432583BBDA0 /* digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digest.c; sourceTree = ""; }; - 9D6BB97901099B6051993764 /* DoubleParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DoubleParser.swift; sourceTree = ""; }; 9D7106E1A63C05DF893F046E /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 9D713363C7FA7CD7A70D0922 /* GRPCContentType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCContentType.swift; sourceTree = ""; }; + 9D85AEDDD1D035A4828E777B /* asn1_compat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_compat.c; sourceTree = ""; }; 9D9A21C8D4DEC7D705101F90 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 9DAF74DD176042BC82E796EB /* iOSAppUITests.125.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.125.link.params; sourceTree = ""; }; - 9DBBF8AB3B42BEF3BF9ADEC9 /* cpu_aarch64_win.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_win.c; sourceTree = ""; }; - 9DC3D6549564724815BFF89D /* BaseSocketChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseSocketChannel.swift; sourceTree = ""; }; - 9DC8748606B6BEE25DCD293C /* Codec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Codec.swift; sourceTree = ""; }; - 9DDBDFD0E5D3DD76F4ABCA28 /* NIOAsyncWrappers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncWrappers.swift; sourceTree = ""; }; 9DF3C8CEDB7025D22ED760E8 /* LibSwift-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LibSwift-Swift.h"; sourceTree = ""; }; - 9E04793A8AB23C2C7761A281 /* generic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = generic.c; sourceTree = ""; }; - 9E0ED192A12E6D12107B7D65 /* libGRPC.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libGRPC.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/libGRPC.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 9E21257665AA02F041001A64 /* libCNIOLLHTTP.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOLLHTTP.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOLLHTTP.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9E0ED192A12E6D12107B7D65 /* libGRPC.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libGRPC.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/libGRPC.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9E21257665AA02F041001A64 /* libCNIOLLHTTP.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOLLHTTP.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOLLHTTP.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9E273C378A683E86984337F6 /* sha1-altivec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "sha1-altivec.c"; sourceTree = ""; }; 9E3C67424F456D9FF51EEBDA /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; - 9E41B9BC5BBD655A763C062B /* JSONDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONDecoder.swift; sourceTree = ""; }; - 9E7D399EAA9926EC1A9A639E /* md5-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "md5-586.linux.x86.S"; sourceTree = ""; }; + 9E6143731AC402DF54777B85 /* aesv8-armx64.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx64.ios.aarch64.S"; sourceTree = ""; }; 9E9A34CF7D39ABC67B25D278 /* iOSAppSwiftUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppSwiftUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 9EB57E44CFE98509823809E9 /* DatagramVectorReadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatagramVectorReadManager.swift; sourceTree = ""; }; 9EC5BE1DBC4E3E31B6B9CE65 /* tvOSAppUITests.166.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.166.link.params; sourceTree = ""; }; - 9ECC81F6EA01FDE88454DEEE /* e_aesccm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aesccm.c; sourceTree = ""; }; 9EDD583C3B1836877AAAC18F /* UIFramework.watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIFramework.watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9EDE44D0A35066D54574FCBE /* handshake_server.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handshake_server.cc; sourceTree = ""; }; - 9EF83A00CD3F7B3E00679AE3 /* tls13_both.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_both.cc; sourceTree = ""; }; + 9EF63E35F8FCFC29348B3127 /* GRPCIdleHandlerStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCIdleHandlerStateMachine.swift; sourceTree = ""; }; + 9F06B2D51EDDC5F208E5A36D /* cpu_intel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_intel.c; sourceTree = ""; }; + 9F2EC877F286A3A415B954D7 /* DefaultTestBundle.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = DefaultTestBundle.plist; sourceTree = ""; }; 9F410E52133FB56605B39F0F /* iOSAppUITestSuite.170.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.170.link.params; sourceTree = ""; }; + 9F5E78A041E428B73D0670DC /* v3_extku.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_extku.c; sourceTree = ""; }; + 9F63A5DC90386EB01F61543F /* aesni-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-x86.linux.x86.S"; sourceTree = ""; }; 9F723936F007182BBCF1BE33 /* CoreUtilsObjC.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreUtilsObjC.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; 9FADC50F83228A0BC2F03239 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 9FB807E65788589E5F03DF37 /* Answers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Answers.h; sourceTree = ""; }; + 9FCC2A016F9018FEB1E85E7C /* c_nio_http.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_nio_http.c; sourceTree = ""; }; 9FF10D5AC46EA2B02EE95EDC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 9FFF4CAAB5D6960EEDE1A957 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - A00DB7AC62BC24649521AC05 /* SocketAddresses.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketAddresses.swift; sourceTree = ""; }; A0123D4EF4DED2AF6315B657 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - A01DAEADAD689FCD0DC57D75 /* GRPCWebToHTTP2ServerCodec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCWebToHTTP2ServerCodec.swift; sourceTree = ""; }; - A02143054027B6070144F94B /* sha1-altivec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "sha1-altivec.c"; sourceTree = ""; }; - A0458A93B61392AB544084FD /* Version.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = ""; }; - A071747EBDC6D5E55088CFAC /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + A0723ECBA9FCAC163F1FDDE2 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; A0730D6B47B470D239958632 /* bucket */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bucket; sourceTree = ""; }; A077B7B893B7B57ED44E6AA6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - A0BCAB6A0FC50484E4CFB71A /* GRPCAsyncSequenceProducerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncSequenceProducerDelegate.swift; sourceTree = ""; }; - A0F37646FE3B50B58E461209 /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLLHTTP.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + A0AACE6BBE19E728833A3752 /* Zeroization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Zeroization.swift; sourceTree = ""; }; + A0B0FDB4E61FAAE9E06D60B9 /* GRPCChannel+AsyncAwaitSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GRPCChannel+AsyncAwaitSupport.swift"; sourceTree = ""; }; + A0B6F58EF05EFF2B7071E431 /* EventLoop+Deprecated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoop+Deprecated.swift"; sourceTree = ""; }; + A0CF426421435169C0D07244 /* generic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = generic.c; sourceTree = ""; }; + A0F6D031AD4C2F9795336190 /* x_algor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_algor.c; sourceTree = ""; }; A0F9E920EF76C06757221FE8 /* libprivate_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_lib.a; path = "bazel-out/CONFIGURATION-STABLE-28/bin/CommandLine/CommandLineToolLib/libprivate_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A112C69A06D3368376A2F562 /* Google_Protobuf_Duration+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Duration+Extensions.swift"; sourceTree = ""; }; - A12418E6BEDA8BF69DF6DDED /* CNIOBoringSSL_buffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_buffer.h; sourceTree = ""; }; + A126EC09FBE7744492BF7677 /* GRPCAsyncSequenceProducerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncSequenceProducerDelegate.swift; sourceTree = ""; }; + A1397D2E855EEF23CFE292BD /* ExtensionFieldValueSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionFieldValueSet.swift; sourceTree = ""; }; + A1548D887548DCECE271B4D7 /* v3_pci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pci.c; sourceTree = ""; }; A161C30E07AE31B3F6A7A1B2 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; + A19544C7BBC0439AF94EB2F9 /* disable_signing_resource_rules.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = disable_signing_resource_rules.plist; sourceTree = ""; }; + A19676E39CD6B857A8859B0D /* NIOAtomic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAtomic.swift; sourceTree = ""; }; + A1A1E44C8EF6D6B51E430C53 /* CNIOBoringSSL_thread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_thread.h; sourceTree = ""; }; A1B5B2B4362AB0D7572AFA84 /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - A1E05831724F8786D80E253D /* IdentityVerification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IdentityVerification.swift; sourceTree = ""; }; + A1DC18C2C79793489C83A8AC /* NIOSendable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSendable.swift; sourceTree = ""; }; + A1E6EAF24F12E09112415DF6 /* UnknownStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnknownStorage.swift; sourceTree = ""; }; A23AB09EF239AB2869075A96 /* iOS.114.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.114.link.params; sourceTree = ""; }; - A2806F7483674F7B5A49DB04 /* AtomicMemoryOrderings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicMemoryOrderings.swift; sourceTree = ""; }; + A252FE3645F1334CDF867F20 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + A278B315C70E54E54A77083A /* GRPCError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCError.swift; sourceTree = ""; }; A2912F50EA2A5F1D97D285E7 /* watchOSAppExtensionUnitTests.42.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.42.link.params; sourceTree = ""; }; - A29D13D916FE2E0D5C9AE2FB /* Exports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Exports.swift; sourceTree = ""; }; - A2A7844882018710F8825842 /* sha256-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv4.ios.arm.S"; sourceTree = ""; }; + A29597D23BBFC3822379ADB3 /* TextFormatScanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatScanner.swift; sourceTree = ""; }; + A29A9566557FD04352CE924B /* a_gentm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_gentm.c; sourceTree = ""; }; + A2A037C3C2A002AA007A6816 /* CNIOBoringSSLShims.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSLShims.h; sourceTree = ""; }; A2A8FD058DE329954EC8EA34 /* libMixedAnswerLib_Swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libMixedAnswerLib_Swift.a; path = "bazel-out/CONFIGURATION-STABLE-10/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/libMixedAnswerLib_Swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A3298E72053E691F994F4AB8 /* _FakeResponseStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _FakeResponseStream.swift; sourceTree = ""; }; - A389B1159751424696D91E25 /* PosixPort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PosixPort.swift; sourceTree = ""; }; + A2CB36174A7877C92F9E053B /* p256-nistz.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "p256-nistz.c"; sourceTree = ""; }; + A2D22A6041364044D4AD211D /* a_d2i_fp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_d2i_fp.c; sourceTree = ""; }; + A2E705C89A8E5F82E94E2AC2 /* md5-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "md5-x86_64.mac.x86_64.S"; sourceTree = ""; }; A3A45A0819673348AC1A7EEE /* UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITests.swift; sourceTree = ""; }; + A3CE9FDF8FA022FDDE068399 /* kdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = kdf.c; sourceTree = ""; }; A3DA6AC884CAA370E94334F9 /* iOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - A3FF8963FF10202330C97D26 /* sha512-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv8.ios.aarch64.S"; sourceTree = ""; }; + A3F9035BC9788CDF8DAB793B /* HTTPHeaderValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPHeaderValidator.swift; sourceTree = ""; }; A41154AFFA53BE02DCE29451 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - A42696282776D5C1FCD15921 /* vpaes-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-x86.linux.x86.S"; sourceTree = ""; }; + A41174394A7D7B69AA937939 /* HPACKHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKHeader.swift; sourceTree = ""; }; A43526B3370311547CB489D0 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; A43B7F66FF9518FDB6203F44 /* private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private.h; sourceTree = ""; }; - A44C38FC8CF6C67FFB42D8C0 /* disable_signing_resource_rules.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = disable_signing_resource_rules.plist; sourceTree = ""; }; - A4B0CC609ECAD7001AC59401 /* CNIOBoringSSL_base.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_base.h; sourceTree = ""; }; + A44810FDE794DF6F29F1992C /* TextFormatEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatEncoder.swift; sourceTree = ""; }; + A455576E8029DC1379712BAA /* x509name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509name.c; sourceTree = ""; }; + A4898A832F34EE20B19ED252 /* ThreadPosix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThreadPosix.swift; sourceTree = ""; }; A4B7C7B0B3E5966287BE381D /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + A4C307898936C5AAF778BB00 /* aesni-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-x86_64.mac.x86_64.S"; sourceTree = ""; }; + A4FDD2AE10BC54071B8ACB60 /* ControlFrameBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlFrameBuffer.swift; sourceTree = ""; }; + A54DF2B7B6B65DE73BB09862 /* HTTPTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPTypes.swift; sourceTree = ""; }; A54E9A10A763B2414446B47D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; A564C4DE29D21B686050AAEF /* iOSAppObjCUnitTestSuite.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppObjCUnitTestSuite.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - A56FF744325FE1D55A1D5030 /* x_x509a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_x509a.c; sourceTree = ""; }; - A57EF6D74830FF2B689D1C66 /* aesv8-armx32.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx32.ios.arm.S"; sourceTree = ""; }; - A582EA6242F5E84F2E208699 /* CNIOLinux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOLinux.h; sourceTree = ""; }; - A58384B7856F90115C7BA7BD /* CNIOBoringSSL_pkcs7.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pkcs7.h; sourceTree = ""; }; A59D934A5407069C77D3AEF8 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - A5DC86A9DC639F0DFBE13C99 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + A5DC4B5B08C31EC6AB26F754 /* cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbc.c; sourceTree = ""; }; A5F2930E241A49D2AE013F08 /* Bundle.25.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Bundle.25.link.params; sourceTree = ""; }; - A6149A65CF872099CCDFB6B2 /* DelegatingErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DelegatingErrorHandler.swift; sourceTree = ""; }; - A62454AD3328D221EB4628F7 /* NIOTransportServices.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTransportServices.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - A64B4848D1BB217589E0166D /* ClientInterceptorProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptorProtocol.swift; sourceTree = ""; }; - A68A00033821BD8458F6F9CD /* LocallyQuiescingState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocallyQuiescingState.swift; sourceTree = ""; }; - A6D052F85F0EAC2070BFD4C2 /* HTTP2StreamChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamChannel.swift; sourceTree = ""; }; + A611EF92E2875210B53FC420 /* dh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh.c; sourceTree = ""; }; + A6327B5892DE446AB672A460 /* sha1-armv4-large.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv4-large.linux.arm.S"; sourceTree = ""; }; + A6459E6B1B3ED825381FEAB0 /* hpke.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hpke.c; sourceTree = ""; }; + A657277C7D29EE114208E024 /* ThreadWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThreadWindows.swift; sourceTree = ""; }; + A68D3366BA3C02D5F8B99E95 /* BinaryEncodingSizeVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncodingSizeVisitor.swift; sourceTree = ""; }; + A6C5E2C60939D1458574320E /* Visitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Visitor.swift; sourceTree = ""; }; + A6E01B6BDE8BB394141145C0 /* s3_lib.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = s3_lib.cc; sourceTree = ""; }; + A6EAE29E5DA8914FA3C7C4BF /* LinuxCPUSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxCPUSet.swift; sourceTree = ""; }; + A71C0A1EBD4646F9BEE9517D /* NIOTSConnectionBootstrap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSConnectionBootstrap.swift; sourceTree = ""; }; A72784148E298BC9F8822CE8 /* libFXPageControl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libFXPageControl.a; path = "bazel-out/CONFIGURATION-STABLE-10/bin/external/_main~non_module_deps~FXPageControl/libFXPageControl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; A73F130E3A2B6F8BFC9DB709 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - A74DCA58D06D65428AC575C1 /* socket.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = socket.c; sourceTree = ""; }; A755C138B3C37E7179D040B6 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; A761A210EBC62036CA2264B8 /* LibSwift-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LibSwift-Swift.h"; sourceTree = ""; }; - A77554B39790BF66770304CB /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - A79F4A85A33519D3DDD856F1 /* v3_cpols.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_cpols.c; sourceTree = ""; }; - A7DA0C0799F320481B502681 /* getrandom_fillin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = getrandom_fillin.h; sourceTree = ""; }; + A7C34876129019F811BC6D65 /* HPACKDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKDecoder.swift; sourceTree = ""; }; A7DD5DC08825B46B051D74B0 /* UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITests.swift; sourceTree = ""; }; A7F29D5A8A7E130042F17629 /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + A80C2222D305336E4FBAABC2 /* fork_detect.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fork_detect.h; sourceTree = ""; }; A8284F3BCA141E8550A884D3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + A82B15C1BBCF4349052D732F /* print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = print.c; sourceTree = ""; }; A82CEB25CF59BE7CC49E09DB /* iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - A8376D3CC446480EF1C98A32 /* aesni-gcm-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-gcm-x86_64.mac.x86_64.S"; sourceTree = ""; }; A8599B6113529A115FCB6B86 /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - A861528F30EFC2589A5C2147 /* ssl_privkey.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_privkey.cc; sourceTree = ""; }; - A87801194035A8F3CC20DA4E /* Message+JSONAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+JSONAdditions.swift"; sourceTree = ""; }; + A86AC574C4961A3DEA9A444F /* NIOCore.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOCore.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; A88199163B0288C69ED0AB44 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; - A889A0079F39C07E5D287C27 /* CNIOWindows.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOWindows.h; sourceTree = ""; }; + A8910D24021178B161951928 /* armv4-mont.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv4-mont.ios.arm.S"; sourceTree = ""; }; A897A0E2C243A0C8EDAA8A70 /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - A8BF01BA2C08E9C9205FF4E6 /* SSLCertificate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLCertificate.swift; sourceTree = ""; }; - A8E0CEFD82E354EF71C04322 /* ssl_stat.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_stat.cc; sourceTree = ""; }; - A96C115C613347635B76DEBE /* thread_none.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_none.c; sourceTree = ""; }; - A970460988861E940C3E955F /* MarkedCircularBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarkedCircularBuffer.swift; sourceTree = ""; }; + A8BFCB13D850AB58635AE34B /* CNIOBoringSSL_ssl3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ssl3.h; sourceTree = ""; }; + A8D044A302A1D46FB4A4BDF6 /* RemotelyQuiescingState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemotelyQuiescingState.swift; sourceTree = ""; }; + A9679DCB755411F9B04CD851 /* deterministic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = deterministic.c; sourceTree = ""; }; + A96E1FE2260D312B8BE64852 /* p256-nistz-table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "p256-nistz-table.h"; sourceTree = ""; }; A9721D8883D73A3F13BF89BB /* Lib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A9A9C6D49C18CC6EFECDD608 /* felem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = felem.c; sourceTree = ""; }; + A97940F5D4F6BE48CE199A0D /* ReceivingDataState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingDataState.swift; sourceTree = ""; }; + A97BE3927E66245D81D04AE6 /* x_name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_name.c; sourceTree = ""; }; + A993B43DA6FEA587FFF8E6F7 /* cbb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbb.c; sourceTree = ""; }; + A9A7B8CBBD73791F37DC22CD /* CNIOLinux.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLinux.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + A9B7DEC9129965EF9258259A /* HTTP2CommonInboundStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2CommonInboundStreamMultiplexer.swift; sourceTree = ""; }; A9D9FEBC0972D69FB407711D /* WidgetExtension.intentdefinition */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; path = WidgetExtension.intentdefinition; sourceTree = ""; }; - A9DA1D19FF91849ADAC03E33 /* util.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = util.c; sourceTree = ""; }; - AA070589DA9346F9C5679337 /* MathUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MathUtils.swift; sourceTree = ""; }; - AA25F7F35F273FD9F0999588 /* ghash-neon-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-neon-armv8.linux.aarch64.S"; sourceTree = ""; }; - AA34929F388032DC209B0B91 /* source_context.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = source_context.pb.swift; sourceTree = ""; }; - AA5C34169A0F4DC394BAC9D6 /* trust_token.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = trust_token.c; sourceTree = ""; }; + A9E83AFC003608C8424C0254 /* vpaes-armv7.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv7.linux.arm.S"; sourceTree = ""; }; + A9F6BA15783ABD3E7C8E93D2 /* e_aes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aes.c; sourceTree = ""; }; + AA0CA78E3AB94038C90378E8 /* GRPCServerRequestRoutingHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCServerRequestRoutingHandler.swift; sourceTree = ""; }; + AA14160C8A323A99BDA34B9D /* rdrand-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rdrand-x86_64.linux.x86_64.S"; sourceTree = ""; }; + AA2C8EB5AC59F92221FFF8E8 /* ghashv8-armx64.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx64.ios.aarch64.S"; sourceTree = ""; }; + AA595C42F02DD619AF908D57 /* struct.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = struct.pb.swift; sourceTree = ""; }; + AA7CD53457A5D3036484541A /* Data+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Data+Extensions.swift"; sourceTree = ""; }; AA8534151A2815ADA369C885 /* Utils.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Utils.rules_xcodeproj.c.compile.params; sourceTree = ""; }; AAACE94E3EABF704E3F4CDD2 /* LibFramework.tvOS.149.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.149.link.params; sourceTree = ""; }; + AAADC72BA5CE2669F02E483A /* ssl_x509.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_x509.cc; sourceTree = ""; }; AAC9F5126C0750EE2B014B1D /* libLib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libLib.a; path = "bazel-out/CONFIGURATION-STABLE-11/bin/Lib/libLib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - AADAC101A012DE5DE11C304F /* cmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmac.c; sourceTree = ""; }; AADB68387784D243F2101889 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - AAF627B757D4EFF104C63B16 /* p5_pbev2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p5_pbev2.c; sourceTree = ""; }; + AB00A999AB6F948640F03398 /* p_rsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_rsa.c; sourceTree = ""; }; AB04299FE31B1120FF2C32A1 /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + AB0C712A2F98CEA5F826B4E0 /* x509_vpm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_vpm.c; sourceTree = ""; }; AB0ED00593C6DAE59B9E7AAF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; AB1779733F29DBF9DF09C353 /* GoogleMaps.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMaps.framework; sourceTree = ""; }; - AB2032FFA0618BAE4391BE25 /* CNIOBoringSSL_srtp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_srtp.h; sourceTree = ""; }; - AB7D3C51C076BBAC492B3C81 /* aes128gcmsiv-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aes128gcmsiv-x86_64.mac.x86_64.S"; sourceTree = ""; }; - ABAB0003D7A07A287883F5EF /* Message.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = ""; }; + AB7105A450991BD33CBDDFAE /* ServerInterceptorContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptorContext.swift; sourceTree = ""; }; + AB7E8057A894E8887018E4CC /* UnsafeBufferPointer+Shims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafeBufferPointer+Shims.swift"; sourceTree = ""; }; ABCFE6A4F781AB35F13BDE98 /* exported-symbols.lds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "exported-symbols.lds"; sourceTree = ""; }; - ABDF955A9E98F614BED7C1CA /* c-nioatomics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "c-nioatomics.c"; sourceTree = ""; }; - AC756C6674A0FAC76D9ADFD2 /* PooledChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PooledChannel.swift; sourceTree = ""; }; - ACB4A2ACD656528B7405E3B7 /* FieldTag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldTag.swift; sourceTree = ""; }; - ACF5ADFDB76D21156F0E4994 /* GRPCStatusAndMetadata.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCStatusAndMetadata.swift; sourceTree = ""; }; + ABD6532163BD2A72B2079C77 /* MessageExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageExtension.swift; sourceTree = ""; }; + ABDCB91952A3366F8580AA1A /* JSONSerialization+ByteBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JSONSerialization+ByteBuffer.swift"; sourceTree = ""; }; + AC4ABB170448005330082855 /* HTTP2ToRawGRPCStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ToRawGRPCStateMachine.swift; sourceTree = ""; }; + ACAD170769553339AF355537 /* GRPCStatusAndMetadata.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCStatusAndMetadata.swift; sourceTree = ""; }; + ACF2CB4D3103BF0B38900FCF /* CNIOBoringSSL_opensslv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_opensslv.h; sourceTree = ""; }; + AD082766D161CAA0FF72B8A9 /* MayReceiveFrames.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MayReceiveFrames.swift; sourceTree = ""; }; + AD1437871727D4CBF9DF4A82 /* v3_pmaps.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pmaps.c; sourceTree = ""; }; AD18BFEEE37783CFEF25C535 /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - AD455E9C1F6B6E0C895307CB /* DefaultTestBundle.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = DefaultTestBundle.plist; sourceTree = ""; }; - AD485DC4F40AA44B79BD184C /* CNIOBoringSSL_sha.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_sha.h; sourceTree = ""; }; + AD64F5BF55AD4DB6F43B19B2 /* Locks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Locks.swift; sourceTree = ""; }; + AD67E2DB44AE3AD01F64ACA9 /* x86_64-mont.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont.linux.x86_64.S"; sourceTree = ""; }; + ADA03B0B06A558CB3C7A070C /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + ADC32D25DF8879A54F85D8D9 /* pcy_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_data.c; sourceTree = ""; }; ADCF3AB07FEC0772D9B83B08 /* Launch.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Launch.storyboard; sourceTree = ""; }; - AE0462CE3CD4499BB0DBA9A9 /* p_ed25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ed25519.c; sourceTree = ""; }; - AE0FC9AF00BD74E92A4B6BE6 /* InboundEventBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboundEventBuffer.swift; sourceTree = ""; }; - AE44D67092FA696470F85443 /* GRPCTimeout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCTimeout.swift; sourceTree = ""; }; - AE521ABB08EB88037DF08BEC /* a_type.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_type.c; sourceTree = ""; }; - AE5D6F1D215F065261EF773B /* curve25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = curve25519.c; sourceTree = ""; }; - AE5FA898CA9E29578E040F60 /* DynamicHeaderTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicHeaderTable.swift; sourceTree = ""; }; - AE84D2ADFC362730EA28FAFE /* tls_method.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls_method.cc; sourceTree = ""; }; - AEBF866A7D610DD62BCC6330 /* TLSConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSConfiguration.swift; sourceTree = ""; }; - AF27FFE5AAB52CEB67C41BF4 /* Stopwatch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Stopwatch.swift; sourceTree = ""; }; + ADE8EC8755C9C098E1946894 /* hmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hmac.c; sourceTree = ""; }; + AE22D75FE5A3966E1D354568 /* NIO.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIO.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + AE5020C14B4C654BAF67E076 /* ReceivingWindowUpdateState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingWindowUpdateState.swift; sourceTree = ""; }; + AE54F9F1CAB69C0CB368F407 /* CNIOBoringSSL_ex_data.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ex_data.h; sourceTree = ""; }; + AE83E7E562B8FE7CF67F3BBC /* f_string.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_string.c; sourceTree = ""; }; + AE8B948093C2D3E85B07316B /* ClientInterceptors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptors.swift; sourceTree = ""; }; + AECFAEC368EEB41252DC1821 /* BinaryEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncoder.swift; sourceTree = ""; }; AF75A2B8BDC95576C31B1E51 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; AF7A63BA20A06D0668342ACB /* AppClip.133.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.133.link.params; sourceTree = ""; }; AF89423CEC80BC81A6537E5E /* iOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - AFCD9EADD8AA3B1C5B2B40DC /* x_crl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_crl.c; sourceTree = ""; }; - AFD3CB9A8AC6E24DF8CB4624 /* TextFormatDecodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatDecodingOptions.swift; sourceTree = ""; }; + AFD8B369A6FCEFA0E89A1ACD /* GRPCTimeout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCTimeout.swift; sourceTree = ""; }; AFEC4F2E8A6AECBC97028A29 /* lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lib.c; sourceTree = ""; }; B0585D439244193C4A4B5F91 /* libMixedAnswer.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libMixedAnswer.a; path = "bazel-out/CONFIGURATION-STABLE-10/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/libMixedAnswer.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B06EAEABECBFBB7DF0F8A15C /* dsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_asn1.c; sourceTree = ""; }; B073AE64352281C9A9828EEE /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + B076F373E5F9F361FEEF6F77 /* MulticastChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MulticastChannel.swift; sourceTree = ""; }; B07CD15B2914C3B9E00C1113 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - B0948E26463151CCF2D0CBD0 /* c_nio_llhttp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_nio_llhttp.c; sourceTree = ""; }; - B0BF0A5AE427A2D79DB8312D /* p_dsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_dsa_asn1.c; sourceTree = ""; }; + B07FACB738B760DC78E52AAF /* t_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_req.c; sourceTree = ""; }; B0C9B370AF28DBF84CFDBF9D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - B0FE7D9B955D503625038C97 /* hexdump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hexdump.c; sourceTree = ""; }; - B10793318F09D29F941ACE4A /* NIOTSChannelOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSChannelOptions.swift; sourceTree = ""; }; - B10A8A31B04CED3F10C1E5B3 /* NIOHTTP1.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP1.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; B1163CCC8293D3DD7D46D598 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - B1285C32FE4EE35EE944C8CD /* hkdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hkdf.c; sourceTree = ""; }; - B14AFCF3F5A8FBC681F427B4 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - B15257DD47CE5D1C91C426BF /* hpke.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hpke.c; sourceTree = ""; }; B154459469D67210054E49F0 /* iOS.18.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.18.link.params; sourceTree = ""; }; + B1604B10C8F950278832C9F8 /* CNIOBoringSSL_srtp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_srtp.h; sourceTree = ""; }; + B17585200E07F8CF6F2E8E5D /* ClientTransport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientTransport.swift; sourceTree = ""; }; B175955D9351877CB9A87F1D /* WatchOSAppExtensionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchOSAppExtensionTests.swift; sourceTree = ""; }; - B1A12715E73FD1FC87663006 /* e_rc2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc2.c; sourceTree = ""; }; - B1C46F71B499F69A62C90E8F /* NIOHTTP1.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP1.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - B1E5DB578A1963BD03230193 /* GRPCError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCError.swift; sourceTree = ""; }; - B1EB97B352CF9ABFEB081EE2 /* HTTP2ToHTTP1Codec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ToHTTP1Codec.swift; sourceTree = ""; }; + B199D28750BD614E92CB579F /* QuiescingHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuiescingHelper.swift; sourceTree = ""; }; + B1B1BF110A4EE90D648E7F86 /* StreamChannelFlowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamChannelFlowController.swift; sourceTree = ""; }; B21D98E4CA7FF10FC00084A3 /* server_main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = server_main.swift; sourceTree = ""; }; - B248998FC015F8E159F48A95 /* HTTP2StreamID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamID.swift; sourceTree = ""; }; - B26E62FFBC638EEAA6D5645D /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = ""; }; + B223E2FBAAA477C40C821A3A /* ClientStreamingServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientStreamingServerHandler.swift; sourceTree = ""; }; + B23F431300F700797623B9FD /* AsyncTestingEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncTestingEventLoop.swift; sourceTree = ""; }; B2873C4A80EE99447E077F6C /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; - B2961D38BB887B25012F49A5 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; B2C9DD5B6CFD64BA881EB20F /* libcc_lib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libcc_lib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-2/bin/cc/lib2/libcc_lib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B2D42C5D716C5F30497EDB36 /* FileDescriptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileDescriptor.swift; sourceTree = ""; }; - B3562C399B66424F7C14929E /* bn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn.c; sourceTree = ""; }; + B2CAC80BED6C66EF842C51E9 /* Call+AsyncRequestStreamWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Call+AsyncRequestStreamWriter.swift"; sourceTree = ""; }; + B343D361C7B7B3CEEDB98EC2 /* rand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand.c; sourceTree = ""; }; + B34C502CFC5722BF30FCC71B /* sha1-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv8.ios.aarch64.S"; sourceTree = ""; }; + B34ECEE233178D8C02B3DFEB /* EventLoopFuture+Deprecated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoopFuture+Deprecated.swift"; sourceTree = ""; }; B398B97F1F3A4EEB4BA412CF /* iOSAppSwiftUnitTestSuite.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + B3AD95F2FA90D3404D2D8594 /* ClientConnectionConfiguration+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ClientConnectionConfiguration+NIOSSL.swift"; sourceTree = ""; }; B3CC223CBD2812F9AA259BF1 /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - B4627E9371ADF15F78EC4D5C /* ZigZag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZigZag.swift; sourceTree = ""; }; + B3F8CC3774B5C30AE48F2220 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + B405045240CEC249A76C44FD /* ghash-ssse3-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-ssse3-x86_64.mac.x86_64.S"; sourceTree = ""; }; + B4389E50D4F28FECF4906479 /* sha256-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv8.ios.aarch64.S"; sourceTree = ""; }; + B4741F4C27EBB25AD392F785 /* ghash-neon-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-neon-armv8.ios.aarch64.S"; sourceTree = ""; }; B47C3D90C2DEB62B836094DF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - B4B0E385255DE011C854B566 /* timestamp.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = timestamp.pb.swift; sourceTree = ""; }; - B4B1BB8B0CE2D99F6AF54352 /* Locks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Locks.swift; sourceTree = ""; }; - B4DF5B2C92CAF5F60D99E2A7 /* Google_Protobuf_Any+Registry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Any+Registry.swift"; sourceTree = ""; }; - B50AD2860EE9CA018D76F716 /* CompressionAlgorithm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompressionAlgorithm.swift; sourceTree = ""; }; + B4920A1CE8D055DB060BF1E6 /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = ""; }; + B493E35ECFB577A7B24400D3 /* Compatibility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Compatibility.swift; sourceTree = ""; }; + B4C533A606EEEB5A1ED1F0A6 /* Enum.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Enum.swift; sourceTree = ""; }; + B4E5763E828B5FE3AB2FB669 /* fips_shared_support.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fips_shared_support.c; sourceTree = ""; }; + B4EEEB21E43990A7814FA672 /* v3_bitst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_bitst.c; sourceTree = ""; }; B50B7022A0CA4E1615C35169 /* echo_server.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - B54010FDD230ECD6B6C6BB93 /* MessageEncodingHeaderValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageEncodingHeaderValidator.swift; sourceTree = ""; }; - B553BD9EBB9D58DE9E23EB9A /* CNIOBoringSSL_evp_errors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_evp_errors.h; sourceTree = ""; }; - B583B2616ABBC00CCE0FE135 /* CNIOBoringSSL_opensslconf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_opensslconf.h; sourceTree = ""; }; - B596A4F29DB50E7385FC7AE7 /* HTTP2StreamDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamDelegate.swift; sourceTree = ""; }; - B5A59538FBD693BF5D377C6B /* x_spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_spki.c; sourceTree = ""; }; - B5BFDF190C30AC9E6F41E105 /* GRPCAsyncResponseStreamWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncResponseStreamWriter.swift; sourceTree = ""; }; - B6188101EBFBE260029302D7 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + B5189A66460C40B28CBE6EAD /* v3_pcons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pcons.c; sourceTree = ""; }; + B54126C564A0FB550CBAB9C1 /* TLSConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSConfiguration.swift; sourceTree = ""; }; + B5A26F6949707952AC64713A /* Google_Protobuf_Any+Registry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Any+Registry.swift"; sourceTree = ""; }; + B5BC0411BE284CC383C44EC9 /* Version.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = ""; }; B620A6C0703AE3B4A23EC5B4 /* Intents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intents.swift; sourceTree = ""; }; - B663AB1620561BD163FBDC1E /* pool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pool.c; sourceTree = ""; }; - B6934B3485D5D03C12AD8E34 /* sqrt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sqrt.c; sourceTree = ""; }; - B6E325C0BAFEFB7A754C3191 /* vpaes-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv8.linux.aarch64.S"; sourceTree = ""; }; - B716A1A262C1DBB53B71D66B /* ec_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_asn1.c; sourceTree = ""; }; - B71BA6E0C80050C718F217A2 /* pem_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_info.c; sourceTree = ""; }; - B73845678CBC5297BF7C1B59 /* x_sig.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_sig.c; sourceTree = ""; }; - B73C51D1DC94427A344E6908 /* SocketAddress+NWEndpoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SocketAddress+NWEndpoint.swift"; sourceTree = ""; }; + B64769700B78689E29497C71 /* sha512-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv8.linux.aarch64.S"; sourceTree = ""; }; + B64AEC7920B073E7702346A7 /* check.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = check.c; sourceTree = ""; }; + B6DC06A97334183BFF715AA8 /* rsa_impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_impl.c; sourceTree = ""; }; + B6FD28CE61D5017D662C62FD /* p_ed25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ed25519.c; sourceTree = ""; }; + B71A3124C9BE129A34905BA6 /* pem_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_info.c; sourceTree = ""; }; B74F36B217CBAEC380D87116 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; - B7666B120A5C1A904BC0FFD5 /* aesni-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-x86.linux.x86.S"; sourceTree = ""; }; B78754E603F057C9E22CA472 /* AltIcon-60@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AltIcon-60@2x.png"; sourceTree = ""; }; B78E95E776E19E104F34096F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; - B79B7BA8BC86CE9678F4241B /* NIOExtras.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOExtras.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - B79FFDBA0170C276056D01D2 /* x_name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_name.c; sourceTree = ""; }; B7AF5A170EA2AEC1D92F9AB7 /* lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lib.c; sourceTree = ""; }; - B7CCA6BA66693659622D40A2 /* ThreadPosix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThreadPosix.swift; sourceTree = ""; }; - B7E66D41577859937534B702 /* v3_ia5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ia5.c; sourceTree = ""; }; B809EEC3C7BDE467DAF5DF73 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - B838E50E9BDC76FC4BF1AAD4 /* CNIOBoringSSL_ssl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ssl.h; sourceTree = ""; }; - B851EE0E6D6EF2C2F7EA14E7 /* refcount_lock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = refcount_lock.c; sourceTree = ""; }; - B85D1CED153772FD1318EFFA /* v3_crld.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_crld.c; sourceTree = ""; }; - B8791E5597CAE54EB28D8E2F /* x509cset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509cset.c; sourceTree = ""; }; - B89931E9EDFBA63AF1F36B2E /* AtomicRawRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicRawRepresentable.swift; sourceTree = ""; }; - B89D5AA2923BB54DAA5FAA6C /* BaseSocketChannel+SocketOptionProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "BaseSocketChannel+SocketOptionProvider.swift"; sourceTree = ""; }; - B8AD08A280353F16B0DBE66F /* simple.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = simple.c; sourceTree = ""; }; - B8B03E3296E9F8C82399B065 /* ReceivingWindowUpdateState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingWindowUpdateState.swift; sourceTree = ""; }; - B8B78BCA06EA4917CF087243 /* CNIOBoringSSL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL.h; sourceTree = ""; }; - B8BAD7608F479A0F5EC838D0 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - B8DF6C2A75F5A1685B4A9810 /* NIOTLS.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTLS.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - B92B27105340CE30E662DD4A /* NIOCore.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOCore.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + B819BB1AACFDF7CE26D02D8B /* p256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p256.c; sourceTree = ""; }; + B81F1723A5B7E1856C1F4893 /* PointerConformances.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointerConformances.swift; sourceTree = ""; }; + B84BBE4615A98A33F9667085 /* sha1-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-x86_64.mac.x86_64.S"; sourceTree = ""; }; + B899AFED9B1E3DAA80AC38D5 /* CNIOBoringSSL_obj.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_obj.h; sourceTree = ""; }; + B8DB2E3388306968ACAF5A7C /* p_dsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_dsa_asn1.c; sourceTree = ""; }; + B9162FB56DE263F399E5DBEA /* x25519-asm-arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x25519-asm-arm.S"; sourceTree = ""; }; + B91E4E31912112FD2A504780 /* handshake.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handshake.cc; sourceTree = ""; }; + B92C23EB965BE2629329C916 /* UserInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserInfo.swift; sourceTree = ""; }; + B93EB3394189A4549E5D4C73 /* p256_table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = p256_table.h; sourceTree = ""; }; B940FF048E7A19B4A32C2AC1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - B958653DB1E28298EA0147B0 /* CNIOBoringSSL_x509_vfy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_x509_vfy.h; sourceTree = ""; }; + B947A2B341FDC1B9A1A1E0B3 /* ByteBuffer-views.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-views.swift"; sourceTree = ""; }; + B96A4EB17CE9BE15E71277C7 /* CNIOBoringSSL_evp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_evp.h; sourceTree = ""; }; B96E93870128DC76CB17B45E /* iOSApp.17.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.17.link.params; sourceTree = ""; }; B990324B648DA4C29BD645EB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - B995ECCEE2A9BBCA74E83BD3 /* c-atomics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "c-atomics.c"; sourceTree = ""; }; - B99F32DA55E3377764E29039 /* mem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mem.c; sourceTree = ""; }; - BA0368EABA3F5EE7A6A410EC /* libNIOConcurrencyHelpers.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOConcurrencyHelpers.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOConcurrencyHelpers.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BA0637F7E6B7CED599E722A3 /* SafeCompare.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafeCompare.swift; sourceTree = ""; }; - BA63AC889CB1C39E8C6C5EC5 /* ChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelHandler.swift; sourceTree = ""; }; - BABA3BACE8AB6985D42D0D04 /* d1_both.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_both.cc; sourceTree = ""; }; + BA0368EABA3F5EE7A6A410EC /* libNIOConcurrencyHelpers.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOConcurrencyHelpers.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOConcurrencyHelpers.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + BAAB7B66CBFB911BE99D176E /* service_indicator.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = service_indicator.c; sourceTree = ""; }; BAC6D674C75ED97EFD13C7E3 /* Entitlements.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Entitlements.withbundleid.plist; sourceTree = ""; }; - BADFF00E208E008BAF56838C /* _DequeBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _DequeBuffer.swift; sourceTree = ""; }; + BADE0F709BC9C32F1F463BE0 /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOFoundationCompat.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; BAE28F622F4E7588B7031DF9 /* LibFramework.tvOS.118.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.118.link.params; sourceTree = ""; }; BAE3DD2729C0511496839F55 /* libc_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libc_lib.a; path = "bazel-out/CONFIGURATION-STABLE-28/bin/CommandLine/swift_c_module/libc_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + BAF27ABC89F4F4B39A4607CC /* ssl_privkey.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_privkey.cc; sourceTree = ""; }; + BAF53650BC77F7EADA9B170A /* MultiplexerAbstractChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiplexerAbstractChannel.swift; sourceTree = ""; }; BB11433E7AE90A2C5C25BDE8 /* iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - BB194746C283A5836C977D5A /* ProtobufMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtobufMap.swift; sourceTree = ""; }; - BB320DEA7499132E8169735B /* Primitives.shims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Primitives.shims.swift; sourceTree = ""; }; - BB4ED261D70886633A774A55 /* ecdh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdh.c; sourceTree = ""; }; + BB4C41FA8248F629DA35B02E /* getrandom_fillin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = getrandom_fillin.h; sourceTree = ""; }; + BB4FC962FEAA989426B74DA8 /* pem_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_pkey.c; sourceTree = ""; }; + BB527071C88DDD6B3645E0E6 /* LoggingServerErrorDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoggingServerErrorDelegate.swift; sourceTree = ""; }; BB6099E27BEC9EBE71CF9C44 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; - BB795219AA82805FC40F58B5 /* vpaes-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-x86_64.mac.x86_64.S"; sourceTree = ""; }; - BB940170749F990BFA2D79D8 /* SSLPrivateKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLPrivateKey.swift; sourceTree = ""; }; - BB958E9943B26632BF464F28 /* BSDSocketAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPI.swift; sourceTree = ""; }; + BB88D2573571C83FD1F87F5E /* SelectableChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectableChannel.swift; sourceTree = ""; }; + BB8A7B8D37561C4672B4E3A0 /* HTTP2FrameParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2FrameParser.swift; sourceTree = ""; }; BBB1894DF18F90071A677087 /* lib3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib3.h; sourceTree = ""; }; - BBC2604E9B88B001E97D2F85 /* ghash-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-x86_64.linux.x86_64.S"; sourceTree = ""; }; BBCBDDE5A101E5D9FE49EA69 /* ABundle.aplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ABundle.aplugin; sourceTree = BUILT_PRODUCTS_DIR; }; - BBEE339C7345577495BB67D9 /* PoolManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PoolManager.swift; sourceTree = ""; }; + BBF100115C8709887261447A /* HasFlowControlWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HasFlowControlWindows.swift; sourceTree = ""; }; BBF2A4EF912B9BBF0F538961 /* watchOSAppExtensionUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = watchOSAppExtensionUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - BC044C21C2460681F1ADFCCE /* _NIODataStructures.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _NIODataStructures.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - BC04655ECF009DB80F30C962 /* vpaes-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv8.ios.aarch64.S"; sourceTree = ""; }; BC0D919D9C4954991E8C1FB8 /* iOSApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOSApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; - BC6329AE52A4E729A311FD95 /* CNIOBoringSSL_trust_token.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_trust_token.h; sourceTree = ""; }; - BCAF90878CBA0F00374C57EF /* base64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = base64.c; sourceTree = ""; }; - BCCE76EBEBF68318BB69C88F /* handshake.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handshake.cc; sourceTree = ""; }; - BCDB6FC56F7AF80C709C9B33 /* Google_Protobuf_Value+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Value+Extensions.swift"; sourceTree = ""; }; + BC77D7F1E5E110BD6DC94593 /* BinaryDelimited.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDelimited.swift; sourceTree = ""; }; + BCBF5694F33783FA314A7DD9 /* a_digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_digest.c; sourceTree = ""; }; + BCFDEA790147573A135C86AC /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + BD0603B11C3B7121B552784E /* pkcs7_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs7_x509.c; sourceTree = ""; }; BD1F6A6BE6D8DF3EAE145AF7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; BD2A333C33D65FA17B059BE1 /* lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib.h; sourceTree = ""; }; BD2F5F2A1A64D49B1D3A05F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - BD5CD00104F2726F4F98E783 /* algorithm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = algorithm.c; sourceTree = ""; }; - BD5CDCCD0007CADC9C03464D /* armv8-mont.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv8-mont.linux.aarch64.S"; sourceTree = ""; }; - BDA64AD11192806A3085514F /* ServerSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerSocket.swift; sourceTree = ""; }; - BDD0D5951BBE6FDA636F2F02 /* HuffmanTables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HuffmanTables.swift; sourceTree = ""; }; BDD13702FC4B105C40BB6E4A /* tvOSAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tvOSAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - BE0900E93BDE7D4CE009AA54 /* v3_pcia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pcia.c; sourceTree = ""; }; + BDDA92C487F8192CD82363F5 /* file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = file.c; sourceTree = ""; }; + BDFFAB1462E599C53F5984D7 /* sha256-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-x86_64.mac.x86_64.S"; sourceTree = ""; }; + BE1FE7A67719A7D1CD47F9D7 /* md4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md4.c; sourceTree = ""; }; BE3CDE33AABE46C1EE6C3261 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - BE9267F67652C198B2ECEDFD /* ctr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctr.c; sourceTree = ""; }; + BE4520287984C33A839D61AA /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + BE679BEA9A0E0D907E65E3FD /* NIOThrowingAsyncSequenceProducer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOThrowingAsyncSequenceProducer.swift; sourceTree = ""; }; + BE6BC9421C845495F7FFD871 /* blake2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = blake2.c; sourceTree = ""; }; + BE81A6225171C1394285D80C /* CNIOWindows.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOWindows.rules_xcodeproj.c.compile.params; sourceTree = ""; }; BE99D0CEF07CE29CA654401E /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - BEB1366CC97F5EC7C22A6659 /* ByteBufferBIO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ByteBufferBIO.swift; sourceTree = ""; }; - BEB4FD4C836BF24FD268E5BA /* Message+TextFormatAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+TextFormatAdditions.swift"; sourceTree = ""; }; - BEDAD83A2A17F8643C094AE1 /* v3_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_skey.c; sourceTree = ""; }; - BEE3886FDCD7983EDC4D4A11 /* CNIOBoringSSL_hkdf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hkdf.h; sourceTree = ""; }; + BEC8D2BB8B479BAC62E48356 /* CNIOBoringSSL_safestack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_safestack.h; sourceTree = ""; }; BEEA406D7D2D485AEDBB4F40 /* RealAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RealAnswer.h; sourceTree = ""; }; - BF6BD677B6B5FAB2DFDEE51A /* ec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec.c; sourceTree = ""; }; - BFC023B025BE0C60C55BC6B2 /* p256-nistz-table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "p256-nistz-table.h"; sourceTree = ""; }; - BFD8F03B28CEA3B3B106273F /* engine.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = engine.c; sourceTree = ""; }; - C007C4B2F3257B3D22C3EB6C /* p256-armv8-asm.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-armv8-asm.ios.aarch64.S"; sourceTree = ""; }; - C00BB3D71B20F8D70D258C84 /* Array+BoundsCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+BoundsCheck.swift"; sourceTree = ""; }; + BF14E015AFFDF0395EF98628 /* md5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md5.c; sourceTree = ""; }; + BF332D6F5AEA0431C7CBD556 /* p_x25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_x25519.c; sourceTree = ""; }; + BF521E98CBB71E37B4883327 /* GRPCAsyncServerCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncServerCallContext.swift; sourceTree = ""; }; + BF6CDE57BA4F7C8D3641E775 /* ChannelPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelPipeline.swift; sourceTree = ""; }; + BF86F2C171535BE592504505 /* BaseSocketChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseSocketChannel.swift; sourceTree = ""; }; + C08FB705F30DACEDF5713CC7 /* x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509.c; sourceTree = ""; }; + C0A13A750F31D879ECA8D665 /* CNIOBoringSSL_lhash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_lhash.h; sourceTree = ""; }; + C0AFD1E4EDFF8CB3731681B7 /* sha512-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-x86_64.linux.x86_64.S"; sourceTree = ""; }; C0B9976393965B89130E5E54 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - C0E6BA06FFD99D6448AD70BA /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTP2StreamChannel+OutboundStreamMultiplexer.swift"; sourceTree = ""; }; - C10C47FC0A7FFC36D844442D /* wrappers.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = wrappers.pb.swift; sourceTree = ""; }; - C131BBB023965E7DF5053BA3 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + C102BD3BEECBD4843E9BBDFA /* rdrand-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rdrand-x86_64.mac.x86_64.S"; sourceTree = ""; }; + C1345522C2AC15E0744281BA /* BSDSocketAPIPosix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPIPosix.swift; sourceTree = ""; }; C13E38FF3657EB00A44B864C /* iOSAppObjCUnitTests.251.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.251.link.params; sourceTree = ""; }; C149466A532A3B78986313F7 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; C1671A3B67AF5833B0F61D4C /* echo_server_services_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server_services_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - C208B1206DB716C79FCE918B /* add.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = add.c; sourceTree = ""; }; - C25B2C4A98F653B48F071CCC /* sha256-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-586.linux.x86.S"; sourceTree = ""; }; - C25B9F8B66CCAB1424A82A8F /* thread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread.c; sourceTree = ""; }; - C281329D7F45DC882B031BAE /* poly1305_arm_asm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = poly1305_arm_asm.S; sourceTree = ""; }; + C1C907112A034955A22FF466 /* v3_enum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_enum.c; sourceTree = ""; }; + C1DF1C732B6E91B312392281 /* obj_xref.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj_xref.c; sourceTree = ""; }; + C2928539E8BCE9D05715B219 /* ec_derive.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_derive.c; sourceTree = ""; }; + C29478B03D206210F07C8D3E /* e_aesctrhmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aesctrhmac.c; sourceTree = ""; }; C2B2DE96EAD2CCE2B80B9B69 /* libprivate_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_lib.a; path = "bazel-out/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineToolLib/libprivate_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C314685E9B079DFAA34BC413 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - C31EB1D1F42CB309B34CB0DC /* EventLoopFuture+RecoverFromUncleanShutdown.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoopFuture+RecoverFromUncleanShutdown.swift"; sourceTree = ""; }; - C3E7061B031159F5A6213C6D /* CNIOBoringSSL_dh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_dh.h; sourceTree = ""; }; + C2BDA08564BFDC34EA9B4F47 /* ConnectionStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionStateMachine.swift; sourceTree = ""; }; + C30F83079CFB5F6FE04B8351 /* p224-64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "p224-64.c"; sourceTree = ""; }; + C3162A9C211D1A39410668FF /* ssl_cipher.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_cipher.cc; sourceTree = ""; }; + C330DEC6FB25DE66F7201A73 /* Interfaces.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Interfaces.swift; sourceTree = ""; }; + C356E2489B206D82BD9787E2 /* CNIOBoringSSL_type_check.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_type_check.h; sourceTree = ""; }; + C3B63CB61C81ADF4A8EFA610 /* unicode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode.c; sourceTree = ""; }; C4477D406F5C2AC04A21A10B /* LibSwift-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LibSwift-Swift.h"; sourceTree = ""; }; C4534B441D00E2E293D2A98F /* tvOSApp.247.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.247.link.params; sourceTree = ""; }; C454C50B0428F3DA857A8F1E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - C48ED4A37B7C2DF3BCC658C9 /* HTTP2ToRawGRPCServerCodec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ToRawGRPCServerCodec.swift; sourceTree = ""; }; + C4CFF0EEBB41D9069327E294 /* CallOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallOptions.swift; sourceTree = ""; }; C4E868F88A7F946716CC4525 /* GoogleMaps.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = GoogleMaps.bundle; sourceTree = ""; }; - C5050AF3DDF07E49D525E583 /* NIOTSListenerChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSListenerChannel.swift; sourceTree = ""; }; - C50AE29F35EC5CBD1976C716 /* sha1-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-586.linux.x86.S"; sourceTree = ""; }; - C52CCCC49D2701D01E8DCFBD /* InboundWindowManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboundWindowManager.swift; sourceTree = ""; }; - C5A256A2B506413797EACF47 /* String+unsafeUninitializedCapacity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+unsafeUninitializedCapacity.swift"; sourceTree = ""; }; + C5467F42CEDD931ECFA4EA3C /* ec_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_asn1.c; sourceTree = ""; }; + C547603EEA22F252191DEE45 /* rsaz_exp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rsaz_exp.h; sourceTree = ""; }; + C54D3E39C6D9ABCCC339BFD5 /* NIOTSConnectionChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSConnectionChannel.swift; sourceTree = ""; }; + C583115F0D8B1F7D8EF3CD8B /* s3_both.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = s3_both.cc; sourceTree = ""; }; + C5910EA919FF4B253003CE94 /* NIOHTTP2.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP2.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + C5BEB3AAD993A3D223790320 /* Google_Protobuf_NullValue+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_NullValue+Extensions.swift"; sourceTree = ""; }; C5D4C24FD55CD2DD45F51CD6 /* FrameworkCoreUtilsObjC.106.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.106.link.params; sourceTree = ""; }; + C5DA1E50A4D82B2306A282EC /* SocketAddress+NWEndpoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SocketAddress+NWEndpoint.swift"; sourceTree = ""; }; C5E8231072E448AFBAE59399 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; C5FC674C47BCE95DEF364CD6 /* MixedAnswer_objc_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_objc_modulemap-module.modulemap"; sourceTree = ""; }; - C62D1FE257FCB461BE870E35 /* x509name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509name.c; sourceTree = ""; }; - C661878DD61CFB85F555AE3B /* SocketChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketChannel.swift; sourceTree = ""; }; + C62D43E144C6C4F57289C5D3 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTP2ChannelHandler+InboundStreamMultiplexer.swift"; sourceTree = ""; }; + C64C4462A34D8B1E0FD87144 /* Exports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Exports.swift; sourceTree = ""; }; C67ADAB81D943F251BFFDF35 /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - C6845DD97D2C428898809097 /* vpaes-armv7.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv7.ios.arm.S"; sourceTree = ""; }; C685EF7B04D54AD3CC02461C /* MixedAnswer_objc_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_objc_modulemap-module.modulemap"; sourceTree = ""; }; - C6DACDB5C9A2607FF4E0A065 /* x86_64-mont.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont.mac.x86_64.S"; sourceTree = ""; }; + C69668AB8FCCF721B024085B /* SSLContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLContext.swift; sourceTree = ""; }; + C70F02C4CB927A333D1EEDD4 /* DispatchQueue+WithFuture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DispatchQueue+WithFuture.swift"; sourceTree = ""; }; + C71B0458E1C700C636DFC5DA /* CNIOBoringSSL_aead.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_aead.h; sourceTree = ""; }; + C72ACDC55A9AD20AAE690DDE /* obj.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj.c; sourceTree = ""; }; C72E672A34688822B865368A /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; - C75238D4CBB95AA3FACEDE96 /* CNIOBoringSSL_span.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_span.h; sourceTree = ""; }; - C77CD03D53C0D864CBBAD8CF /* EventLoopFuture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventLoopFuture.swift; sourceTree = ""; }; + C77A8BA2EB2C9014B3BA4A28 /* GRPC.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = GRPC.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + C78D16BE84432764A1037A0F /* NonBlockingFileIO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NonBlockingFileIO.swift; sourceTree = ""; }; + C7AB00F4735710E7D6334307 /* err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err.c; sourceTree = ""; }; C7C4517C7432AF6285E0A502 /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + C7C47D28D73B4F6759D39CB1 /* chacha-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv8.linux.aarch64.S"; sourceTree = ""; }; C7C81A5502C0988328A5D17A /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; C7CFB7F9F979BF41CB9B32EC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; C7D6E9EA886ACE2FD42D136F /* lib.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = lib.m; sourceTree = ""; }; C7FFF82C81A2A34F1DF8ACE4 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; + C81C52B0078C20FA0F059B35 /* ghash-ssse3-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-ssse3-x86.linux.x86.S"; sourceTree = ""; }; + C868859C633CE0AAB8DFFA2C /* a_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_int.c; sourceTree = ""; }; C86A53E96084B5F2B1F32AEC /* TestingUtils-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestingUtils-Swift.h"; sourceTree = ""; }; - C8727C0F242B6D263D40AEFE /* scalar.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scalar.c; sourceTree = ""; }; C8BAA1671441B9C43CFD7722 /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; C8DD100EC3FA656AEFE5A00B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - C901713544ECC7FA02B087B3 /* ClientInterceptors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptors.swift; sourceTree = ""; }; - C91DC8E3BD84D6E0EA0E644F /* HTTPTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPTypes.swift; sourceTree = ""; }; + C9101C4FBF006EB93FE9FC51 /* BSDSocketAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPI.swift; sourceTree = ""; }; + C9161A6236C42747ADDF3FA1 /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = ""; }; + C91B9D177FC661C43E875038 /* tls13_enc.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_enc.cc; sourceTree = ""; }; C954BC4CCA7E05C312C4F84D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - C95ECEB4E1EF3A3387CCE8D3 /* GRPCServerRequestRoutingHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCServerRequestRoutingHandler.swift; sourceTree = ""; }; - C9AB74B7AF6C68B82B94B646 /* JSONDecodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONDecodingError.swift; sourceTree = ""; }; + C9580A411AAFED164846C73D /* asn1_gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_gen.c; sourceTree = ""; }; C9AC5A3BCC9659D3B2AEE62E /* cc_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; C9C5A40EB514C4EC147C976B /* watchOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = watchOSApp.swift; sourceTree = ""; }; C9DC3F084D75A41798DCBBB2 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; - C9EB19FE0C2A7AF6D3E20ACB /* GRPCAsyncClientStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncClientStreamingCall.swift; sourceTree = ""; }; CA0FA7E1E16CCBCAC217F4F3 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; CA78129EC5626917B17BD043 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - CA7A42665B6E284F75B089E4 /* ReceivingHeadersState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingHeadersState.swift; sourceTree = ""; }; + CADDEAF53FD631523CF5352C /* ServerSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerSocket.swift; sourceTree = ""; }; + CB10A926329BD3B44AA9CBD0 /* NIOAsyncSequenceProducerStrategies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncSequenceProducerStrategies.swift; sourceTree = ""; }; CB1973B93728F830BEF4C998 /* private_lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private_lib.h; sourceTree = ""; }; + CB1A49685BF5E3404E806E42 /* ber.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ber.c; sourceTree = ""; }; CB38C7FF0302F53A6AAE579F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; CB3DC152A3E3107BA02D60A1 /* macOSAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = macOSAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - CB4A23644C2C31EAD5F92944 /* sha512-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv4.linux.arm.S"; sourceTree = ""; }; CB5D883CCC6339A49BE10C56 /* libecho_proto.swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libecho_proto.swift.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/GRPC/libecho_proto.swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - CB9960639D09032E394FF122 /* CNIOBoringSSL_ctrdrbg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ctrdrbg.h; sourceTree = ""; }; - CC082A955BD4553FCB9808CA /* Version.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = ""; }; + CB96F4F930DA3E0446057A9F /* RecvByteBufferAllocator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecvByteBufferAllocator.swift; sourceTree = ""; }; + CBA233387BDD65DD0E2F61C9 /* armv8-mont.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv8-mont.linux.aarch64.S"; sourceTree = ""; }; + CBA5E97BB2E8F6BE36B75864 /* BaseStreamSocketChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseStreamSocketChannel.swift; sourceTree = ""; }; CC2036D8388236CF8C46E5D7 /* FXPageControl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FXPageControl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - CC3C67763ABCD5DCEB783705 /* StateMachineResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StateMachineResult.swift; sourceTree = ""; }; CC3E4C2E2017C34B5C0D2A9C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; + CC409DF7D44514F783BE7C4E /* NIOExtras.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOExtras.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + CC49D1EB91CA52A6CE609C38 /* aesv8-armx32.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx32.linux.arm.S"; sourceTree = ""; }; CC51B501153E37C24782881B /* macOSLib.framework.36.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSLib.framework.36.link.params; sourceTree = ""; }; - CCF5EF154D7248952FAC74FE /* CNIOAtomics.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOAtomics.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + CC5379E9212FE8FE81945572 /* chacha-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv4.ios.arm.S"; sourceTree = ""; }; + CC6AEC6195B983C8E1B71CEE /* SSLPKCS12Bundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLPKCS12Bundle.swift; sourceTree = ""; }; + CC7727FB7B452A52048FD6C5 /* ByteBuffer-aux.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-aux.swift"; sourceTree = ""; }; + CC8ABD408EB066F66F3E1470 /* CNIOBoringSSL_ossl_typ.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ossl_typ.h; sourceTree = ""; }; + CCAA7CD1BCDF38EE12BC696C /* Deque+CustomStringConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+CustomStringConvertible.swift"; sourceTree = ""; }; CD07B657B5ED92CC3963B7FD /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + CD0FDBE52DEF4E165E2CF7AA /* Primitives.shims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Primitives.shims.swift; sourceTree = ""; }; CD1118FCFA73014CC00C09A8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + CD27E12EBD7949E56BC3687D /* CNIOBoringSSL_crypto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_crypto.h; sourceTree = ""; }; CD2CD87CAB4F54F24CACBE1E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - CDBDDA4A59EAE4D9AA3661AA /* GetaddrinfoResolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GetaddrinfoResolver.swift; sourceTree = ""; }; - CDDC08E8B3A02F7B9BCA6557 /* SendAndReceiveGoawayState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendAndReceiveGoawayState.swift; sourceTree = ""; }; + CD37E39D825CC25E42C9D98C /* StreamLender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamLender.swift; sourceTree = ""; }; + CD86DD8DFDB7FB7B577C614A /* SubjectAlternativeName.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubjectAlternativeName.swift; sourceTree = ""; }; + CDCB274FD1C6419FAE6B2798 /* ConnectionPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionPool.swift; sourceTree = ""; }; + CDCD1BA58A666A1B465B952C /* v3_alt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_alt.c; sourceTree = ""; }; + CDE92C8C189A604C5A072D9A /* BaseSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseSocket.swift; sourceTree = ""; }; CDFC9D73D658F5804F79B57E /* libperson_proto.swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libperson_proto.swift.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/Proto/libperson_proto.swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; CE3AD2A64D900139EF4340D3 /* WidgetExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - CE3C4C336B9F8481FBC6CC54 /* UnaryServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnaryServerHandler.swift; sourceTree = ""; }; CE4A14888255719989CF83E7 /* echo_server.80.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.80.link.params; sourceTree = ""; }; - CE6B76F5B0BB16373EB6FF94 /* JSONEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncodingVisitor.swift; sourceTree = ""; }; CEA3B5B86605752BE48FA932 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; CEA5DF048112C6ACE2474B41 /* iOSAppUITests.30.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.30.link.params; sourceTree = ""; }; CEAEDD23D5A5E643070C23BE /* CoreUtilsObjC.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreUtilsObjC.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; + CEE139E52CDB7972E4C5C25A /* asn1_par.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_par.c; sourceTree = ""; }; + CF00DD786157DBB70AF03D7F /* BinaryDecodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDecodingError.swift; sourceTree = ""; }; CF1F5CDB5F7CB43111ED6A32 /* iOSAppSwiftUnitTestSuite.45.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.45.link.params; sourceTree = ""; }; - CF3406355905E5DBF2E87FC2 /* NIOSSLHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLHandler.swift; sourceTree = ""; }; - CFAA33F7A1B6044DC786CF12 /* ReceivingPushPromiseState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingPushPromiseState.swift; sourceTree = ""; }; - CFB3D363BAD7A5C72B81DABB /* Atomics.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Atomics.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + CF7CA2B9AE3E595B09D41F0B /* AtomicBool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicBool.swift; sourceTree = ""; }; + CF8F49631645BE140635B456 /* x509_att.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_att.c; sourceTree = ""; }; CFC359FD6CC502C63EB4CFF1 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - CFCA424BF2655A28468DD455 /* vpaes-armv7.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv7.linux.arm.S"; sourceTree = ""; }; CFF9E0627FAE615834DF31C9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - D0428000F21103AF41A76BC8 /* SelectableEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectableEventLoop.swift; sourceTree = ""; }; - D0562CD326C679C19AAF1B81 /* NIOEmbedded.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOEmbedded.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - D0867897EC5CD638A5BD58A0 /* bio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio.c; sourceTree = ""; }; - D089CB523BE4919766F4EE78 /* md5-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "md5-x86_64.linux.x86_64.S"; sourceTree = ""; }; - D0A3FF8A430F67A15EE24B2E /* ProtobufAPIVersionCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtobufAPIVersionCheck.swift; sourceTree = ""; }; + D0444ED6A785FB196AE6D67D /* ClientTransportFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientTransportFactory.swift; sourceTree = ""; }; + D053476B87A9FD74BD3B0CF6 /* BinaryEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncodingVisitor.swift; sourceTree = ""; }; D0C9ADDB5193182A64876B0C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D0F63CF3FA143619FDFF5752 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + D101990ADA9F4B70D7C33CCD /* v3_conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_conf.c; sourceTree = ""; }; + D1077051AA481DCA1E1E6A8C /* MessageEncodingHeaderValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageEncodingHeaderValidator.swift; sourceTree = ""; }; + D109BE79E4BBF41FE941B7BA /* rsa_pss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_pss.c; sourceTree = ""; }; D12B65C2EA15DCA98CF251F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D13751A91221420964E06C8F /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; D164C777F65A48B9C86080EB /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - D17705CA7FFC26B6ACD0F3C0 /* GRPCAsyncResponseStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncResponseStream.swift; sourceTree = ""; }; - D1B3C8A4BF5869E3E573CEF2 /* BinaryDecodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDecodingError.swift; sourceTree = ""; }; + D172C09FDFF4356D1ACC56C6 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSLShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + D19DC9EB104523E2E5931351 /* gcd_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcd_extra.c; sourceTree = ""; }; + D1A6AB91FB1059673951755A /* FileRegion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileRegion.swift; sourceTree = ""; }; D1B564B226528AB521D08D7D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - D1DBCB6EB8E9CBC04D8E3028 /* UnaryResponseCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnaryResponseCallContext.swift; sourceTree = ""; }; + D1B9D5FCE5F8F7695E33633F /* EventLoopFuture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventLoopFuture.swift; sourceTree = ""; }; + D1E01AABDDE718CA614B8EA0 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; D1E9176BC598E7A88F018E55 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D20093170A54E92A741D748D /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - D2308C9959C5BD95A7DF9EDE /* rsaz_exp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsaz_exp.c; sourceTree = ""; }; - D258337C09BED30A58570B8F /* c_nio_llhttp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = c_nio_llhttp.h; sourceTree = ""; }; - D262BD06922E18CF0B5F210C /* refcount_c11.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = refcount_c11.c; sourceTree = ""; }; - D26970D187A0CA3C668B67B7 /* handoff.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handoff.cc; sourceTree = ""; }; + D201026FCEDE57B9639EB7C4 /* AtomicOptional.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicOptional.swift; sourceTree = ""; }; + D22199B9217D4504FF26581D /* NIOTSBootstraps.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSBootstraps.swift; sourceTree = ""; }; + D2406F777FFD19F08E5BF238 /* CancellationError+GRPCStatusTransformable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CancellationError+GRPCStatusTransformable.swift"; sourceTree = ""; }; + D24ABB29E9B84BA491587A12 /* sha512-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv4.linux.arm.S"; sourceTree = ""; }; + D2531D66153ABCBD285F523D /* HappyEyeballs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HappyEyeballs.swift; sourceTree = ""; }; + D25A34BE9E08C6B8ACCD8760 /* encrypted_client_hello.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = encrypted_client_hello.cc; sourceTree = ""; }; + D25F9A345CA14DCC2240A199 /* NIOHTTPObjectAggregator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOHTTPObjectAggregator.swift; sourceTree = ""; }; D269C6D851AEDF67591F617A /* libecho_server_services_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libecho_server_services_swift.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/GRPC/libecho_server_services_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + D29837ABDEE32A8289840432 /* Deque.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deque.swift; sourceTree = ""; }; + D298F1E17685780CBDC8E57C /* rsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_asn1.c; sourceTree = ""; }; D2AB49A174D8C9C160E9A05D /* macOSLib.framework.163.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSLib.framework.163.link.params; sourceTree = ""; }; - D328914F90A09CD2FB55B793 /* ConvenienceOptionSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvenienceOptionSupport.swift; sourceTree = ""; }; - D3643A440E0D9B08CAF67F4C /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - D3758FF7816CC586EED3BC55 /* ServerInterceptorStateMachine+Actions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerInterceptorStateMachine+Actions.swift"; sourceTree = ""; }; - D3B452F219CA9FC1BFD80E2A /* BinaryEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncodingVisitor.swift; sourceTree = ""; }; + D2AC762DDB5AC6CD4CCD47A0 /* NIOHTTP1.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP1.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + D2AED4317D9F6E9A8F8D7149 /* t_crl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_crl.c; sourceTree = ""; }; + D2E4A8D5A3E59AA156348478 /* NIOHTTP2.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP2.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + D2FC4AC25802B07CDCA81281 /* HTTPPipelineSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPPipelineSetup.swift; sourceTree = ""; }; + D378310C48A5A556351D6D7F /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + D3A5CCCF622187FA1EB38559 /* JSONDecodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONDecodingOptions.swift; sourceTree = ""; }; D400B31456EA397D8AD99359 /* CoreUtilsObjC.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreUtilsObjC.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; - D410982ADDD7C4913C65047D /* Call.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Call.swift; sourceTree = ""; }; - D41F1FC4FBED2D60603A6266 /* ghashv8-armx32.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx32.linux.arm.S"; sourceTree = ""; }; - D42A594505E860912406899D /* RecvByteBufferAllocator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecvByteBufferAllocator.swift; sourceTree = ""; }; D43313794DC4D47361B3DB08 /* export_symbol_list.exp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.exports; path = export_symbol_list.exp; sourceTree = ""; }; - D443BD14E81009859F887A54 /* v3_bcons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_bcons.c; sourceTree = ""; }; - D470196D5EC5894EECF5B1A2 /* sha512-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv8.linux.aarch64.S"; sourceTree = ""; }; - D494651183A9854FB9E38E42 /* tls13_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_client.cc; sourceTree = ""; }; - D4A054856A23A9C9C484B26A /* NIOLockedValueBox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOLockedValueBox.swift; sourceTree = ""; }; - D4ABCEE8CA889E5D767CCAAC /* ecdh_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdh_extra.c; sourceTree = ""; }; - D4C31EF20DA851336FD4DFD2 /* CNIOBoringSSL_pkcs8.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pkcs8.h; sourceTree = ""; }; - D4FCE680C9381D8637E9D0B7 /* BSDSocketAPICommon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPICommon.swift; sourceTree = ""; }; + D45D50192903B79BDEC35467 /* e_rc2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc2.c; sourceTree = ""; }; + D47254989EA1D7264D63A3EA /* x509cset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509cset.c; sourceTree = ""; }; D50FB94164D472F9AF7547B9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - D51FAC86EFB50AD300D7011C /* aes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes.c; sourceTree = ""; }; D57326ECD169C0334D30213B /* WidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = WidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; D57F02AFDF61D7F86E80FE0F /* watchOSAppExtension.142.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.142.link.params; sourceTree = ""; }; - D58FE2A89FD5672002582C68 /* rand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand.c; sourceTree = ""; }; + D58B9981A127B45759EEA326 /* BidirectionalStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BidirectionalStreamingCall.swift; sourceTree = ""; }; + D592157542727331A1133A96 /* TextFormatDecodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatDecodingError.swift; sourceTree = ""; }; + D5A6647009BBCFB72F7CD96B /* cbs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbs.c; sourceTree = ""; }; D5B1B196D3BD3E293524907D /* UIFramework.iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIFramework.iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D5CFE2ED4EBF17CDB24A5B6B /* file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = file.c; sourceTree = ""; }; D5DF1BD63106A63D0E85F768 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - D5E3B6CBF9972BA2B0EA89C6 /* bsaes-armv7.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "bsaes-armv7.linux.arm.S"; sourceTree = ""; }; + D5F6878F8D1FF17AF66AEBCA /* HTTP2FlowControlWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2FlowControlWindow.swift; sourceTree = ""; }; D5F87C9717D6DD9E70ADFFFA /* UIFramework.iOS.234.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.234.link.params; sourceTree = ""; }; - D60232937BE778A76D1C47E6 /* ssl_transcript.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_transcript.cc; sourceTree = ""; }; - D62C76AC55E240ECB85027CE /* Deque+CustomDebugStringConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+CustomDebugStringConvertible.swift"; sourceTree = ""; }; - D6653AAE84843DC0EF337D59 /* libNIOHTTP2.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOHTTP2.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHTTP2.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - D6707334D1F20DB994B361D6 /* ssl_asn1.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_asn1.cc; sourceTree = ""; }; + D62B0EFB640E331BD4D1A189 /* HTTP2FrameEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2FrameEncoder.swift; sourceTree = ""; }; + D6626D85145566A4F1DCFD45 /* CNIOBoringSSL_conf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_conf.h; sourceTree = ""; }; + D6653AAE84843DC0EF337D59 /* libNIOHTTP2.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOHTTP2.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHTTP2.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + D66991A11F6FA0C991449BA8 /* passive.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = passive.c; sourceTree = ""; }; D67BA97C20DD0291C890D125 /* CommandLineLibSwiftTestsLib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineLibSwiftTestsLib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - D692368926BB6548A5CC43BB /* v3_pci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pci.c; sourceTree = ""; }; - D69D537CA860F1F5614ACA87 /* x509_cmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_cmp.c; sourceTree = ""; }; - D6D2C4EB9B03837FBE2D0367 /* poly1305_arm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = poly1305_arm.c; sourceTree = ""; }; + D6862003DEC5B309CD29300E /* GRPCChannelBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCChannelBuilder.swift; sourceTree = ""; }; + D69C02C2FE80D0499E6A3094 /* montgomery.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = montgomery.c; sourceTree = ""; }; + D6C39367A286A29C0B745CCC /* CNIOBoringSSL_engine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_engine.h; sourceTree = ""; }; D6D6E1241CCDF85DB2D1C024 /* ExampleNestedResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = ExampleNestedResources.bundle; sourceTree = ""; }; D6D9F670D663D16F6CF93CF9 /* GoogleMapsBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsBase.framework; sourceTree = ""; }; - D6E5FA5C26BEB9F12D9A10F7 /* ServerInterceptors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptors.swift; sourceTree = ""; }; - D6EAA8B612DF99F1A5A1645E /* a_i2d_fp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_i2d_fp.c; sourceTree = ""; }; - D6F3BE9A7E754E1AD0A085BD /* CNIOBoringSSL_type_check.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_type_check.h; sourceTree = ""; }; D7198F9213BAE648A064B61D /* exported-symbols.lds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "exported-symbols.lds"; sourceTree = ""; }; - D78D6ABDBC1D4091CED8B787 /* poly1305_vec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = poly1305_vec.c; sourceTree = ""; }; - D78EACE260948748C4B81D38 /* chacha20_poly1305_x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_x86_64.mac.x86_64.S; sourceTree = ""; }; - D7C6A54A1D58BF0563D233D7 /* ssl_cipher.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_cipher.cc; sourceTree = ""; }; - D7FB9EA0BA873B42FC4D5E0E /* DebugOutboundEventsHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugOutboundEventsHandler.swift; sourceTree = ""; }; - D83E089A4C662DB664CD53F9 /* NIOTSEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSEventLoop.swift; sourceTree = ""; }; + D73B8F9C12D3414B1A03F2DD /* Internal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Internal.swift; sourceTree = ""; }; + D741E70D01644B518FAC3517 /* NIOSSLSecureBytes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLSecureBytes.swift; sourceTree = ""; }; + D751B2DA666A1A320A51F80F /* CNIOBoringSSL_dsa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_dsa.h; sourceTree = ""; }; + D76B08FA5A3912B6E6053DB4 /* SendingGoawayState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingGoawayState.swift; sourceTree = ""; }; + D79B82CDC735E21C1B2DFCAC /* GRPCClientStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCClientStateMachine.swift; sourceTree = ""; }; + D7A08730B0E122E885E20BFD /* HTTP2Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Settings.swift; sourceTree = ""; }; + D818CC395CB65FF54C0DE16E /* ssl_session.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_session.cc; sourceTree = ""; }; D8574D553DDB85CEABF025F1 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - D86DDDAEDF3A7CDE83416A2D /* e_aesctrhmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aesctrhmac.c; sourceTree = ""; }; - D8D8689BCD3689080B6B2A1F /* aesv8-armx64.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx64.ios.aarch64.S"; sourceTree = ""; }; - D8F2A7D7928CAAD6B98A48C2 /* UserInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserInfo.swift; sourceTree = ""; }; + D8731E69058D853A4998CAF2 /* CNIOBoringSSL_tls1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_tls1.h; sourceTree = ""; }; + D878B1B032E768A5906A1020 /* hash_to_curve.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hash_to_curve.c; sourceTree = ""; }; + D8ACA6DB793075091E71086F /* handshake_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handshake_client.cc; sourceTree = ""; }; + D8C20BEACB6BE19EDAEF5785 /* rsaz_exp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsaz_exp.c; sourceTree = ""; }; + D906C58759C3C4B4F0D40BAC /* _MessageContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _MessageContext.swift; sourceTree = ""; }; + D914959FDEBE31A2D78C71FB /* Array+BoundsCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+BoundsCheck.swift"; sourceTree = ""; }; + D91ACAD874698C621924740A /* random.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = random.c; sourceTree = ""; }; D91B286C9EA89268447B42D3 /* iOSAppObjCUnitTests.156.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.156.link.params; sourceTree = ""; }; - D990DCB9C11E32F5F214852C /* montgomery.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = montgomery.c; sourceTree = ""; }; + D933AF559082E7CD593DD653 /* chacha-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv4.linux.arm.S"; sourceTree = ""; }; + D93FAAE688BE0CA0A259E432 /* x509_obj.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_obj.c; sourceTree = ""; }; D9BDF7990FDCBBEE87B932E7 /* Launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Launchd.plist; sourceTree = ""; }; D9DE3A6EB04DBA5EB76E045E /* iOS.241.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.241.link.params; sourceTree = ""; }; DA001CAF4E1F999905A629F5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - DA0511E60D07FEBE6C64B83D /* GRPCAsyncBidirectionalStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncBidirectionalStreamingCall.swift; sourceTree = ""; }; DA0C45D2B24640DBC681B6CE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - DA2C06E5109262A01FC17970 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - DA34607A6C039688A0F53306 /* Internal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Internal.swift; sourceTree = ""; }; - DA4195C9ACE4ABB879F6C382 /* CNIOBoringSSL_dtls1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_dtls1.h; sourceTree = ""; }; DA57AE53211E2525A29C280F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; - DA8BBA0A4874FCE3DC878C53 /* ByteBuffer-multi-int.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-multi-int.swift"; sourceTree = ""; }; DA94784E4E5A9A2D490D9B8C /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - DAA6197B9EF2EED58E1171B6 /* s3_pkt.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = s3_pkt.cc; sourceTree = ""; }; DAB1C2FA20A51688A197519F /* MixedAnswer-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixedAnswer-Swift.h"; sourceTree = ""; }; - DAC88680A639D16E9168EF52 /* ghash-neon-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-neon-armv8.ios.aarch64.S"; sourceTree = ""; }; - DAF56FD8311E07CF480A8EF0 /* _UnsafeWrappedBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _UnsafeWrappedBuffer.swift; sourceTree = ""; }; - DB1C1AEC19E02387A6D3193B /* NIOPosix.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOPosix.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - DB2AD9D036615672E8D9A65F /* CNIOBoringSSL_aes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_aes.h; sourceTree = ""; }; + DAC7C0CB56A964F3E8F0A87D /* Message+AnyAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+AnyAdditions.swift"; sourceTree = ""; }; + DAF7CDB91BD8803E37F0F750 /* d1_srtp.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_srtp.cc; sourceTree = ""; }; DB32DE0890C86486A9A74D6E /* iOSAppSwiftUnitTests.126.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.126.link.params; sourceTree = ""; }; - DB3F41E8A10A8989C9EFEE7D /* t_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_x509.c; sourceTree = ""; }; DB47FDE5678BB42270C9943F /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - DB4EF8004F5DDCA4580935BD /* cpu_aarch64_apple.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_apple.c; sourceTree = ""; }; - DB64C33EA7A5CED2035C5BC4 /* ClientCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientCall.swift; sourceTree = ""; }; - DB6C71D6DF0E3068FD801151 /* ext_dat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ext_dat.h; sourceTree = ""; }; - DBC0524AC4DDC7E07302915E /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - DBCF9CB80E2604CAB38CA42F /* sha512-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv4.ios.arm.S"; sourceTree = ""; }; + DB6F4201E05C9AD54D404524 /* pair.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pair.c; sourceTree = ""; }; + DB835C6CDBBD894604D4721E /* pem_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_all.c; sourceTree = ""; }; + DBF80300857DC23CC6A89520 /* chacha20_poly1305_x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_x86_64.mac.x86_64.S; sourceTree = ""; }; DBF96D6F624B7C74FFB87741 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - DC0F447F8346FF3C26DA4CC5 /* IOData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IOData.swift; sourceTree = ""; }; + DC054C6C5D8FBB807A752C8E /* ReadWriteStates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadWriteStates.swift; sourceTree = ""; }; + DC0C102D1F17D1565B12436F /* TextFormatEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatEncodingVisitor.swift; sourceTree = ""; }; + DC0D5712521F419439F49A46 /* CNIOBoringSSL_hrss.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hrss.h; sourceTree = ""; }; + DC2E052A03EF0904A801CEB4 /* LengthFieldBasedFrameDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LengthFieldBasedFrameDecoder.swift; sourceTree = ""; }; DC3DDBF3E04D3B94A4951A08 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - DC72B07368D22E5A960F5EDA /* CNIOBoringSSL_asn1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_asn1.h; sourceTree = ""; }; DC986A007D333E3B6F0A9C66 /* Intents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intents.swift; sourceTree = ""; }; + DCDDF9763503B69BF8B2682A /* ServerHandlerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerHandlerProtocol.swift; sourceTree = ""; }; DCF7756CCCDE856F7D30BB9F /* cc_external_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_external_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - DD2BABE4CD44E2BACB4D32FC /* tls13_server.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_server.cc; sourceTree = ""; }; + DD5434C25184EB8D415D8FCE /* ghash-neon-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-neon-armv8.linux.aarch64.S"; sourceTree = ""; }; DD6599E02A7E17924293AF0A /* tool.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - DDE28D5D91D041662F7E8CFB /* f_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_int.c; sourceTree = ""; }; - DE310406751CFFCA26A7C575 /* TextFormatEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatEncoder.swift; sourceTree = ""; }; - DE59AA9D68E14B6F4FFB31E4 /* Atomics.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Atomics.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + DD7F82EAD42A7CDF72F8E094 /* CNIOBoringSSL_ssl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ssl.h; sourceTree = ""; }; + DD9467EEA0FBBCD2098CE411 /* AsyncAwaitSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncAwaitSupport.swift; sourceTree = ""; }; + DD9EAB2D5E7787102336D235 /* p256_beeu-x86_64-asm.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-x86_64-asm.linux.x86_64.S"; sourceTree = ""; }; + DDC92CE48DA6702E2A17B6EC /* GRPC.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = GRPC.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + DE1CF70E800F935AC30CF2B9 /* aesv8-armx32.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx32.ios.arm.S"; sourceTree = ""; }; + DE44D5867A3C0B4F5A36D0FF /* ConnectionManagerChannelProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManagerChannelProvider.swift; sourceTree = ""; }; + DE6660F568C17F8AA77A0E10 /* InboundEventBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboundEventBuffer.swift; sourceTree = ""; }; + DEB1BB8A4F066938AD112963 /* cpu_aarch64_apple.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_apple.c; sourceTree = ""; }; + DEC85CE3DAA1352D27CC5131 /* a_strnid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_strnid.c; sourceTree = ""; }; DED7CA2F215E86B1700FE571 /* TestingUtils-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestingUtils-Swift.h"; sourceTree = ""; }; DEE66295584D689E4C134FA0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - DEFC854A2507AFF60B36BA0F /* a_object.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_object.c; sourceTree = ""; }; DF0EC2912B62C4D6EF6F14BC /* MixedAnswer.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswer.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - DF4EA83618C6CF85B71E7174 /* obj_dat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = obj_dat.h; sourceTree = ""; }; - DF566CDF0485A24AA51CA667 /* CNIOAtomics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOAtomics.h; sourceTree = ""; }; - DF6E094860549929FE94005F /* CNIOBoringSSL_e_os2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_e_os2.h; sourceTree = ""; }; - DF714466D31C0346421D9DC2 /* GRPCStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCStatus.swift; sourceTree = ""; }; + DF373702BB710E57C78203A6 /* CNIOBoringSSL_siphash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_siphash.h; sourceTree = ""; }; + DF703C70BE0680A0F09392B8 /* StreamChannelList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamChannelList.swift; sourceTree = ""; }; + DF77461DE626C050F79D805F /* PosixPort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PosixPort.swift; sourceTree = ""; }; + DF7EA0D92C9389AE17E81FCA /* sha1-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-586.linux.x86.S"; sourceTree = ""; }; DFD8238D0069AF1FDC17B574 /* lib2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib2.h; sourceTree = ""; }; DFE7CFD4D670ADABB53FD8D5 /* tool.131.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.131.link.params; sourceTree = ""; }; DFF4BE372BE98DC82009493E /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - E002B2D346781051FBFBF157 /* prime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = prime.c; sourceTree = ""; }; - E009449FB65F4A96F5CB0D7C /* JSONEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncoder.swift; sourceTree = ""; }; - E014D3308395FC26F8FE1506 /* sha1-armv4-large.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv4-large.ios.arm.S"; sourceTree = ""; }; - E075452BC1A80D2E6877C6EE /* passive.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = passive.c; sourceTree = ""; }; - E081BB3D02482D4C8B99D142 /* ConnectionStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionStateMachine.swift; sourceTree = ""; }; + E024642B6EB9AF7A031F1A90 /* forkunsafe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = forkunsafe.c; sourceTree = ""; }; + E0716EB95C7E01A4E42CEA7A /* CNIOBoringSSL_ctrdrbg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ctrdrbg.h; sourceTree = ""; }; + E08E73F2A7C5BE003D09136C /* ServerInterceptorStateMachine+Finished.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerInterceptorStateMachine+Finished.swift"; sourceTree = ""; }; + E0A1A9D6D7DEC3234FCD419D /* ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctx.c; sourceTree = ""; }; + E0B6F42E133E9F5F5B0D0681 /* pcy_node.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_node.c; sourceTree = ""; }; E0C1EC3A7AF4F92FF853ACAE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - E10665A84BABB571CD0D9DB5 /* PointerHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointerHelpers.swift; sourceTree = ""; }; E126B7F2ECC7421AC6619585 /* Utils.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = Utils.bundle; sourceTree = ""; }; - E128BC14D65D6D2E66747549 /* v3_conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_conf.c; sourceTree = ""; }; + E12D0657DB1C3CC8E59C0F72 /* CNIOBoringSSL_stack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_stack.h; sourceTree = ""; }; + E1528ADB865CD2F9D6CB29BF /* Codable+ByteBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Codable+ByteBuffer.swift"; sourceTree = ""; }; + E15528582F501A8F417F1CC7 /* ServerHandlerStateMachine+Idle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Idle.swift"; sourceTree = ""; }; E17E5ECE6EBDAA068B24311D /* UIFramework.iOS.138.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.138.link.params; sourceTree = ""; }; E18556ADB43A86C315336CB9 /* tvOSApp.120.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.120.link.params; sourceTree = ""; }; + E1A0A36D60D43C5305C9F375 /* padding.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = padding.c; sourceTree = ""; }; E1B309F5FDE3AA5EDE05A6C0 /* lib2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib2.h; sourceTree = ""; }; E1B4F17A1D60734356560A3B /* launch_images_ios.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = launch_images_ios.xcassets; sourceTree = ""; }; E1C46976431D490D7177DD22 /* lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib.h; sourceTree = ""; }; + E1EABC9DAA56E88B898835A9 /* DebugOnly.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugOnly.swift; sourceTree = ""; }; E20F97D324EE324B3C0CC12B /* GoogleMapsCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsCore.framework; sourceTree = ""; }; E21754912667DF24C36148FF /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; E21BA5765628431074195C1B /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; - E220F758E5DF76E31DBEEA4E /* chacha.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = chacha.c; sourceTree = ""; }; + E23946A0F0E050D5DEB1E18E /* SSLConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLConnection.swift; sourceTree = ""; }; E2477E600253624F1BA7B571 /* proto.174.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = proto.174.link.params; sourceTree = ""; }; E247F038B357D8A906D54642 /* Utils.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Utils.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + E24C0680D87821D6A8A42AA6 /* ext_dat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ext_dat.h; sourceTree = ""; }; + E24E6024EBCE6C51570F84B9 /* p_ec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ec.c; sourceTree = ""; }; E24F69AC0D2698BD878720BB /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - E26547CB62E173B0413E7D58 /* NIOAtomic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAtomic.swift; sourceTree = ""; }; - E298EE31DADFA2A65DB8BEF9 /* ServerHandlerStateMachine+Actions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Actions.swift"; sourceTree = ""; }; - E29E8C186ADFE8E7C110C0EF /* AsyncTestingEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncTestingEventLoop.swift; sourceTree = ""; }; + E297394BB013D9F5F795964C /* p256-x86_64-asm.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-x86_64-asm.mac.x86_64.S"; sourceTree = ""; }; E29F6149298F2D6D1483B02D /* UniversalCommandLineTool.225.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.225.link.params; sourceTree = ""; }; E2ABC1B61467317180C3F64F /* iMessageAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; E2BD8AA16D8685A1BCCCCAA5 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - E2E335A3A89551895301271A /* obj_xref.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj_xref.c; sourceTree = ""; }; - E2F8B2DD0386DC0808012F83 /* ClientStreamingServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientStreamingServerHandler.swift; sourceTree = ""; }; - E31A3E864CC10AB3981C36D8 /* LazyEventLoopPromise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyEventLoopPromise.swift; sourceTree = ""; }; - E323FE4E30F6BF1D95FA4B89 /* GRPCClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCClient.swift; sourceTree = ""; }; - E34AA234A1E66E6A90755BF3 /* fuchsia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fuchsia.c; sourceTree = ""; }; + E312EE5CEE503F06AF88CFD2 /* UnaryResponseCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnaryResponseCallContext.swift; sourceTree = ""; }; + E322D1830BE47EE38897BBF0 /* p_ec_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ec_asn1.c; sourceTree = ""; }; + E34778251487FB8653A49AFA /* NIOPosix.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOPosix.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; E34D1A3AA30B2C36A6189B1A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - E3535D5A3667106036B4A7EE /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLLHTTP.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - E3ACB8E9BCCA296845A489CE /* SelectorKqueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorKqueue.swift; sourceTree = ""; }; + E373A55965EA40DEE5B33A54 /* mem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mem.c; sourceTree = ""; }; + E37B94872FECC6DC6265CFBC /* Logging.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Logging.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + E39517EB2AE6D12D3DF13DE3 /* refcount_c11.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = refcount_c11.c; sourceTree = ""; }; + E3A6D4EB6C8875F2D5A8A3A0 /* JSONRPCFraming+ContentLengthHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JSONRPCFraming+ContentLengthHeader.swift"; sourceTree = ""; }; + E3AA6A5CC5D2AE5CC163E87E /* HTTPEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPEncoder.swift; sourceTree = ""; }; E3B451C960F633D6753B2227 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - E3B53BF61750CA908213F913 /* HPACKDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKDecoder.swift; sourceTree = ""; }; - E3CF4C11AFDC5FE19D1E0FC5 /* CNIOLinux.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLinux.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - E430DA8BADFF15A20EEBE771 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - E4405234DDD8197F54C0FDEF /* SSLCallbacks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLCallbacks.swift; sourceTree = ""; }; - E4511A8F7C2315BA07FF2628 /* JSONMapEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONMapEncodingVisitor.swift; sourceTree = ""; }; + E3EBFCF4757004187A381B8D /* HTTPHeaders+Validation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTPHeaders+Validation.swift"; sourceTree = ""; }; + E414C2F04FD481211CDF5A9E /* Linux.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Linux.swift; sourceTree = ""; }; E475F19E9E0AF14E1F46E023 /* liblib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/CommandLine/CommandLineToolLib/liblib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; E4976A0A8B1D38CB8334D1E4 /* Lib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E49EBC82A3B06910FC6F52D9 /* NIOHPACK.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHPACK.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - E4C67A2FCA16D3659736552A /* HasFlowControlWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HasFlowControlWindows.swift; sourceTree = ""; }; - E4C962176D8BB567C5922F42 /* NIOHPACK.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHPACK.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - E56515B727C57802D240D247 /* UnsafeMutableBufferPointer+Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafeMutableBufferPointer+Utilities.swift"; sourceTree = ""; }; - E5A214D0C26882F78251446B /* descriptor.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = descriptor.pb.swift; sourceTree = ""; }; - E5BA079EF083E58B7AEC6841 /* CNIOBoringSSL_x509v3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_x509v3.h; sourceTree = ""; }; - E5CC3D4EAD27529D76AD9700 /* Primitives.native.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Primitives.native.swift; sourceTree = ""; }; + E4BA6C6DFE295C9468B4B159 /* QuiescingState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuiescingState.swift; sourceTree = ""; }; + E4C7F1247F26F78DA7D87453 /* CNIOBoringSSL_rc4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_rc4.h; sourceTree = ""; }; + E537A534EFB7038072BB3EF7 /* source_context.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = source_context.pb.swift; sourceTree = ""; }; + E5859F7EFB9FC873E6732EEA /* PlatformSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlatformSupport.swift; sourceTree = ""; }; + E5BE35C8EC48A373F1CA9AC3 /* NIOSSLHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLHandler.swift; sourceTree = ""; }; + E5D2EF349D53AFC5973A4A54 /* DeadChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeadChannel.swift; sourceTree = ""; }; + E5E56E5B256AC21BBA4AAA64 /* Google_Protobuf_Duration+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Duration+Extensions.swift"; sourceTree = ""; }; E5EA06431A6838BEB09A88C5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + E5EB4D63336D0FE3A5CCAEA8 /* p_x25519_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_x25519_asn1.c; sourceTree = ""; }; + E5F2314C04847E911610DEF0 /* GRPCSendable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCSendable.swift; sourceTree = ""; }; E5FA0724A8A540E85270E748 /* ExternalFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExternalFramework.framework; path = CommandLine/external/ExternalFramework.framework; sourceTree = SOURCE_ROOT; }; - E605570A220311E79BF291C5 /* CNIOBoringSSL_stack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_stack.h; sourceTree = ""; }; - E60F222FCEB4DA999B5853F5 /* ServerHandlerStateMachine+Handling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Handling.swift"; sourceTree = ""; }; + E6175B9C8C2CB02F02FF5119 /* MarkedCircularBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarkedCircularBuffer.swift; sourceTree = ""; }; + E636EA89FA9E05AD2D532198 /* System.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = System.swift; sourceTree = ""; }; + E6420A67DD8EAA24FB18E483 /* SelectorEpoll.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorEpoll.swift; sourceTree = ""; }; E65A465AF3D5FD1AB44ABE4A /* watchOSAppUITests.168.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.168.link.params; sourceTree = ""; }; - E676C990CA6830B4008CC1CA /* CGRPCZlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGRPCZlib.h; sourceTree = ""; }; - E6FAF4F9202804E12FA625D7 /* x_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_info.c; sourceTree = ""; }; - E70F476C42AA26929AD03E75 /* CNIOBoringSSL_rc4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_rc4.h; sourceTree = ""; }; + E681FB920577C34F2902E793 /* SSLPublicKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLPublicKey.swift; sourceTree = ""; }; + E695ACBE43E676EF4AFE7C56 /* aesni-gcm-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-gcm-x86_64.linux.x86_64.S"; sourceTree = ""; }; + E6EAADE8BD5FDA648564C8D8 /* Stopwatch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Stopwatch.swift; sourceTree = ""; }; + E7095E4F572C22FF326CB1B1 /* x509_d2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_d2.c; sourceTree = ""; }; E71F84FFB56CB1AF81716ACD /* libprivate_swift_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_swift_lib.a; path = "bazel-out/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineToolLib/libprivate_swift_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E75A862D3437F6F22A2FB783 /* StreamLender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamLender.swift; sourceTree = ""; }; + E756F08F9DFDA4DA7301A567 /* v3_ocsp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ocsp.c; sourceTree = ""; }; + E7A8E88D1CDB0B2DC8ED4535 /* x86_64-mont5.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont5.mac.x86_64.S"; sourceTree = ""; }; + E83D4ED3F89591535C137410 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; E84DBAC32A7C151ED97289BA /* _CompileStub_.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = _CompileStub_.m; sourceTree = DERIVED_FILE_DIR; }; E851D6F2D8F78F93161DEF2C /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - E853740406ED1A49E447BD07 /* montgomery_inv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = montgomery_inv.c; sourceTree = ""; }; - E86783348C589E57E1258501 /* HashVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HashVisitor.swift; sourceTree = ""; }; - E885CE730360C266DCDD3D62 /* pcy_tree.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_tree.c; sourceTree = ""; }; - E8B8C0F482C74C0E7FC42833 /* RequestResponseHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestResponseHandler.swift; sourceTree = ""; }; + E899AA96E5A6795E4F395C4A /* curve25519_64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curve25519_64.h; sourceTree = ""; }; + E8B68DA1567A8C4777E73157 /* NIOHPACK.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHPACK.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; E8F2568FAD59657CEA8BBC66 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; E906A61B46091C8750A0DE5F /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - E9078E0023A63AFCF3A20BC0 /* SSLConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLConnection.swift; sourceTree = ""; }; + E90D532274C68455081D14F0 /* bytes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bytes.c; sourceTree = ""; }; E92E98B0E02D056B0BBAD2E2 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - E93142421E1373953D7830C1 /* GRPCAsyncServerStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncServerStreamingCall.swift; sourceTree = ""; }; - E9323F87AC54E0C9E98B1846 /* SendingGoawayState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingGoawayState.swift; sourceTree = ""; }; E935C728123E221B11BB3F50 /* libprivate_swift_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_swift_lib.a; path = "bazel-out/CONFIGURATION-STABLE-28/bin/CommandLine/CommandLineToolLib/libprivate_swift_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; E9535EC0F797C4F22FBB8F09 /* lib3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib3.h; sourceTree = ""; }; - E954577920F465F73225FCDA /* GRPCChannelPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCChannelPool.swift; sourceTree = ""; }; - E992D6D8B35A720A6F24B244 /* CNIOBoringSSLShims.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSLShims.h; sourceTree = ""; }; - E99F7A5573112ECE122779AC /* GRPCChannel+AsyncAwaitSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GRPCChannel+AsyncAwaitSupport.swift"; sourceTree = ""; }; - E9A7740326228953443FA039 /* NIOSSL.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOSSL.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; E9AE9FE1080C09B467F97770 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - E9B3CB0EB74C8D489CAECB86 /* CNIOBoringSSL_engine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_engine.h; sourceTree = ""; }; - E9C65DAC75DA9BC2C16DD76A /* v3_extku.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_extku.c; sourceTree = ""; }; + E9B449E054B0B13D4BB1CD17 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; E9C8B436029D83CB2F7350A6 /* FXPageControl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FXPageControl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - EA3271F3ED0B7092496157F6 /* WebCORSHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebCORSHandler.swift; sourceTree = ""; }; - EA605F59FC226D79CEF3239E /* SendingDataState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingDataState.swift; sourceTree = ""; }; - EA87F85E510F39C421950721 /* md4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md4.c; sourceTree = ""; }; - EAAAA16E4BFBAABAFFFF275C /* QuiescingHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuiescingHelper.swift; sourceTree = ""; }; - EAB76DF409A02B75FC375D08 /* LengthFieldBasedFrameDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LengthFieldBasedFrameDecoder.swift; sourceTree = ""; }; - EACA36FF52711CD6636DAC49 /* ConnectionManagerID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManagerID.swift; sourceTree = ""; }; - EAEDB6A90C86A8D1DE47C9BA /* conf_def.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = conf_def.h; sourceTree = ""; }; + EA6C721867493F6E8F5D5CC3 /* chacha-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-x86_64.linux.x86_64.S"; sourceTree = ""; }; + EA6CE1078B66D63FD2001A43 /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = ""; }; + EA7A9FA77CC16765BD7FB144 /* SSLErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLErrors.swift; sourceTree = ""; }; + EA85E917AF858E8FB1718C91 /* StreamMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamMap.swift; sourceTree = ""; }; EB3FB7C7066C15940ABFD2DC /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - EB42711B30077B740B9A88BA /* shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shim.c; sourceTree = ""; }; EB4D50440B85E3B48057059D /* watchOS.117.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.117.link.params; sourceTree = ""; }; - EB61F84289BCAAEAAE9B0BB3 /* FixedLengthFrameDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FixedLengthFrameDecoder.swift; sourceTree = ""; }; + EBCD23427151374CF76C4F0C /* aes128gcmsiv-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aes128gcmsiv-x86_64.mac.x86_64.S"; sourceTree = ""; }; + EBE33F77238676D55AA79DBF /* cpu_aarch64_linux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_linux.c; sourceTree = ""; }; EBF4B9FDE058BDAF3D81D5DC /* LibFramework.watchOS.140.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.140.link.params; sourceTree = ""; }; EC1AC410B6475C8A8C395A5D /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; - EC343AAE75A57D25E2A1F818 /* x86_64-mont.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont.linux.x86_64.S"; sourceTree = ""; }; - EC468CB0A2393C33A9B1DECD /* PoolManagerStateMachine+PerPoolState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PoolManagerStateMachine+PerPoolState.swift"; sourceTree = ""; }; - EC55EEA705E787AF399E659A /* CNIOBoringSSL_cipher.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cipher.h; sourceTree = ""; }; + EC46378496BCCD25C9192642 /* extensions.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = extensions.cc; sourceTree = ""; }; EC6FEFDC4CED0EF7E90B964A /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + EC74DB8B922E70A0C2ED6A65 /* BaseSocketChannel+SocketOptionProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "BaseSocketChannel+SocketOptionProvider.swift"; sourceTree = ""; }; + EC7E785572012024EBD43941 /* NIOLock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOLock.swift; sourceTree = ""; }; EC990EB53ADAB514521D90F3 /* BasicTests.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - ECA3538B6E8F8300EB71D001 /* t_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_req.c; sourceTree = ""; }; - ECA4B1A4C7ECC22949B2E2BD /* bn-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "bn-586.linux.x86.S"; sourceTree = ""; }; - ECB243F54C10D854A9324AFE /* x_attrib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_attrib.c; sourceTree = ""; }; - ECD5E1F1D2E49CAA4D80C96C /* ghash-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-x86.linux.x86.S"; sourceTree = ""; }; + ECBC29395755006D26965B49 /* CNIOBoringSSL_buf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_buf.h; sourceTree = ""; }; + ECFC680681572B405863B82C /* GRPCClientChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCClientChannelHandler.swift; sourceTree = ""; }; + ED04CD7F755E63F979648DEB /* a_bitstr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bitstr.c; sourceTree = ""; }; ED119C770CAF2D135B82D2E2 /* UniversalCommandLineTool.98.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.98.link.params; sourceTree = ""; }; - ED1A6359ADD0741294DEE401 /* ReceivingRstStreamState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingRstStreamState.swift; sourceTree = ""; }; - ED3C1C6408871371F163AA52 /* libAtomics.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libAtomics.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/libAtomics.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - ED4291DC3C1572FF97F1A42A /* shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shim.c; sourceTree = ""; }; + ED131C2835A59BD4A5781FD1 /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOFoundationCompat.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + ED1CB27CD23615D16AF5606D /* tls_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tls_cbc.c; sourceTree = ""; }; + ED369D0C52C4B8926D04920E /* UniversalBootstrapSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UniversalBootstrapSupport.swift; sourceTree = ""; }; + ED3C1C6408871371F163AA52 /* libAtomics.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libAtomics.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/libAtomics.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + ED484E70574305396A8F76BF /* gcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcd.c; sourceTree = ""; }; ED4D1BFF9B974C0D748BBCE4 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; - ED7BC97ACD5BD7E7AF73A2F3 /* sha1-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv8.ios.aarch64.S"; sourceTree = ""; }; - EDA6F1D7703B82DF151CEDDB /* md5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md5.c; sourceTree = ""; }; - EDAE42188305DA3135160A49 /* chacha-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv4.linux.arm.S"; sourceTree = ""; }; - EDCC29E9C21160C8F1365593 /* tasn_new.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_new.c; sourceTree = ""; }; - EDF1EFAE79269E78D057BEB2 /* Deque+Testing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Testing.swift"; sourceTree = ""; }; + ED7DEC70F2D1FF0FCB076A64 /* bio_ssl.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bio_ssl.cc; sourceTree = ""; }; + ED846B8ABE722EF38B3AAB30 /* EventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventLoop.swift; sourceTree = ""; }; + EDB53C81093C476F74A5FB74 /* ApplicationProtocolNegotiationHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationProtocolNegotiationHandler.swift; sourceTree = ""; }; + EDC2DDD41BF310B200D457EB /* CNIOBoringSSL_cpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cpu.h; sourceTree = ""; }; + EDD03FBB8FE89E3721D1800E /* HeaderTables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderTables.swift; sourceTree = ""; }; EDF3C49F9EE73494542E6B4C /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - EE1E3705812F4B038FC2EBF6 /* ber.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ber.c; sourceTree = ""; }; + EDF45BDC192449067B6A1F10 /* rc4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc4.c; sourceTree = ""; }; + EE1532FF50F5D82FD174FE5E /* tasn_dec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_dec.c; sourceTree = ""; }; + EE3BBE06EEEC82B9FD21A5FD /* p256-x86_64-asm.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-x86_64-asm.linux.x86_64.S"; sourceTree = ""; }; + EE3BFD05D751E80209F16BCD /* ServerHandlerStateMachine+Draining.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Draining.swift"; sourceTree = ""; }; EE7958AB1BBA521257742B28 /* CommandLineToolTests.227.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineToolTests.227.link.params; sourceTree = ""; }; - EE8425EC978525E08438DE9B /* NIOTSConnectionBootstrap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSConnectionBootstrap.swift; sourceTree = ""; }; + EE8C7DAF27F08CA4CCB7BD53 /* d1_pkt.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_pkt.cc; sourceTree = ""; }; EE8D35C111AE03F7AAA7F3F2 /* tvOSApp.24.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.24.link.params; sourceTree = ""; }; EE8EE0345DEDE60B4C230C36 /* macOSApp.37.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.37.link.params; sourceTree = ""; }; - EE9B2F9E857A5DF53E329F4D /* JSONEncodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncodingOptions.swift; sourceTree = ""; }; - EEA55A428D54622499B54D4D /* hrss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hrss.c; sourceTree = ""; }; EEA67C3A73A2BB9570241AA0 /* watchOS.21.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.21.link.params; sourceTree = ""; }; - EF040550C3F4A83AF0DEE7A7 /* sha256-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv4.linux.arm.S"; sourceTree = ""; }; - EF2D1029971BE9C72051E717 /* poly1305.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = poly1305.c; sourceTree = ""; }; - EF559403D6FDBF703D1C0808 /* t_crl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_crl.c; sourceTree = ""; }; - EF801E9175D44739CB5CFC30 /* x_algor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_algor.c; sourceTree = ""; }; - EF813FD708F5D9E9B70B6A96 /* HTTP2PipelineHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2PipelineHelpers.swift; sourceTree = ""; }; + EF1F8B2910CD21BED0842C4D /* params.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = params.c; sourceTree = ""; }; EF8767ACB5743D3D332749F9 /* WidgetExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - EF889E49ABC7D536873E30B4 /* ClientTransport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientTransport.swift; sourceTree = ""; }; - EFC870878D4EC5F75448774D /* Deque._Storage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deque._Storage.swift; sourceTree = ""; }; - EFF8302EA757A1D0529EA884 /* DecompressionLimit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DecompressionLimit.swift; sourceTree = ""; }; - F00ED5CCC193088384589395 /* GRPCAsyncRequestStreamWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncRequestStreamWriter.swift; sourceTree = ""; }; - F0117B5253297EB68CADDF31 /* NIOTransportServices.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTransportServices.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + EF9E47395633857D23B43270 /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTP2StreamChannel+OutboundStreamMultiplexer.swift"; sourceTree = ""; }; + EFBAB5A28F009C6550EF3163 /* TypeAssistedChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypeAssistedChannelHandler.swift; sourceTree = ""; }; + EFCBA200D17C2C4D8CE40345 /* ssl_cert.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_cert.cc; sourceTree = ""; }; + EFD4CD2F5EA8562B428E6B8E /* GRPCAsyncResponseStreamWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncResponseStreamWriter.swift; sourceTree = ""; }; + EFDD16C5F86D3073BB6F0044 /* HTTP2Frame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Frame.swift; sourceTree = ""; }; + EFE23892289AC3E934450E2E /* ecdsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdsa_asn1.c; sourceTree = ""; }; + F027E6DBC0DC2FB474A073C2 /* obj_dat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = obj_dat.h; sourceTree = ""; }; F0449C3CE4C4D74B845603B9 /* AppClip.229.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.229.link.params; sourceTree = ""; }; + F060A29A5D1CF0E432BD6300 /* CNIOBoringSSL_digest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_digest.h; sourceTree = ""; }; + F096C025E439F4A39EA7B552 /* shift.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shift.c; sourceTree = ""; }; F0C77EBA5B2FD0BC2897484B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - F0DAC701353142A48DC4DBCF /* AsyncTestingChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncTestingChannel.swift; sourceTree = ""; }; F0ED87BDD1BD5F8BCB5F2868 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - F1005F91229F7AC77A99D88A /* e_des.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_des.c; sourceTree = ""; }; F108E7AAF6280062D0116335 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - F116CEB57D02201C004FC7E9 /* Enum.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Enum.swift; sourceTree = ""; }; - F121330C8FEB78E7F40FF325 /* api.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = api.pb.swift; sourceTree = ""; }; + F10BD72E2497B7F0452D1CC2 /* conf_def.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = conf_def.h; sourceTree = ""; }; + F10FED76F124C10D09CC4A32 /* cpu_arm_linux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_arm_linux.c; sourceTree = ""; }; F1C8891C0A07DB575E039E57 /* ExampleNestedResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = ExampleNestedResources.bundle; sourceTree = ""; }; F1DA0CBEF62A32C3AF7B9A6A /* tvOSAppUnitTests.167.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.167.link.params; sourceTree = ""; }; F1EAA5F54DC2A74E1F151E58 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; F206319618ABB9B381621346 /* libfoo.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libfoo.dylib; sourceTree = ""; }; - F218988F8D4C323B707016A7 /* ghash-ssse3-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-ssse3-x86.linux.x86.S"; sourceTree = ""; }; + F2176BBA9AB3029CE8D50C9C /* Message+JSONArrayAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+JSONArrayAdditions.swift"; sourceTree = ""; }; F23227D0AAA38189EE7F76EB /* tvOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - F234A6330DCEE8C336377685 /* p256-nistz.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "p256-nistz.c"; sourceTree = ""; }; - F24801C26C405A5C7BBE1B82 /* self_check.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = self_check.c; sourceTree = ""; }; F25A8E570D516B336F49750A /* FrameworkCoreUtilsObjC.10.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.10.link.params; sourceTree = ""; }; - F2DEC8E7CEC65E4EE25660D3 /* NIOSendable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSendable.swift; sourceTree = ""; }; - F2F30E705149F565B5BB0C00 /* GRPCAsyncRequestStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncRequestStream.swift; sourceTree = ""; }; + F2676AC4AAC639CF117B26E7 /* fuchsia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fuchsia.c; sourceTree = ""; }; + F28693DEE4433F08ADF35638 /* DebugInboundEventsHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugInboundEventsHandler.swift; sourceTree = ""; }; + F2A7EC0D9DB2B1F3119C0B39 /* CNIOBoringSSL_bn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_bn.h; sourceTree = ""; }; F31B3E7CB1E872D8D339BDA8 /* UIFramework.watchOS.110.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.110.link.params; sourceTree = ""; }; F3277A3939DBC2FFF42DF57C /* MixedAnswer.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswer.rules_xcodeproj.c.compile.params; sourceTree = ""; }; F3469FFD8EB6C52BEA4E7B0D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - F3812AD546C94FCD331382C5 /* by_dir.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = by_dir.c; sourceTree = ""; }; - F38190DBB84EC7A8B0D893BB /* AnyMessageStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnyMessageStorage.swift; sourceTree = ""; }; - F3891B3745B26F3F4A5D4F6A /* _DequeBufferHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _DequeBufferHeader.swift; sourceTree = ""; }; - F39E78D43CE619A418741023 /* a_dup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_dup.c; sourceTree = ""; }; - F3CE140BC2B1DCC6700BCC2B /* StreamEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamEvent.swift; sourceTree = ""; }; - F4034BC240C3C42F047C5C2F /* RNG.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RNG.swift; sourceTree = ""; }; - F415829F88083AAA309C5CD8 /* IntegerBitPacking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerBitPacking.swift; sourceTree = ""; }; + F3479CC0590638C7C6C36A2C /* ConnectionBackoff.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionBackoff.swift; sourceTree = ""; }; + F36B69911453EC70D226CFAD /* Error+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Error+NIOSSL.swift"; sourceTree = ""; }; + F36C06719319340299495185 /* NIOTSEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSEventLoop.swift; sourceTree = ""; }; + F42411434DCE6B3B762CA32F /* Varint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Varint.swift; sourceTree = ""; }; F430FA1AB345C9D772DC1948 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - F4625C903CCE7D7F95FE2003 /* pem_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_all.c; sourceTree = ""; }; - F4AAB10183D8293BF351CD77 /* jacobi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = jacobi.c; sourceTree = ""; }; - F4ADA6A09416100F8CC4AC47 /* Embedded.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Embedded.swift; sourceTree = ""; }; + F46D587B6FA1D879D0C74329 /* Deque._UnsafeHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deque._UnsafeHandle.swift; sourceTree = ""; }; F4B858A8AAAC84667BC1DD4B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - F4C5D25FDE741C1AEBB05582 /* chacha-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv8.ios.aarch64.S"; sourceTree = ""; }; - F4F5A5A3785F31A0AB5FBB43 /* GRPCServiceDescription.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCServiceDescription.swift; sourceTree = ""; }; - F5154D439CB9D1DAA97C4366 /* ssl_versions.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_versions.cc; sourceTree = ""; }; - F52EC2D1F3FCFF1669245F5E /* IntegerTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerTypes.swift; sourceTree = ""; }; - F531FB0FFF2B362BA5938D9E /* ServerHandlerStateMachine+Idle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Idle.swift"; sourceTree = ""; }; - F550219781E0F5B806BAF2EB /* sha256-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv8.ios.aarch64.S"; sourceTree = ""; }; + F4B90B2C1FBF5B839DE4CC21 /* ByteBuffer-conversions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-conversions.swift"; sourceTree = ""; }; + F4CA78016A53594A278FDCC2 /* p256_32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = p256_32.h; sourceTree = ""; }; + F4CFF9737CA9B3177E34A172 /* curve25519_tables.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curve25519_tables.h; sourceTree = ""; }; + F518C7AA88425C83A8837C60 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + F565D0D2EA1EA42A5CB04DB5 /* CNIOBoringSSL_mem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_mem.h; sourceTree = ""; }; + F58101378F4172C111D9F6B4 /* Bootstrap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bootstrap.swift; sourceTree = ""; }; F58736A2669CDA1F962BA2A6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - F59A2BA60416B6BEA2D22E34 /* ExtensionFields.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionFields.swift; sourceTree = ""; }; + F5966A5E22B2963DE2A6B5C2 /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = SwiftProtobuf.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; F5B04A343B6B70CAD06E1B52 /* GoogleMaps.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = GoogleMaps.bundle; sourceTree = ""; }; + F5D818DF15E6F78575A17E2D /* SendingRstStreamState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingRstStreamState.swift; sourceTree = ""; }; F5EEEBBD861711770BAF184A /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - F608E444EB3A6FD0AEADDF8A /* HTTP2UserEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2UserEvents.swift; sourceTree = ""; }; - F6420E0C2CDB21E108790B39 /* a_digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_digest.c; sourceTree = ""; }; + F608A97966EA48CF4A187797 /* GRPCServiceDescription.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCServiceDescription.swift; sourceTree = ""; }; + F632415216CABD3BF9B9F5F5 /* cpu_arm_freebsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_arm_freebsd.c; sourceTree = ""; }; F64B15C3DEFD45AF6871EF01 /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; F65A2C0863D77D2D0D2D9C90 /* iOSAppSwiftUnitTests.34.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.34.link.params; sourceTree = ""; }; - F65EE6703C70E97EB4CD5A18 /* stack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stack.c; sourceTree = ""; }; - F68AA9C4A827C0FDE6125DC1 /* rdrand-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rdrand-x86_64.linux.x86_64.S"; sourceTree = ""; }; - F6E502D002112901E02E6CC1 /* Message+BinaryAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+BinaryAdditions.swift"; sourceTree = ""; }; + F667B7952D0981DF5E87F516 /* ControlMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlMessage.swift; sourceTree = ""; }; + F691C905AD74ACC802919CE4 /* tasn_typ.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_typ.c; sourceTree = ""; }; + F6C8D0524F52FE8CBBCC4DEB /* x86_64-gcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "x86_64-gcc.c"; sourceTree = ""; }; + F6DEAF9C100A1E9DA5965A1A /* BidirectionalStreamingServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BidirectionalStreamingServerHandler.swift; sourceTree = ""; }; F6F1090237FF04C38B58E42A /* iOSAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - F71BAC3A8292288940F68370 /* CNIOBoringSSL_poly1305.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_poly1305.h; sourceTree = ""; }; - F77B76FF81248A016BFE6B47 /* dh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh.c; sourceTree = ""; }; - F7A787B813FCE2A14C16BE26 /* PlatformSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlatformSupport.swift; sourceTree = ""; }; - F7AFEACE5837E19A9B0BA55A /* x509_txt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_txt.c; sourceTree = ""; }; + F7620C0B826B1CD2AEA3CF4E /* md5-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "md5-586.linux.x86.S"; sourceTree = ""; }; + F763845D0FD17BCFF49353A4 /* NIOTLS.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTLS.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + F7A1480A2C0DA101398F0FBB /* SelectorGeneric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorGeneric.swift; sourceTree = ""; }; F7BA240F3B35BA0CE2B336C9 /* watchOS.244.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.244.link.params; sourceTree = ""; }; - F7EB335D98D72C4B704D3F12 /* NIOTSBootstraps.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSBootstraps.swift; sourceTree = ""; }; - F8216526B8EC994414B4F738 /* Deque+Extras.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Extras.swift"; sourceTree = ""; }; - F82260CE86824376C8736C7D /* BSDSocketAPIWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPIWindows.swift; sourceTree = ""; }; + F7BD1A0A2E480D9F51BD9690 /* base64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = base64.c; sourceTree = ""; }; + F7E7615B47A4DC50A64FF19F /* CNIOBoringSSL_buffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_buffer.h; sourceTree = ""; }; + F80D387A781EFA761B9FD0B5 /* CallDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallDetails.swift; sourceTree = ""; }; + F824FABBC4192FE4D6CA8500 /* x_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_req.c; sourceTree = ""; }; + F84294B4A2D64425953CE65F /* SSLInit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLInit.swift; sourceTree = ""; }; + F85217900C958CADE134C93F /* ec_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_key.c; sourceTree = ""; }; + F86B91ABFF10AB8008068859 /* lhash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lhash.c; sourceTree = ""; }; + F8710AC0A7EC25921B0FF6BB /* AtomicOptionalRawRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicOptionalRawRepresentable.swift; sourceTree = ""; }; + F87531DA107590960183F8F4 /* aead.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aead.c; sourceTree = ""; }; F8948F96F9754BD16B4B1C55 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; F89D20816A4591DEADC21670 /* UniversalCommandLineTool.219.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.219.link.params; sourceTree = ""; }; + F8BC314FBDCB6486907C32B5 /* ServerBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerBuilder.swift; sourceTree = ""; }; + F8CF845B6BE068232103EA21 /* hrss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hrss.c; sourceTree = ""; }; F8E43BD9021A49FF8C457293 /* CommandLineToolTests.100.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineToolTests.100.link.params; sourceTree = ""; }; - F904F2DD3E7F3B050E2EAF82 /* x_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_x509.c; sourceTree = ""; }; + F91518942D1DD3899CFBDA25 /* bsaes-armv7.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "bsaes-armv7.linux.arm.S"; sourceTree = ""; }; F921C7E57180C9859BE55BC9 /* impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = impl.h; sourceTree = ""; }; F93B890EDEFE88AC034ED93F /* BasicTests.99.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.99.link.params; sourceTree = ""; }; F95588DA822F99E014FE29CC /* aplugin.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = aplugin.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + F9602240AB020A10647898E2 /* CNIOBoringSSL_asn1_mac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_asn1_mac.h; sourceTree = ""; }; + F9609CD72AE9FA2C4F2E98DD /* timestamp.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = timestamp.pb.swift; sourceTree = ""; }; F963A417552534EFDC33DA9F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - F99EA46FF8A011FB71FFE382 /* TLSVerificationHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSVerificationHandler.swift; sourceTree = ""; }; + F96FDA3464B6F5981235EA0B /* FileDescriptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileDescriptor.swift; sourceTree = ""; }; F9A118B8258F2D6DB3111BA6 /* MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - F9B983B00D1DCF22AA9458A6 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSLShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; F9C5DAB850BD0C56ACB38813 /* iOSApp.144.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.144.link.params; sourceTree = ""; }; - F9CE824B546AFD99BD532B12 /* SimpleExtensionMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleExtensionMap.swift; sourceTree = ""; }; F9E638F023E555370973A72E /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - FA011096DD4C8056B2F71C3B /* aes_nohw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_nohw.c; sourceTree = ""; }; - FA10D390666383E48D1EF711 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + FA269CB086954AC24B7AB2A4 /* MessageParts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageParts.swift; sourceTree = ""; }; FA2ECC9866D9B481C9AA3869 /* defines.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = defines.c; sourceTree = ""; }; FA673B0286BCD273B121A87F /* tvOS.243.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.243.link.params; sourceTree = ""; }; - FA89EEEACAF8FCBF63A8E796 /* MessageEncoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageEncoding.swift; sourceTree = ""; }; - FA9A154843DDDEE0FE81975C /* md32_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = md32_common.h; sourceTree = ""; }; FAAD02C51A8B7D03DB1F5F0D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; FAB8D82F98F34AB1E21634FA /* AltIcon-60@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AltIcon-60@3x.png"; sourceTree = ""; }; FB1BE4BEC7481255F1CECF19 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; - FB27CC036EF09BD18E7407B4 /* ClientConnection+NWTLS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ClientConnection+NWTLS.swift"; sourceTree = ""; }; - FB7D5B06E207CBDD2C762BB9 /* md5-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "md5-x86_64.mac.x86_64.S"; sourceTree = ""; }; - FBD346D4681FFC0F3CD0648F /* Google_Protobuf_Any+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Any+Extensions.swift"; sourceTree = ""; }; + FB6B00A28B5E365FBBDA967B /* Google_Protobuf_Any+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Any+Extensions.swift"; sourceTree = ""; }; + FB80AF8CEC126512DD043B20 /* poly1305_arm_asm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = poly1305_arm_asm.S; sourceTree = ""; }; + FBB7A562DA225EB4344F4C4B /* ghashv8-armx32.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx32.ios.arm.S"; sourceTree = ""; }; + FBD5FD5A538B3D08D2F5ECA4 /* CNIOWindows.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOWindows.rules_xcodeproj.c.compile.params; sourceTree = ""; }; FBF5E8B112A0F9856E6CB2D4 /* iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSApp.swift; sourceTree = ""; }; + FBFA01897E5B5E4CB994E4C1 /* _AtomicsShims.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _AtomicsShims.h; sourceTree = ""; }; FBFF3E7A66119EA16D851312 /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; FC00C85AEA7136F459F898C6 /* tool.binary */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tool.binary; sourceTree = BUILT_PRODUCTS_DIR; }; - FC1E73A7709555DF2044C67A /* Google_Protobuf_ListValue+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_ListValue+Extensions.swift"; sourceTree = ""; }; - FC761938D49EE674108F2E78 /* WriteCapturingHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WriteCapturingHandler.swift; sourceTree = ""; }; - FC7781F865821D6B72091BC3 /* CNIOBoringSSL_chacha.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_chacha.h; sourceTree = ""; }; - FC8F988872385150B3FBB8EA /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + FC36E21C481641B3DE06DB51 /* boringssl_prefix_symbols_nasm.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = boringssl_prefix_symbols_nasm.inc; sourceTree = ""; }; + FC3B8464BE89C18DA842A1E4 /* e_chacha20poly1305.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_chacha20poly1305.c; sourceTree = ""; }; + FC95BD21CA334C425E621C5B /* StringUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringUtils.swift; sourceTree = ""; }; + FCAE345700B6C4A1C121AD9A /* p256-armv8-asm.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-armv8-asm.linux.aarch64.S"; sourceTree = ""; }; FCC6A5DAD6B8B1242B146D83 /* FrameworkCoreUtilsObjC.233.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.233.link.params; sourceTree = ""; }; FCD17659F3862ECF5959D3C0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; FCDA20CEBBC6AB13703BB921 /* iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - FCF3317CCBF0A6449B6BC2E6 /* tasn_dec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_dec.c; sourceTree = ""; }; - FD213F185246EB5BC31B2E3A /* ServerCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerCallContext.swift; sourceTree = ""; }; + FD1D14DEF807C37C826F5DE0 /* BinaryDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDecoder.swift; sourceTree = ""; }; + FD22F522FD7E500F7754E9AC /* v3_pcia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pcia.c; sourceTree = ""; }; FD32E0347EB40EC80C2AE9DC /* Entitlements.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Entitlements.withbundleid.plist; sourceTree = ""; }; + FD45824930165831AB8A9F55 /* cipher_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cipher_extra.c; sourceTree = ""; }; + FD6D79A87B9654668AFC4C80 /* LogHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogHandler.swift; sourceTree = ""; }; FDB9E2792616FFD229AFFFE1 /* libfoo.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libfoo.dylib; sourceTree = ""; }; - FDBCAC0313D6A14E303A66E6 /* tls_record.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls_record.cc; sourceTree = ""; }; - FDBD856646178696688A925A /* AsyncAwaitSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncAwaitSupport.swift; sourceTree = ""; }; - FDC2DE628B86627A98354DF7 /* ghash-ssse3-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-ssse3-x86_64.mac.x86_64.S"; sourceTree = ""; }; - FDC86AFBAF055C714FE37572 /* CNIOBoringSSL_blake2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_blake2.h; sourceTree = ""; }; FDC975FBEFB4C3DC4E3AB334 /* Lib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FDCB79CFE242E67ED0B7F839 /* DoubleWord.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DoubleWord.swift; sourceTree = ""; }; - FDE060F206A3EF8CFAD6EE4D /* convert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = convert.c; sourceTree = ""; }; + FDCB6FFABECA0CB6BFC1F8B7 /* ofb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ofb.c; sourceTree = ""; }; FDE262D83CA79BF809694381 /* private_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = private_lib.c; sourceTree = ""; }; FE0CE46FA0CA3A3880DC4937 /* UIFramework.tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIFramework.tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FE108A6E62A7C9999AA85A8D /* SystemCallHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemCallHelpers.swift; sourceTree = ""; }; FE189AD6FFA4884CCE35A24D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; FE22374A3666C7D3BF982D38 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - FE60BB9A6B7A240C506B645F /* cbb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbb.c; sourceTree = ""; }; - FE7007007BEAEF1CED0D6C1A /* BinaryEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncoder.swift; sourceTree = ""; }; - FE98CFD92A5F44B2BE1BA4DC /* HTTP2Stream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Stream.swift; sourceTree = ""; }; - FEEE413C1B521047520BF86D /* x_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_pkey.c; sourceTree = ""; }; - FF04F8EFBC9264EA70BBA2A4 /* ByteBuffer-foundation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-foundation.swift"; sourceTree = ""; }; - FF4766AC4809A571D10E3E30 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + FE53F6392E84367345494246 /* CNIOBoringSSL_ecdsa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ecdsa.h; sourceTree = ""; }; + FE8936F68AFE23916021A971 /* tls13_both.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_both.cc; sourceTree = ""; }; + FF35B29BD926ABD834C019BF /* posix_time.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = posix_time.c; sourceTree = ""; }; + FF48D84853CC48467D66B874 /* windows.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = windows.c; sourceTree = ""; }; + FF4A96645174336C43FD0512 /* by_file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = by_file.c; sourceTree = ""; }; + FF76FA7ACB9A2F2E71E4CF87 /* CNIOBoringSSL_base.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_base.h; sourceTree = ""; }; FF87E74F427C45854319B27E /* TestingUtils-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestingUtils-Swift.h"; sourceTree = ""; }; - FFD4F718BB5F022BEB6FE49C /* shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shim.c; sourceTree = ""; }; - FFF4166E2EB37FACDEC545E2 /* NIO.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIO.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ @@ -3904,16 +3904,6 @@ path = "echo_client.merged_infoplist-intermediates"; sourceTree = ""; }; - 02A8CA8FC37DF8DE976A09FF /* NIOFoundationCompat */ = { - isa = PBXGroup; - children = ( - FF04F8EFBC9264EA70BBA2A4 /* ByteBuffer-foundation.swift */, - 503307ACCFD23F168C45049B /* Codable+ByteBuffer.swift */, - 354928A1DA338554BC16CC1B /* JSONSerialization+ByteBuffer.swift */, - ); - path = NIOFoundationCompat; - sourceTree = ""; - }; 034D0521928673FD6B18B9FE /* ExampleResources-intermediates */ = { isa = PBXGroup; children = ( @@ -3922,19 +3912,6 @@ path = "ExampleResources-intermediates"; sourceTree = ""; }; - 035FA8F747BB4206699C4402 /* ServerHandlerStateMachine */ = { - isa = PBXGroup; - children = ( - 92A5B05632790B3E9AE5470B /* ServerHandlerStateMachine.swift */, - E298EE31DADFA2A65DB8BEF9 /* ServerHandlerStateMachine+Actions.swift */, - 9287900FDFB18B5D586C9F85 /* ServerHandlerStateMachine+Draining.swift */, - 05B94145089416F58DA11426 /* ServerHandlerStateMachine+Finished.swift */, - E60F222FCEB4DA999B5853F5 /* ServerHandlerStateMachine+Handling.swift */, - F531FB0FFF2B362BA5938D9E /* ServerHandlerStateMachine+Idle.swift */, - ); - path = ServerHandlerStateMachine; - sourceTree = ""; - }; 037B220AA320614288093D94 /* swift_c_module */ = { isa = PBXGroup; children = ( @@ -3975,6 +3952,14 @@ path = AppClip; sourceTree = ""; }; + 042139034870A1DBAE6D132F /* asm */ = { + isa = PBXGroup; + children = ( + B9162FB56DE263F399E5DBEA /* x25519-asm-arm.S */, + ); + path = asm; + sourceTree = ""; + }; 04312B93517AB2A7AC50CE60 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -4023,112 +4008,23 @@ path = FrameworkCoreUtilsObjC; sourceTree = ""; }; - 0608F2C25C1DB3056CC194F3 /* fipsmodule */ = { - isa = PBXGroup; - children = ( - 5E2EB5928CF56B124AE30123 /* aes */, - B03C62E48B145AD7592B17CF /* bn */, - BA3BE4899FC4BBE484C7464E /* cipher */, - BB1AB383D108B02F83EF3425 /* cmac */, - 4C4DD34B2B186E96DB20A5D9 /* dh */, - 483424FB8FD98AC5CB7A5A04 /* digest */, - 9C3F1A012DD6A11865058A1E /* digestsign */, - 3AE59AC111D822F424F6E770 /* ec */, - 310E4DFF43AB936421DA87EE /* ecdh */, - 1F25ED9FC61B45F2DFB12383 /* ecdsa */, - CBF8C915113742A6D9EB0514 /* hmac */, - C922CE24F4B37AC19CC53C36 /* md4 */, - 61275907A6C27127EAACDF40 /* md5 */, - 093E925E8635A53914FC3734 /* modes */, - 1D4FD587615F0A8506243777 /* rand */, - 53D7CB661E4B9E6D0CB36144 /* rsa */, - 89C2B1133B358F7F36BCBD85 /* self_check */, - 500C18546104BCFBED7A271D /* service_indicator */, - 69D0FF9C1C37BC3CAA7AD6B6 /* sha */, - 1960C711E1C26C8AF98446DE /* tls */, - 1F55BB91139E585F395D9190 /* aesni-gcm-x86_64.linux.x86_64.S */, - A8376D3CC446480EF1C98A32 /* aesni-gcm-x86_64.mac.x86_64.S */, - 74682C2FCD53CD1844BF26FB /* aesni-x86_64.linux.x86_64.S */, - 3DB0E45C8686B68204344E1B /* aesni-x86_64.mac.x86_64.S */, - B7666B120A5C1A904BC0FFD5 /* aesni-x86.linux.x86.S */, - A57EF6D74830FF2B689D1C66 /* aesv8-armx32.ios.arm.S */, - 38114057CAEBB1F5EBAD168A /* aesv8-armx32.linux.arm.S */, - D8D8689BCD3689080B6B2A1F /* aesv8-armx64.ios.aarch64.S */, - 70356B40025ECBA5190E0A13 /* aesv8-armx64.linux.aarch64.S */, - 2C04B1231EC1362F57746E05 /* armv4-mont.ios.arm.S */, - 6B0F8092877FD57370D00143 /* armv4-mont.linux.arm.S */, - 20DC94A2074045DE4213A8AE /* armv8-mont.ios.aarch64.S */, - BD5CDCCD0007CADC9C03464D /* armv8-mont.linux.aarch64.S */, - ECA4B1A4C7ECC22949B2E2BD /* bn-586.linux.x86.S */, - 955AA8E4A46E315A241EAD57 /* bsaes-armv7.ios.arm.S */, - D5E3B6CBF9972BA2B0EA89C6 /* bsaes-armv7.linux.arm.S */, - 9C37393A65BDBE071E3BB5EA /* co-586.linux.x86.S */, - 6B2908DE18EE02683755042C /* delocate.h */, - 5A895373B90481601BB373C6 /* fips_shared_support.c */, - 24A5180806B2729E7246D595 /* ghash-armv4.ios.arm.S */, - 0212BE67D07635D5139105CF /* ghash-armv4.linux.arm.S */, - DAC88680A639D16E9168EF52 /* ghash-neon-armv8.ios.aarch64.S */, - AA25F7F35F273FD9F0999588 /* ghash-neon-armv8.linux.aarch64.S */, - 5562B28BB84FD705AD84F715 /* ghash-ssse3-x86_64.linux.x86_64.S */, - FDC2DE628B86627A98354DF7 /* ghash-ssse3-x86_64.mac.x86_64.S */, - F218988F8D4C323B707016A7 /* ghash-ssse3-x86.linux.x86.S */, - BBC2604E9B88B001E97D2F85 /* ghash-x86_64.linux.x86_64.S */, - 1C653531F5B74A1A6925B5D4 /* ghash-x86_64.mac.x86_64.S */, - ECD5E1F1D2E49CAA4D80C96C /* ghash-x86.linux.x86.S */, - 7FC8F3BF602FE57E464CB06E /* ghashv8-armx32.ios.arm.S */, - D41F1FC4FBED2D60603A6266 /* ghashv8-armx32.linux.arm.S */, - 512DB622424C16E4ED3F26FE /* ghashv8-armx64.ios.aarch64.S */, - 49EF95D5E5B83008F37EA6B8 /* ghashv8-armx64.linux.aarch64.S */, - 9E7D399EAA9926EC1A9A639E /* md5-586.linux.x86.S */, - D089CB523BE4919766F4EE78 /* md5-x86_64.linux.x86_64.S */, - FB7D5B06E207CBDD2C762BB9 /* md5-x86_64.mac.x86_64.S */, - 7246EDB8D0F6F0763689E4EF /* p256_beeu-armv8-asm.ios.aarch64.S */, - 20B78E1AEF39FBD523E518FA /* p256_beeu-armv8-asm.linux.aarch64.S */, - 0FB297ED65C033BDD192F5AE /* p256_beeu-x86_64-asm.linux.x86_64.S */, - 96FBFD8BFFEEEE3DD3024A57 /* p256_beeu-x86_64-asm.mac.x86_64.S */, - C007C4B2F3257B3D22C3EB6C /* p256-armv8-asm.ios.aarch64.S */, - 74456742B568B6447D96A3E4 /* p256-armv8-asm.linux.aarch64.S */, - 3311CD0D53EB37EFBF300D15 /* p256-x86_64-asm.linux.x86_64.S */, - 6DBC6CC2139B54D1413F5945 /* p256-x86_64-asm.mac.x86_64.S */, - F68AA9C4A827C0FDE6125DC1 /* rdrand-x86_64.linux.x86_64.S */, - 9C5B1210C2E8A66151E7CBFE /* rdrand-x86_64.mac.x86_64.S */, - 2B81CB00109FFBF5E549672A /* rsaz-avx2.linux.x86_64.S */, - 5552D8B2869B12BDA0D23DF8 /* rsaz-avx2.mac.x86_64.S */, - C50AE29F35EC5CBD1976C716 /* sha1-586.linux.x86.S */, - E014D3308395FC26F8FE1506 /* sha1-armv4-large.ios.arm.S */, - 7324103C890A05E4CB5D81D1 /* sha1-armv4-large.linux.arm.S */, - ED7BC97ACD5BD7E7AF73A2F3 /* sha1-armv8.ios.aarch64.S */, - 506F5FD8C9C3F98682683623 /* sha1-armv8.linux.aarch64.S */, - 5120DE72921268D108D25491 /* sha1-x86_64.linux.x86_64.S */, - 8B36AD8FD4C01B80318189B2 /* sha1-x86_64.mac.x86_64.S */, - C25B2C4A98F653B48F071CCC /* sha256-586.linux.x86.S */, - A2A7844882018710F8825842 /* sha256-armv4.ios.arm.S */, - EF040550C3F4A83AF0DEE7A7 /* sha256-armv4.linux.arm.S */, - F550219781E0F5B806BAF2EB /* sha256-armv8.ios.aarch64.S */, - 2ABC3FBD53E4F9DBC908F3D6 /* sha256-armv8.linux.aarch64.S */, - 9C0E3CB7FD7C98B28387A416 /* sha256-x86_64.linux.x86_64.S */, - 4ACDEE01A94A3B4CCBFE47AA /* sha256-x86_64.mac.x86_64.S */, - 7B4CD7ADD106F57146ABE5C4 /* sha512-586.linux.x86.S */, - DBCF9CB80E2604CAB38CA42F /* sha512-armv4.ios.arm.S */, - CB4A23644C2C31EAD5F92944 /* sha512-armv4.linux.arm.S */, - A3FF8963FF10202330C97D26 /* sha512-armv8.ios.aarch64.S */, - D470196D5EC5894EECF5B1A2 /* sha512-armv8.linux.aarch64.S */, - 88761830A3A6EFB61E10E283 /* sha512-x86_64.linux.x86_64.S */, - 1E0788D2B56607CC5C8B2066 /* sha512-x86_64.mac.x86_64.S */, - C6845DD97D2C428898809097 /* vpaes-armv7.ios.arm.S */, - CFCA424BF2655A28468DD455 /* vpaes-armv7.linux.arm.S */, - BC04655ECF009DB80F30C962 /* vpaes-armv8.ios.aarch64.S */, - B6E325C0BAFEFB7A754C3191 /* vpaes-armv8.linux.aarch64.S */, - 28310ACCBF60B9BDA0734FB2 /* vpaes-x86_64.linux.x86_64.S */, - BB795219AA82805FC40F58B5 /* vpaes-x86_64.mac.x86_64.S */, - A42696282776D5C1FCD15921 /* vpaes-x86.linux.x86.S */, - EC343AAE75A57D25E2A1F818 /* x86_64-mont.linux.x86_64.S */, - C6DACDB5C9A2607FF4E0A065 /* x86_64-mont.mac.x86_64.S */, - 5B0578FFD47B9694D3B7B0A6 /* x86_64-mont5.linux.x86_64.S */, - 1B742927E799E66D99FB86C6 /* x86_64-mont5.mac.x86_64.S */, - 6E79BEA4D4696FAF356AA634 /* x86-mont.linux.x86.S */, + 0725CC4F40CBDEBBE883B1EC /* NIOHTTP1 */ = { + isa = PBXGroup; + children = ( + 1EF242B8421078D4CF246033 /* ByteCollectionUtils.swift */, + 1A767AABB510975CC1267CBC /* HTTPDecoder.swift */, + E3AA6A5CC5D2AE5CC163E87E /* HTTPEncoder.swift */, + E3EBFCF4757004187A381B8D /* HTTPHeaders+Validation.swift */, + A3F9035BC9788CDF8DAB793B /* HTTPHeaderValidator.swift */, + D2FC4AC25802B07CDCA81281 /* HTTPPipelineSetup.swift */, + 7CA478AB524B3F467031A805 /* HTTPServerPipelineHandler.swift */, + 85060A9C6216BCE748D6EDE9 /* HTTPServerProtocolErrorHandler.swift */, + 1A9891B96800A7F9A1CDD081 /* HTTPServerUpgradeHandler.swift */, + A54DF2B7B6B65DE73BB09862 /* HTTPTypes.swift */, + 80D7583A0CE7830493485C42 /* NIOHTTPClientUpgradeHandler.swift */, + D25F9A345CA14DCC2240A199 /* NIOHTTPObjectAggregator.swift */, ); - path = fipsmodule; + path = NIOHTTP1; sourceTree = ""; }; 0780528701E521002C9D29F8 /* CommandLineToolLib */ = { @@ -4161,12 +4057,50 @@ path = Resources; sourceTree = ""; }; - 07A309242B4AD60C403FFE10 /* engine */ = { + 07A1BFF7451C742B00CE3A53 /* autogenerated */ = { isa = PBXGroup; children = ( - BFD8F03B28CEA3B3B106273F /* engine.c */, + CF7CA2B9AE3E595B09D41F0B /* AtomicBool.swift */, + 85E76A3CB0274BCAB3905905 /* AtomicLazyReference.swift */, + 94894E2A14C99AB545793B63 /* HighLevelTypes.swift */, + 0F0D9CCC5B94F36ECED535E7 /* IntegerConformances.swift */, + B81F1723A5B7E1856C1F4893 /* PointerConformances.swift */, + 4EB620FF5308D0C6A8528732 /* Primitives.native.swift */, + CD0FDBE52DEF4E165E2CF7AA /* Primitives.shims.swift */, ); - path = engine; + path = autogenerated; + sourceTree = ""; + }; + 07CB11A12EF9B38BE018F062 /* NIOSSL */ = { + isa = PBXGroup; + children = ( + 5367E5DC50E26176D64D0C26 /* SwiftCrypto */, + 0952D35AD0FEFDD0972F6DA3 /* ByteBufferBIO.swift */, + 71FCC80077C690E153754B63 /* CustomPrivateKey.swift */, + 30A42A8AE561538DA2D27F75 /* IdentityVerification.swift */, + 1BDAF4A32D87625DBF2153A2 /* LinuxCABundle.swift */, + 767D18BEEEA7967848320F42 /* NIOSSLClientHandler.swift */, + E5BE35C8EC48A373F1CA9AC3 /* NIOSSLHandler.swift */, + 5FF78744D32A18791F3A26D2 /* NIOSSLServerHandler.swift */, + 1FB07472F6ADA12D7607E677 /* ObjectIdentifier.swift */, + DF77461DE626C050F79D805F /* PosixPort.swift */, + 4DFC888E68020CC7C588D166 /* SecurityFrameworkCertificateVerification.swift */, + 2225C2FBBEDA42FC27DE13F7 /* SSLCallbacks.swift */, + 78B8AC24E9725E8CAA19E705 /* SSLCertificate.swift */, + 432777D9FC9D3B7D50D3450C /* SSLCertificateExtensions.swift */, + E23946A0F0E050D5DEB1E18E /* SSLConnection.swift */, + C69668AB8FCCF721B024085B /* SSLContext.swift */, + EA7A9FA77CC16765BD7FB144 /* SSLErrors.swift */, + F84294B4A2D64425953CE65F /* SSLInit.swift */, + CC6AEC6195B983C8E1B71CEE /* SSLPKCS12Bundle.swift */, + 40E52A53ADC769F25321C7B4 /* SSLPrivateKey.swift */, + E681FB920577C34F2902E793 /* SSLPublicKey.swift */, + 90F092BA2C12EBE2859439C6 /* String+unsafeUninitializedCapacity.swift */, + CD86DD8DFDB7FB7B577C614A /* SubjectAlternativeName.swift */, + B54126C564A0FB550CBAB9C1 /* TLSConfiguration.swift */, + ED369D0C52C4B8926D04920E /* UniversalBootstrapSupport.swift */, + ); + path = NIOSSL; sourceTree = ""; }; 07CB8C057EDFD32703C7BB10 /* iMessageApp */ = { @@ -4191,6 +4125,51 @@ path = Utils; sourceTree = ""; }; + 0808F167B0E80FBC4DA5A50E /* ssl */ = { + isa = PBXGroup; + children = ( + ED7DEC70F2D1FF0FCB076A64 /* bio_ssl.cc */, + 4A441359DE40FAE195781C40 /* d1_both.cc */, + 5E94C57514DF286876C54F26 /* d1_lib.cc */, + EE8C7DAF27F08CA4CCB7BD53 /* d1_pkt.cc */, + DAF7CDB91BD8803E37F0F750 /* d1_srtp.cc */, + 2395961D6F2E4C7E7661D8CF /* dtls_method.cc */, + 3FBB58EFCD3C693B539AFCC4 /* dtls_record.cc */, + D25A34BE9E08C6B8ACCD8760 /* encrypted_client_hello.cc */, + EC46378496BCCD25C9192642 /* extensions.cc */, + 72B69B93FE0D0CCDFAAB9189 /* handoff.cc */, + D8ACA6DB793075091E71086F /* handshake_client.cc */, + 1DB921E2A5CB86CD72DE122A /* handshake_server.cc */, + B91E4E31912112FD2A504780 /* handshake.cc */, + 8BC8D5D5D252161DEF7AE116 /* internal.h */, + C583115F0D8B1F7D8EF3CD8B /* s3_both.cc */, + A6E01B6BDE8BB394141145C0 /* s3_lib.cc */, + 8EED95A118505E2B0835DD8D /* s3_pkt.cc */, + 61A7F0289EB30DE41D306D57 /* ssl_aead_ctx.cc */, + 56542DC3E9D01964E4AB5D09 /* ssl_asn1.cc */, + 44B0720C66281222D51B0318 /* ssl_buffer.cc */, + EFCBA200D17C2C4D8CE40345 /* ssl_cert.cc */, + C3162A9C211D1A39410668FF /* ssl_cipher.cc */, + 01AB183360E56447BC802B91 /* ssl_file.cc */, + 02AAAAD31C120AEA8E1E0B1E /* ssl_key_share.cc */, + 4EEFDDB2A920F0D6023442AF /* ssl_lib.cc */, + BAF27ABC89F4F4B39A4607CC /* ssl_privkey.cc */, + D818CC395CB65FF54C0DE16E /* ssl_session.cc */, + 299F7044373F3AF5E35EA4E1 /* ssl_stat.cc */, + 51D4462641C55C1CF8170007 /* ssl_transcript.cc */, + 48194583868C94641A56441A /* ssl_versions.cc */, + AAADC72BA5CE2669F02E483A /* ssl_x509.cc */, + 4843E2DF49DA0830587E7D4A /* t1_enc.cc */, + 84D30638769214865FF7A459 /* tls_method.cc */, + 0187D6D713B90C631E3E6ECA /* tls_record.cc */, + FE8936F68AFE23916021A971 /* tls13_both.cc */, + 83C8BD713BF4F6A29F535F4A /* tls13_client.cc */, + C91B9D177FC661C43E875038 /* tls13_enc.cc */, + 22BEFA37696F3436AF2C10A7 /* tls13_server.cc */, + ); + path = ssl; + sourceTree = ""; + }; 086F41894906CB62C9D8C991 /* CONFIGURATION-STABLE-4 */ = { isa = PBXGroup; children = ( @@ -4215,21 +4194,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 093E925E8635A53914FC3734 /* modes */ = { - isa = PBXGroup; - children = ( - 1ACCA898AD9263C5B8EF6673 /* cbc.c */, - 3E5F7F985DFA0AB8C3CB3AF5 /* cfb.c */, - BE9267F67652C198B2ECEDFD /* ctr.c */, - 979B3F943D7DD5FC8E15D486 /* gcm_nohw.c */, - 3EC470A2E3BB31B70190FCE2 /* gcm.c */, - FA10D390666383E48D1EF711 /* internal.h */, - 2A87D193AD87E172743437C5 /* ofb.c */, - 30786893C3F9E5D88AE08585 /* polyval.c */, - ); - path = modes; - sourceTree = ""; - }; 09C3A0846996C972D84DC3B2 /* examples_command_line_external */ = { isa = PBXGroup; children = ( @@ -4239,60 +4203,13 @@ path = examples_command_line_external; sourceTree = ""; }; - 09CF71BD56F82D1CDF5A99E2 /* x509 */ = { - isa = PBXGroup; - children = ( - F6420E0C2CDB21E108790B39 /* a_digest.c */, - 5F3D30EADC43FAA263E3B2F3 /* a_sign.c */, - 1874651FFE56FCD09E230691 /* a_verify.c */, - BD5CD00104F2726F4F98E783 /* algorithm.c */, - 4EDE57C74AC212FA679AD77D /* asn1_gen.c */, - F3812AD546C94FCD331382C5 /* by_dir.c */, - 1C37C8E7C9E44FA0931D46C6 /* by_file.c */, - 473850BBB33D75E1F88C70A1 /* i2d_pr.c */, - 2B0DEEAEB3D02E49E48C6EF3 /* internal.h */, - 7629790D0313E6764199C573 /* name_print.c */, - 4314B97AFB5648916D8349E4 /* rsa_pss.c */, - EF559403D6FDBF703D1C0808 /* t_crl.c */, - ECA3538B6E8F8300EB71D001 /* t_req.c */, - DB3F41E8A10A8989C9EFEE7D /* t_x509.c */, - 3A1E964DDD6ED1AFB9C7419B /* t_x509a.c */, - EF801E9175D44739CB5CFC30 /* x_algor.c */, - 18F00C8678F1AE6D69A0BC1A /* x_all.c */, - ECB243F54C10D854A9324AFE /* x_attrib.c */, - AFCD9EADD8AA3B1C5B2B40DC /* x_crl.c */, - 8253F179CF81DA323FFC1918 /* x_exten.c */, - E6FAF4F9202804E12FA625D7 /* x_info.c */, - B79FFDBA0170C276056D01D2 /* x_name.c */, - FEEE413C1B521047520BF86D /* x_pkey.c */, - 782021A065251DA0CE096C1B /* x_pubkey.c */, - 3CD3A6D56A4F18756D2CF22C /* x_req.c */, - B73845678CBC5297BF7C1B59 /* x_sig.c */, - B5A59538FBD693BF5D377C6B /* x_spki.c */, - 7F210463D188D0135559D07C /* x_val.c */, - F904F2DD3E7F3B050E2EAF82 /* x_x509.c */, - A56FF744325FE1D55A1D5030 /* x_x509a.c */, - 71F54BB6AF5F5DB1812E29F1 /* x509_att.c */, - D69D537CA860F1F5614ACA87 /* x509_cmp.c */, - 7089DA9113EED5B32BC81788 /* x509_d2.c */, - 79A6B7729CA769C42F1E7DA5 /* x509_def.c */, - 965BF188B32AE42ED3E4B738 /* x509_ext.c */, - 6610AC5617338A303EE5E23E /* x509_lu.c */, - 151B9817AFC8182F534B353D /* x509_obj.c */, - 7E2498E7C9D7BA3CA5AFB04E /* x509_req.c */, - 640D169B46728B568D452753 /* x509_set.c */, - 203DCD80D20A799423EF05C2 /* x509_trs.c */, - F7AFEACE5837E19A9B0BA55A /* x509_txt.c */, - 8F4E91603ECEA5ADEF4883F9 /* x509_v3.c */, - 4C55488DF267927EA5227FA6 /* x509_vfy.c */, - 22F764F91933A9EEB474D43C /* x509_vpm.c */, - 7E621852678A61351B8331C9 /* x509.c */, - B8791E5597CAE54EB28D8E2F /* x509cset.c */, - C62D1FE257FCB461BE870E35 /* x509name.c */, - 45189490BD19271A8C515297 /* x509rset.c */, - 72BA3216A92847ED145926F5 /* x509spki.c */, + 0A1EEAC41CA2C7FF4A716D31 /* rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift */ = { + isa = PBXGroup; + children = ( + 4BF537C2365D3A97D059E5F7 /* CGRPCZlib.rules_xcodeproj.c.compile.params */, + DDC92CE48DA6702E2A17B6EC /* GRPC.rules_xcodeproj.swift.compile.params */, ); - path = x509; + path = "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; sourceTree = ""; }; 0A5502BA2151CBEF22159A23 /* CommandLine */ = { @@ -4305,14 +4222,6 @@ path = CommandLine; sourceTree = ""; }; - 0A9DD166D6B0ECCB1E7780B4 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections */ = { - isa = PBXGroup; - children = ( - 0B1AAE342CEE5673EF9C2180 /* Sources */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - sourceTree = ""; - }; 0AA37BED13ECF1176D3894BA /* Lib */ = { isa = PBXGroup; children = ( @@ -4335,14 +4244,6 @@ path = "ExampleNestedResources-intermediates"; sourceTree = ""; }; - 0B1AAE342CEE5673EF9C2180 /* Sources */ = { - isa = PBXGroup; - children = ( - 87668CA851761F5EA86BFE97 /* DequeModule */, - ); - path = Sources; - sourceTree = ""; - }; 0C550505F49BD1F9C3C1CEFA /* bin */ = { isa = PBXGroup; children = ( @@ -4351,6 +4252,57 @@ path = bin; sourceTree = ""; }; + 0CCED0F2B4E8076271AD9946 /* NIOPosix */ = { + isa = PBXGroup; + children = ( + CDE92C8C189A604C5A072D9A /* BaseSocket.swift */, + BF86F2C171535BE592504505 /* BaseSocketChannel.swift */, + EC74DB8B922E70A0C2ED6A65 /* BaseSocketChannel+SocketOptionProvider.swift */, + CBA5E97BB2E8F6BE36B75864 /* BaseStreamSocketChannel.swift */, + F58101378F4172C111D9F6B4 /* Bootstrap.swift */, + 132BF4FC5C0B1BD05ABA3BC4 /* BSDSocketAPICommon.swift */, + C1345522C2AC15E0744281BA /* BSDSocketAPIPosix.swift */, + 94D30B5D5D025D6F7F872BE9 /* BSDSocketAPIWindows.swift */, + F667B7952D0981DF5E87F516 /* ControlMessage.swift */, + 9EB57E44CFE98509823809E9 /* DatagramVectorReadManager.swift */, + 153E3D14499E43B70CDCC403 /* FileDescriptor.swift */, + 8F212D313CAC885489E46F2C /* GetaddrinfoResolver.swift */, + D2531D66153ABCBD285F523D /* HappyEyeballs.swift */, + 2890D844968911E44DC6D8DA /* IntegerBitPacking.swift */, + 2B9E6FA55532215926BDD7FC /* IntegerTypes.swift */, + 909182C413C8A0B17823BB9A /* IO.swift */, + 54DF7C3419CB1A400D2800D4 /* Linux.swift */, + A6EAE29E5DA8914FA3C7C4BF /* LinuxCPUSet.swift */, + 4D6B0F9F6160A9FCF37008EF /* LinuxUring.swift */, + 438CBB21DDB472E6300442E2 /* MultiThreadedEventLoopGroup.swift */, + 283FD141E5D8DF73C7C4B1E1 /* NIOThreadPool.swift */, + C78D16BE84432764A1037A0F /* NonBlockingFileIO.swift */, + 339BA38A5531B9D6E75D159D /* PendingDatagramWritesManager.swift */, + 87063DB4AA01D05D6AC95CC0 /* PendingWritesManager.swift */, + 520CCCA3631AD4A2EEAD17B0 /* PipeChannel.swift */, + 1A2062FC4AA927C3D6E3FBF2 /* PipePair.swift */, + 0B34B45DADB8A471410BADCC /* PointerHelpers.swift */, + 90A55481ED1FF33AB651354B /* Resolver.swift */, + 0BDE240B87060338DB9E68A5 /* Selectable.swift */, + BB88D2573571C83FD1F87F5E /* SelectableChannel.swift */, + 94F4C0EDDBEA9672A9208B67 /* SelectableEventLoop.swift */, + E6420A67DD8EAA24FB18E483 /* SelectorEpoll.swift */, + F7A1480A2C0DA101398F0FBB /* SelectorGeneric.swift */, + 1932B7C568BBD96EE0C27719 /* SelectorKqueue.swift */, + 176406396BEF7C3F3889D568 /* SelectorUring.swift */, + CADDEAF53FD631523CF5352C /* ServerSocket.swift */, + 9A2455092DE26CF11A6636A7 /* Socket.swift */, + 8CA6A5859BBB1F38261F54C7 /* SocketChannel.swift */, + 4D87A8F10DD959E83E358E7C /* SocketProtocols.swift */, + E636EA89FA9E05AD2D532198 /* System.swift */, + 2EA590419B36C2F44BA862D7 /* Thread.swift */, + A4898A832F34EE20B19ED252 /* ThreadPosix.swift */, + A657277C7D29EE114208E024 /* ThreadWindows.swift */, + EA6CE1078B66D63FD2001A43 /* Utilities.swift */, + ); + path = NIOPosix; + sourceTree = ""; + }; 0D5D363F5DAC1E74994C75DD /* dist */ = { isa = PBXGroup; children = ( @@ -4395,6 +4347,15 @@ path = iOSApp; sourceTree = ""; }; + 0EEF7E706FC1F042F73072EB /* include */ = { + isa = PBXGroup; + children = ( + 91E7CD7DA902E561E0E305CD /* CNIOLinux.h */, + 2429D52B7FD18190AD580BA8 /* liburing_nio.h */, + ); + path = include; + sourceTree = ""; + }; 0F0F0B567C19164DF94897E4 /* includes */ = { isa = PBXGroup; children = ( @@ -4483,37 +4444,15 @@ path = UI; sourceTree = ""; }; - 1050271A432BEAC8892ED16E /* evp */ = { - isa = PBXGroup; - children = ( - 26C0239B94E3DFFAC8174DCF /* evp_asn1.c */, - 4D59DD8451542772B8F7A289 /* evp_ctx.c */, - 859D62F1FF6CB94067B16B58 /* evp.c */, - 4028FB1BD90164006775EB06 /* internal.h */, - B0BF0A5AE427A2D79DB8312D /* p_dsa_asn1.c */, - 1AB5C10D000E833D9381A39D /* p_ec_asn1.c */, - 17524D2251C225B58DDECCDA /* p_ec.c */, - 212389DA076A975C4D31C68B /* p_ed25519_asn1.c */, - AE0462CE3CD4499BB0DBA9A9 /* p_ed25519.c */, - 1F7CFE8EAA769F4CF3E639D5 /* p_hkdf.c */, - 93912E542FA93F930106741C /* p_rsa_asn1.c */, - 31B78A84A15F885090A0183D /* p_rsa.c */, - 60B5439F970A80F74A75D0F8 /* p_x25519_asn1.c */, - 434AAA8E65042D3E7F333006 /* p_x25519.c */, - 2BB7543A431AE24084E9721C /* pbkdf.c */, - 85FE6931B6443777F96D6948 /* print.c */, - 12FDC672EB3629FDB5D97F20 /* scrypt.c */, - 516362BA13A20C35564B79C5 /* sign.c */, - ); - path = evp; - sourceTree = ""; - }; - 10B7367F3155224B021658F8 /* Sources */ = { + 10B013579D6499D679090CF4 /* Frame Buffers */ = { isa = PBXGroup; children = ( - 90F9023FB6DDD933249B15B5 /* Logging */, + 3F01840D7A6AC002DB280FE7 /* ConcurrentStreamBuffer.swift */, + A4FDD2AE10BC54071B8ACB60 /* ControlFrameBuffer.swift */, + 9A71274AC4FBA4EB25080387 /* OutboundFlowControlBuffer.swift */, + 1C4F514358FEA3C74D104B46 /* OutboundFrameBuffer.swift */, ); - path = Sources; + path = "Frame Buffers"; sourceTree = ""; }; 11032CAE4C4D2B26016745AF /* CommandLineTool */ = { @@ -4527,15 +4466,6 @@ path = CommandLineTool; sourceTree = ""; }; - 11796CBBBE77B17A43C0734C /* CNIODarwin */ = { - isa = PBXGroup; - children = ( - 324CAC7581F27B71AA5D26C4 /* include */, - EB42711B30077B740B9A88BA /* shim.c */, - ); - path = CNIODarwin; - sourceTree = ""; - }; 11C823F17F8E049B9B0AC2C5 /* watchOSAppExtension */ = { isa = PBXGroup; children = ( @@ -4587,41 +4517,28 @@ path = private; sourceTree = ""; }; - 12D7C201F4490BF4123A54BE /* rules_xcodeproj */ = { + 1289DD58ABDAF93F1B0D25AD /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log */ = { isa = PBXGroup; children = ( - 7C414794DFA4BB6178930761 /* tvOSAppUITests.__internal__.__test_bundle */, + E37B94872FECC6DC6265CFBC /* Logging.rules_xcodeproj.swift.compile.params */, ); - path = rules_xcodeproj; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log"; sourceTree = ""; }; - 133689329B5662668ABDF809 /* rules_xcodeproj */ = { + 12D7C201F4490BF4123A54BE /* rules_xcodeproj */ = { isa = PBXGroup; children = ( - 8D02E98207340E8CE0810F6B /* watchOSApp */, + 7C414794DFA4BB6178930761 /* tvOSAppUITests.__internal__.__test_bundle */, ); path = rules_xcodeproj; sourceTree = ""; }; - 135B0EF4D6DB35B1EA358B18 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio */ = { + 133689329B5662668ABDF809 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( - 2CFE7ADC6CAB8E18903BF7E0 /* _NIODataStructures.rules_xcodeproj.swift.compile.params */, - 5F99DB726C4D8C0F85C1776D /* CNIOAtomics.rules_xcodeproj.c.compile.params */, - 8A28F4702C988578DE8C9D5F /* CNIODarwin.rules_xcodeproj.c.compile.params */, - 8D7EEF6CB2D93B4581F0B26D /* CNIOLinux.rules_xcodeproj.c.compile.params */, - E3535D5A3667106036B4A7EE /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */, - 3069E1199385810BD3D29BC0 /* CNIOWindows.rules_xcodeproj.c.compile.params */, - FFF4166E2EB37FACDEC545E2 /* NIO.rules_xcodeproj.swift.compile.params */, - E430DA8BADFF15A20EEBE771 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */, - 296B80AB367F5C47BAEADB2D /* NIOCore.rules_xcodeproj.swift.compile.params */, - 9A9E6EEF2560CEB2A625593C /* NIOEmbedded.rules_xcodeproj.swift.compile.params */, - 1B757A29D60E9C786ED43F00 /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */, - B10A8A31B04CED3F10C1E5B3 /* NIOHTTP1.rules_xcodeproj.swift.compile.params */, - 67554B12E5010EA626CB0F85 /* NIOPosix.rules_xcodeproj.swift.compile.params */, - B8DF6C2A75F5A1685B4A9810 /* NIOTLS.rules_xcodeproj.swift.compile.params */, + 8D02E98207340E8CE0810F6B /* watchOSApp */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; + path = rules_xcodeproj; sourceTree = ""; }; 13991E1F3A7886A6EC4A8012 /* lib3 */ = { @@ -4644,16 +4561,6 @@ path = impl; sourceTree = ""; }; - 13E6D0CF0A632552F7F18594 /* err */ = { - isa = PBXGroup; - children = ( - 50917A76AFDB7B9284AA173A /* err_data.c */, - 1FF53913F815EB52F505A608 /* err.c */, - B6188101EBFBE260029302D7 /* internal.h */, - ); - path = err; - sourceTree = ""; - }; 13F2AD3737E5D0D00CCB2A33 /* dist */ = { isa = PBXGroup; children = ( @@ -4672,15 +4579,6 @@ path = Bundle; sourceTree = ""; }; - 145D097F508BE5EAFB272898 /* lhash */ = { - isa = PBXGroup; - children = ( - 1513FF513A7276BD219C9D09 /* internal.h */, - 97A8DB579FD628E895B3F5E8 /* lhash.c */, - ); - path = lhash; - sourceTree = ""; - }; 14693A60597C9DE6B75DEC5D /* Lib */ = { isa = PBXGroup; children = ( @@ -4734,41 +4632,6 @@ path = "examples_ios_app_external~override"; sourceTree = ""; }; - 15ADB4DE49591C3F65DC3EC5 /* NIOHPACK */ = { - isa = PBXGroup; - children = ( - AE5FA898CA9E29578E040F60 /* DynamicHeaderTable.swift */, - 757629ECFCFE18B464EB7A07 /* HeaderTables.swift */, - E3B53BF61750CA908213F913 /* HPACKDecoder.swift */, - 34A68EA0B4F52217597E9D01 /* HPACKEncoder.swift */, - 8425B70C1BC6291A64C2C887 /* HPACKErrors.swift */, - 895453C21C3427470965B157 /* HPACKHeader.swift */, - 4727F1CBB298F6A5E8B093EE /* HuffmanCoding.swift */, - BDD0D5951BBE6FDA636F2F02 /* HuffmanTables.swift */, - 3DFFBFCF076302759E6D71BB /* IndexedHeaderTable.swift */, - 2A0FD2718B37304F3AF110F8 /* IntegerCoding.swift */, - 7D2155C0AE7C083C1127E4A6 /* StaticHeaderTable.swift */, - ); - path = NIOHPACK; - sourceTree = ""; - }; - 15AFF99488BCACA214FC5C47 /* buf */ = { - isa = PBXGroup; - children = ( - 6F4B2D861FA60B08F58F9DBD /* buf.c */, - ); - path = buf; - sourceTree = ""; - }; - 160331DD8878FD08A32D273C /* Sources */ = { - isa = PBXGroup; - children = ( - 15ADB4DE49591C3F65DC3EC5 /* NIOHPACK */, - 9892D7C531D06DB63AF9C267 /* NIOHTTP2 */, - ); - path = Sources; - sourceTree = ""; - }; 164732D4FBB8AF09F90B49CC /* bin */ = { isa = PBXGroup; children = ( @@ -4793,40 +4656,36 @@ path = Test; sourceTree = ""; }; - 17BF4E140481D7C8B78B9E28 /* rules_xcodeproj */ = { + 173569EBA97E81777DB3F769 /* Sources */ = { isa = PBXGroup; children = ( - 46C84F68919FD1B31463A17C /* watchOS */, + 55DE6FFEFCADFECCFDD6B02F /* NIOExtras */, ); - path = rules_xcodeproj; + path = Sources; sourceTree = ""; }; - 17C21AEEFA5DA2FCE0AC8BA8 /* PreviewContent */ = { + 17373F0D7D4ED7B0F24F260E /* md4 */ = { isa = PBXGroup; children = ( - 4942A330FF2FA587642E6328 /* Preview Assets.xcassets */, + BE1FE7A67719A7D1CD47F9D7 /* md4.c */, ); - path = PreviewContent; + path = md4; sourceTree = ""; }; - 17F7144C94CF55D33C2BB5C2 /* poly1305 */ = { + 17BF4E140481D7C8B78B9E28 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( - 663DFD84B9B614BA2D4DBDF6 /* internal.h */, - C281329D7F45DC882B031BAE /* poly1305_arm_asm.S */, - D6D2C4EB9B03837FBE2D0367 /* poly1305_arm.c */, - D78D6ABDBC1D4091CED8B787 /* poly1305_vec.c */, - EF2D1029971BE9C72051E717 /* poly1305.c */, + 46C84F68919FD1B31463A17C /* watchOS */, ); - path = poly1305; + path = rules_xcodeproj; sourceTree = ""; }; - 1873B1883C2C3E0908C8507A /* include */ = { + 17C21AEEFA5DA2FCE0AC8BA8 /* PreviewContent */ = { isa = PBXGroup; children = ( - 4D6BC1073293C6516AB00E9B /* _AtomicsShims.h */, + 4942A330FF2FA587642E6328 /* Preview Assets.xcassets */, ); - path = include; + path = PreviewContent; sourceTree = ""; }; 18D0EF3F2315F145F3A3084D /* dist */ = { @@ -4837,15 +4696,6 @@ path = dist; sourceTree = ""; }; - 1960C711E1C26C8AF98446DE /* tls */ = { - isa = PBXGroup; - children = ( - B8BAD7608F479A0F5EC838D0 /* internal.h */, - 043807A3C3A1F4DFF38E4F25 /* kdf.c */, - ); - path = tls; - sourceTree = ""; - }; 19761D1BFBCE72B13C8A3584 /* bin */ = { isa = PBXGroup; children = ( @@ -4865,6 +4715,14 @@ path = "CommandLineTool.merged_launchdplists-intermediates"; sourceTree = ""; }; + 19B5AA08ACEA0B117183B4EE /* ecdsa_extra */ = { + isa = PBXGroup; + children = ( + EFE23892289AC3E934450E2E /* ecdsa_asn1.c */, + ); + path = ecdsa_extra; + sourceTree = ""; + }; 19B65F290ADC94DF67FF5008 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -4890,17 +4748,6 @@ path = echo_client; sourceTree = ""; }; - 1A4007608751E5E7971F0B99 /* AsyncSequences */ = { - isa = PBXGroup; - children = ( - 1AE8A470BC1769F982401282 /* NIOAsyncSequenceProducer.swift */, - 82E3F8014AF540D9586F8A92 /* NIOAsyncSequenceProducerStrategies.swift */, - 92DFAB729A4B9C49A805A8B9 /* NIOAsyncWriter.swift */, - 578F52DCE72D08465BA35A96 /* NIOThrowingAsyncSequenceProducer.swift */, - ); - path = AsyncSequences; - sourceTree = ""; - }; 1B982015D12D8F5BCE637B10 /* Test */ = { isa = PBXGroup; children = ( @@ -4918,20 +4765,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 1C50E1CFA7B5019B5833EB8F /* FrameReceivingStates */ = { - isa = PBXGroup; - children = ( - 6D3EC87E38C73FDBCA9CEB76 /* MayReceiveFrames.swift */, - 45DB289650E03436AB3582D7 /* ReceivingDataState.swift */, - 606A5AEC43E9FAFEED887368 /* ReceivingGoAwayState.swift */, - CA7A42665B6E284F75B089E4 /* ReceivingHeadersState.swift */, - CFAA33F7A1B6044DC786CF12 /* ReceivingPushPromiseState.swift */, - ED1A6359ADD0741294DEE401 /* ReceivingRstStreamState.swift */, - B8B03E3296E9F8C82399B065 /* ReceivingWindowUpdateState.swift */, - ); - path = FrameReceivingStates; - sourceTree = ""; - }; 1C85DA5EAA7E54B54F6EA6E9 /* CONFIGURATION-STABLE-27 */ = { isa = PBXGroup; children = ( @@ -4956,18 +4789,13 @@ path = "_main~non_module_deps~com_github_krzyzanowskim_cryptoswift"; sourceTree = ""; }; - 1D4FD587615F0A8506243777 /* rand */ = { + 1CF58A9D4D60ECF1F7D1D7D9 /* service_indicator */ = { isa = PBXGroup; children = ( - 0564E98FE0C8ACC92F3626D3 /* ctrdrbg.c */, - 1FECB8FD261E92B0FE7EE4CF /* fork_detect.c */, - 03D65529F76EF26B38E03210 /* fork_detect.h */, - A7DA0C0799F320481B502681 /* getrandom_fillin.h */, - DA2C06E5109262A01FC17970 /* internal.h */, - D58FE2A89FD5672002582C68 /* rand.c */, - 4D04D2A45D7A392E8AEAF2A4 /* urandom.c */, + B3F8CC3774B5C30AE48F2220 /* internal.h */, + BAAB7B66CBFB911BE99D176E /* service_indicator.c */, ); - path = rand; + path = service_indicator; sourceTree = ""; }; 1D81DEB8397F03DBC94E7D20 /* ios-arm64 */ = { @@ -5002,15 +4830,6 @@ path = watchOSApp; sourceTree = ""; }; - 1E7C58F303F274C384C8A1AF /* rsa_extra */ = { - isa = PBXGroup; - children = ( - 05A74FDE7D04996BF21698C8 /* rsa_asn1.c */, - 67EEE7F4B0D4D6E24B91107E /* rsa_print.c */, - ); - path = rsa_extra; - sourceTree = ""; - }; 1ED91D49DCF14D2BE9C794B1 /* lib3 */ = { isa = PBXGroup; children = ( @@ -5035,15 +4854,6 @@ path = private; sourceTree = ""; }; - 1F25ED9FC61B45F2DFB12383 /* ecdsa */ = { - isa = PBXGroup; - children = ( - 65528BA3D500EEB118262D00 /* ecdsa.c */, - DBC0524AC4DDC7E07302915E /* internal.h */, - ); - path = ecdsa; - sourceTree = ""; - }; 1F5ADF40FD3C652F82A9E43C /* ExampleNestedResources */ = { isa = PBXGroup; children = ( @@ -5068,22 +4878,22 @@ path = external; sourceTree = ""; }; - 20221A1D59BA8487326E7FDA /* CommandLine */ = { + 1FCE1B1D01B0C3EA253D2082 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl */ = { isa = PBXGroup; children = ( - E90D9AE74522D6EF438EB02C /* CommandLineTool */, - E8B892BFB1082106BB0E2EDA /* CommandLineToolLib */, - 8D551B141C0C2CE06DF6E85B /* swift_c_module */, + 477E8935EA23EA29BD08C758 /* Sources */, ); - path = CommandLine; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; sourceTree = ""; }; - 205FEC7A70BF19DA6C55D3B1 /* include */ = { + 20221A1D59BA8487326E7FDA /* CommandLine */ = { isa = PBXGroup; children = ( - A889A0079F39C07E5D287C27 /* CNIOWindows.h */, + E90D9AE74522D6EF438EB02C /* CommandLineTool */, + E8B892BFB1082106BB0E2EDA /* CommandLineToolLib */, + 8D551B141C0C2CE06DF6E85B /* swift_c_module */, ); - path = include; + path = CommandLine; sourceTree = ""; }; 20805C5AD91015BAD8CC7018 /* Source */ = { @@ -5095,6 +4905,31 @@ path = Source; sourceTree = ""; }; + 209197832E5A7DCE657F225D /* cipher_extra */ = { + isa = PBXGroup; + children = ( + 46F3A86A7E596CAC96CF4210 /* aes128gcmsiv-x86_64.linux.x86_64.S */, + EBCD23427151374CF76C4F0C /* aes128gcmsiv-x86_64.mac.x86_64.S */, + 609754C4E04DC01FED7550CC /* chacha20_poly1305_armv8.ios.aarch64.S */, + 5D4ED9F44A5DA1A881F9521F /* chacha20_poly1305_armv8.linux.aarch64.S */, + 796E54EE35BB8B3A3D6B7276 /* chacha20_poly1305_x86_64.linux.x86_64.S */, + DBF80300857DC23CC6A89520 /* chacha20_poly1305_x86_64.mac.x86_64.S */, + FD45824930165831AB8A9F55 /* cipher_extra.c */, + 92377A46B8133B3C6B31C023 /* derive_key.c */, + C29478B03D206210F07C8D3E /* e_aesctrhmac.c */, + 63BEEC1FCB24DF75E0F832CC /* e_aesgcmsiv.c */, + FC3B8464BE89C18DA842A1E4 /* e_chacha20poly1305.c */, + 645A2D3178206DEE60F1AE83 /* e_des.c */, + 65BFE1CF3DDA4ECADC72D105 /* e_null.c */, + D45D50192903B79BDEC35467 /* e_rc2.c */, + 08791EAEA5A1D427805B5A00 /* e_rc4.c */, + 27B26D013B4A6A84975F7205 /* e_tls.c */, + F518C7AA88425C83A8837C60 /* internal.h */, + ED1CB27CD23615D16AF5606D /* tls_cbc.c */, + ); + path = cipher_extra; + sourceTree = ""; + }; 20DB506D5F2C94238E3B3206 /* ExampleResources */ = { isa = PBXGroup; children = ( @@ -5137,14 +4972,6 @@ path = lib2_prefix; sourceTree = ""; }; - 218D8C124E73D79D6048BB80 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services */ = { - isa = PBXGroup; - children = ( - A62454AD3328D221EB4628F7 /* NIOTransportServices.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services"; - sourceTree = ""; - }; 218DCC913BDD545CB39A3A23 /* iOSAppSwiftUnitTestSuite.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -5195,26 +5022,6 @@ path = iOSAppSwiftUnitTests.__internal__.__test_bundle; sourceTree = ""; }; - 2219026941B72DB93A65AD71 /* ConnectionStateMachine */ = { - isa = PBXGroup; - children = ( - 1C50E1CFA7B5019B5833EB8F /* FrameReceivingStates */, - 4ECEEF1DD96040F78EE05CC3 /* FrameSendingStates */, - E081BB3D02482D4C8B99D142 /* ConnectionStateMachine.swift */, - 7D93A8588A07AD224D2F6D7F /* ConnectionStreamsState.swift */, - E4C67A2FCA16D3659736552A /* HasFlowControlWindows.swift */, - 792129683DA3E3BE33FA79B8 /* HasLocalSettings.swift */, - 369AE36DCAF0F72D04C01556 /* HasRemoteSettings.swift */, - 5918F2325EC6A870A3376685 /* HTTP2SettingsState.swift */, - A68A00033821BD8458F6F9CD /* LocallyQuiescingState.swift */, - 8CEA53901B06CA9F6AFDE634 /* QuiescingState.swift */, - 7D7837FD1EC2948AB51C4D0D /* RemotelyQuiescingState.swift */, - CDDC08E8B3A02F7B9BCA6557 /* SendAndReceiveGoawayState.swift */, - CC3C67763ABCD5DCEB783705 /* StateMachineResult.swift */, - ); - path = ConnectionStateMachine; - sourceTree = ""; - }; 222708EDD9C10DD6A68C33A3 /* CommandLine */ = { isa = PBXGroup; children = ( @@ -5238,6 +5045,14 @@ path = iOSApp/external; sourceTree = SOURCE_ROOT; }; + 224F4EFB2D24D8215977385B /* third_party */ = { + isa = PBXGroup; + children = ( + 354C502B07A5ECBFADB238A3 /* fiat */, + ); + path = third_party; + sourceTree = ""; + }; 228A0A6772F2072D10C23BE2 /* watchOSAppExtension */ = { isa = PBXGroup; children = ( @@ -5246,20 +5061,37 @@ path = watchOSAppExtension; sourceTree = ""; }; - 2368B00020FE9F5F09648912 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras */ = { + 23FBFDA0EAD9B935CE6CD98A /* lhash */ = { isa = PBXGroup; children = ( - 8FD6AB3F1AA7FBBF20F759E6 /* NIOExtras.rules_xcodeproj.swift.compile.params */, + 602DBF2081FF99B0AC268039 /* internal.h */, + F86B91ABFF10AB8008068859 /* lhash.c */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras"; + path = lhash; sourceTree = ""; }; - 23E007247BC004C106D267D1 /* asm */ = { + 24045CF27EBFC94B73910BA9 /* rand */ = { isa = PBXGroup; children = ( - 6F1BC89BDA17B2C2034AD526 /* x86_64-gcc.c */, + 32C3E6B504714DF97C4B8CED /* ctrdrbg.c */, + 5BF225F8D9E6AE4A61F19EF9 /* fork_detect.c */, + A80C2222D305336E4FBAABC2 /* fork_detect.h */, + BB4C41FA8248F629DA35B02E /* getrandom_fillin.h */, + 220DE0365980CECDE986FBA6 /* internal.h */, + B343D361C7B7B3CEEDB98EC2 /* rand.c */, + 0664EDD6E723E62F89D9B7B9 /* urandom.c */, ); - path = asm; + path = rand; + sourceTree = ""; + }; + 242BF4EBFD6CBB9BDBA9F9BE /* conf */ = { + isa = PBXGroup; + children = ( + F10BD72E2497B7F0452D1CC2 /* conf_def.h */, + 85CE264F864027EEEC765BDC /* conf.c */, + 9427EF350E0A871212F31E86 /* internal.h */, + ); + path = conf; sourceTree = ""; }; 248C30DB36650F02A31CCFB9 /* bin */ = { @@ -5299,15 +5131,6 @@ path = macOSApp; sourceTree = ""; }; - 25584B07E1E5C025C2C9922E /* bn_extra */ = { - isa = PBXGroup; - children = ( - 39DE96140ADAC486D7D42377 /* bn_asn1.c */, - FDE060F206A3EF8CFAD6EE4D /* convert.c */, - ); - path = bn_extra; - sourceTree = ""; - }; 257A2710B17D79DEDE6C383B /* SwiftUnitTests */ = { isa = PBXGroup; children = ( @@ -5325,6 +5148,32 @@ path = LibFramework.tvOS; sourceTree = ""; }; + 25ACB3A5B31E6B79550F9BB5 /* AsyncAwaitSupport */ = { + isa = PBXGroup; + children = ( + B5CDDFD84C1BA8D009D20360 /* AsyncServerHandler */, + B2CAC80BED6C66EF842C51E9 /* Call+AsyncRequestStreamWriter.swift */, + D2406F777FFD19F08E5BF238 /* CancellationError+GRPCStatusTransformable.swift */, + 94949BDAFF9E2BE5354F7B1B /* GRPCAsyncBidirectionalStreamingCall.swift */, + 7AB2EBE01A04FFEBB7D7B74F /* GRPCAsyncClientStreamingCall.swift */, + 8F9A79B113E7A64F771DF2B0 /* GRPCAsyncRequestStream.swift */, + 7E0BA8BA42D42133A2BED5FC /* GRPCAsyncRequestStreamWriter.swift */, + 29C36ABB6CD31A889A2DF3B4 /* GRPCAsyncResponseStream.swift */, + EFD4CD2F5EA8562B428E6B8E /* GRPCAsyncResponseStreamWriter.swift */, + A126EC09FBE7744492BF7677 /* GRPCAsyncSequenceProducerDelegate.swift */, + BF521E98CBB71E37B4883327 /* GRPCAsyncServerCallContext.swift */, + 8ED7CE88298805639C3ADD2C /* GRPCAsyncServerHandler.swift */, + 4926A7D48E5A5328C15B941E /* GRPCAsyncServerStreamingCall.swift */, + 2BC0F8D222566BD152A42926 /* GRPCAsyncUnaryCall.swift */, + 5F6B40407C44B3C97D66117F /* GRPCAsyncWriterSinkDelegate.swift */, + A0B0FDB4E61FAAE9E06D60B9 /* GRPCChannel+AsyncAwaitSupport.swift */, + 31D86820E8115BF8D1BAA4FF /* GRPCClient+AsyncAwaitSupport.swift */, + E5F2314C04847E911610DEF0 /* GRPCSendable.swift */, + 74CC35466F21BB292F64A1F0 /* NIOAsyncWrappers.swift */, + ); + path = AsyncAwaitSupport; + sourceTree = ""; + }; 26323CF13F0B7CB55C2032D7 /* watchOSAppExtension */ = { isa = PBXGroup; children = ( @@ -5346,20 +5195,20 @@ path = lib; sourceTree = ""; }; - 2682D82CB45245687C70669A /* ecdsa_extra */ = { + 26A1530C21D6DCC83E51FC2C /* CoreUtilsMixed */ = { isa = PBXGroup; children = ( - 18AFE717864B0E9CEF9B81D2 /* ecdsa_asn1.c */, + DFA63AC01D6FB8D48E744F6B /* MixedAnswer */, ); - path = ecdsa_extra; + path = CoreUtilsMixed; sourceTree = ""; }; - 26A1530C21D6DCC83E51FC2C /* CoreUtilsMixed */ = { + 26A94620C6BE644B85B4A5E7 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services */ = { isa = PBXGroup; children = ( - DFA63AC01D6FB8D48E744F6B /* MixedAnswer */, + 36A4938D080A84866195E3F3 /* Sources */, ); - path = CoreUtilsMixed; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services"; sourceTree = ""; }; 26B76029F908CDEDEA321103 /* impl */ = { @@ -5382,6 +5231,14 @@ path = ExampleNestedResources; sourceTree = ""; }; + 2785EE92D3682C3F74094DB3 /* Sources */ = { + isa = PBXGroup; + children = ( + E4253CAA96B733A189592F1F /* DequeModule */, + ); + path = Sources; + sourceTree = ""; + }; 27D5C84DBBE74944CA9EF9FD /* dir with space */ = { isa = PBXGroup; children = ( @@ -5434,16 +5291,6 @@ path = iMessageApp; sourceTree = ""; }; - 29FA39F044D7375B6F208B7A /* NIOTLS */ = { - isa = PBXGroup; - children = ( - 22D52AE2EA519C524F486B99 /* ApplicationProtocolNegotiationHandler.swift */, - 198B1854618066EB163F5A81 /* SNIHandler.swift */, - 0087A3704F05447614F55538 /* TLSEvents.swift */, - ); - path = NIOTLS; - sourceTree = ""; - }; 2A11B808A0834D6C762DAFDF /* LibFramework.watchOS */ = { isa = PBXGroup; children = ( @@ -5476,18 +5323,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 2AB330CB2B7B4BF168DD4281 /* ServerInterceptorStateMachine */ = { - isa = PBXGroup; - children = ( - 6F8642E3F36B00825631297B /* ServerInterceptorStateMachine.swift */, - D3758FF7816CC586EED3BC55 /* ServerInterceptorStateMachine+Actions.swift */, - 6587E1530852583FE7953BCF /* ServerInterceptorStateMachine+Finished.swift */, - 8180D751EF6D4C225FFA8E6E /* ServerInterceptorStateMachine+Intercepting.swift */, - 8F7CC93C6DF7A3ADD4A14D6A /* StreamState.swift */, - ); - path = ServerInterceptorStateMachine; - sourceTree = ""; - }; 2AD53A81626F163AB79AF5A0 /* lib2 */ = { isa = PBXGroup; children = ( @@ -5497,13 +5332,13 @@ path = lib2; sourceTree = ""; }; - 2AE54FB10DBBE1D7F00A46C3 /* _AtomicsShims */ = { + 2AF4DD6F8DD0258445A77A31 /* rules_apple~3.1.1 */ = { isa = PBXGroup; children = ( - 1873B1883C2C3E0908C8507A /* include */, - 8936941832221F4E89A7F340 /* src */, + 8F3D9A66DB1F5A50A435539C /* apple */, + 2F6F1BD29559580817CDDB74 /* tools */, ); - path = _AtomicsShims; + path = "rules_apple~3.1.1"; sourceTree = ""; }; 2AF6A8142A2F92206C27AEE3 /* GoogleMaps.xcframework */ = { @@ -5542,26 +5377,15 @@ path = dist; sourceTree = ""; }; - 2C172A9BF9AC23BD88DA8FCD /* CNIOAtomics */ = { + 2C54A8431AF5A5D61692C7CB /* CNIOAtomics */ = { isa = PBXGroup; children = ( - 71BA34EA521023E307758CBE /* include */, - 7D9B0E4A86AD5B9B7D915BF9 /* src */, + 6DA4C4485AEE5BC4466479D4 /* include */, + 4CE951F7B4D67DDD3F1C1767 /* src */, ); path = CNIOAtomics; sourceTree = ""; }; - 2C5E385FE8562EA02D50CD5C /* CNIOLLHTTP */ = { - isa = PBXGroup; - children = ( - 954D280AAFF7E0A7DE3C9D43 /* include */, - 8E62CAC46F91902884DD17CC /* c_nio_api.c */, - 97C76D5E6C38D32B462F16AE /* c_nio_http.c */, - B0948E26463151CCF2D0CBD0 /* c_nio_llhttp.c */, - ); - path = CNIOLLHTTP; - sourceTree = ""; - }; 2C61FDF4F279A04788858495 /* Source */ = { isa = PBXGroup; children = ( @@ -5587,14 +5411,6 @@ path = OnlyStructuredResources.bundle; sourceTree = ""; }; - 2CEC93C0C77E0C0DEA56293B /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio */ = { - isa = PBXGroup; - children = ( - 451E3401FE61958ACC22692F /* Sources */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - sourceTree = ""; - }; 2CF733B884D5137137C69002 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -5603,14 +5419,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 2D1284C58E894AD6ACCF7FEA /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf */ = { - isa = PBXGroup; - children = ( - 67B929D3EB0070B5CE0ECCF9 /* Sources */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf"; - sourceTree = ""; - }; 2D1C7ADC1C0143E698A3F369 /* macOSAppUITests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -5627,6 +5435,15 @@ path = "echo_client.merged_infoplist-intermediates"; sourceTree = ""; }; + 2D7EA6F4E6363668FBFAA3A8 /* tls */ = { + isa = PBXGroup; + children = ( + 0242C06467C8CC5C63311613 /* internal.h */, + A3CE9FDF8FA022FDDE068399 /* kdf.c */, + ); + path = tls; + sourceTree = ""; + }; 2DC469730CFBE7FDCED08111 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -5643,89 +5460,6 @@ path = macOSLib.framework; sourceTree = ""; }; - 2E661A82CA83003608939366 /* GRPC */ = { - isa = PBXGroup; - children = ( - BA14A4A9F671F0A5444F45F9 /* AsyncAwaitSupport */, - 52E6D0737D77039549692347 /* CallHandlers */, - A777BC4247BEA3DF387A7467 /* ClientCalls */, - 587C01EAED13A7824168E3D8 /* Compression */, - 84DC7185C5802D550A68021A /* ConnectionPool */, - 6E01F47CC898D6360179EF29 /* GRPCChannel */, - A00A720F4621ECF4D1774F33 /* Interceptor */, - 4E17E4E24DC6B1EC79DEC7BD /* ServerCallContexts */, - 6E99741755CBD900DED02F54 /* _EmbeddedThroughput.swift */, - A3298E72053E691F994F4AB8 /* _FakeResponseStream.swift */, - 8DFAD2A4CBBE49BDE92CBB11 /* _GRPCClientCodecHandler.swift */, - 1C79B0532474BFD3EA1DA0B6 /* _MessageContext.swift */, - C00BB3D71B20F8D70D258C84 /* Array+BoundsCheck.swift */, - 78803FCC6A6A75B244DA5A54 /* CallOptions.swift */, - 972C886B0E478B5566739D9F /* ClientConnection.swift */, - 9B0E3FBBB2751AE7342EAFBE /* ClientConnectionConfiguration+NIOSSL.swift */, - 235E714BE0B24EC0BBEA5700 /* ClientErrorDelegate.swift */, - 15FFCF22B915D603D9B322AF /* CoalescingLengthPrefixedMessageWriter.swift */, - 76C0664A571F65AD3C0016E0 /* ConnectionBackoff.swift */, - 9137058F55001207E23547E5 /* ConnectionKeepalive.swift */, - 0249924B04A1713697D411D1 /* ConnectionManager.swift */, - 29E38E40ACB0E68359EE1B7D /* ConnectionManager+Delegates.swift */, - 197446626571368C15F7D6DB /* ConnectionManagerChannelProvider.swift */, - 912CC97D0727DE10821086E0 /* ConnectivityState.swift */, - 6050770BAC96D8A6D9C229E6 /* DebugOnly.swift */, - A6149A65CF872099CCDFB6B2 /* DelegatingErrorHandler.swift */, - 0B84FEF5BC4FB6ECA36BB64B /* Error+NIOSSL.swift */, - C31EB1D1F42CB309B34CB0DC /* EventLoopFuture+RecoverFromUncleanShutdown.swift */, - 89F8EDA4336258BDCFCF29FF /* FakeChannel.swift */, - E323FE4E30F6BF1D95FA4B89 /* GRPCClient.swift */, - 4CF26F7E0FE2D5F27877C49D /* GRPCClientChannelHandler.swift */, - 7230C1170348570CAB5E9B07 /* GRPCClientStateMachine.swift */, - 23D4CBBEDEE31BCD1B4803DF /* GRPCContentType.swift */, - B1E5DB578A1963BD03230193 /* GRPCError.swift */, - 785F24A0ACD6132F6F717752 /* GRPCHeaderName.swift */, - 3F962ABCEE45E04FB4BD53AD /* GRPCIdleHandler.swift */, - 0480ABEA30AE880517376F2E /* GRPCIdleHandlerStateMachine.swift */, - 604FC3EB6E0E5EA18014535E /* GRPCKeepaliveHandlers.swift */, - 24006752EAC15DCC7103DA47 /* GRPCLogger.swift */, - 26C83A6B84BD9DF937D61BA3 /* GRPCPayload.swift */, - 2943F1480E9F89383DEBE48D /* GRPCServerPipelineConfigurator.swift */, - C95ECEB4E1EF3A3387CCE8D3 /* GRPCServerRequestRoutingHandler.swift */, - F4F5A5A3785F31A0AB5FBB43 /* GRPCServiceDescription.swift */, - DF714466D31C0346421D9DC2 /* GRPCStatus.swift */, - ACF5ADFDB76D21156F0E4994 /* GRPCStatusAndMetadata.swift */, - 045334138D66B89718B2C840 /* GRPCStatusMessageMarshaller.swift */, - AE44D67092FA696470F85443 /* GRPCTimeout.swift */, - 22367403EE1C694AD0525106 /* GRPCTLSConfiguration.swift */, - A01DAEADAD689FCD0DC57D75 /* GRPCWebToHTTP2ServerCodec.swift */, - C48ED4A37B7C2DF3BCC658C9 /* HTTP2ToRawGRPCServerCodec.swift */, - 55DB3E8BEA6D9EF9E6CA898D /* HTTP2ToRawGRPCStateMachine.swift */, - 6BA4F64632AC3DA7D4CA8261 /* InterceptorContextList.swift */, - 858B3BD0968F9BF1BFFC2286 /* LengthPrefixedMessageReader.swift */, - 6333557A3CE2963935EBD0BC /* Logger.swift */, - 4792E0B3E68E37C93DDDAE3E /* LoggingServerErrorDelegate.swift */, - B54010FDD230ECD6B6C6BB93 /* MessageEncodingHeaderValidator.swift */, - F7A787B813FCE2A14C16BE26 /* PlatformSupport.swift */, - 683132DC6F9FBA5D85316595 /* ReadWriteStates.swift */, - 7CF4D633A1979F473D4BD27A /* Ref.swift */, - 852C532A64D8669E9C7EDE59 /* Serialization.swift */, - 502FA0291F226633D6DC1AA6 /* Server.swift */, - 78F90C047843AF4D2C9E9941 /* Server+NIOSSL.swift */, - 70363EA35E5C00E262F4EFD1 /* ServerBuilder.swift */, - 6E166CEA4F954A1943E7E3EF /* ServerBuilder+NIOSSL.swift */, - 9476E0D6E12858B325EAE95B /* ServerChannelErrorHandler.swift */, - 77D305C7751A222086ABD878 /* ServerErrorDelegate.swift */, - 4ED3C74AC655DA53736B0276 /* ServerErrorProcessor.swift */, - AF27FFE5AAB52CEB67C41BF4 /* Stopwatch.swift */, - F3CE140BC2B1DCC6700BCC2B /* StreamEvent.swift */, - 49B1232519A4A5C74800C34F /* TimeLimit.swift */, - F99EA46FF8A011FB71FFE382 /* TLSVerificationHandler.swift */, - 5AA34BF1F138AF3F4FBDCEA1 /* TLSVersion.swift */, - D8F2A7D7928CAAD6B98A48C2 /* UserInfo.swift */, - A0458A93B61392AB544084FD /* Version.swift */, - EA3271F3ED0B7092496157F6 /* WebCORSHandler.swift */, - FC761938D49EE674108F2E78 /* WriteCapturingHandler.swift */, - ); - path = GRPC; - sourceTree = ""; - }; 2E6EA4904CFABFCE3D074FF1 /* examples_cc_external~override */ = { isa = PBXGroup; children = ( @@ -5790,6 +5524,14 @@ path = PreviewContent; sourceTree = ""; }; + 2F6F1BD29559580817CDDB74 /* tools */ = { + isa = PBXGroup; + children = ( + CFC5683E43C4E005BE7345DF /* codesigningtool */, + ); + path = tools; + sourceTree = ""; + }; 3008F3406E95831108767A1C /* UITests */ = { isa = PBXGroup; children = ( @@ -5811,12 +5553,12 @@ path = Source; sourceTree = ""; }; - 310E4DFF43AB936421DA87EE /* ecdh */ = { + 30CF29A71D1B684ECEB406EF /* digestsign */ = { isa = PBXGroup; children = ( - BB4ED261D70886633A774A55 /* ecdh.c */, + 6C600B5E4C76D73C40194019 /* digestsign.c */, ); - path = ecdh; + path = digestsign; sourceTree = ""; }; 3190673BC6BF9B3330F9F828 /* ExampleResources.bundle */ = { @@ -5836,14 +5578,6 @@ path = "ios-arm64_x86_64-simulator"; sourceTree = ""; }; - 324CAC7581F27B71AA5D26C4 /* include */ = { - isa = PBXGroup; - children = ( - 5C345EF633AF52ACE311FBC5 /* CNIODarwin.h */, - ); - path = include; - sourceTree = ""; - }; 324F96797B6383DA8E864396 /* CONFIGURATION-STABLE-11 */ = { isa = PBXGroup; children = ( @@ -5869,14 +5603,6 @@ path = "OnlyStructuredResources-intermediates"; sourceTree = ""; }; - 3301D237292807B1AFBF2963 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf */ = { - isa = PBXGroup; - children = ( - 0240134B8009BEDD752C0F72 /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf"; - sourceTree = ""; - }; 33466399BFDFA42D0601A518 /* ObjCUnitTests */ = { isa = PBXGroup; children = ( @@ -5894,13 +5620,24 @@ path = watchOSAppExtension; sourceTree = ""; }; - 34D77A31159A87A6F0D11537 /* include */ = { + 354C502B07A5ECBFADB238A3 /* fiat */ = { isa = PBXGroup; children = ( - A582EA6242F5E84F2E208699 /* CNIOLinux.h */, - 010E482718E501B2F19274C6 /* liburing_nio.h */, + 1113B1EFEFACB59703A80A90 /* curve25519_32.h */, + E899AA96E5A6795E4F395C4A /* curve25519_64.h */, + F4CA78016A53594A278FDCC2 /* p256_32.h */, + 46A2646D123B60DA94108273 /* p256_64.h */, ); - path = include; + path = fiat; + sourceTree = ""; + }; + 3554F0D4C044A14E6617D8B6 /* CGRPCZlib */ = { + isa = PBXGroup; + children = ( + E90E86197D7C4550F8812FD3 /* include */, + 84E5706497C2E079729B662F /* empty.c */, + ); + path = CGRPCZlib; sourceTree = ""; }; 356144DEA118D9AEE8246F05 /* MixedAnswer */ = { @@ -5932,12 +5669,21 @@ path = rules_xcodeproj; sourceTree = ""; }; - 367457D5F7731D65DFD8AD05 /* ecdh_extra */ = { + 35FA4AACB1F9B9D7A76FE5A2 /* rsa_extra */ = { isa = PBXGroup; children = ( - D4ABCEE8CA889E5D767CCAAC /* ecdh_extra.c */, + D298F1E17685780CBDC8E57C /* rsa_asn1.c */, + 1565BB1D3881B34E3031F5EE /* rsa_print.c */, ); - path = ecdh_extra; + path = rsa_extra; + sourceTree = ""; + }; + 36A4938D080A84866195E3F3 /* Sources */ = { + isa = PBXGroup; + children = ( + 3F8F48395E7A7B1BEE9EA2BE /* NIOTransportServices */, + ); + path = Sources; sourceTree = ""; }; 36A9A75D86FEBC51DACBAD6B /* bin */ = { @@ -5962,6 +5708,17 @@ path = lib3; sourceTree = ""; }; + 371BC5E0A0D533EFEF82066A /* ec_extra */ = { + isa = PBXGroup; + children = ( + C5467F42CEDD931ECFA4EA3C /* ec_asn1.c */, + C2928539E8BCE9D05715B219 /* ec_derive.c */, + D878B1B032E768A5906A1020 /* hash_to_curve.c */, + 46528F8B41BB632C69980CBA /* internal.h */, + ); + path = ec_extra; + sourceTree = ""; + }; 3786A3020F6E7EF28DA8A610 /* iOSAppObjCUnitTests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -5979,6 +5736,14 @@ path = lib3; sourceTree = ""; }; + 37D884EDFABAA7E60CE4DAB7 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log */ = { + isa = PBXGroup; + children = ( + D1299A2BBBF972B953A6D230 /* Sources */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log"; + sourceTree = ""; + }; 384CC45DA9397D6174B9B20F /* Resources */ = { isa = PBXGroup; children = ( @@ -6053,14 +5818,6 @@ path = "bazel-out"; sourceTree = SOURCE_ROOT; }; - 38D8552336D13B19979A9CC9 /* NIO */ = { - isa = PBXGroup; - children = ( - A29D13D916FE2E0D5C9AE2FB /* Exports.swift */, - ); - path = NIO; - sourceTree = ""; - }; 38E8CCCD40D466BC56E773B4 /* iOSAppUITests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -6077,20 +5834,22 @@ path = rules_xcodeproj; sourceTree = ""; }; - 393DBDA57E02F21658425E97 /* codesigningtool */ = { + 394F638E9301FCD21E7FD99F /* rules_xcodeproj */ = { isa = PBXGroup; children = ( - A44C38FC8CF6C67FFB42D8C0 /* disable_signing_resource_rules.plist */, + BEDE278D7DC621D5E45517DE /* Bundle */, ); - path = codesigningtool; + path = rules_xcodeproj; sourceTree = ""; }; - 394F638E9301FCD21E7FD99F /* rules_xcodeproj */ = { + 39836AEE21D1E2BB5E3F687A /* pkcs7 */ = { isa = PBXGroup; children = ( - BEDE278D7DC621D5E45517DE /* Bundle */, + 7702CCCD0CC6EA977146AF53 /* internal.h */, + BD0603B11C3B7121B552784E /* pkcs7_x509.c */, + 4CE7F48B171BBD6AAFAF11DE /* pkcs7.c */, ); - path = rules_xcodeproj; + path = pkcs7; sourceTree = ""; }; 39F821AD621D2216C02E48E6 /* SwiftAPI */ = { @@ -6101,6 +5860,14 @@ path = SwiftAPI; sourceTree = ""; }; + 3A76126E0605A8CB08E88F47 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf */ = { + isa = PBXGroup; + children = ( + F5966A5E22B2963DE2A6B5C2 /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf"; + sourceTree = ""; + }; 3A78D46DEB8ECA9D197BEF7F /* CoreUtilsObjC */ = { isa = PBXGroup; children = ( @@ -6112,30 +5879,6 @@ path = CoreUtilsObjC; sourceTree = ""; }; - 3AE59AC111D822F424F6E770 /* ec */ = { - isa = PBXGroup; - children = ( - 4D31938788826DF4C73AF543 /* ec_key.c */, - 008AB5FA0B31B020154FF048 /* ec_montgomery.c */, - BF6BD677B6B5FAB2DFDEE51A /* ec.c */, - A9A9C6D49C18CC6EFECDD608 /* felem.c */, - 5E68E60416B07FF6AA257287 /* internal.h */, - 0997AAF0549B603C9CB31A53 /* oct.c */, - 0826D9957A0E58F144639E1E /* p224-64.c */, - 0FF113EF1A6678DC2E614315 /* p256_table.h */, - BFC023B025BE0C60C55BC6B2 /* p256-nistz-table.h */, - F234A6330DCEE8C336377685 /* p256-nistz.c */, - 494D083486C278B9D4989B8E /* p256-nistz.h */, - 101EDB4997AD2DF84C86453B /* p256.c */, - C8727C0F242B6D263D40AEFE /* scalar.c */, - 429BEF55673CBC7732815D9B /* simple_mul.c */, - B8AD08A280353F16B0DBE66F /* simple.c */, - A9DA1D19FF91849ADAC03E33 /* util.c */, - 8D7B980E3126A20280D0DF4F /* wnaf.c */, - ); - path = ec; - sourceTree = ""; - }; 3BF9A7DED66A907FEAA2FBA5 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -6161,6 +5904,14 @@ path = GoogleMaps.framework; sourceTree = ""; }; + 3CBC00E39AF9436A4CD65FF8 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 */ = { + isa = PBXGroup; + children = ( + E62D542BBD8A704EFCA578D7 /* Sources */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + sourceTree = ""; + }; 3D0FB1BE477B03C9AEDB3F9F /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -6169,6 +5920,14 @@ path = rules_xcodeproj; sourceTree = ""; }; + 3E454D65E1FC6EED5397A1BB /* ecdh_extra */ = { + isa = PBXGroup; + children = ( + 4628817D6336A693302BCC8E /* ecdh_extra.c */, + ); + path = ecdh_extra; + sourceTree = ""; + }; 3E63A3E3393978C39E0ED637 /* bin */ = { isa = PBXGroup; children = ( @@ -6186,6 +5945,17 @@ path = UnitTests; sourceTree = ""; }; + 3E98423DBF27426DB491BECF /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl */ = { + isa = PBXGroup; + children = ( + 532A03F12178DE3491F33F1A /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */, + 98777D7669659357AFE20F6A /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */, + D172C09FDFF4356D1ACC56C6 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */, + 3A3BBD207EA52C407C90E00C /* NIOSSL.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + sourceTree = ""; + }; 3E99399907A4BD0789BE5159 /* CONFIGURATION-STABLE-12 */ = { isa = PBXGroup; children = ( @@ -6214,6 +5984,27 @@ path = UIFramework.watchOS; sourceTree = ""; }; + 3F8F48395E7A7B1BEE9EA2BE /* NIOTransportServices */ = { + isa = PBXGroup; + children = ( + 75321197322738C2CA6C7760 /* NIOFilterEmptyWritesHandler.swift */, + D22199B9217D4504FF26581D /* NIOTSBootstraps.swift */, + 330A6EDBD70F0CB046604080 /* NIOTSChannelOptions.swift */, + A71C0A1EBD4646F9BEE9517D /* NIOTSConnectionBootstrap.swift */, + C54D3E39C6D9ABCCC339BFD5 /* NIOTSConnectionChannel.swift */, + 2C3529E181D18689585096B2 /* NIOTSErrors.swift */, + F36C06719319340299495185 /* NIOTSEventLoop.swift */, + 9B8D241C7F98F81DB6286452 /* NIOTSEventLoopGroup.swift */, + 730CF3EB9EF84082F04E3730 /* NIOTSListenerBootstrap.swift */, + 6CB66F235D82A9D9E67EC6DE /* NIOTSListenerChannel.swift */, + 81C67F5C79988A31FD0EA549 /* NIOTSNetworkEvents.swift */, + C5DA1E50A4D82B2306A282EC /* SocketAddress+NWEndpoint.swift */, + 23958446063EC40756E464EA /* StateManagedChannel.swift */, + 63F066A9D4BA12747D2E97C1 /* TCPOptions+SocketChannelOption.swift */, + ); + path = NIOTransportServices; + sourceTree = ""; + }; 3FC1F551B1237B2CE55C2579 /* cc_lib_headers */ = { isa = PBXGroup; children = ( @@ -6238,22 +6029,6 @@ path = private; sourceTree = ""; }; - 406443086201B52E1F0F50E4 /* chacha */ = { - isa = PBXGroup; - children = ( - 730DD6316603799BA2CCB1DE /* chacha-armv4.ios.arm.S */, - EDAE42188305DA3135160A49 /* chacha-armv4.linux.arm.S */, - F4C5D25FDE741C1AEBB05582 /* chacha-armv8.ios.aarch64.S */, - 0D9A29E9CEEE9321847A5A96 /* chacha-armv8.linux.aarch64.S */, - 1D0150B1A46270073D944400 /* chacha-x86_64.linux.x86_64.S */, - 3538D00AE14AFDAFF38D6819 /* chacha-x86_64.mac.x86_64.S */, - 797511E8E1EC9C3FD5BB1DE7 /* chacha-x86.linux.x86.S */, - E220F758E5DF76E31DBEEA4E /* chacha.c */, - 8C6415A287EAC3B5E31DA12D /* internal.h */, - ); - path = chacha; - sourceTree = ""; - }; 406CAE1E549DB039D4EF0A7D /* ExampleResources.bundle */ = { isa = PBXGroup; children = ( @@ -6270,16 +6045,6 @@ path = UIFramework.tvOS; sourceTree = ""; }; - 41216EE327C78EF0C2773828 /* CNIOWindows */ = { - isa = PBXGroup; - children = ( - 205FEC7A70BF19DA6C55D3B1 /* include */, - ED4291DC3C1572FF97F1A42A /* shim.c */, - 73764804FDDB78C59DE7A948 /* WSAStartup.c */, - ); - path = CNIOWindows; - sourceTree = ""; - }; 4143444EDC9606F5F5BD39F7 /* CommandLineToolLib */ = { isa = PBXGroup; children = ( @@ -6292,6 +6057,48 @@ path = CommandLineToolLib; sourceTree = ""; }; + 4225AE61BFFDE9741202C1FD /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio */ = { + isa = PBXGroup; + children = ( + 7D734CFD00319D31F6820AA6 /* _NIODataStructures.rules_xcodeproj.swift.compile.params */, + 06559980A5C8359567FA29E2 /* CNIOAtomics.rules_xcodeproj.c.compile.params */, + 1978B3A48859E36670A1D323 /* CNIODarwin.rules_xcodeproj.c.compile.params */, + 7DF0B849B9861534079D2B2B /* CNIOLinux.rules_xcodeproj.c.compile.params */, + 73938670FBEDBF9CEFDD3B35 /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */, + FBD5FD5A538B3D08D2F5ECA4 /* CNIOWindows.rules_xcodeproj.c.compile.params */, + AE22D75FE5A3966E1D354568 /* NIO.rules_xcodeproj.swift.compile.params */, + D1E01AABDDE718CA614B8EA0 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */, + A86AC574C4961A3DEA9A444F /* NIOCore.rules_xcodeproj.swift.compile.params */, + 467FC6DC374A474AC896A3D7 /* NIOEmbedded.rules_xcodeproj.swift.compile.params */, + ED131C2835A59BD4A5781FD1 /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */, + 0B8E1E9632AEDAC198E3B67F /* NIOHTTP1.rules_xcodeproj.swift.compile.params */, + 710B1F86BD97141506FF3155 /* NIOPosix.rules_xcodeproj.swift.compile.params */, + F763845D0FD17BCFF49353A4 /* NIOTLS.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + sourceTree = ""; + }; + 43018DD1C60C7C1E501DB56F /* digest */ = { + isa = PBXGroup; + children = ( + 1BEEE57CE7C8E6CFC8B5EBB7 /* digest.c */, + 1932CD6AB0C4A0B858314C37 /* digests.c */, + 62EB761FE692342066EA56FE /* internal.h */, + 2CA2587C6B39B508653FF8AE /* md32_common.h */, + ); + path = digest; + sourceTree = ""; + }; + 435C6D9F68FDB3F53C8FD291 /* NIOTLS */ = { + isa = PBXGroup; + children = ( + EDB53C81093C476F74A5FB74 /* ApplicationProtocolNegotiationHandler.swift */, + 0B5339D917E3DF436C1391A7 /* SNIHandler.swift */, + 7762EC53DA4592E7A93406EC /* TLSEvents.swift */, + ); + path = NIOTLS; + sourceTree = ""; + }; 43727EC91161AAF5F9E6A3AD /* tvOSApp */ = { isa = PBXGroup; children = ( @@ -6310,34 +6117,25 @@ path = "proto.merged_infoplist-intermediates"; sourceTree = ""; }; - 44D93811242FB47324253DCA /* UnitTests */ = { + 44A91BECE8F0BBDC5837A42C /* aes */ = { isa = PBXGroup; children = ( - 7C71E8707848B545D7F3EC01 /* rules_xcodeproj */, - 4992FD8C095F8C72BF9477CE /* watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params */, + 3219FBBAB6A23FA4B0AB6DAD /* aes_nohw.c */, + 804CDCE66117DFC2D32D1124 /* aes.c */, + 890D8931D1CC2E33BE27DBC6 /* internal.h */, + 85202A1EB27F5E4D2110277D /* key_wrap.c */, + 698F5B6584BA2C7D0C85C1FB /* mode_wrappers.c */, ); - path = UnitTests; + path = aes; sourceTree = ""; }; - 451E3401FE61958ACC22692F /* Sources */ = { + 44D93811242FB47324253DCA /* UnitTests */ = { isa = PBXGroup; children = ( - 8AE2C8D15BA2B7C2CD647998 /* _NIODataStructures */, - 2C172A9BF9AC23BD88DA8FCD /* CNIOAtomics */, - 11796CBBBE77B17A43C0734C /* CNIODarwin */, - F624C5AB7325B166BAB87788 /* CNIOLinux */, - 2C5E385FE8562EA02D50CD5C /* CNIOLLHTTP */, - 41216EE327C78EF0C2773828 /* CNIOWindows */, - 38D8552336D13B19979A9CC9 /* NIO */, - F82DD2229338C670F80C2290 /* NIOConcurrencyHelpers */, - F2467D4E2FD08FF1C4B01355 /* NIOCore */, - 5CD455AD51B0DA8F94E1D55C /* NIOEmbedded */, - 02A8CA8FC37DF8DE976A09FF /* NIOFoundationCompat */, - 7DAA8CB2E2A6C2029BFA6EE5 /* NIOHTTP1 */, - CE3116B91E45D06218AF302C /* NIOPosix */, - 29FA39F044D7375B6F208B7A /* NIOTLS */, + 7C71E8707848B545D7F3EC01 /* rules_xcodeproj */, + 4992FD8C095F8C72BF9477CE /* watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params */, ); - path = Sources; + path = UnitTests; sourceTree = ""; }; 46C84F68919FD1B31463A17C /* watchOS */ = { @@ -6383,6 +6181,16 @@ path = UI; sourceTree = ""; }; + 477E8935EA23EA29BD08C758 /* Sources */ = { + isa = PBXGroup; + children = ( + 77C55A4699429B334BF25B10 /* CNIOBoringSSL */, + FC9D655EAF3780888EC45E65 /* CNIOBoringSSLShims */, + 07CB11A12EF9B38BE018F062 /* NIOSSL */, + ); + path = Sources; + sourceTree = ""; + }; 47AB9F592727C3A444E1E79B /* Tests */ = { isa = PBXGroup; children = ( @@ -6400,17 +6208,6 @@ path = UITests; sourceTree = ""; }; - 483424FB8FD98AC5CB7A5A04 /* digest */ = { - isa = PBXGroup; - children = ( - 9D06A9256BCA8432583BBDA0 /* digest.c */, - 339CF4D1F9788123897579C6 /* digests.c */, - 3E88A3CE7FE8C7589BB96E6E /* internal.h */, - FA9A154843DDDEE0FE81975C /* md32_common.h */, - ); - path = digest; - sourceTree = ""; - }; 483F8EFAD92EF8F140AFD88F /* CONFIGURATION-STABLE-9 */ = { isa = PBXGroup; children = ( @@ -6419,12 +6216,29 @@ path = "CONFIGURATION-STABLE-9"; sourceTree = ""; }; - 489A633EDC354C6EC9E8784C /* base64 */ = { - isa = PBXGroup; - children = ( - BCAF90878CBA0F00374C57EF /* base64.c */, + 48468AD8CC655A85C99925C7 /* evp */ = { + isa = PBXGroup; + children = ( + 0435641F9831FF8F0DE09856 /* evp_asn1.c */, + 2F18E87F8019BFDAF6385175 /* evp_ctx.c */, + 6730EEA8BC37246E06B09C4E /* evp.c */, + 0D99D7646E1762D189F77209 /* internal.h */, + B8DB2E3388306968ACAF5A7C /* p_dsa_asn1.c */, + E322D1830BE47EE38897BBF0 /* p_ec_asn1.c */, + E24E6024EBCE6C51570F84B9 /* p_ec.c */, + 7486C30EFF772354134A5F6C /* p_ed25519_asn1.c */, + B6FD28CE61D5017D662C62FD /* p_ed25519.c */, + 9AA9A8C3E508A59BD3EE3B35 /* p_hkdf.c */, + 5A8A65768AE5C6325C641D3D /* p_rsa_asn1.c */, + AB00A999AB6F948640F03398 /* p_rsa.c */, + E5EB4D63336D0FE3A5CCAEA8 /* p_x25519_asn1.c */, + BF332D6F5AEA0431C7CBD556 /* p_x25519.c */, + 11A220C77D36E5A755B927F0 /* pbkdf.c */, + A82B15C1BBCF4349052D732F /* print.c */, + 1B9CBCC206104E0710B5A80C /* scrypt.c */, + 0375D275C55B7F154C0E7CDC /* sign.c */, ); - path = base64; + path = evp; sourceTree = ""; }; 48D277DDB9A1F18268BADFA9 /* rules_xcodeproj */ = { @@ -6453,107 +6267,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 49C2E40599AC04534BA60970 /* SwiftProtobuf */ = { - isa = PBXGroup; - children = ( - 24B59C211BE80789E2894CEA /* any.pb.swift */, - F38190DBB84EC7A8B0D893BB /* AnyMessageStorage.swift */, - 49827EC013082544474635E0 /* AnyUnpackError.swift */, - F121330C8FEB78E7F40FF325 /* api.pb.swift */, - 788B76F810E717F04817F202 /* BinaryDecoder.swift */, - D1B3C8A4BF5869E3E573CEF2 /* BinaryDecodingError.swift */, - 0A37A9E403C8849DF2E8121C /* BinaryDecodingOptions.swift */, - 012C7C26DD0DD7E71ED8DC7B /* BinaryDelimited.swift */, - FE7007007BEAEF1CED0D6C1A /* BinaryEncoder.swift */, - 770350789F5826688F2C9F48 /* BinaryEncodingError.swift */, - 5CB00EE0BCA6F85FAF34E41E /* BinaryEncodingSizeVisitor.swift */, - D3B452F219CA9FC1BFD80E2A /* BinaryEncodingVisitor.swift */, - 23B9EB418150530656CE28B8 /* CustomJSONCodable.swift */, - 0FFBEF3F9FDC6AEA873B311C /* Data+Extensions.swift */, - 765D609F1D40E240F696D54D /* Decoder.swift */, - E5A214D0C26882F78251446B /* descriptor.pb.swift */, - 9D6BB97901099B6051993764 /* DoubleParser.swift */, - 7F05FACEAC34A98C19928CC2 /* duration.pb.swift */, - 65C342F237C7808BF1661300 /* empty.pb.swift */, - F116CEB57D02201C004FC7E9 /* Enum.swift */, - 2A1FAB20D4CF29D978CC32AD /* ExtensibleMessage.swift */, - F59A2BA60416B6BEA2D22E34 /* ExtensionFields.swift */, - 0C215415531DC3105BE07A9A /* ExtensionFieldValueSet.swift */, - 895CE0499405A14904AF8BE7 /* ExtensionMap.swift */, - 777EB4F2E8B110113CE6BF55 /* field_mask.pb.swift */, - ACB4A2ACD656528B7405E3B7 /* FieldTag.swift */, - 4E63F943435F619A264FC240 /* FieldTypes.swift */, - FBD346D4681FFC0F3CD0648F /* Google_Protobuf_Any+Extensions.swift */, - B4DF5B2C92CAF5F60D99E2A7 /* Google_Protobuf_Any+Registry.swift */, - A112C69A06D3368376A2F562 /* Google_Protobuf_Duration+Extensions.swift */, - 1388E04995056B7B1716A27D /* Google_Protobuf_FieldMask+Extensions.swift */, - FC1E73A7709555DF2044C67A /* Google_Protobuf_ListValue+Extensions.swift */, - 6E40B9CF809D01B29C81B660 /* Google_Protobuf_NullValue+Extensions.swift */, - 438CDCD113F963A23BB52602 /* Google_Protobuf_Struct+Extensions.swift */, - 8F2E97F9A123F2B7F782D51F /* Google_Protobuf_Timestamp+Extensions.swift */, - BCDB6FC56F7AF80C709C9B33 /* Google_Protobuf_Value+Extensions.swift */, - 5D794A49A203029FE27CDCE5 /* Google_Protobuf_Wrappers+Extensions.swift */, - E86783348C589E57E1258501 /* HashVisitor.swift */, - DA34607A6C039688A0F53306 /* Internal.swift */, - 9E41B9BC5BBD655A763C062B /* JSONDecoder.swift */, - C9AB74B7AF6C68B82B94B646 /* JSONDecodingError.swift */, - 79BDFEBB055D093EE0E5ED22 /* JSONDecodingOptions.swift */, - E009449FB65F4A96F5CB0D7C /* JSONEncoder.swift */, - 2C12B3291DA358F6C8934C69 /* JSONEncodingError.swift */, - EE9B2F9E857A5DF53E329F4D /* JSONEncodingOptions.swift */, - CE6B76F5B0BB16373EB6FF94 /* JSONEncodingVisitor.swift */, - E4511A8F7C2315BA07FF2628 /* JSONMapEncodingVisitor.swift */, - 5C969F62DE8A8B24B8F943D3 /* JSONScanner.swift */, - AA070589DA9346F9C5679337 /* MathUtils.swift */, - ABAB0003D7A07A287883F5EF /* Message.swift */, - 04822E9140DFE96158CDACAD /* Message+AnyAdditions.swift */, - F6E502D002112901E02E6CC1 /* Message+BinaryAdditions.swift */, - A87801194035A8F3CC20DA4E /* Message+JSONAdditions.swift */, - 89B7A55DF68203FF72C62543 /* Message+JSONArrayAdditions.swift */, - BEB4FD4C836BF24FD268E5BA /* Message+TextFormatAdditions.swift */, - 4C4CC0581527EEEF344416EE /* MessageExtension.swift */, - 748E06D10AC8354074468652 /* NameMap.swift */, - D0A3FF8A430F67A15EE24B2E /* ProtobufAPIVersionCheck.swift */, - BB194746C283A5836C977D5A /* ProtobufMap.swift */, - 88E82ED6262BFBD2F72338CC /* ProtoNameProviding.swift */, - 5FEE75D6E103AB9B5B5F7A53 /* SelectiveVisitor.swift */, - F9CE824B546AFD99BD532B12 /* SimpleExtensionMap.swift */, - AA34929F388032DC209B0B91 /* source_context.pb.swift */, - 2E45A357A7A6C6F27A26E4BC /* StringUtils.swift */, - 8A82AADA7C820E8E0E5372DA /* struct.pb.swift */, - 1611A221A17D9C13A199EDB2 /* TextFormatDecoder.swift */, - 2547A11C788E98AEDC0B847D /* TextFormatDecodingError.swift */, - AFD3CB9A8AC6E24DF8CB4624 /* TextFormatDecodingOptions.swift */, - DE310406751CFFCA26A7C575 /* TextFormatEncoder.swift */, - 82274D289B1B527639C21E54 /* TextFormatEncodingOptions.swift */, - 909195F71454C07331729581 /* TextFormatEncodingVisitor.swift */, - 7D4D7D0A94379250D57BAF0C /* TextFormatScanner.swift */, - B4B0E385255DE011C854B566 /* timestamp.pb.swift */, - 207284AC88566954665519CC /* TimeUtils.swift */, - 8AC4EFFA49D673614419995E /* type.pb.swift */, - 1E0A3AAAA3BD9F555DF0C188 /* UnknownStorage.swift */, - 6890839244B4D41B861FEDFD /* UnsafeBufferPointer+Shims.swift */, - 65038DD3D7379BF5B15158FC /* UnsafeRawPointer+Shims.swift */, - 3127A2CE8D9D19FC834BBA34 /* Varint.swift */, - CC082A955BD4553FCB9808CA /* Version.swift */, - 7857AA7B0451EE09B42C40F6 /* Visitor.swift */, - 5A9C8E36F7E7F45D78B040DC /* WireFormat.swift */, - C10C47FC0A7FFC36D844442D /* wrappers.pb.swift */, - B4627E9371ADF15F78EC4D5C /* ZigZag.swift */, - ); - path = SwiftProtobuf; - sourceTree = ""; - }; - 4A1400BAA9BD7525DCE13DEE /* Sources */ = { - isa = PBXGroup; - children = ( - 4B7352B2F39AC3439D2DE8EB /* CNIOBoringSSL */, - E08A69CCA0F51FF91AF6F4B7 /* CNIOBoringSSLShims */, - 9714AC6765C1D1ED023462C9 /* NIOSSL */, - ); - path = Sources; - sourceTree = ""; - }; 4A6A434440B1DEA5E4E27578 /* tvOSApp */ = { isa = PBXGroup; children = ( @@ -6589,33 +6302,46 @@ path = UITests; sourceTree = ""; }; - 4B7352B2F39AC3439D2DE8EB /* CNIOBoringSSL */ = { + 4B3C6DF0878CB283D154D9BD /* ec */ = { isa = PBXGroup; children = ( - CE82917A047716C6C616A15A /* crypto */, - 81B79EA1236F057F1E580732 /* include */, - D1C736FF67091B441DF2E5DA /* ssl */, - DC49FCD107362C5C085CD895 /* third_party */, + F85217900C958CADE134C93F /* ec_key.c */, + 6C15E7519D52E8526F1BC116 /* ec_montgomery.c */, + 3C973FF6705008D8D6C10E3C /* ec.c */, + 054A43D031A462D270E135EB /* felem.c */, + E9B449E054B0B13D4BB1CD17 /* internal.h */, + 7CFBD01837D86E41BDA2BA6F /* oct.c */, + C30F83079CFB5F6FE04B8351 /* p224-64.c */, + B93EB3394189A4549E5D4C73 /* p256_table.h */, + A96E1FE2260D312B8BE64852 /* p256-nistz-table.h */, + A2CB36174A7877C92F9E053B /* p256-nistz.c */, + 0220939A31600483D54BFDB2 /* p256-nistz.h */, + B819BB1AACFDF7CE26D02D8B /* p256.c */, + 772A920E1D0E576431018413 /* scalar.c */, + 5AF1099B32A324B8E5302D54 /* simple_mul.c */, + 4F5A86EC03425A016D07A5CF /* simple.c */, + 27DFC182956335536142CC4A /* util.c */, + 470AC3586F1360969E86DCCD /* wnaf.c */, ); - path = CNIOBoringSSL; + path = ec; sourceTree = ""; }; - 4C2D331559008AD735E1C3FE /* Proto */ = { + 4BD1C9752BBBC04E5D8ACCAF /* hrss */ = { isa = PBXGroup; children = ( - 835E4C020EFB67227082C881 /* Person.pb.swift */, + 8B232F2004D99140FE5C1AFF /* asm */, + F8CF845B6BE068232103EA21 /* hrss.c */, + ADA03B0B06A558CB3C7A070C /* internal.h */, ); - path = Proto; + path = hrss; sourceTree = ""; }; - 4C4DD34B2B186E96DB20A5D9 /* dh */ = { + 4C2D331559008AD735E1C3FE /* Proto */ = { isa = PBXGroup; children = ( - 68DE99830B15042919576C21 /* check.c */, - F77B76FF81248A016BFE6B47 /* dh.c */, - 633462B5D48E4D7BB0FBF8BA /* internal.h */, + 835E4C020EFB67227082C881 /* Person.pb.swift */, ); - path = dh; + path = Proto; sourceTree = ""; }; 4C825EA06E5D631F070E7F2B /* iOSAppObjCUnitTests.__internal__.__test_bundle */ = { @@ -6642,6 +6368,25 @@ path = generator; sourceTree = ""; }; + 4CE951F7B4D67DDD3F1C1767 /* src */ = { + isa = PBXGroup; + children = ( + 80AE78EF90AE3B3E08E5248A /* c-atomics.c */, + 6877C5533AAD87E2E117CF95 /* c-nioatomics.c */, + 5536A432B6DE83DFD2089F7F /* cpp_magic.h */, + ); + path = src; + sourceTree = ""; + }; + 4CFAAF5D4C5EC1BC449B9256 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics */ = { + isa = PBXGroup; + children = ( + 74E305E7FA20832B291C6593 /* _AtomicsShims.rules_xcodeproj.c.compile.params */, + 8F6A88D908EEC042F40A1BC8 /* Atomics.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; + sourceTree = ""; + }; 4D2B4E7F785BEFC01DD6B1F5 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -6677,16 +6422,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 4E17E4E24DC6B1EC79DEC7BD /* ServerCallContexts */ = { - isa = PBXGroup; - children = ( - FD213F185246EB5BC31B2E3A /* ServerCallContext.swift */, - 418BC986000B09844162D885 /* StreamingResponseCallContext.swift */, - D1DBCB6EB8E9CBC04D8E3028 /* UnaryResponseCallContext.swift */, - ); - path = ServerCallContexts; - sourceTree = ""; - }; 4E23879E6A1A1E92B9CDF8F6 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -6737,20 +6472,6 @@ path = AppClip; sourceTree = ""; }; - 4ECEEF1DD96040F78EE05CC3 /* FrameSendingStates */ = { - isa = PBXGroup; - children = ( - 8D1233B03AE8E577832BCB72 /* MaySendFrames.swift */, - EA605F59FC226D79CEF3239E /* SendingDataState.swift */, - E9323F87AC54E0C9E98B1846 /* SendingGoawayState.swift */, - 3495F25CDFE941CA31F72DE7 /* SendingHeadersState.swift */, - 81483CD1EF00E2F231B079DD /* SendingPushPromiseState.swift */, - 4D8D4546349D2DF4A0991F99 /* SendingRstStreamState.swift */, - 85154D28ACD5B6E937D11BD8 /* SendingWindowUpdateState.swift */, - ); - path = FrameSendingStates; - sourceTree = ""; - }; 4F061B6F273240E6EECD808B /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -6786,15 +6507,6 @@ path = iOSAppUITestSuite.__internal__.__test_bundle; sourceTree = ""; }; - 500C18546104BCFBED7A271D /* service_indicator */ = { - isa = PBXGroup; - children = ( - D3643A440E0D9B08CAF67F4C /* internal.h */, - 599F376AD2CC2A20288783E8 /* service_indicator.c */, - ); - path = service_indicator; - sourceTree = ""; - }; 504B1AE653D84FD1EB44E931 /* examples_ios_app_external~override */ = { isa = PBXGroup; children = ( @@ -6829,6 +6541,27 @@ path = external; sourceTree = ""; }; + 5152E368DA31A86EB1984170 /* Sources */ = { + isa = PBXGroup; + children = ( + 676A9BFA285AD400587FE41C /* _NIODataStructures */, + 2C54A8431AF5A5D61692C7CB /* CNIOAtomics */, + A0121AC9F8E23AA75F1F1C96 /* CNIODarwin */, + FBB2B344E3DD809971EF8ED5 /* CNIOLinux */, + 72BF2CE29F6EC6ED3195D6C0 /* CNIOLLHTTP */, + F407D19514111B448FCA4D8D /* CNIOWindows */, + 7C3010D6AE6C1D735BC64978 /* NIO */, + F554B6DED760173A244826BC /* NIOConcurrencyHelpers */, + 891D4EB8AB7048B9F27CBDB7 /* NIOCore */, + FA04A405B7E6F33FD575F7DB /* NIOEmbedded */, + 564F7AD453757C82721B321F /* NIOFoundationCompat */, + 0725CC4F40CBDEBBE883B1EC /* NIOHTTP1 */, + 0CCED0F2B4E8076271AD9946 /* NIOPosix */, + 435C6D9F68FDB3F53C8FD291 /* NIOTLS */, + ); + path = Sources; + sourceTree = ""; + }; 5253CCC0EB95D711133E08AC /* dist */ = { isa = PBXGroup; children = ( @@ -6854,18 +6587,6 @@ path = external; sourceTree = ""; }; - 52E6D0737D77039549692347 /* CallHandlers */ = { - isa = PBXGroup; - children = ( - 4B4CF993F9B09EAF39A9FCFD /* BidirectionalStreamingServerHandler.swift */, - E2F8B2DD0386DC0808012F83 /* ClientStreamingServerHandler.swift */, - 6D16A5778DC3D7EE674F9425 /* ServerHandlerProtocol.swift */, - 8BA957DD37EEF2491C8D1309 /* ServerStreamingServerHandler.swift */, - CE3C4C336B9F8481FBC6CC54 /* UnaryServerHandler.swift */, - ); - path = CallHandlers; - sourceTree = ""; - }; 5366596DB72CBC1694BEA75A /* WidgetExtension */ = { isa = PBXGroup; children = ( @@ -6876,40 +6597,87 @@ path = WidgetExtension; sourceTree = ""; }; - 537FF27072EDF83682698233 /* private */ = { + 5367E5DC50E26176D64D0C26 /* SwiftCrypto */ = { isa = PBXGroup; children = ( - A761A210EBC62036CA2264B8 /* LibSwift-Swift.h */, + D741E70D01644B518FAC3517 /* NIOSSLSecureBytes.swift */, + 7E0E76F54FA450238AC63401 /* RNG.swift */, + 963F1EBBC1458934A5BCD407 /* SafeCompare.swift */, + A0AACE6BBE19E728833A3752 /* Zeroization.swift */, ); - path = private; + path = SwiftCrypto; sourceTree = ""; }; - 53CCC22A678A3A3B715D7EA9 /* iOS */ = { + 537FF27072EDF83682698233 /* private */ = { isa = PBXGroup; children = ( - D1B564B226528AB521D08D7D /* Info.plist */, + A761A210EBC62036CA2264B8 /* LibSwift-Swift.h */, ); - path = iOS; + path = private; sourceTree = ""; }; - 53D7CB661E4B9E6D0CB36144 /* rsa */ = { - isa = PBXGroup; - children = ( - 32856684A859DD93A62740F4 /* blinding.c */, - C314685E9B079DFAA34BC413 /* internal.h */, - 8CFA6F955F4A0E006B8AFC66 /* padding.c */, - 863140E59B91990858373F10 /* rsa_impl.c */, - 45DB8C17A70CBE00AF8FBF6F /* rsa.c */, + 53B2D41BF78D71538220D408 /* x509 */ = { + isa = PBXGroup; + children = ( + BCBF5694F33783FA314A7DD9 /* a_digest.c */, + 1F03305034952EB06E52E86C /* a_sign.c */, + 2F8BBA46CB3CA71AA404E0D8 /* a_verify.c */, + 5CA4E58E5B0754AA4867C18D /* algorithm.c */, + C9580A411AAFED164846C73D /* asn1_gen.c */, + 970082ECD4F8525A41AFA2F3 /* by_dir.c */, + FF4A96645174336C43FD0512 /* by_file.c */, + 4EC9847FBB9C25ED6BC6CB5E /* i2d_pr.c */, + 6265B0788DBD72C00DC81612 /* internal.h */, + 4A9A95283D36EC1DBF06E034 /* name_print.c */, + D109BE79E4BBF41FE941B7BA /* rsa_pss.c */, + D2AED4317D9F6E9A8F8D7149 /* t_crl.c */, + B07FACB738B760DC78E52AAF /* t_req.c */, + 3AC44CB7BDD39F3F74882AED /* t_x509.c */, + 625A8A296E80BBC4B9876BEE /* t_x509a.c */, + A0F6D031AD4C2F9795336190 /* x_algor.c */, + 03FD0A49DD650A8D918E7C20 /* x_all.c */, + 591D2301A54DEB380BD84170 /* x_attrib.c */, + 1A22B1718C72346331C5F8CC /* x_crl.c */, + 887619A5AEDBE13CD97869D4 /* x_exten.c */, + 452170476065B3FDF5205955 /* x_info.c */, + A97BE3927E66245D81D04AE6 /* x_name.c */, + 5DC4009AB225281016649472 /* x_pkey.c */, + 8264F9B07FBDB8BD0B78A257 /* x_pubkey.c */, + F824FABBC4192FE4D6CA8500 /* x_req.c */, + 9A091C0EEA491B76B7075FC2 /* x_sig.c */, + 8E38AFE68F06F4458D738DD8 /* x_spki.c */, + 0E891EA6F53BE3A15CC75BAF /* x_val.c */, + 952A29C21C59262566169289 /* x_x509.c */, + 613BF350ED3996E1E9B2F963 /* x_x509a.c */, + CF8F49631645BE140635B456 /* x509_att.c */, + 6576F239C6951944F798B6CC /* x509_cmp.c */, + E7095E4F572C22FF326CB1B1 /* x509_d2.c */, + 61FAF4C968B5F28047DDE4E5 /* x509_def.c */, + 4BC08D67EB6DFFA9F74803A1 /* x509_ext.c */, + 5A25E3C9696ABEB0238E74A0 /* x509_lu.c */, + D93FAAE688BE0CA0A259E432 /* x509_obj.c */, + 76E63AF04B98073D883A5C35 /* x509_req.c */, + 7FC70289217FACA0FF7E6A6A /* x509_set.c */, + 23A10948B0CFA4851360C0E1 /* x509_trs.c */, + 42430C865B4A6F60B4A0B3FC /* x509_txt.c */, + 52835D597837BCACE1AC0F99 /* x509_v3.c */, + 17D7827ED4D8AF93C50EF600 /* x509_vfy.c */, + AB0C712A2F98CEA5F826B4E0 /* x509_vpm.c */, + C08FB705F30DACEDF5713CC7 /* x509.c */, + D47254989EA1D7264D63A3EA /* x509cset.c */, + A455576E8029DC1379712BAA /* x509name.c */, + 7F256ADE31CF5040739ABF8C /* x509rset.c */, + 349DA7FC9A7C6DEAE536FF4C /* x509spki.c */, ); - path = rsa; + path = x509; sourceTree = ""; }; - 53E1F2EFE34932506949D630 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras */ = { + 53CCC22A678A3A3B715D7EA9 /* iOS */ = { isa = PBXGroup; children = ( - B79B7BA8BC86CE9678F4241B /* NIOExtras.rules_xcodeproj.swift.compile.params */, + D1B564B226528AB521D08D7D /* Info.plist */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras"; + path = iOS; sourceTree = ""; }; 53E8222BBD5CA680859B89B0 /* OnlyStructuredResources */ = { @@ -6936,6 +6704,15 @@ path = rules_xcodeproj; sourceTree = ""; }; + 54DCA75F031B54904DDA30F9 /* dh_extra */ = { + isa = PBXGroup; + children = ( + 5A402B1872E470221AB71F8B /* dh_asn1.c */, + EF1F8B2910CD21BED0842C4D /* params.c */, + ); + path = dh_extra; + sourceTree = ""; + }; 54F5AFDCEA2540CACFB81906 /* tvos-arm64 */ = { isa = PBXGroup; children = ( @@ -6944,6 +6721,35 @@ path = "tvos-arm64"; sourceTree = ""; }; + 54FD7627BEBECA234247161D /* sha */ = { + isa = PBXGroup; + children = ( + 59EAE54170C0E8CB38A5CDA1 /* internal.h */, + 9E273C378A683E86984337F6 /* sha1-altivec.c */, + 80FE7872F96E1FCC9BD42F2B /* sha1.c */, + 3E972C9973E7FF057D962FD6 /* sha256.c */, + 3C00CDEE77453DAA7FA190EB /* sha512.c */, + ); + path = sha; + sourceTree = ""; + }; + 550DE00C1D3A210D3A2E9206 /* Atomics */ = { + isa = PBXGroup; + children = ( + 07A1BFF7451C742B00CE3A53 /* autogenerated */, + 0B9A163D4B02F6946B33446C /* AtomicInteger.swift */, + 2CB5D55EFB6F7E0744548898 /* AtomicMemoryOrderings.swift */, + D201026FCEDE57B9639EB7C4 /* AtomicOptional.swift */, + F8710AC0A7EC25921B0FF6BB /* AtomicOptionalRawRepresentable.swift */, + 1E1879CAE2EDA99EB5C8F4F6 /* AtomicRawRepresentable.swift */, + 7D0FAC0D99E35988B730FB8B /* AtomicStrongReference.swift */, + 479BBDC463A1D8996FE5B1EE /* AtomicValue.swift */, + 402EE495687E31E475EC7F40 /* DoubleWord.swift */, + 00C77B25F41326F6FCEFDCD1 /* Unmanaged extensions.swift */, + ); + path = Atomics; + sourceTree = ""; + }; 551CC24E6A60EE2911D166D5 /* Test */ = { isa = PBXGroup; children = ( @@ -6970,25 +6776,12 @@ path = GRPC; sourceTree = ""; }; - 55405510B86B15A0797F1861 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio */ = { + 55776BE55EED6735A7630F7D /* engine */ = { isa = PBXGroup; children = ( - BC044C21C2460681F1ADFCCE /* _NIODataStructures.rules_xcodeproj.swift.compile.params */, - CCF5EF154D7248952FAC74FE /* CNIOAtomics.rules_xcodeproj.c.compile.params */, - 796017E0D19F09182C34A59B /* CNIODarwin.rules_xcodeproj.c.compile.params */, - E3CF4C11AFDC5FE19D1E0FC5 /* CNIOLinux.rules_xcodeproj.c.compile.params */, - A0F37646FE3B50B58E461209 /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */, - 376D05CD23C49E2CED0AF1F4 /* CNIOWindows.rules_xcodeproj.c.compile.params */, - 2B44C19B5FE409F090498634 /* NIO.rules_xcodeproj.swift.compile.params */, - 885244EDC3944D52B4601363 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */, - B92B27105340CE30E662DD4A /* NIOCore.rules_xcodeproj.swift.compile.params */, - D0562CD326C679C19AAF1B81 /* NIOEmbedded.rules_xcodeproj.swift.compile.params */, - 72F4737C5BD5E958E2E60DBF /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */, - B1C46F71B499F69A62C90E8F /* NIOHTTP1.rules_xcodeproj.swift.compile.params */, - DB1C1AEC19E02387A6D3193B /* NIOPosix.rules_xcodeproj.swift.compile.params */, - 7F51B882B428C98327A6052B /* NIOTLS.rules_xcodeproj.swift.compile.params */, + 1EFB3EBC1AA3294C29D1F6C7 /* engine.c */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; + path = engine; sourceTree = ""; }; 55B9EFCD5C2056CEC2D8D874 /* Test */ = { @@ -7008,6 +6801,25 @@ path = "CONFIGURATION-STABLE-7"; sourceTree = ""; }; + 55DE6FFEFCADFECCFDD6B02F /* NIOExtras */ = { + isa = PBXGroup; + children = ( + F28693DEE4433F08ADF35638 /* DebugInboundEventsHandler.swift */, + 4EDF09408999BA7B8B858F3C /* DebugOutboundEventsHandler.swift */, + 0E8CCDBE1D365549F1444FA5 /* FixedLengthFrameDecoder.swift */, + 2F3DA38014303C8468DFBFF1 /* JSONRPCFraming.swift */, + E3A6D4EB6C8875F2D5A8A3A0 /* JSONRPCFraming+ContentLengthHeader.swift */, + DC2E052A03EF0904A801CEB4 /* LengthFieldBasedFrameDecoder.swift */, + 2E8581C21DC9D3D8D79263F4 /* LengthFieldPrepender.swift */, + 07D9969FF0FBB5456FFAE840 /* LineBasedFrameDecoder.swift */, + 90E91B3EBB4D2236B96B9FE8 /* NIOExtrasError.swift */, + B199D28750BD614E92CB579F /* QuiescingHelper.swift */, + 59C0E766E5448D76C8FAE840 /* RequestResponseHandler.swift */, + 26CD077E43EF983E2D3DCD9B /* WritePCAPHandler.swift */, + ); + path = NIOExtras; + sourceTree = ""; + }; 55E6AC72AE0864F418A70076 /* AppClip */ = { isa = PBXGroup; children = ( @@ -7018,6 +6830,16 @@ path = AppClip; sourceTree = ""; }; + 564F7AD453757C82721B321F /* NIOFoundationCompat */ = { + isa = PBXGroup; + children = ( + 56DCD14FA8579B34CFE67CE8 /* ByteBuffer-foundation.swift */, + E1528ADB865CD2F9D6CB29BF /* Codable+ByteBuffer.swift */, + ABDCB91952A3366F8580AA1A /* JSONSerialization+ByteBuffer.swift */, + ); + path = NIOFoundationCompat; + sourceTree = ""; + }; 570194C415594F51E3B02D91 /* cc */ = { isa = PBXGroup; children = ( @@ -7056,15 +6878,16 @@ path = Utils; sourceTree = ""; }; - 587C01EAED13A7824168E3D8 /* Compression */ = { + 580F5CA1B650498A01C1AB00 /* curve25519 */ = { isa = PBXGroup; children = ( - B50AD2860EE9CA018D76F716 /* CompressionAlgorithm.swift */, - EFF8302EA757A1D0529EA884 /* DecompressionLimit.swift */, - FA89EEEACAF8FCBF63A8E796 /* MessageEncoding.swift */, - 8D6F8CEBB040547BD32E0B83 /* Zlib.swift */, + 042139034870A1DBAE6D132F /* asm */, + F4CFF9737CA9B3177E34A172 /* curve25519_tables.h */, + 45DEF065F9485A545430331E /* curve25519.c */, + A252FE3645F1334CDF867F20 /* internal.h */, + 7A3CD95BF2A5B19B207DFD3B /* spake25519.c */, ); - path = Compression; + path = curve25519; sourceTree = ""; }; 58D3B955CD13F2BC9F88EE82 /* rules_xcodeproj */ = { @@ -7091,14 +6914,6 @@ path = dynamic; sourceTree = ""; }; - 5A2BAE6799B5597CE4C5BDD6 /* include */ = { - isa = PBXGroup; - children = ( - E676C990CA6830B4008CC1CA /* CGRPCZlib.h */, - ); - path = include; - sourceTree = ""; - }; 5A33A465E3A024D5CDFC03F7 /* CommandLine */ = { isa = PBXGroup; children = ( @@ -7115,15 +6930,33 @@ path = rules_xcodeproj; sourceTree = ""; }; - 5ABF47A09938360ED86DFAAC /* trust_token */ = { + 5B1D68DFF68A6E8758C1920E /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio */ = { isa = PBXGroup; children = ( - 248ECF1575ECB48D04FAAFE4 /* internal.h */, - 0552B9A4E193829DC1CA82F6 /* pmbtoken.c */, - AA5C34169A0F4DC394BAC9D6 /* trust_token.c */, - 27AB6D8BC5114D55AEAB14A1 /* voprf.c */, + 919EEC3C045B8F8D08779EBE /* _NIODataStructures.rules_xcodeproj.swift.compile.params */, + 3E36E18AC34BFB61691D1DB3 /* CNIOAtomics.rules_xcodeproj.c.compile.params */, + 32BF7E005BE448BAB1E32DDE /* CNIODarwin.rules_xcodeproj.c.compile.params */, + A9A7B8CBBD73791F37DC22CD /* CNIOLinux.rules_xcodeproj.c.compile.params */, + 6A7C45CF7FD071F69A45B3C4 /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */, + BE81A6225171C1394285D80C /* CNIOWindows.rules_xcodeproj.c.compile.params */, + 6AFF408EC027717C081ADB4D /* NIO.rules_xcodeproj.swift.compile.params */, + 0E2FC52E5CDCD09228DA3261 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */, + 43FA06E6A8A14F6927B51D52 /* NIOCore.rules_xcodeproj.swift.compile.params */, + 0F9CD22A3E33FD611B561DA2 /* NIOEmbedded.rules_xcodeproj.swift.compile.params */, + BADE0F709BC9C32F1F463BE0 /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */, + D2AC762DDB5AC6CD4CCD47A0 /* NIOHTTP1.rules_xcodeproj.swift.compile.params */, + E34778251487FB8653A49AFA /* NIOPosix.rules_xcodeproj.swift.compile.params */, + 0A50FF9A44DE1728651E5994 /* NIOTLS.rules_xcodeproj.swift.compile.params */, ); - path = trust_token; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + sourceTree = ""; + }; + 5B2E981DF6D41397FB1E4B00 /* src */ = { + isa = PBXGroup; + children = ( + 5F3F53326336E626CE2FCFD3 /* _AtomicsShims.c */, + ); + path = src; sourceTree = ""; }; 5BBD34AD33CD3F176F667166 /* UI */ = { @@ -7153,6 +6986,31 @@ path = dist; sourceTree = ""; }; + 5C2ED97075BA75CCD1806CF6 /* FrameReceivingStates */ = { + isa = PBXGroup; + children = ( + AD082766D161CAA0FF72B8A9 /* MayReceiveFrames.swift */, + A97940F5D4F6BE48CE199A0D /* ReceivingDataState.swift */, + 1C39F9930DC0F2C18F7A5C81 /* ReceivingGoAwayState.swift */, + 70A36363A70731258E8104C6 /* ReceivingHeadersState.swift */, + 741513D88D089DEB772EB96A /* ReceivingPushPromiseState.swift */, + 7FD0055C0ED6ECC41931DF9D /* ReceivingRstStreamState.swift */, + AE5020C14B4C654BAF67E076 /* ReceivingWindowUpdateState.swift */, + ); + path = FrameReceivingStates; + sourceTree = ""; + }; + 5C607A462C7A738CB8BD44F6 /* pkcs8 */ = { + isa = PBXGroup; + children = ( + 810BE5761403EC78ED0DE514 /* internal.h */, + 9659D69B50776F062F2CA45C /* p5_pbev2.c */, + 8EEA71CB6C5EF9CD1F33BD49 /* pkcs8_x509.c */, + 1D04AC5912950C3EABE0652F /* pkcs8.c */, + ); + path = pkcs8; + sourceTree = ""; + }; 5C790A9F70FDBBAC17931660 /* CONFIGURATION-STABLE-18 */ = { isa = PBXGroup; children = ( @@ -7169,16 +7027,6 @@ path = dist; sourceTree = ""; }; - 5CD455AD51B0DA8F94E1D55C /* NIOEmbedded */ = { - isa = PBXGroup; - children = ( - F0DAC701353142A48DC4DBCF /* AsyncTestingChannel.swift */, - E29E8C186ADFE8E7C110C0EF /* AsyncTestingEventLoop.swift */, - F4ADA6A09416100F8CC4AC47 /* Embedded.swift */, - ); - path = NIOEmbedded; - sourceTree = ""; - }; 5D5418066EAD1B897CD50D58 /* test */ = { isa = PBXGroup; children = ( @@ -7195,18 +7043,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 5E2EB5928CF56B124AE30123 /* aes */ = { - isa = PBXGroup; - children = ( - FA011096DD4C8056B2F71C3B /* aes_nohw.c */, - D51FAC86EFB50AD300D7011C /* aes.c */, - A5DC86A9DC639F0DFBE13C99 /* internal.h */, - 6FF8565DB2BCF43C9B5B9C3A /* key_wrap.c */, - 207DD894123342A0A4B9A939 /* mode_wrappers.c */, - ); - path = aes; - sourceTree = ""; - }; 5EB27B68451633156851D92E /* Test */ = { isa = PBXGroup; children = ( @@ -7223,21 +7059,105 @@ path = iOSAppSwiftUnitTests.__internal__.__test_bundle; sourceTree = ""; }; - 5EC45CA51FB67E215A1DEF17 /* rc4 */ = { - isa = PBXGroup; - children = ( - 14BE02BB7D798884046D7BC8 /* rc4.c */, + 5EE6EEBDEF6617D6FBCF88E1 /* include */ = { + isa = PBXGroup; + children = ( + FC36E21C481641B3DE06DB51 /* boringssl_prefix_symbols_nasm.inc */, + C71B0458E1C700C636DFC5DA /* CNIOBoringSSL_aead.h */, + 6738D34FE90D51D72E2760E3 /* CNIOBoringSSL_aes.h */, + 6B3E6EB187E0CBBD988AD067 /* CNIOBoringSSL_arm_arch.h */, + F9602240AB020A10647898E2 /* CNIOBoringSSL_asn1_mac.h */, + 2750545D75A88DD99D41F6D5 /* CNIOBoringSSL_asn1.h */, + 5041B5B0645B14C8DE83CABF /* CNIOBoringSSL_asn1t.h */, + FF76FA7ACB9A2F2E71E4CF87 /* CNIOBoringSSL_base.h */, + 96A30AEED843C66AAB05353A /* CNIOBoringSSL_base64.h */, + 09C0D3007F3DF2E93480364D /* CNIOBoringSSL_bio.h */, + 6AD9EFCA12887E179C4C88E6 /* CNIOBoringSSL_blake2.h */, + 0E60597CF9C8FDF6E197F797 /* CNIOBoringSSL_blowfish.h */, + F2A7EC0D9DB2B1F3119C0B39 /* CNIOBoringSSL_bn.h */, + 4D8A73C20441D9CBACF1E996 /* CNIOBoringSSL_boringssl_prefix_symbols_asm.h */, + 597656702A09C4245B87D436 /* CNIOBoringSSL_boringssl_prefix_symbols.h */, + ECBC29395755006D26965B49 /* CNIOBoringSSL_buf.h */, + F7E7615B47A4DC50A64FF19F /* CNIOBoringSSL_buffer.h */, + 8CDE1D2A23BCB0DB8D576245 /* CNIOBoringSSL_bytestring.h */, + 39E721CCF330A2015AD6AF16 /* CNIOBoringSSL_cast.h */, + 7899B68978AE61B76FE978E3 /* CNIOBoringSSL_chacha.h */, + 84BFE270D3E3DA131F6A9446 /* CNIOBoringSSL_cipher.h */, + 44BB2E254558032B7633DD48 /* CNIOBoringSSL_cmac.h */, + D6626D85145566A4F1DCFD45 /* CNIOBoringSSL_conf.h */, + EDC2DDD41BF310B200D457EB /* CNIOBoringSSL_cpu.h */, + CD27E12EBD7949E56BC3687D /* CNIOBoringSSL_crypto.h */, + E0716EB95C7E01A4E42CEA7A /* CNIOBoringSSL_ctrdrbg.h */, + 5645B5F890321C444DC6C836 /* CNIOBoringSSL_curve25519.h */, + 2A01BB4CEDF83CFB67C437A7 /* CNIOBoringSSL_des.h */, + 83D7BBC5EA2AF18B44E7B9D2 /* CNIOBoringSSL_dh.h */, + F060A29A5D1CF0E432BD6300 /* CNIOBoringSSL_digest.h */, + D751B2DA666A1A320A51F80F /* CNIOBoringSSL_dsa.h */, + 75802C675066A7F47708C168 /* CNIOBoringSSL_dtls1.h */, + 0F7C999397C86A18F036BE96 /* CNIOBoringSSL_e_os2.h */, + 541406C7EA793641EC8D5A8B /* CNIOBoringSSL_ec_key.h */, + 44815E9DE5E0CE50CEA0E246 /* CNIOBoringSSL_ec.h */, + 545251BFBA3BDDEE7D9DBE64 /* CNIOBoringSSL_ecdh.h */, + FE53F6392E84367345494246 /* CNIOBoringSSL_ecdsa.h */, + D6C39367A286A29C0B745CCC /* CNIOBoringSSL_engine.h */, + 6B71D8E23B8CE5083C604C7A /* CNIOBoringSSL_err.h */, + 8DE30FEE54E97F12E79A5FBC /* CNIOBoringSSL_evp_errors.h */, + B96A4EB17CE9BE15E71277C7 /* CNIOBoringSSL_evp.h */, + AE54F9F1CAB69C0CB368F407 /* CNIOBoringSSL_ex_data.h */, + 0EEA9285F151A86A6E23C42F /* CNIOBoringSSL_hkdf.h */, + 354D9DC7CA14DC916E3BE190 /* CNIOBoringSSL_hmac.h */, + 75A7FBDF97F57BC7B8A8ACB3 /* CNIOBoringSSL_hpke.h */, + DC0D5712521F419439F49A46 /* CNIOBoringSSL_hrss.h */, + 32E60909C1D12DD2E0500763 /* CNIOBoringSSL_is_boringssl.h */, + 01EAEF34DD6B186DAA06D897 /* CNIOBoringSSL_kdf.h */, + C0A13A750F31D879ECA8D665 /* CNIOBoringSSL_lhash.h */, + 08A65ED555295FE3A09B6367 /* CNIOBoringSSL_md4.h */, + 96EDA71E145B9869EDD83933 /* CNIOBoringSSL_md5.h */, + F565D0D2EA1EA42A5CB04DB5 /* CNIOBoringSSL_mem.h */, + 0F31531C97F8E94290E88421 /* CNIOBoringSSL_nid.h */, + 7975255935A4FE5ABD4E6911 /* CNIOBoringSSL_obj_mac.h */, + B899AFED9B1E3DAA80AC38D5 /* CNIOBoringSSL_obj.h */, + 1D3203E14517B6A0432120C7 /* CNIOBoringSSL_objects.h */, + 57215DE010C013469E7CB052 /* CNIOBoringSSL_opensslconf.h */, + ACF2CB4D3103BF0B38900FCF /* CNIOBoringSSL_opensslv.h */, + CC8ABD408EB066F66F3E1470 /* CNIOBoringSSL_ossl_typ.h */, + 6FD47E71B1046B9D500FB77E /* CNIOBoringSSL_pem.h */, + 9BDA0C3238FB135D8A7814DE /* CNIOBoringSSL_pkcs7.h */, + 86BFF13B9194FDD2BA643A62 /* CNIOBoringSSL_pkcs8.h */, + 6112695212770DF05BB26FE2 /* CNIOBoringSSL_pkcs12.h */, + 6600DA01E5D09B1B4170F147 /* CNIOBoringSSL_poly1305.h */, + 1DCB86D3C92901A77F4DDE4B /* CNIOBoringSSL_pool.h */, + 7B90F69DA96AA6DC68756A6B /* CNIOBoringSSL_rand.h */, + E4C7F1247F26F78DA7D87453 /* CNIOBoringSSL_rc4.h */, + 1EA14A0EE1817565A3DF4016 /* CNIOBoringSSL_ripemd.h */, + 1D7B01309AF51C150C414553 /* CNIOBoringSSL_rsa.h */, + BEC8D2BB8B479BAC62E48356 /* CNIOBoringSSL_safestack.h */, + 1674CFB0589769919EB77A8F /* CNIOBoringSSL_service_indicator.h */, + 29B63F013CD4AAD05931BE29 /* CNIOBoringSSL_sha.h */, + DF373702BB710E57C78203A6 /* CNIOBoringSSL_siphash.h */, + 1A88EC2ECAC2065D8B93C4B1 /* CNIOBoringSSL_span.h */, + B1604B10C8F950278832C9F8 /* CNIOBoringSSL_srtp.h */, + DD7F82EAD42A7CDF72F8E094 /* CNIOBoringSSL_ssl.h */, + A8BFCB13D850AB58635AE34B /* CNIOBoringSSL_ssl3.h */, + E12D0657DB1C3CC8E59C0F72 /* CNIOBoringSSL_stack.h */, + A1A1E44C8EF6D6B51E430C53 /* CNIOBoringSSL_thread.h */, + D8731E69058D853A4998CAF2 /* CNIOBoringSSL_tls1.h */, + 19CACD2FC2FDF2D804051A50 /* CNIOBoringSSL_trust_token.h */, + C356E2489B206D82BD9787E2 /* CNIOBoringSSL_type_check.h */, + 48EE07DBF619A1B410D07BBD /* CNIOBoringSSL_x509_vfy.h */, + 780CAB3B22AE718D50FADC84 /* CNIOBoringSSL_x509.h */, + 8821E808FEE796A458A28C7D /* CNIOBoringSSL_x509v3.h */, + 842D4A27629A4A8AB76CB575 /* CNIOBoringSSL.h */, ); - path = rc4; + path = include; sourceTree = ""; }; - 5F04AA35C9EA7FB485DF1B15 /* CGRPCZlib */ = { + 5EFD4B8E523E48D6E130395A /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log */ = { isa = PBXGroup; children = ( - 5A2BAE6799B5597CE4C5BDD6 /* include */, - 4A84347975C2116971C89627 /* empty.c */, + 168431FD0830456A20A0822A /* Logging.rules_xcodeproj.swift.compile.params */, ); - path = CGRPCZlib; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log"; sourceTree = ""; }; 5F199390B3757F808A4D924C /* ios-arm64_x86_64-simulator */ = { @@ -7272,6 +7192,15 @@ path = ExampleNestedResources.bundle; sourceTree = ""; }; + 5FE7B5A362FF29509FF51C5B /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 */ = { + isa = PBXGroup; + children = ( + E8B68DA1567A8C4777E73157 /* NIOHPACK.rules_xcodeproj.swift.compile.params */, + C5910EA919FF4B253003CE94 /* NIOHTTP2.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + sourceTree = ""; + }; 5FEDD69813241C4A281C99F5 /* iOSAppSwiftUnitTests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -7308,13 +7237,12 @@ path = CryptoSwift.xcframework; sourceTree = ""; }; - 61275907A6C27127EAACDF40 /* md5 */ = { + 60A8C2FD2EB72970A4F20D03 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras */ = { isa = PBXGroup; children = ( - 6B430295930E6CFE1C56D892 /* internal.h */, - EDA6F1D7703B82DF151CEDDB /* md5.c */, + 173569EBA97E81777DB3F769 /* Sources */, ); - path = md5; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras"; sourceTree = ""; }; 61667014D67D2D2BEFFA1A95 /* TestingUtils */ = { @@ -7336,12 +7264,14 @@ path = Lib; sourceTree = ""; }; - 6233E8BDDBC5727BB8C7683B /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log */ = { + 626E9A12FD53AD2FF345C8CB /* err */ = { isa = PBXGroup; children = ( - 10B7367F3155224B021658F8 /* Sources */, + 936C8E498FC6D8EBB34322E9 /* err_data.c */, + C7AB00F4735710E7D6334307 /* err.c */, + 12EA078B26D7A53100B40D1B /* internal.h */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log"; + path = err; sourceTree = ""; }; 62DD00CDA1FD9069D5367BFD /* tvOSAppUnitTests.__internal__.__test_bundle */ = { @@ -7352,12 +7282,20 @@ path = tvOSAppUnitTests.__internal__.__test_bundle; sourceTree = ""; }; - 630C682CF54ED83CF3F33475 /* Sources */ = { + 637DB521D4A934E544EB22E8 /* chacha */ = { isa = PBXGroup; children = ( - F673D6997E38AEFA9CB4E42F /* NIOTransportServices */, + CC5379E9212FE8FE81945572 /* chacha-armv4.ios.arm.S */, + D933AF559082E7CD593DD653 /* chacha-armv4.linux.arm.S */, + 81A7EF8C450013B5684F3F07 /* chacha-armv8.ios.aarch64.S */, + C7C47D28D73B4F6759D39CB1 /* chacha-armv8.linux.aarch64.S */, + EA6C721867493F6E8F5D5CC3 /* chacha-x86_64.linux.x86_64.S */, + 7AE977BC9211068210F6B1E8 /* chacha-x86_64.mac.x86_64.S */, + 625FD0D82572B184AC33C38F /* chacha-x86.linux.x86.S */, + 4C37973057ABF071F3778AAF /* chacha.c */, + 6711315B2B1A399FEA81AB1A /* internal.h */, ); - path = Sources; + path = chacha; sourceTree = ""; }; 638DACF9E2646E790CB826AF /* TestingUtils */ = { @@ -7370,25 +7308,6 @@ path = TestingUtils; sourceTree = ""; }; - 63E5F7AD7A91B03394A98B2D /* conf */ = { - isa = PBXGroup; - children = ( - EAEDB6A90C86A8D1DE47C9BA /* conf_def.h */, - 8E0D9B14770E9D167D483A0C /* conf.c */, - 884FF2A41869093AAC66C5A1 /* internal.h */, - ); - path = conf; - sourceTree = ""; - }; - 63E823AAF36E76E8915A709E /* pool */ = { - isa = PBXGroup; - children = ( - 29C2D64767BAE0BA723074F0 /* internal.h */, - B663AB1620561BD163FBDC1E /* pool.c */, - ); - path = pool; - sourceTree = ""; - }; 6417DB9A96E3F1073AFB8C6B /* LibFramework.tvOS */ = { isa = PBXGroup; children = ( @@ -7413,12 +7332,21 @@ path = rules_xcodeproj; sourceTree = ""; }; - 64DA916416FE67CF7706D967 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 */ = { + 64F1CDDA66057F3A946DB8E6 /* ConnectionPool */ = { isa = PBXGroup; children = ( - 160331DD8878FD08A32D273C /* Sources */, + 94B24877677DB93754200213 /* ConnectionManagerID.swift */, + CDCB274FD1C6419FAE6B2798 /* ConnectionPool.swift */, + 413AC15F6A12E30FC1A459EC /* ConnectionPool+PerConnectionState.swift */, + 9AFB457A6306D43442ACF22B /* ConnectionPool+Waiter.swift */, + 1046C22C987D945DA0BF4E5C /* GRPCChannelPool.swift */, + 2C5D3F91803A2A8F8155000F /* PooledChannel.swift */, + 642B3679022C3DAE2B4C589C /* PoolManager.swift */, + 5350FB2D6F32F6CA232288C5 /* PoolManagerStateMachine.swift */, + 2DD6A42285DA51589BB271B5 /* PoolManagerStateMachine+PerPoolState.swift */, + CD37E39D825CC25E42C9D98C /* StreamLender.swift */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; + path = ConnectionPool; sourceTree = ""; }; 64F1D97E3F4F9F933D4BD13D /* watchOSApp */ = { @@ -7439,20 +7367,40 @@ path = tvOSApp; sourceTree = ""; }; + 65046E18DBA3256770AAA682 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services */ = { + isa = PBXGroup; + children = ( + 1F6B9FFDBF3F1AA33EF8F7B7 /* NIOTransportServices.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services"; + sourceTree = ""; + }; 65338E3A05FDEDEE77C833E0 /* CONFIGURATION-STABLE-15 */ = { isa = PBXGroup; children = ( - 9D9CE8ECCEBE85D45822FBF1 /* bin */, + 9D9CE8ECCEBE85D45822FBF1 /* bin */, + ); + path = "CONFIGURATION-STABLE-15"; + sourceTree = ""; + }; + 653F5BB6E424DCDFE17C00ED /* trust_token */ = { + isa = PBXGroup; + children = ( + 9C5222DB71D852FF52AA8F29 /* internal.h */, + 932E434DE78044D0B1D12ABA /* pmbtoken.c */, + 529031AD67A52C94CE424060 /* trust_token.c */, + 64F8DBCB72920600F59FCB78 /* voprf.c */, ); - path = "CONFIGURATION-STABLE-15"; + path = trust_token; sourceTree = ""; }; - 65BA14CE7481523619B6ECE3 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services */ = { + 654A4C875663AAE0F429DA88 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 */ = { isa = PBXGroup; children = ( - 630C682CF54ED83CF3F33475 /* Sources */, + 7B7331F55185D36D53F9DA88 /* NIOHPACK.rules_xcodeproj.swift.compile.params */, + D2E4A8D5A3E59AA156348478 /* NIOHTTP2.rules_xcodeproj.swift.compile.params */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services"; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; sourceTree = ""; }; 65E9967CA109C6709BFAF4DF /* rules_xcodeproj */ = { @@ -7479,6 +7427,97 @@ path = CoreUtilsMixed; sourceTree = ""; }; + 661678022BC73FC597F64940 /* SwiftProtobuf */ = { + isa = PBXGroup; + children = ( + 19E607C614094E82CADBEB48 /* any.pb.swift */, + 546F52C417D706D6DC0654CD /* AnyMessageStorage.swift */, + 5E07333037FF1E580977BA0B /* AnyUnpackError.swift */, + 74D7081CC802DDE52E232125 /* api.pb.swift */, + FD1D14DEF807C37C826F5DE0 /* BinaryDecoder.swift */, + CF00DD786157DBB70AF03D7F /* BinaryDecodingError.swift */, + 34C030FF8C1F496DC319AE8D /* BinaryDecodingOptions.swift */, + BC77D7F1E5E110BD6DC94593 /* BinaryDelimited.swift */, + AECFAEC368EEB41252DC1821 /* BinaryEncoder.swift */, + 30C2F9D4D3E35820C6A1950C /* BinaryEncodingError.swift */, + A68D3366BA3C02D5F8B99E95 /* BinaryEncodingSizeVisitor.swift */, + D053476B87A9FD74BD3B0CF6 /* BinaryEncodingVisitor.swift */, + 26BC5D12643DCC2D4C0E50B8 /* CustomJSONCodable.swift */, + AA7CD53457A5D3036484541A /* Data+Extensions.swift */, + 56EE6E5F0D618D6F4325D814 /* Decoder.swift */, + 8DA9F9E770D0C9A2C7966335 /* descriptor.pb.swift */, + 841A6DC8EC30E5D62352205D /* DoubleParser.swift */, + 635274A4917F7BD370B11469 /* duration.pb.swift */, + 88A2930156D8A65674B7735D /* empty.pb.swift */, + B4C533A606EEEB5A1ED1F0A6 /* Enum.swift */, + 60D65DA307F7A3F99FDBCFD2 /* ExtensibleMessage.swift */, + 7A8543B30D41B32BD3F6C6AA /* ExtensionFields.swift */, + A1397D2E855EEF23CFE292BD /* ExtensionFieldValueSet.swift */, + 6C3B45EE0E843A7FF478A662 /* ExtensionMap.swift */, + 5C8ED612EC8048C29097CFD3 /* field_mask.pb.swift */, + 963A510099A41FEBCC9F1F1C /* FieldTag.swift */, + 8AC95596F1DD602A1F5595E9 /* FieldTypes.swift */, + FB6B00A28B5E365FBBDA967B /* Google_Protobuf_Any+Extensions.swift */, + B5A26F6949707952AC64713A /* Google_Protobuf_Any+Registry.swift */, + E5E56E5B256AC21BBA4AAA64 /* Google_Protobuf_Duration+Extensions.swift */, + 41DE369C8500E10C3E99B11A /* Google_Protobuf_FieldMask+Extensions.swift */, + 6B03CE5017DCFF1E2BE9D1C6 /* Google_Protobuf_ListValue+Extensions.swift */, + C5BEB3AAD993A3D223790320 /* Google_Protobuf_NullValue+Extensions.swift */, + 7B8BFFF547255D9FFEE75BB6 /* Google_Protobuf_Struct+Extensions.swift */, + 1987A5C8A57C9196566261CA /* Google_Protobuf_Timestamp+Extensions.swift */, + 027DAD0F202AE12322836F46 /* Google_Protobuf_Value+Extensions.swift */, + 30F35122DC27F6DA2491FFAA /* Google_Protobuf_Wrappers+Extensions.swift */, + 633ADD44FDA44B8E182E3E5A /* HashVisitor.swift */, + D73B8F9C12D3414B1A03F2DD /* Internal.swift */, + 7F1A5BA53927176818B5F85C /* JSONDecoder.swift */, + 76322FE26BEE50F8B91E532D /* JSONDecodingError.swift */, + D3A5CCCF622187FA1EB38559 /* JSONDecodingOptions.swift */, + 6330D9AA1F9CE7D64B39B8C0 /* JSONEncoder.swift */, + 9C2718F3595F6E1805679AAF /* JSONEncodingError.swift */, + 9CD441C4F39D8C34C8AF000D /* JSONEncodingOptions.swift */, + 84FF0BB7C3885C6CCCBF85AC /* JSONEncodingVisitor.swift */, + 3984D81D19EFDACA8222C4B4 /* JSONMapEncodingVisitor.swift */, + 516AC2941B0F404917C8A17D /* JSONScanner.swift */, + 2F01553917919C8418BC4162 /* MathUtils.swift */, + 6C4309F2820E16B01B1ECA43 /* Message.swift */, + DAC7C0CB56A964F3E8F0A87D /* Message+AnyAdditions.swift */, + 19AC54B73016F334DC79BE96 /* Message+BinaryAdditions.swift */, + 679DD377E36CC59008D41C8C /* Message+JSONAdditions.swift */, + F2176BBA9AB3029CE8D50C9C /* Message+JSONArrayAdditions.swift */, + 8761E9BC0333F11A9EB00764 /* Message+TextFormatAdditions.swift */, + ABD6532163BD2A72B2079C77 /* MessageExtension.swift */, + 9B795B0DD431A8D58A9CD219 /* NameMap.swift */, + 5D468997A66F00FBC76B6D9E /* ProtobufAPIVersionCheck.swift */, + 726821E11FE289EA8E3C5BBA /* ProtobufMap.swift */, + 61ADA36691D6EFF09196A3BB /* ProtoNameProviding.swift */, + 1331F20F26920D565AA32AA3 /* SelectiveVisitor.swift */, + 60FD8508486F6A76B70C0A3E /* SimpleExtensionMap.swift */, + E537A534EFB7038072BB3EF7 /* source_context.pb.swift */, + FC95BD21CA334C425E621C5B /* StringUtils.swift */, + AA595C42F02DD619AF908D57 /* struct.pb.swift */, + 7989F57C62D3E52588EBB10A /* TextFormatDecoder.swift */, + D592157542727331A1133A96 /* TextFormatDecodingError.swift */, + 21EEC20F1DF6185210093E5F /* TextFormatDecodingOptions.swift */, + A44810FDE794DF6F29F1992C /* TextFormatEncoder.swift */, + 76A7F0D6E5424D16E212F366 /* TextFormatEncodingOptions.swift */, + DC0C102D1F17D1565B12436F /* TextFormatEncodingVisitor.swift */, + A29597D23BBFC3822379ADB3 /* TextFormatScanner.swift */, + F9609CD72AE9FA2C4F2E98DD /* timestamp.pb.swift */, + 6C45936BB620209BD8C5EA2E /* TimeUtils.swift */, + 7F80D115591DB712D9DD0EE4 /* type.pb.swift */, + A1E6EAF24F12E09112415DF6 /* UnknownStorage.swift */, + AB7E8057A894E8887018E4CC /* UnsafeBufferPointer+Shims.swift */, + 35E4E2B70EF56E9EA706FB13 /* UnsafeRawPointer+Shims.swift */, + F42411434DCE6B3B762CA32F /* Varint.swift */, + B5BC0411BE284CC383C44EC9 /* Version.swift */, + A6C5E2C60939D1458574320E /* Visitor.swift */, + 8D800A44D41E9C355B3CDA23 /* WireFormat.swift */, + 4310FEDE6D103ACFE52B7A30 /* wrappers.pb.swift */, + 711519E42A09FD9FEC8ECD87 /* ZigZag.swift */, + ); + path = SwiftProtobuf; + sourceTree = ""; + }; 66498A7A43D741FFA509DD3C /* CommandLineTool */ = { isa = PBXGroup; children = ( @@ -7558,30 +7597,130 @@ path = FXPageControl; sourceTree = ""; }; - 679E4F769A048F7452FB6580 /* UITests */ = { + 676A9BFA285AD400587FE41C /* _NIODataStructures */ = { isa = PBXGroup; children = ( - 12D7C201F4490BF4123A54BE /* rules_xcodeproj */, - F23227D0AAA38189EE7F76EB /* tvOSAppUITests.library.rules_xcodeproj.swift.compile.params */, + 6528B9BD33FABA3B1CFF30F6 /* Heap.swift */, + 029419BD19BB0E7AAA8B20BC /* PriorityQueue.swift */, ); - path = UITests; + path = _NIODataStructures; sourceTree = ""; }; - 67B9295B48656BD00A77AE39 /* Sources */ = { + 679E4F769A048F7452FB6580 /* UITests */ = { isa = PBXGroup; children = ( - 5F04AA35C9EA7FB485DF1B15 /* CGRPCZlib */, - 2E661A82CA83003608939366 /* GRPC */, + 12D7C201F4490BF4123A54BE /* rules_xcodeproj */, + F23227D0AAA38189EE7F76EB /* tvOSAppUITests.library.rules_xcodeproj.swift.compile.params */, ); - path = Sources; + path = UITests; sourceTree = ""; }; - 67B929D3EB0070B5CE0ECCF9 /* Sources */ = { - isa = PBXGroup; - children = ( - 49C2E40599AC04534BA60970 /* SwiftProtobuf */, + 67B272C022BBBD928CAB7CB8 /* fipsmodule */ = { + isa = PBXGroup; + children = ( + 44A91BECE8F0BBDC5837A42C /* aes */, + 7D9A11753457A73FABA67FD0 /* bn */, + BE1D5C30045837F76656D487 /* cipher */, + A932A163338E26851A1C85E5 /* cmac */, + C1DFAC390C0D11A587AB1E18 /* dh */, + 43018DD1C60C7C1E501DB56F /* digest */, + 30CF29A71D1B684ECEB406EF /* digestsign */, + 4B3C6DF0878CB283D154D9BD /* ec */, + 869DB04924D27BA7381840D7 /* ecdh */, + 94C79A7294A2E85559932EDD /* ecdsa */, + E3A89C0BACB874F4A5DF6729 /* hmac */, + 17373F0D7D4ED7B0F24F260E /* md4 */, + 7B8A54CE3E66706B3E1FDD30 /* md5 */, + BDA8C5D99D43640245281500 /* modes */, + 24045CF27EBFC94B73910BA9 /* rand */, + 843BD8FFAC2013D35B73F154 /* rsa */, + A0DB6F7F3F5EE576EC7107F2 /* self_check */, + 1CF58A9D4D60ECF1F7D1D7D9 /* service_indicator */, + 54FD7627BEBECA234247161D /* sha */, + 2D7EA6F4E6363668FBFAA3A8 /* tls */, + E695ACBE43E676EF4AFE7C56 /* aesni-gcm-x86_64.linux.x86_64.S */, + 44ABE5694D71DF1A5665A4A5 /* aesni-gcm-x86_64.mac.x86_64.S */, + 4B8DCAA7D10B03137ED4BE88 /* aesni-x86_64.linux.x86_64.S */, + A4C307898936C5AAF778BB00 /* aesni-x86_64.mac.x86_64.S */, + 9F63A5DC90386EB01F61543F /* aesni-x86.linux.x86.S */, + DE1CF70E800F935AC30CF2B9 /* aesv8-armx32.ios.arm.S */, + CC49D1EB91CA52A6CE609C38 /* aesv8-armx32.linux.arm.S */, + 9E6143731AC402DF54777B85 /* aesv8-armx64.ios.aarch64.S */, + 3DFDCFC0133B8835D62A1D9B /* aesv8-armx64.linux.aarch64.S */, + A8910D24021178B161951928 /* armv4-mont.ios.arm.S */, + 7033CFBFF089590E713450EE /* armv4-mont.linux.arm.S */, + 58E97062F03D3AAC6363B3BC /* armv8-mont.ios.aarch64.S */, + CBA233387BDD65DD0E2F61C9 /* armv8-mont.linux.aarch64.S */, + 15F35F2C546BDEF463BDACC1 /* bn-586.linux.x86.S */, + 87498204D061433ACFDFA630 /* bsaes-armv7.ios.arm.S */, + F91518942D1DD3899CFBDA25 /* bsaes-armv7.linux.arm.S */, + 336D9BE76819AA8324DB0B29 /* co-586.linux.x86.S */, + 56FAB56F582CB8A4A5DCA38B /* delocate.h */, + B4E5763E828B5FE3AB2FB669 /* fips_shared_support.c */, + 7A755F3B0CB61A422B15F5CE /* ghash-armv4.ios.arm.S */, + 0C42FB43D2188EF67465908C /* ghash-armv4.linux.arm.S */, + B4741F4C27EBB25AD392F785 /* ghash-neon-armv8.ios.aarch64.S */, + DD5434C25184EB8D415D8FCE /* ghash-neon-armv8.linux.aarch64.S */, + 74A3D09A610613023BD97D31 /* ghash-ssse3-x86_64.linux.x86_64.S */, + B405045240CEC249A76C44FD /* ghash-ssse3-x86_64.mac.x86_64.S */, + C81C52B0078C20FA0F059B35 /* ghash-ssse3-x86.linux.x86.S */, + 868FEDFA4BE3376AAEEB97FE /* ghash-x86_64.linux.x86_64.S */, + 7D5C10E15255DBC10E75DBD9 /* ghash-x86_64.mac.x86_64.S */, + 5CF50636F5BAF14A4F6DF299 /* ghash-x86.linux.x86.S */, + FBB7A562DA225EB4344F4C4B /* ghashv8-armx32.ios.arm.S */, + 7A77A3C9326925C33B71DC67 /* ghashv8-armx32.linux.arm.S */, + AA2C8EB5AC59F92221FFF8E8 /* ghashv8-armx64.ios.aarch64.S */, + 1C772CC30B97C0005A32565D /* ghashv8-armx64.linux.aarch64.S */, + F7620C0B826B1CD2AEA3CF4E /* md5-586.linux.x86.S */, + 8FF25B04F5EA8447382CD371 /* md5-x86_64.linux.x86_64.S */, + A2E705C89A8E5F82E94E2AC2 /* md5-x86_64.mac.x86_64.S */, + 025B346B557E966B5E6A2593 /* p256_beeu-armv8-asm.ios.aarch64.S */, + 8B81B262C98AC6ED670721EE /* p256_beeu-armv8-asm.linux.aarch64.S */, + DD9EAB2D5E7787102336D235 /* p256_beeu-x86_64-asm.linux.x86_64.S */, + 75FDCB7B381F4D823EC46448 /* p256_beeu-x86_64-asm.mac.x86_64.S */, + 83A5C45E810ABD382D81014B /* p256-armv8-asm.ios.aarch64.S */, + FCAE345700B6C4A1C121AD9A /* p256-armv8-asm.linux.aarch64.S */, + EE3BBE06EEEC82B9FD21A5FD /* p256-x86_64-asm.linux.x86_64.S */, + E297394BB013D9F5F795964C /* p256-x86_64-asm.mac.x86_64.S */, + AA14160C8A323A99BDA34B9D /* rdrand-x86_64.linux.x86_64.S */, + C102BD3BEECBD4843E9BBDFA /* rdrand-x86_64.mac.x86_64.S */, + 704B5B16C08B1225FA0E75DB /* rsaz-avx2.linux.x86_64.S */, + 6FBFD0031FB750676EB0E65D /* rsaz-avx2.mac.x86_64.S */, + DF7EA0D92C9389AE17E81FCA /* sha1-586.linux.x86.S */, + 3EA5793BA76C31BFCCABBA15 /* sha1-armv4-large.ios.arm.S */, + A6327B5892DE446AB672A460 /* sha1-armv4-large.linux.arm.S */, + B34C502CFC5722BF30FCC71B /* sha1-armv8.ios.aarch64.S */, + 15AAFC966023C47EABB692E5 /* sha1-armv8.linux.aarch64.S */, + 10C3DE5F51ED02FEDE700EF4 /* sha1-x86_64.linux.x86_64.S */, + B84BBE4615A98A33F9667085 /* sha1-x86_64.mac.x86_64.S */, + 5A8EA0BA8E7D3454610DA5A0 /* sha256-586.linux.x86.S */, + 109CE1428C1EBAC7D4C55DC2 /* sha256-armv4.ios.arm.S */, + 39F72A924CE21B9EF82484B8 /* sha256-armv4.linux.arm.S */, + B4389E50D4F28FECF4906479 /* sha256-armv8.ios.aarch64.S */, + 2FE013EDBB8B29AAEE01DF04 /* sha256-armv8.linux.aarch64.S */, + 54A4A27B072E9D0DC367428A /* sha256-x86_64.linux.x86_64.S */, + BDFFAB1462E599C53F5984D7 /* sha256-x86_64.mac.x86_64.S */, + 9B3D763AD9E9612F58FBC835 /* sha512-586.linux.x86.S */, + 4A6725421CDE2DC443CA2E93 /* sha512-armv4.ios.arm.S */, + D24ABB29E9B84BA491587A12 /* sha512-armv4.linux.arm.S */, + 862A6C735A15E40458A940E5 /* sha512-armv8.ios.aarch64.S */, + B64769700B78689E29497C71 /* sha512-armv8.linux.aarch64.S */, + C0AFD1E4EDFF8CB3731681B7 /* sha512-x86_64.linux.x86_64.S */, + 59A5E697E926A4DC64EFECCE /* sha512-x86_64.mac.x86_64.S */, + 263917AB52E2CBA2B054496C /* vpaes-armv7.ios.arm.S */, + A9E83AFC003608C8424C0254 /* vpaes-armv7.linux.arm.S */, + 768AD0E87EA7E5B77347505C /* vpaes-armv8.ios.aarch64.S */, + 4A5602014F4AFA98A8B3DFD1 /* vpaes-armv8.linux.aarch64.S */, + 0B92A3BE010CA99CAB1B902D /* vpaes-x86_64.linux.x86_64.S */, + 7D25EA1010E080BA4F1728B3 /* vpaes-x86_64.mac.x86_64.S */, + 2ED89750E4B8324F68CED103 /* vpaes-x86.linux.x86.S */, + AD67E2DB44AE3AD01F64ACA9 /* x86_64-mont.linux.x86_64.S */, + 209569E2B7603EE92ABF224D /* x86_64-mont.mac.x86_64.S */, + 9162BD675DDF1C6842248DA8 /* x86_64-mont5.linux.x86_64.S */, + E7A8E88D1CDB0B2DC8ED4535 /* x86_64-mont5.mac.x86_64.S */, + 97F51F7481C7DE433CFB7722 /* x86-mont.linux.x86.S */, ); - path = Sources; + path = fipsmodule; sourceTree = ""; }; 67C682BB89C03D908A2CB222 /* iOSAppObjCUnitTestSuite.__internal__.__test_bundle */ = { @@ -7610,31 +7749,6 @@ path = bin; sourceTree = ""; }; - 68945F44BB2CCC75EA2E222E /* cipher_extra */ = { - isa = PBXGroup; - children = ( - 3F0B68F6BF191BFF6FEFE9FF /* aes128gcmsiv-x86_64.linux.x86_64.S */, - AB7D3C51C076BBAC492B3C81 /* aes128gcmsiv-x86_64.mac.x86_64.S */, - 1C85C4251BA628C85B571F6D /* chacha20_poly1305_armv8.ios.aarch64.S */, - 2DA9895EEEBBA4066C6236F0 /* chacha20_poly1305_armv8.linux.aarch64.S */, - 34A2E49C820C0581378B5881 /* chacha20_poly1305_x86_64.linux.x86_64.S */, - D78EACE260948748C4B81D38 /* chacha20_poly1305_x86_64.mac.x86_64.S */, - 2AD2C2FBFBD0A21B33799D7C /* cipher_extra.c */, - 61A8A6B06F9CD7FE639C9162 /* derive_key.c */, - D86DDDAEDF3A7CDE83416A2D /* e_aesctrhmac.c */, - 612EB88F8B51B50E266E91EB /* e_aesgcmsiv.c */, - 651703D44585BDF1967B324E /* e_chacha20poly1305.c */, - F1005F91229F7AC77A99D88A /* e_des.c */, - 1FEACBA1AED69B83D9C4CC47 /* e_null.c */, - B1A12715E73FD1FC87663006 /* e_rc2.c */, - 676DACED359AB248C66DF951 /* e_rc4.c */, - 3DAD95E53BFD94D499FE4D38 /* e_tls.c */, - A77554B39790BF66770304CB /* internal.h */, - 3F8BB063C3869A89C1D9FB40 /* tls_cbc.c */, - ); - path = cipher_extra; - sourceTree = ""; - }; 68AF3BC21E59C69F1A199C69 /* CommandLineTool */ = { isa = PBXGroup; children = ( @@ -7685,26 +7799,6 @@ path = dist; sourceTree = ""; }; - 69D0FF9C1C37BC3CAA7AD6B6 /* sha */ = { - isa = PBXGroup; - children = ( - 9B2316AD706F5420CD3B976A /* internal.h */, - A02143054027B6070144F94B /* sha1-altivec.c */, - 47A1099D65EAD8DC57249318 /* sha1.c */, - 078B594837F2B947CAC435AA /* sha256.c */, - 18A07CFFA41785BD2EEB8AF6 /* sha512.c */, - ); - path = sha; - sourceTree = ""; - }; - 6A8CEA61BF5777C0BF5799AA /* blake2 */ = { - isa = PBXGroup; - children = ( - 9A8162236A645B425E6E30AE /* blake2.c */, - ); - path = blake2; - sourceTree = ""; - }; 6AAB991F14CA7F012A00EC6A /* LibFramework.watchOS */ = { isa = PBXGroup; children = ( @@ -7750,27 +7844,20 @@ path = Lib; sourceTree = ""; }; - 6CB5AC8178E6CDB9D3FC0C23 /* WidgetExtension */ = { + 6C6F168E8A66084CAEC2C020 /* digest_extra */ = { isa = PBXGroup; children = ( - 66914FF429323AFFB4F16E7A /* Info.plist */, + 4E10B19D6EF42546019C523F /* digest_extra.c */, ); - path = WidgetExtension; + path = digest_extra; sourceTree = ""; }; - 6CE423BE8A2152C9A066EA01 /* pem */ = { + 6CB5AC8178E6CDB9D3FC0C23 /* WidgetExtension */ = { isa = PBXGroup; children = ( - F4625C903CCE7D7F95FE2003 /* pem_all.c */, - B71BA6E0C80050C718F217A2 /* pem_info.c */, - 4ED67DA163ED7D4651EE64E1 /* pem_lib.c */, - 2B8EB42182F7E28A1E82AB5F /* pem_oth.c */, - 2744BEDADE7AE9F3B18FFCA7 /* pem_pk8.c */, - 1D9DC7744AAC2C6329F4B4F8 /* pem_pkey.c */, - 7A0801892446C4FFCBE78822 /* pem_x509.c */, - 834D41F1A0AE32FF2949A24C /* pem_xaux.c */, + 66914FF429323AFFB4F16E7A /* Info.plist */, ); - path = pem; + path = WidgetExtension; sourceTree = ""; }; 6D6EE3F2CA10033F020F8E55 /* Source */ = { @@ -7782,6 +7869,14 @@ path = Source; sourceTree = ""; }; + 6DA4C4485AEE5BC4466479D4 /* include */ = { + isa = PBXGroup; + children = ( + 3A61F157776E7F06E7F33D44 /* CNIOAtomics.h */, + ); + path = include; + sourceTree = ""; + }; 6DE3525406E120F893CE52E8 /* bin */ = { isa = PBXGroup; children = ( @@ -7795,17 +7890,6 @@ path = bin; sourceTree = ""; }; - 6E01F47CC898D6360179EF29 /* GRPCChannel */ = { - isa = PBXGroup; - children = ( - 1E97731108F2298570DC3995 /* ClientConnection+NIOSSL.swift */, - FB27CC036EF09BD18E7407B4 /* ClientConnection+NWTLS.swift */, - 7C8117A10FD9F01631A3B331 /* GRPCChannel.swift */, - 48E164FA844C9C6CA0553D88 /* GRPCChannelBuilder.swift */, - ); - path = GRPCChannel; - sourceTree = ""; - }; 6E6F9BED89308AAB3D87F39E /* SwiftAPI */ = { isa = PBXGroup; children = ( @@ -7814,21 +7898,29 @@ path = SwiftAPI; sourceTree = ""; }; - 6E783796E1BB39B277E161C8 /* Sources */ = { + 6E7A166221521394AFBFD101 /* private */ = { isa = PBXGroup; children = ( - 2AE54FB10DBBE1D7F00A46C3 /* _AtomicsShims */, - E6ABEB5CC39F0D4AEA656969 /* Atomics */, + 73C8DB460BADAAE09AFDA1A6 /* LibSwift-Swift.h */, ); - path = Sources; + path = private; sourceTree = ""; }; - 6E7A166221521394AFBFD101 /* private */ = { + 6EA24E80A73EA417DC607199 /* ClientCalls */ = { isa = PBXGroup; children = ( - 73C8DB460BADAAE09AFDA1A6 /* LibSwift-Swift.h */, + D58B9981A127B45759EEA326 /* BidirectionalStreamingCall.swift */, + 06899B243D4C33DF96C7AF17 /* Call.swift */, + F80D387A781EFA761B9FD0B5 /* CallDetails.swift */, + 08E081DFCE0D6E92E8E5449F /* ClientCall.swift */, + 4DC2E6AA1F0766632D9A31DA /* ClientStreamingCall.swift */, + 5EBFE1FAA686732ED84CC56B /* LazyEventLoopPromise.swift */, + 7C9DE6DDBA28E2C8EF3561F1 /* ResponseContainers.swift */, + 292C4A4AFB56B5E99F28D569 /* ResponsePartContainer.swift */, + 30390DE8C519EB3591397E13 /* ServerStreamingCall.swift */, + 7321FBFD6C088A6EB6B6F1AF /* UnaryCall.swift */, ); - path = private; + path = ClientCalls; sourceTree = ""; }; 6F5DB46BB077D7824B578844 /* Lib */ = { @@ -7893,14 +7985,6 @@ path = proto; sourceTree = ""; }; - 712DBAF491EB0CE8455DBF62 /* stack */ = { - isa = PBXGroup; - children = ( - F65EE6703C70E97EB4CD5A18 /* stack.c */, - ); - path = stack; - sourceTree = ""; - }; 71655E8A21789392B450AF6F /* MixedAnswer */ = { isa = PBXGroup; children = ( @@ -7924,14 +8008,6 @@ path = Lib; sourceTree = ""; }; - 71BA34EA521023E307758CBE /* include */ = { - isa = PBXGroup; - children = ( - DF566CDF0485A24AA51CA667 /* CNIOAtomics.h */, - ); - path = include; - sourceTree = ""; - }; 71C8309B8449D63A0D57DE67 /* tvOS */ = { isa = PBXGroup; children = ( @@ -7966,6 +8042,17 @@ path = Lib; sourceTree = ""; }; + 72BF2CE29F6EC6ED3195D6C0 /* CNIOLLHTTP */ = { + isa = PBXGroup; + children = ( + C1183D5AFEACB3789FAFC666 /* include */, + 55073C2090218AEF82014C4E /* c_nio_api.c */, + 9FCC2A016F9018FEB1E85E7C /* c_nio_http.c */, + 1BE28250D8E2CC7A56533EE8 /* c_nio_llhttp.c */, + ); + path = CNIOLLHTTP; + sourceTree = ""; + }; 7307987FC9981453A8D823DB /* TestingUtils */ = { isa = PBXGroup; children = ( @@ -8006,16 +8093,16 @@ 75032B64D2ACCA0A33EE6E78 /* external */ = { isa = PBXGroup; children = ( - A913C409AECC291C9072E956 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics */, - D352005CE75C60F84566D6F2 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections */, - 79E2BB64C3592A7EDE4B2C9C /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log */, - 135B0EF4D6DB35B1EA358B18 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio */, - 53E1F2EFE34932506949D630 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras */, - C97D8B0BAB27E88E26F17938 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 */, - 868F11FB1897F3B66937469C /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl */, - 218D8C124E73D79D6048BB80 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services */, - 3301D237292807B1AFBF2963 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf */, - FFAF77DCF89EB933A465321F /* rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift */, + 4CFAAF5D4C5EC1BC449B9256 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics */, + 8B837508FDE98C7313FB3283 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections */, + 5EFD4B8E523E48D6E130395A /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log */, + 5B1D68DFF68A6E8758C1920E /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio */, + CF90F1C03AF912F2C81B91CA /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras */, + 654A4C875663AAE0F429DA88 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 */, + 3E98423DBF27426DB491BECF /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl */, + 9EC47BFD1304F97AE5C55689 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services */, + 3A76126E0605A8CB08E88F47 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf */, + 0A1EEAC41CA2C7FF4A716D31 /* rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift */, ); path = external; sourceTree = ""; @@ -8037,14 +8124,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 75130AAED00107A9BAD71FA3 /* include */ = { - isa = PBXGroup; - children = ( - E992D6D8B35A720A6F24B244 /* CNIOBoringSSLShims.h */, - ); - path = include; - sourceTree = ""; - }; 75622EF6F3F10842E7A2CD82 /* UITests */ = { isa = PBXGroup; children = ( @@ -8063,6 +8142,17 @@ path = "CONFIGURATION-STABLE-26"; sourceTree = ""; }; + 77C55A4699429B334BF25B10 /* CNIOBoringSSL */ = { + isa = PBXGroup; + children = ( + C621A657910759365AD9DA1C /* crypto */, + 5EE6EEBDEF6617D6FBCF88E1 /* include */, + 0808F167B0E80FBC4DA5A50E /* ssl */, + 224F4EFB2D24D8215977385B /* third_party */, + ); + path = CNIOBoringSSL; + sourceTree = ""; + }; 77ECDB05C3D79C90AC858A05 /* swift_c_module */ = { isa = PBXGroup; children = ( @@ -8110,12 +8200,12 @@ path = rules_xcodeproj; sourceTree = ""; }; - 79E2BB64C3592A7EDE4B2C9C /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log */ = { + 79262B5D255061EB467C9792 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf */ = { isa = PBXGroup; children = ( - 61FBBB1DA61BDCC1276256D3 /* Logging.rules_xcodeproj.swift.compile.params */, + 8EC2B0DD0480770AB909A5CE /* Sources */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log"; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf"; sourceTree = ""; }; 79EB805D3E8C6430DA80D892 /* AltIcons */ = { @@ -8152,6 +8242,19 @@ path = Source; sourceTree = ""; }; + 7AFDF790C01C38EF63EB5BD5 /* bytestring */ = { + isa = PBXGroup; + children = ( + 9D85AEDDD1D035A4828E777B /* asn1_compat.c */, + CB1A49685BF5E3404E806E42 /* ber.c */, + A993B43DA6FEA587FFF8E6F7 /* cbb.c */, + D5A6647009BBCFB72F7CD96B /* cbs.c */, + 826293D1C06771D1918F0E4E /* internal.h */, + C3B63CB61C81ADF4A8EFA610 /* unicode.c */, + ); + path = bytestring; + sourceTree = ""; + }; 7B0E96A248C191269F18B057 /* CommandLineTool */ = { isa = PBXGroup; children = ( @@ -8185,6 +8288,15 @@ path = rules_xcodeproj; sourceTree = ""; }; + 7B8A54CE3E66706B3E1FDD30 /* md5 */ = { + isa = PBXGroup; + children = ( + 1C04E3E1EA619B236C319692 /* internal.h */, + BF14E015AFFDF0395EF98628 /* md5.c */, + ); + path = md5; + sourceTree = ""; + }; 7B9C659E767313BF5BD0EE86 /* Tests */ = { isa = PBXGroup; children = ( @@ -8194,6 +8306,14 @@ path = Tests; sourceTree = ""; }; + 7C3010D6AE6C1D735BC64978 /* NIO */ = { + isa = PBXGroup; + children = ( + C64C4462A34D8B1E0FD87144 /* Exports.swift */, + ); + path = NIO; + sourceTree = ""; + }; 7C414794DFA4BB6178930761 /* tvOSAppUITests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -8210,14 +8330,6 @@ path = UIFramework.tvOS; sourceTree = ""; }; - 7C6CF53013F40D2B471EDC32 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections */ = { - isa = PBXGroup; - children = ( - 305FFDEA3258D3B707DCCE13 /* DequeModule.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - sourceTree = ""; - }; 7C71E8707848B545D7F3EC01 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -8226,58 +8338,70 @@ path = rules_xcodeproj; sourceTree = ""; }; - 7CC4DC64BC86F8B98DBB0638 /* UIFramework.iOS */ = { + 7C94734CCE114267CF638F5D /* obj */ = { isa = PBXGroup; children = ( - 6E728BBAB0B09DD8507D5991 /* Info.plist */, + F027E6DBC0DC2FB474A073C2 /* obj_dat.h */, + C1DF1C732B6E91B312392281 /* obj_xref.c */, + C72ACDC55A9AD20AAE690DDE /* obj.c */, ); - path = UIFramework.iOS; + path = obj; sourceTree = ""; }; - 7D9B0E4A86AD5B9B7D915BF9 /* src */ = { + 7CBD1BEFC07182D03513727B /* dsa */ = { isa = PBXGroup; children = ( - B995ECCEE2A9BBCA74E83BD3 /* c-atomics.c */, - ABDF955A9E98F614BED7C1CA /* c-nioatomics.c */, - 56A21EF91F68794582282FBE /* cpp_magic.h */, + 479EB1B15A6C83744080E2DC /* dsa_asn1.c */, + 55F2384A1DF99F870461A3B3 /* dsa.c */, + 5F22F9D21E5F78DDFC531B7F /* internal.h */, ); - path = src; + path = dsa; sourceTree = ""; }; - 7DAA8CB2E2A6C2029BFA6EE5 /* NIOHTTP1 */ = { + 7CC4DC64BC86F8B98DBB0638 /* UIFramework.iOS */ = { isa = PBXGroup; children = ( - 33124AD4F0B3696B04528CEB /* ByteCollectionUtils.swift */, - 4E33961A05EFE7D373B36822 /* HTTPDecoder.swift */, - 7936CF101BAB3FE901A2222B /* HTTPEncoder.swift */, - 6D0F9AC456A803CF9E2B50DD /* HTTPHeaders+Validation.swift */, - 8B4C8B3320CEDCBFEA9559AE /* HTTPHeaderValidator.swift */, - 619885385803D5C0743CB11A /* HTTPPipelineSetup.swift */, - 0B678E7068F809E60627C608 /* HTTPServerPipelineHandler.swift */, - 67D6A65ECAFFE93C661B722E /* HTTPServerProtocolErrorHandler.swift */, - 4C051E0F9FECA24C6EC4AB1F /* HTTPServerUpgradeHandler.swift */, - C91DC8E3BD84D6E0EA0E644F /* HTTPTypes.swift */, - 59B595836143B41C873E3F90 /* NIOHTTPClientUpgradeHandler.swift */, - 65F0EF31C14B4D8437B53E7E /* NIOHTTPObjectAggregator.swift */, + 6E728BBAB0B09DD8507D5991 /* Info.plist */, ); - path = NIOHTTP1; + path = UIFramework.iOS; sourceTree = ""; }; - 7DCD6A83341DA9DD55FAC50A /* rules_xcodeproj */ = { - isa = PBXGroup; - children = ( - 66D98F8FB190B780FE80ED76 /* AppClip */, + 7D9A11753457A73FABA67FD0 /* bn */ = { + isa = PBXGroup; + children = ( + A66B3EA30E10B562396FA709 /* asm */, + 951F8E911AEAED0B31DE618D /* add.c */, + 0CA5CB5FDB86E624C2BE2152 /* bn.c */, + E90D532274C68455081D14F0 /* bytes.c */, + 4D2984E96D37AC416B3405D2 /* cmp.c */, + E0A1A9D6D7DEC3234FCD419D /* ctx.c */, + 8FA308E69C05E22C872A07F9 /* div_extra.c */, + 5DB17E9D9A964F0C25EA4C3B /* div.c */, + 92CC0CBC7E2851B0EB71A287 /* exponentiation.c */, + D19DC9EB104523E2E5931351 /* gcd_extra.c */, + ED484E70574305396A8F76BF /* gcd.c */, + A0CF426421435169C0D07244 /* generic.c */, + 2BA593E93892C30622538D62 /* internal.h */, + 8A0A44B44612485359437F15 /* jacobi.c */, + 48B85ACF33797E097D0A10B9 /* montgomery_inv.c */, + D69C02C2FE80D0499E6A3094 /* montgomery.c */, + 50DCFE51ACAEFDA0C7758317 /* mul.c */, + 90513443BD13E83390BD3163 /* prime.c */, + D91ACAD874698C621924740A /* random.c */, + D8C20BEACB6BE19EDAEF5785 /* rsaz_exp.c */, + C547603EEA22F252191DEE45 /* rsaz_exp.h */, + F096C025E439F4A39EA7B552 /* shift.c */, + 7A393A36E4609F87D4538ECC /* sqrt.c */, ); - path = rules_xcodeproj; + path = bn; sourceTree = ""; }; - 7E26D9F31FA8033C338BDFE5 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics */ = { + 7DCD6A83341DA9DD55FAC50A /* rules_xcodeproj */ = { isa = PBXGroup; children = ( - 4CE896B9DE9CF56BBCD174EE /* _AtomicsShims.rules_xcodeproj.c.compile.params */, - DE59AA9D68E14B6F4FFB31E4 /* Atomics.rules_xcodeproj.swift.compile.params */, + 66D98F8FB190B780FE80ED76 /* AppClip */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; + path = rules_xcodeproj; sourceTree = ""; }; 7EE323C3A886636B8F2A5885 /* MixedAnswer */ = { @@ -8309,17 +8433,6 @@ path = swift_c_module; sourceTree = ""; }; - 7FE5221C46E7438C2F63ABE6 /* ec_extra */ = { - isa = PBXGroup; - children = ( - B716A1A262C1DBB53B71D66B /* ec_asn1.c */, - 87C3631E3903106AC8AEEEC6 /* ec_derive.c */, - 08C49F74B63E347D0522888A /* hash_to_curve.c */, - 3EE0A05C5374E4B7E8810CCE /* internal.h */, - ); - path = ec_extra; - sourceTree = ""; - }; 7FE75C13CD31EBFF014EA8FE /* examples_cc_external~override */ = { isa = PBXGroup; children = ( @@ -8353,109 +8466,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 80FFEECCB0F5610130DD06FD /* obj */ = { - isa = PBXGroup; - children = ( - DF4EA83618C6CF85B71E7174 /* obj_dat.h */, - E2E335A3A89551895301271A /* obj_xref.c */, - 2FE7C5BDA808A189A0F0C94A /* obj.c */, - ); - path = obj; - sourceTree = ""; - }; - 81B79EA1236F057F1E580732 /* include */ = { - isa = PBXGroup; - children = ( - 9B46900E0D4BB87B5FEA38EC /* boringssl_prefix_symbols_nasm.inc */, - 73297E12EFAC4FE899A71DFB /* CNIOBoringSSL_aead.h */, - DB2AD9D036615672E8D9A65F /* CNIOBoringSSL_aes.h */, - 1413997BD3428F7A8F6F37A5 /* CNIOBoringSSL_arm_arch.h */, - 293BC35D8BA5D9740114397C /* CNIOBoringSSL_asn1_mac.h */, - DC72B07368D22E5A960F5EDA /* CNIOBoringSSL_asn1.h */, - 2B3B7D88FFB5DA34F197723C /* CNIOBoringSSL_asn1t.h */, - A4B0CC609ECAD7001AC59401 /* CNIOBoringSSL_base.h */, - 7BFF1B08CBFDFB5628476EFF /* CNIOBoringSSL_base64.h */, - 2C95BB58386F9DD62DECAC5F /* CNIOBoringSSL_bio.h */, - FDC86AFBAF055C714FE37572 /* CNIOBoringSSL_blake2.h */, - 894BAAA0E75AC8DF987693B8 /* CNIOBoringSSL_blowfish.h */, - 75AA7E76090B3DA25BA2A76B /* CNIOBoringSSL_bn.h */, - 366727B6CFD94295549E0750 /* CNIOBoringSSL_boringssl_prefix_symbols_asm.h */, - 555D94D0828845560FE5550F /* CNIOBoringSSL_boringssl_prefix_symbols.h */, - 5DD8DB28BF096A326BC24B32 /* CNIOBoringSSL_buf.h */, - A12418E6BEDA8BF69DF6DDED /* CNIOBoringSSL_buffer.h */, - 239876B44C509B45E2421097 /* CNIOBoringSSL_bytestring.h */, - 5473DA166E974B83B0EA71B6 /* CNIOBoringSSL_cast.h */, - FC7781F865821D6B72091BC3 /* CNIOBoringSSL_chacha.h */, - EC55EEA705E787AF399E659A /* CNIOBoringSSL_cipher.h */, - 6CF0BC8ADB53A48F723C570F /* CNIOBoringSSL_cmac.h */, - 879D02DC3D54AC429DC9CFE9 /* CNIOBoringSSL_conf.h */, - 143903B5C2833016B8D5F690 /* CNIOBoringSSL_cpu.h */, - 624399656E1272453BA72297 /* CNIOBoringSSL_crypto.h */, - CB9960639D09032E394FF122 /* CNIOBoringSSL_ctrdrbg.h */, - 33D0D89ED7FCCB3F1DB36121 /* CNIOBoringSSL_curve25519.h */, - 77DEF1CCD9AC9748B6695806 /* CNIOBoringSSL_des.h */, - C3E7061B031159F5A6213C6D /* CNIOBoringSSL_dh.h */, - 11680EBB9ACEF3B33F035F18 /* CNIOBoringSSL_digest.h */, - 48E3A1A52C20284FDF23A1F7 /* CNIOBoringSSL_dsa.h */, - DA4195C9ACE4ABB879F6C382 /* CNIOBoringSSL_dtls1.h */, - DF6E094860549929FE94005F /* CNIOBoringSSL_e_os2.h */, - 02F7A992276872BFABE9866B /* CNIOBoringSSL_ec_key.h */, - 4D18EF1188D794E0A5E3C3C5 /* CNIOBoringSSL_ec.h */, - 546C262B6C0868FDFEE7DD2B /* CNIOBoringSSL_ecdh.h */, - 5A15355D1D73360B46A56D8D /* CNIOBoringSSL_ecdsa.h */, - E9B3CB0EB74C8D489CAECB86 /* CNIOBoringSSL_engine.h */, - 50F82AE44F65AC6E630D1D17 /* CNIOBoringSSL_err.h */, - B553BD9EBB9D58DE9E23EB9A /* CNIOBoringSSL_evp_errors.h */, - 83CC7AD36CEBD098B30ECEE7 /* CNIOBoringSSL_evp.h */, - 0269F3154DD2597AA0DC8827 /* CNIOBoringSSL_ex_data.h */, - BEE3886FDCD7983EDC4D4A11 /* CNIOBoringSSL_hkdf.h */, - 7EB2DD43B490E36A4BC7D8B0 /* CNIOBoringSSL_hmac.h */, - 477453691688723301CC7AE6 /* CNIOBoringSSL_hpke.h */, - 93314B9CF838A24D256C32E4 /* CNIOBoringSSL_hrss.h */, - 3C3CD59CF3A12BF76F0437BD /* CNIOBoringSSL_is_boringssl.h */, - 56E1157CF925653125A4A4ED /* CNIOBoringSSL_kdf.h */, - 31ABF32CDB1B7454B3148451 /* CNIOBoringSSL_lhash.h */, - 9AEB4CB38F758D09E1A4CE80 /* CNIOBoringSSL_md4.h */, - 9820E46C6CDF2FF3A3BD28E2 /* CNIOBoringSSL_md5.h */, - 277323E2D31B9194B658F9D1 /* CNIOBoringSSL_mem.h */, - 492DCA8C7BA6CA748A30DA14 /* CNIOBoringSSL_nid.h */, - 484D8A7CE5571F1E0BD56AB6 /* CNIOBoringSSL_obj_mac.h */, - 5DBC910DA9CE0FB4655C3E1D /* CNIOBoringSSL_obj.h */, - 64A9E5ABBA49898C123B5EB8 /* CNIOBoringSSL_objects.h */, - B583B2616ABBC00CCE0FE135 /* CNIOBoringSSL_opensslconf.h */, - 71299D6C7B73B9195E9D567A /* CNIOBoringSSL_opensslv.h */, - 561A4008B7E13BBEF0E6A15E /* CNIOBoringSSL_ossl_typ.h */, - 89ABABC63CBFB2FD859C8A9F /* CNIOBoringSSL_pem.h */, - A58384B7856F90115C7BA7BD /* CNIOBoringSSL_pkcs7.h */, - D4C31EF20DA851336FD4DFD2 /* CNIOBoringSSL_pkcs8.h */, - 8817438523402EBCC617651E /* CNIOBoringSSL_pkcs12.h */, - F71BAC3A8292288940F68370 /* CNIOBoringSSL_poly1305.h */, - 7E7D885B20E90BE9645C172D /* CNIOBoringSSL_pool.h */, - 08FB4E750CEEEC9F71837B88 /* CNIOBoringSSL_rand.h */, - E70F476C42AA26929AD03E75 /* CNIOBoringSSL_rc4.h */, - 406CF745E2E0F6F9DAE67080 /* CNIOBoringSSL_ripemd.h */, - 4B31F801FD3E2BDB14944D4F /* CNIOBoringSSL_rsa.h */, - 4850111C53B6C55AC90A86D8 /* CNIOBoringSSL_safestack.h */, - 941DDD29F0805E684833FAB5 /* CNIOBoringSSL_service_indicator.h */, - AD485DC4F40AA44B79BD184C /* CNIOBoringSSL_sha.h */, - 763BAE0C9A612F8B0687C772 /* CNIOBoringSSL_siphash.h */, - C75238D4CBB95AA3FACEDE96 /* CNIOBoringSSL_span.h */, - AB2032FFA0618BAE4391BE25 /* CNIOBoringSSL_srtp.h */, - B838E50E9BDC76FC4BF1AAD4 /* CNIOBoringSSL_ssl.h */, - 1497DECB26964E5D03E5637C /* CNIOBoringSSL_ssl3.h */, - E605570A220311E79BF291C5 /* CNIOBoringSSL_stack.h */, - 68C988050DF32A758331891E /* CNIOBoringSSL_thread.h */, - 2B91F8CFB44D715CCB9903D7 /* CNIOBoringSSL_tls1.h */, - BC6329AE52A4E729A311FD95 /* CNIOBoringSSL_trust_token.h */, - D6F3BE9A7E754E1AD0A085BD /* CNIOBoringSSL_type_check.h */, - B958653DB1E28298EA0147B0 /* CNIOBoringSSL_x509_vfy.h */, - 31CB5B69D7D7C27851B0CA57 /* CNIOBoringSSL_x509.h */, - E5BA079EF083E58B7AEC6841 /* CNIOBoringSSL_x509v3.h */, - B8B78BCA06EA4917CF087243 /* CNIOBoringSSL.h */, - ); - path = include; - sourceTree = ""; - }; 81CB5871CE1549D6CD767662 /* CONFIGURATION-STABLE-1 */ = { isa = PBXGroup; children = ( @@ -8464,16 +8474,6 @@ path = "CONFIGURATION-STABLE-1"; sourceTree = ""; }; - 824A74184983BF87CCAE2827 /* pkcs7 */ = { - isa = PBXGroup; - children = ( - 3CAC2187D2057A913C8FFE4B /* internal.h */, - 7F04B8E7AE5DB46FB59B3E28 /* pkcs7_x509.c */, - 4B7C6C578ED542A6D547DB3C /* pkcs7.c */, - ); - path = pkcs7; - sourceTree = ""; - }; 825E78EB1F19530F4A2D05B3 /* external */ = { isa = PBXGroup; children = ( @@ -8508,32 +8508,16 @@ path = "CONFIGURATION-STABLE-16"; sourceTree = ""; }; - 8334206BC9A0B3220F197241 /* Frame Buffers */ = { - isa = PBXGroup; - children = ( - 28E8C26BC21C3FBAE1EEE7D6 /* ConcurrentStreamBuffer.swift */, - 32ED7EAC7D520798345E1605 /* ControlFrameBuffer.swift */, - 18EEAB108BA54511FEE98C33 /* OutboundFlowControlBuffer.swift */, - 98E829AFAC939068D9B7EED1 /* OutboundFrameBuffer.swift */, - ); - path = "Frame Buffers"; - sourceTree = ""; - }; - 84DC7185C5802D550A68021A /* ConnectionPool */ = { + 843BD8FFAC2013D35B73F154 /* rsa */ = { isa = PBXGroup; children = ( - EACA36FF52711CD6636DAC49 /* ConnectionManagerID.swift */, - 1CF7FCC0704DA1FEA0EFE20D /* ConnectionPool.swift */, - 8EA2A6246EB862C74B1D788C /* ConnectionPool+PerConnectionState.swift */, - 91A12C2EA99E7A3C8CEBEA45 /* ConnectionPool+Waiter.swift */, - E954577920F465F73225FCDA /* GRPCChannelPool.swift */, - AC756C6674A0FAC76D9ADFD2 /* PooledChannel.swift */, - BBEE339C7345577495BB67D9 /* PoolManager.swift */, - 28646FD79F6F7BC87359FE3D /* PoolManagerStateMachine.swift */, - EC468CB0A2393C33A9B1DECD /* PoolManagerStateMachine+PerPoolState.swift */, - E75A862D3437F6F22A2FB783 /* StreamLender.swift */, + 7AA6CF9509D2FB11F8945FD6 /* blinding.c */, + 2B56008972FEDB3CB5DA0964 /* internal.h */, + E1A0A36D60D43C5305C9F375 /* padding.c */, + B6DC06A97334183BFF715AA8 /* rsa_impl.c */, + 6F8DCDB0D571E99BA5598008 /* rsa.c */, ); - path = ConnectionPool; + path = rsa; sourceTree = ""; }; 851E1D5173821EF0E080F82B /* OnlyStructuredResources */ = { @@ -8546,15 +8530,22 @@ path = OnlyStructuredResources; sourceTree = ""; }; - 8525D2CE14A443960427A9A6 /* pkcs8 */ = { + 853A100A819880C7925D9823 /* bio */ = { isa = PBXGroup; children = ( - 419BED75CD6148C9E60C3D21 /* internal.h */, - AAF627B757D4EFF104C63B16 /* p5_pbev2.c */, - 0E75010AAAAEDD66ABB61EDC /* pkcs8_x509.c */, - 5ECBA28AF07315BDD28183D8 /* pkcs8.c */, + 0B081520B16CD0354122B570 /* bio_mem.c */, + 53EAC936BF6D5E6323B4DCF0 /* bio.c */, + 0AE8589E67D20D8444D0D271 /* connect.c */, + 5043F85AC80BFBD3C2DA3FE9 /* fd.c */, + BDDA92C487F8192CD82363F5 /* file.c */, + 88AFC6A0ED9607F71C8C72C6 /* hexdump.c */, + BCFDEA790147573A135C86AC /* internal.h */, + DB6F4201E05C9AD54D404524 /* pair.c */, + 6AB3710C06F9EC5EB21E8DF0 /* printf.c */, + 27E28931A1F8749FA68D3FEF /* socket_helper.c */, + 68AE4AC0AEF8246E65D76F9D /* socket.c */, ); - path = pkcs8; + path = bio; sourceTree = ""; }; 85E79D393BA3F6D9AE5545AD /* Lib */ = { @@ -8579,41 +8570,22 @@ path = AppClip; sourceTree = ""; }; - 868F11FB1897F3B66937469C /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl */ = { + 865801FE32351F16B97053A6 /* Logging */ = { isa = PBXGroup; children = ( - 4DD347EF80B1D524CA29F3B1 /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */, - 01290734A352822326458485 /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */, - F9B983B00D1DCF22AA9458A6 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */, - 5CEBD463FA232AA7FBA66CCD /* NIOSSL.rules_xcodeproj.swift.compile.params */, + AD64F5BF55AD4DB6F43B19B2 /* Locks.swift */, + 569B17BFDCAD955C71F5C5AF /* Logging.swift */, + FD6D79A87B9654668AFC4C80 /* LogHandler.swift */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; + path = Logging; sourceTree = ""; }; - 87668CA851761F5EA86BFE97 /* DequeModule */ = { + 869DB04924D27BA7381840D7 /* ecdh */ = { isa = PBXGroup; children = ( - BADFF00E208E008BAF56838C /* _DequeBuffer.swift */, - F3891B3745B26F3F4A5D4F6A /* _DequeBufferHeader.swift */, - 9744D60370512EFF84AFE0E6 /* _DequeSlot.swift */, - DAF56FD8311E07CF480A8EF0 /* _UnsafeWrappedBuffer.swift */, - 11E81E767467F00D3709F13B /* Compatibility.swift */, - EFC870878D4EC5F75448774D /* Deque._Storage.swift */, - 67D11E4120D5697494DA16A9 /* Deque._UnsafeHandle.swift */, - 8B3F497E01FC469BA5263A2F /* Deque.swift */, - 8A74B2F75F2394209852E09C /* Deque+Codable.swift */, - 8E7E69B528DEEE1579235A69 /* Deque+Collection.swift */, - D62C76AC55E240ECB85027CE /* Deque+CustomDebugStringConvertible.swift */, - 81697C05637C26DF001757B1 /* Deque+CustomReflectable.swift */, - 7AE93C89135E6F761E9ED671 /* Deque+CustomStringConvertible.swift */, - 97EB4A4EFDA051792D709A1A /* Deque+Equatable.swift */, - 1840CFD84D11B046B8E8FE98 /* Deque+ExpressibleByArrayLiteral.swift */, - F8216526B8EC994414B4F738 /* Deque+Extras.swift */, - 8AAC1525DB5993BA37D69E53 /* Deque+Hashable.swift */, - EDF1EFAE79269E78D057BEB2 /* Deque+Testing.swift */, - E56515B727C57802D240D247 /* UnsafeMutableBufferPointer+Utilities.swift */, + 3A458E16AA11650C4D7CFDD7 /* ecdh.c */, ); - path = DequeModule; + path = ecdh; sourceTree = ""; }; 8779A7072D8B7BFA67A8AA2A /* cc_lib_headers */ = { @@ -8624,26 +8596,6 @@ path = cc_lib_headers; sourceTree = ""; }; - 878A20691AF613EE9C37F7A7 /* digest_extra */ = { - isa = PBXGroup; - children = ( - 0C4BAEA14733C4E78A5F317F /* digest_extra.c */, - ); - path = digest_extra; - sourceTree = ""; - }; - 87A3F56A833BF21C5B87BF94 /* curve25519 */ = { - isa = PBXGroup; - children = ( - C4622B7072F087BEE2E0978D /* asm */, - 376C167F2B9F345FCD04A7DF /* curve25519_tables.h */, - AE5D6F1D215F065261EF773B /* curve25519.c */, - 5A913CC09371519AD43724AA /* internal.h */, - 167D8F55FF943122E0D73C93 /* spake25519.c */, - ); - path = curve25519; - sourceTree = ""; - }; 886D77225503D7EB282613B3 /* watchOSAppExtension */ = { isa = PBXGroup; children = ( @@ -8670,14 +8622,6 @@ path = SwiftUnitTests; sourceTree = ""; }; - 8916C9C5A045015582548742 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf */ = { - isa = PBXGroup; - children = ( - 6F883AC135946BD38DC08E4D /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf"; - sourceTree = ""; - }; 89187A5ADFA24D8F17DBAB6B /* iOSAppObjCUnitTests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -8686,6 +8630,64 @@ path = iOSAppObjCUnitTests.__internal__.__test_bundle; sourceTree = ""; }; + 891D4EB8AB7048B9F27CBDB7 /* NIOCore */ = { + isa = PBXGroup; + children = ( + C5B4331746DCBF17EF03B172 /* AsyncSequences */, + 1DA5DDA8C5D37155ED733A47 /* AddressedEnvelope.swift */, + DD9467EEA0FBBCD2098CE411 /* AsyncAwaitSupport.swift */, + 91C8644EE69DEA83EAEFDD5E /* AsyncAwaitSupport+OldXcodes.swift */, + C9101C4FBF006EB93FE9FC51 /* BSDSocketAPI.swift */, + CC7727FB7B452A52048FD6C5 /* ByteBuffer-aux.swift */, + F4B90B2C1FBF5B839DE4CC21 /* ByteBuffer-conversions.swift */, + 93FFD51AA1CAAB9AD66EDD6D /* ByteBuffer-core.swift */, + 8B36D7184C1A3F37C5560864 /* ByteBuffer-int.swift */, + 8F20456E6A2992D216FA6A93 /* ByteBuffer-lengthPrefix.swift */, + 06A1ACAD0FDBF535259E54E7 /* ByteBuffer-multi-int.swift */, + B947A2B341FDC1B9A1A1E0B3 /* ByteBuffer-views.swift */, + 4374894D94E157D84A9D8F04 /* Channel.swift */, + 6833BA1347B583B30430C9FC /* ChannelHandler.swift */, + 2E3E1A26424A289CC84F0410 /* ChannelHandlers.swift */, + 90A3D10AE56D23E58B964708 /* ChannelInvoker.swift */, + 7E56DA6B7384B84D65B3A7D2 /* ChannelOption.swift */, + BF6CDE57BA4F7C8D3641E775 /* ChannelPipeline.swift */, + 86A4EF63DEA5F1F9A3D198A1 /* CircularBuffer.swift */, + 9AD7F7B9DD1A2BB2FCBF9932 /* Codec.swift */, + 789B9FA825D2CA0541F18203 /* ConvenienceOptionSupport.swift */, + E5D2EF349D53AFC5973A4A54 /* DeadChannel.swift */, + C70F02C4CB927A333D1EEDD4 /* DispatchQueue+WithFuture.swift */, + ED846B8ABE722EF38B3AAB30 /* EventLoop.swift */, + A0B6F58EF05EFF2B7071E431 /* EventLoop+Deprecated.swift */, + D1B9D5FCE5F8F7695E33633F /* EventLoopFuture.swift */, + B34ECEE233178D8C02B3DFEB /* EventLoopFuture+Deprecated.swift */, + 865A036DD28576202FA76FC4 /* EventLoopFuture+WithEventLoop.swift */, + F96FDA3464B6F5981235EA0B /* FileDescriptor.swift */, + 1C34BA08B46E81215EE6A897 /* FileHandle.swift */, + D1A6AB91FB1059673951755A /* FileRegion.swift */, + 0CAFCB3D0C6BE99CF1AD41EB /* IntegerBitPacking.swift */, + 98FA8006C55116CC6C221289 /* IntegerTypes.swift */, + C330DEC6FB25DE66F7201A73 /* Interfaces.swift */, + 86FACBFEBFA6712C760DA851 /* IO.swift */, + 6315B8567F9178FD9D34C3A4 /* IOData.swift */, + E414C2F04FD481211CDF5A9E /* Linux.swift */, + E6175B9C8C2CB02F02FF5119 /* MarkedCircularBuffer.swift */, + B076F373E5F9F361FEEF6F77 /* MulticastChannel.swift */, + 6616472700E2D782DF2BF3E3 /* NIOAny.swift */, + 798417B7DD9D47FC217EC2F7 /* NIOCloseOnErrorHandler.swift */, + A1DC18C2C79793489C83A8AC /* NIOSendable.swift */, + 6130DD1F5F07E6A523B37A0D /* PointerHelpers.swift */, + CB96F4F930DA3E0446057A9F /* RecvByteBufferAllocator.swift */, + 2A70878FC7CB65E1A5712FB3 /* SingleStepByteToMessageDecoder.swift */, + 0EE5FDB70773CEFD8BDBAA83 /* SocketAddresses.swift */, + 540FAEB57484A2CDEC90F157 /* SocketOptionProvider.swift */, + 077A8DBDB4F3F2B6D91E4617 /* SystemCallHelpers.swift */, + EFBAB5A28F009C6550EF3163 /* TypeAssistedChannelHandler.swift */, + 6FC767BD9E654123E74A2B48 /* UniversalBootstrapSupport.swift */, + C9161A6236C42747ADDF3FA1 /* Utilities.swift */, + ); + path = NIOCore; + sourceTree = ""; + }; 891FF4EFB55BD0CCB8B61ED5 /* Products */ = { isa = PBXGroup; children = ( @@ -8799,14 +8801,6 @@ path = UIFramework.watchOS; sourceTree = ""; }; - 8936941832221F4E89A7F340 /* src */ = { - isa = PBXGroup; - children = ( - 953C1C9C823E714736AA79E0 /* _AtomicsShims.c */, - ); - path = src; - sourceTree = ""; - }; 893D0EFE376A2E25CD894E92 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -8823,13 +8817,12 @@ path = iMessageApp; sourceTree = ""; }; - 89C2B1133B358F7F36BCBD85 /* self_check */ = { + 895D0232DE8DC6F33F2749E0 /* testing */ = { isa = PBXGroup; children = ( - 66885D01B3CCA763D10DE03C /* fips.c */, - F24801C26C405A5C7BBE1B82 /* self_check.c */, + 9F2EC877F286A3A415B954D7 /* DefaultTestBundle.plist */, ); - path = self_check; + path = testing; sourceTree = ""; }; 89C7ABFC37D464F46E8F02B1 /* rules_xcodeproj */ = { @@ -8840,20 +8833,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 8A234C6173F2A2BD692B259D /* autogenerated */ = { - isa = PBXGroup; - children = ( - 6901BA9D1575B13A115EC735 /* AtomicBool.swift */, - 18B964A6DD627D174EF45855 /* AtomicLazyReference.swift */, - 2166D5A80B578C1AE9759959 /* HighLevelTypes.swift */, - 83DEA8749719CCAFF5790381 /* IntegerConformances.swift */, - 8B00CCC15AA2812797D0901E /* PointerConformances.swift */, - E5CC3D4EAD27529D76AD9700 /* Primitives.native.swift */, - BB320DEA7499132E8169735B /* Primitives.shims.swift */, - ); - path = autogenerated; - sourceTree = ""; - }; 8A8C9E6C58607E548BE52276 /* Test */ = { isa = PBXGroup; children = ( @@ -8863,21 +8842,20 @@ path = Test; sourceTree = ""; }; - 8AE2C8D15BA2B7C2CD647998 /* _NIODataStructures */ = { + 8B00B400AF77DDBF7C63540F /* iOSApp */ = { isa = PBXGroup; children = ( - 26E8D73DA19043B37EDA9D43 /* Heap.swift */, - 3EE3C4883930DB492F17468E /* PriorityQueue.swift */, + 0F5918D965AC1219393DFC99 /* Test */, ); - path = _NIODataStructures; + path = iOSApp; sourceTree = ""; }; - 8B00B400AF77DDBF7C63540F /* iOSApp */ = { + 8B232F2004D99140FE5C1AFF /* asm */ = { isa = PBXGroup; children = ( - 0F5918D965AC1219393DFC99 /* Test */, + 8EAC582D26998964397C385E /* poly_rq_mul.S */, ); - path = iOSApp; + path = asm; sourceTree = ""; }; 8B3F4FE27367C0A250B04A91 /* CONFIGURATION-STABLE-29 */ = { @@ -8896,6 +8874,14 @@ path = tvOSApp; sourceTree = ""; }; + 8B837508FDE98C7313FB3283 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections */ = { + isa = PBXGroup; + children = ( + 680563DA6998B9637F351557 /* DequeModule.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + sourceTree = ""; + }; 8BD625A85021B1D0E14A4D0A /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -8953,14 +8939,6 @@ path = UI; sourceTree = ""; }; - 8D360BA2310D203CD6BFC12A /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras */ = { - isa = PBXGroup; - children = ( - E9BE3637B1EB53AF032EF0A4 /* Sources */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras"; - sourceTree = ""; - }; 8D551B141C0C2CE06DF6E85B /* swift_c_module */ = { isa = PBXGroup; children = ( @@ -8994,6 +8972,14 @@ path = watchOSApp; sourceTree = ""; }; + 8EC2B0DD0480770AB909A5CE /* Sources */ = { + isa = PBXGroup; + children = ( + 661678022BC73FC597F64940 /* SwiftProtobuf */, + ); + path = Sources; + sourceTree = ""; + }; 8F058AF36EC2C6BEE625B2AC /* Test */ = { isa = PBXGroup; children = ( @@ -9002,6 +8988,14 @@ path = Test; sourceTree = ""; }; + 8F3D9A66DB1F5A50A435539C /* apple */ = { + isa = PBXGroup; + children = ( + 895D0232DE8DC6F33F2749E0 /* testing */, + ); + path = apple; + sourceTree = ""; + }; 8F67320A0D35A02DD1678E3E /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -9035,16 +9029,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 90F9023FB6DDD933249B15B5 /* Logging */ = { - isa = PBXGroup; - children = ( - B4B1BB8B0CE2D99F6AF54352 /* Locks.swift */, - 039CE991B8C71B9C404CFB0F /* Logging.swift */, - 76516D548659926F6F74055C /* LogHandler.swift */, - ); - path = Logging; - sourceTree = ""; - }; 91AB70D57DFB6E015A958B71 /* iOS */ = { isa = PBXGroup; children = ( @@ -9112,6 +9096,20 @@ path = rules_xcodeproj; sourceTree = ""; }; + 93C7B16E7AD41C28DFB6C2BC /* FrameSendingStates */ = { + isa = PBXGroup; + children = ( + 3AD256B3DA3AE915F7F92F15 /* MaySendFrames.swift */, + 78DB6DDEBCD4D2015115E12D /* SendingDataState.swift */, + D76B08FA5A3912B6E6053DB4 /* SendingGoawayState.swift */, + 357578B7685705A0FEB04AF7 /* SendingHeadersState.swift */, + 93EA66050028F224FBA7232E /* SendingPushPromiseState.swift */, + F5D818DF15E6F78575A17E2D /* SendingRstStreamState.swift */, + 98F7BCECC33EA888796E07C5 /* SendingWindowUpdateState.swift */, + ); + path = FrameSendingStates; + sourceTree = ""; + }; 93CB77883F718F7E96BC27C8 /* Test */ = { isa = PBXGroup; children = ( @@ -9146,21 +9144,13 @@ path = swift_c_module; sourceTree = ""; }; - 9496F55B2F442734EE18DACB /* asm */ = { - isa = PBXGroup; - children = ( - 855A5929B88DD206CE2E6562 /* poly_rq_mul.S */, - ); - path = asm; - sourceTree = ""; - }; - 954D280AAFF7E0A7DE3C9D43 /* include */ = { + 94C79A7294A2E85559932EDD /* ecdsa */ = { isa = PBXGroup; children = ( - D258337C09BED30A58570B8F /* c_nio_llhttp.h */, - 248E0111D46AE1DA84DD21FC /* CNIOLLHTTP.h */, + 5595461832140F64007C9300 /* ecdsa.c */, + BE4520287984C33A839D61AA /* internal.h */, ); - path = include; + path = ecdsa; sourceTree = ""; }; 9567B0A3732E9B2BD16BD941 /* watchOSAppExtension */ = { @@ -9174,6 +9164,14 @@ path = watchOSAppExtension; sourceTree = ""; }; + 9584091F8D8605B371AB25FC /* stack */ = { + isa = PBXGroup; + children = ( + 2844E8CDDC60768112E2E0C0 /* stack.c */, + ); + path = stack; + sourceTree = ""; + }; 95AEE2AFAF290BC5D6808559 /* tool */ = { isa = PBXGroup; children = ( @@ -9183,6 +9181,17 @@ path = tool; sourceTree = ""; }; + 95BE52F9AF3DDA588C1E942B /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl */ = { + isa = PBXGroup; + children = ( + 86E26CEC7B67D49E49C1DD6A /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */, + 57E06CAC99F98308ACD373C5 /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */, + 7C44B07A94239472AC0A98F1 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */, + 715E37D8292390863F31E406 /* NIOSSL.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + sourceTree = ""; + }; 95C2E7224573D4AAAC6943CE /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -9191,6 +9200,18 @@ path = rules_xcodeproj; sourceTree = ""; }; + 966626C92FAA6C59F5D94C65 /* CallHandlers */ = { + isa = PBXGroup; + children = ( + F6DEAF9C100A1E9DA5965A1A /* BidirectionalStreamingServerHandler.swift */, + B223E2FBAAA477C40C821A3A /* ClientStreamingServerHandler.swift */, + DCDDF9763503B69BF8B2682A /* ServerHandlerProtocol.swift */, + 84CCCD1BD615839DE1E7B6AB /* ServerStreamingServerHandler.swift */, + 0B7BB4620249D5339B90FA88 /* UnaryServerHandler.swift */, + ); + path = CallHandlers; + sourceTree = ""; + }; 96C41752CB488EDAE86B434B /* UITests */ = { isa = PBXGroup; children = ( @@ -9208,38 +9229,6 @@ path = dist; sourceTree = ""; }; - 9714AC6765C1D1ED023462C9 /* NIOSSL */ = { - isa = PBXGroup; - children = ( - BBF72708B5712CF4440000ED /* SwiftCrypto */, - BEB1366CC97F5EC7C22A6659 /* ByteBufferBIO.swift */, - 5789C871B007D6E3459D423E /* CustomPrivateKey.swift */, - A1E05831724F8786D80E253D /* IdentityVerification.swift */, - 1522506DC313B51576C12082 /* LinuxCABundle.swift */, - 19788A309B17BEF42FF4CAC9 /* NIOSSLClientHandler.swift */, - CF3406355905E5DBF2E87FC2 /* NIOSSLHandler.swift */, - 30ADFA5B71650ABAFA962F8E /* NIOSSLServerHandler.swift */, - 35D1C0BC1B88795EDD66BEDE /* ObjectIdentifier.swift */, - A389B1159751424696D91E25 /* PosixPort.swift */, - 7F0DF872013E3CDB5E4553BB /* SecurityFrameworkCertificateVerification.swift */, - E4405234DDD8197F54C0FDEF /* SSLCallbacks.swift */, - A8BF01BA2C08E9C9205FF4E6 /* SSLCertificate.swift */, - 24CC8DD09845F05268509141 /* SSLCertificateExtensions.swift */, - E9078E0023A63AFCF3A20BC0 /* SSLConnection.swift */, - 69A2A093CA7D5EB1B5831D25 /* SSLContext.swift */, - 4551F906E879490D7C15B54D /* SSLErrors.swift */, - 3F53ABBA724B26DEB08D719A /* SSLInit.swift */, - 9C1B7BF6BF3A2048E9521B0A /* SSLPKCS12Bundle.swift */, - BB940170749F990BFA2D79D8 /* SSLPrivateKey.swift */, - 21A9403407E7EEDE6BE42FF8 /* SSLPublicKey.swift */, - C5A256A2B506413797EACF47 /* String+unsafeUninitializedCapacity.swift */, - 3E38F4C7F429EAB1D2C7764C /* SubjectAlternativeName.swift */, - AEBF866A7D610DD62BCC6330 /* TLSConfiguration.swift */, - 000C47F36886FBF5843070A3 /* UniversalBootstrapSupport.swift */, - ); - path = NIOSSL; - sourceTree = ""; - }; 974C20D83FEC08A23985759C /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -9267,48 +9256,6 @@ path = person_proto.protoc_gen_pb_swift; sourceTree = ""; }; - 9892D7C531D06DB63AF9C267 /* NIOHTTP2 */ = { - isa = PBXGroup; - children = ( - 2219026941B72DB93A65AD71 /* ConnectionStateMachine */, - 8334206BC9A0B3220F197241 /* Frame Buffers */, - 2ABA6A57AFB5977CB75DBCF3 /* ContentLengthVerifier.swift */, - 9CC31A60C4C577FFDB3F2672 /* DOSHeuristics.swift */, - 1A71982D01828FFCA2348431 /* HPACKHeaders+Validation.swift */, - 3A595EF306A9D22CAF39A398 /* HTTP2ChannelHandler.swift */, - 93B9668F7C4070F5D94CFF92 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift */, - 041E6AF2DBFD1C01E1D41778 /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift */, - 0C1B4375D92A18503ABE610F /* HTTP2CommonInboundStreamMultiplexer.swift */, - 9CD6989773E7D5249CF9EF97 /* HTTP2ConnectionStateChange.swift */, - 24BA3882DBA346EC98972CC0 /* HTTP2Error.swift */, - 8D2020172F3B267F2BE4F246 /* HTTP2ErrorCode.swift */, - 79F17C6BC437D520D1368B59 /* HTTP2FlowControlWindow.swift */, - 23044741B95064C6C33D475B /* HTTP2Frame.swift */, - 75167DD5E1A5B4C2A61C6617 /* HTTP2FrameEncoder.swift */, - 5046DC4D17F93D06A2B2D876 /* HTTP2FrameParser.swift */, - 6C1EDE9C8C26DA66A62A8776 /* HTTP2PingData.swift */, - EF813FD708F5D9E9B70B6A96 /* HTTP2PipelineHelpers.swift */, - 7829755D5F4D642251067F03 /* HTTP2Settings.swift */, - FE98CFD92A5F44B2BE1BA4DC /* HTTP2Stream.swift */, - A6D052F85F0EAC2070BFD4C2 /* HTTP2StreamChannel.swift */, - C0E6BA06FFD99D6448AD70BA /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift */, - B596A4F29DB50E7385FC7AE7 /* HTTP2StreamDelegate.swift */, - B248998FC015F8E159F48A95 /* HTTP2StreamID.swift */, - 3FBBFB11B5E0BE1A85775AE8 /* HTTP2StreamMultiplexer.swift */, - B1EB97B352CF9ABFEB081EE2 /* HTTP2ToHTTP1Codec.swift */, - F608E444EB3A6FD0AEADDF8A /* HTTP2UserEvents.swift */, - AE0FC9AF00BD74E92A4B6BE6 /* InboundEventBuffer.swift */, - C52CCCC49D2701D01E8DCFBD /* InboundWindowManager.swift */, - 46226A78C5554AAA71C8770F /* MultiplexerAbstractChannel.swift */, - 248E82DE8E79D9400D8FCF6F /* StreamChannelFlowController.swift */, - 3E6CA4CA56B68583EA2CD903 /* StreamChannelList.swift */, - 4127423E61FEAF0FE805A0C1 /* StreamMap.swift */, - 728F3D6F2A37CCC8BA2A85F5 /* StreamStateMachine.swift */, - 3C6949D8A289D41B3E16215D /* WatermarkedFlowController.swift */, - ); - path = NIOHTTP2; - sourceTree = ""; - }; 989A609A3AE76384F1C2C27A /* echo_server.merged_infoplist-intermediates */ = { isa = PBXGroup; children = ( @@ -9328,6 +9275,14 @@ path = TestingUtils; sourceTree = ""; }; + 9908A12FCCAB37B81BC2C120 /* rc4 */ = { + isa = PBXGroup; + children = ( + EDF45BDC192449067B6A1F10 /* rc4.c */, + ); + path = rc4; + sourceTree = ""; + }; 990C36FBFED298B0C47BE75A /* Utils */ = { isa = PBXGroup; children = ( @@ -9385,57 +9340,36 @@ path = CoreUtilsObjC; sourceTree = ""; }; - 9B4D89B3D9223562F9D0A926 /* Utils */ = { - isa = PBXGroup; - children = ( - E247F038B357D8A906D54642 /* Utils.rules_xcodeproj.c.compile.params */, - ); - path = Utils; - sourceTree = ""; - }; - 9BDBEAECCC58E25CD1FE3595 /* fiat */ = { + 9B3C2147EA898BAE450F3CE4 /* hpke */ = { isa = PBXGroup; children = ( - 86245B47169CA703C590096E /* curve25519_32.h */, - 1D617D9E966EBC08B1B64D56 /* curve25519_64.h */, - 3CFBA37FA764F1D1BACE0957 /* p256_32.h */, - 9CBE6B31D6BB212E4654C103 /* p256_64.h */, + A6459E6B1B3ED825381FEAB0 /* hpke.c */, ); - path = fiat; + path = hpke; sourceTree = ""; }; - 9BE17FB97B159F7F27038DF6 /* bio */ = { + 9B4D89B3D9223562F9D0A926 /* Utils */ = { isa = PBXGroup; children = ( - 4E8B995047606BFA1A0F0732 /* bio_mem.c */, - D0867897EC5CD638A5BD58A0 /* bio.c */, - 0A51D71E6EA19C63C02BF43C /* connect.c */, - 60FE42627457A8A342F8D595 /* fd.c */, - D5CFE2ED4EBF17CDB24A5B6B /* file.c */, - B0FE7D9B955D503625038C97 /* hexdump.c */, - FC8F988872385150B3FBB8EA /* internal.h */, - 5D1FB55595EB28C4C4DBACE5 /* pair.c */, - 4E32DDA7EB6C031125E01B51 /* printf.c */, - 2160E44C486CEF5CB53D00AA /* socket_helper.c */, - A74DCA58D06D65428AC575C1 /* socket.c */, + E247F038B357D8A906D54642 /* Utils.rules_xcodeproj.c.compile.params */, ); - path = bio; + path = Utils; sourceTree = ""; }; - 9C3F1A012DD6A11865058A1E /* digestsign */ = { + 9C50FAC4139CED86260134A7 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( - 4FE65486B9E94817947D60BC /* digestsign.c */, + 228A0A6772F2072D10C23BE2 /* watchOSAppExtension */, ); - path = digestsign; + path = rules_xcodeproj; sourceTree = ""; }; - 9C50FAC4139CED86260134A7 /* rules_xcodeproj */ = { + 9C5B658DF6ED64E0E571C149 /* include */ = { isa = PBXGroup; children = ( - 228A0A6772F2072D10C23BE2 /* watchOSAppExtension */, + FBFA01897E5B5E4CB994E4C1 /* _AtomicsShims.h */, ); - path = rules_xcodeproj; + path = include; sourceTree = ""; }; 9D534B8E5A6FD4616F1F21AF /* dynamic */ = { @@ -9467,25 +9401,6 @@ path = bin; sourceTree = ""; }; - 9DB0E9932E8CB2B73579376C /* NIOExtras */ = { - isa = PBXGroup; - children = ( - 7DBF80AC7647A05837201D49 /* DebugInboundEventsHandler.swift */, - D7FB9EA0BA873B42FC4D5E0E /* DebugOutboundEventsHandler.swift */, - EB61F84289BCAAEAAE9B0BB3 /* FixedLengthFrameDecoder.swift */, - 5B54EDCD18CD4835A57B56C8 /* JSONRPCFraming.swift */, - 2413A9BE13434D1A2A71604D /* JSONRPCFraming+ContentLengthHeader.swift */, - EAB76DF409A02B75FC375D08 /* LengthFieldBasedFrameDecoder.swift */, - 93B4FB0FF8CE28C2EA0A6BCF /* LengthFieldPrepender.swift */, - 886107CF103F370A50C56209 /* LineBasedFrameDecoder.swift */, - 036F830CD270ABB3E34518B1 /* NIOExtrasError.swift */, - EAAAA16E4BFBAABAFFFF275C /* QuiescingHelper.swift */, - E8B8C0F482C74C0E7FC42833 /* RequestResponseHandler.swift */, - 8B04A84884E3E74CA5576431 /* WritePCAPHandler.swift */, - ); - path = NIOExtras; - sourceTree = ""; - }; 9E2F99E4E76C86AC5B4585D5 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -9516,6 +9431,14 @@ path = Proto; sourceTree = ""; }; + 9EC47BFD1304F97AE5C55689 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services */ = { + isa = PBXGroup; + children = ( + 717EF3FCD243A52E5B6E2F75 /* NIOTransportServices.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services"; + sourceTree = ""; + }; 9EE5CB9D89E93144981A7096 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -9536,6 +9459,14 @@ path = Lib; sourceTree = ""; }; + 9F0C2299D4B8553AEEBD30A4 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras */ = { + isa = PBXGroup; + children = ( + CC409DF7D44514F783BE7C4E /* NIOExtras.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras"; + sourceTree = ""; + }; 9F29648A29A29FA497771C68 /* UnitTests */ = { isa = PBXGroup; children = ( @@ -9545,6 +9476,14 @@ path = UnitTests; sourceTree = ""; }; + 9F75A80D458B2ABC062F004E /* include */ = { + isa = PBXGroup; + children = ( + 260A43178F57DD1F7BF8DABA /* CNIODarwin.h */, + ); + path = include; + sourceTree = ""; + }; 9FD8B86EC03BF0286ADF4842 /* Tests */ = { isa = PBXGroup; children = ( @@ -9585,37 +9524,30 @@ tabWidth = 2; usesTabs = 1; }; - A00A720F4621ECF4D1774F33 /* Interceptor */ = { + A0121AC9F8E23AA75F1F1C96 /* CNIODarwin */ = { isa = PBXGroup; children = ( - 1C11AEE00A2CCFC97F9DE52D /* ClientInterceptorContext.swift */, - 333355479546D3B7D02E8AFD /* ClientInterceptorPipeline.swift */, - A64B4848D1BB217589E0166D /* ClientInterceptorProtocol.swift */, - C901713544ECC7FA02B087B3 /* ClientInterceptors.swift */, - EF889E49ABC7D536873E30B4 /* ClientTransport.swift */, - 21467F09E41BD942DBDA5302 /* ClientTransportFactory.swift */, - 45CDB986862FA63550CCAF73 /* MessageParts.swift */, - 646CE62C0B1E621EA5580CB1 /* ServerInterceptorContext.swift */, - 338BC059D197D8778EB9FB94 /* ServerInterceptorPipeline.swift */, - D6E5FA5C26BEB9F12D9A10F7 /* ServerInterceptors.swift */, + 9F75A80D458B2ABC062F004E /* include */, + 68A4419A659B1CDF3E79BAD6 /* shim.c */, ); - path = Interceptor; + path = CNIODarwin; sourceTree = ""; }; - A00CCFCF5A6193DB4E1CF7D4 /* siphash */ = { + A08CC00F18CA706185738FFE /* ExampleResources-intermediates */ = { isa = PBXGroup; children = ( - 3BA17C580DF06316DD7EAECF /* siphash.c */, + 3190673BC6BF9B3330F9F828 /* ExampleResources.bundle */, ); - path = siphash; + path = "ExampleResources-intermediates"; sourceTree = ""; }; - A08CC00F18CA706185738FFE /* ExampleResources-intermediates */ = { + A0DB6F7F3F5EE576EC7107F2 /* self_check */ = { isa = PBXGroup; children = ( - 3190673BC6BF9B3330F9F828 /* ExampleResources.bundle */, + 84760E75EEBDC2C02C1F0B03 /* fips.c */, + 39526BD39BDD40C06E3B22FF /* self_check.c */, ); - path = "ExampleResources-intermediates"; + path = self_check; sourceTree = ""; }; A102EC1786638444765758AD /* WidgetExtension */ = { @@ -9628,19 +9560,6 @@ path = WidgetExtension; sourceTree = ""; }; - A11E508E0EA2A3285854601E /* bytestring */ = { - isa = PBXGroup; - children = ( - 5049C25AE931C6ED448C8F10 /* asn1_compat.c */, - EE1E3705812F4B038FC2EBF6 /* ber.c */, - FE60BB9A6B7A240C506B645F /* cbb.c */, - 6412DDADEF716C7D25C01C2E /* cbs.c */, - A071747EBDC6D5E55088CFAC /* internal.h */, - 929A1FCA8C5DABBB0E7EBD17 /* unicode.c */, - ); - path = bytestring; - sourceTree = ""; - }; A1F124BCF2247DD110DCEA04 /* tvOSAppUITests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -9649,15 +9568,6 @@ path = tvOSAppUITests.__internal__.__test_bundle; sourceTree = ""; }; - A2A67DD64C896083D97E9A83 /* rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift */ = { - isa = PBXGroup; - children = ( - 3F33B2AFCEB5C3FA1211B7A2 /* CGRPCZlib.rules_xcodeproj.c.compile.params */, - 017B8FF50ED9BDD8CEA393F3 /* GRPC.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; - sourceTree = ""; - }; A2E7BD24E97F556FFD7B5C69 /* UI */ = { isa = PBXGroup; children = ( @@ -9713,6 +9623,18 @@ path = ExampleResources; sourceTree = ""; }; + A448F436607ABCE258592C24 /* poly1305 */ = { + isa = PBXGroup; + children = ( + 356EFFA1F431B8B27F90DB95 /* internal.h */, + FB80AF8CEC126512DD043B20 /* poly1305_arm_asm.S */, + 926A8954E71AEA7712D6F1BC /* poly1305_arm.c */, + 2433D844C2DD7F7A3EB9D0FA /* poly1305_vec.c */, + 48E8D92291514120D1557752 /* poly1305.c */, + ); + path = poly1305; + sourceTree = ""; + }; A503785EA229EC3D47F5956B /* iMessageApp */ = { isa = PBXGroup; children = ( @@ -9793,6 +9715,14 @@ path = UIFramework.tvOS; sourceTree = ""; }; + A66B3EA30E10B562396FA709 /* asm */ = { + isa = PBXGroup; + children = ( + F6C8D0524F52FE8CBBCC4DEB /* x86_64-gcc.c */, + ); + path = asm; + sourceTree = ""; + }; A6818DC97AFD203B093B2D22 /* CONFIGURATION-STABLE-20 */ = { isa = PBXGroup; children = ( @@ -9825,21 +9755,21 @@ path = rules_xcodeproj; sourceTree = ""; }; - A777BC4247BEA3DF387A7467 /* ClientCalls */ = { + A6F677CE8B77B05829F69A40 /* include */ = { isa = PBXGroup; children = ( - 5C9DF5CD8750B5BC01C05BE2 /* BidirectionalStreamingCall.swift */, - D410982ADDD7C4913C65047D /* Call.swift */, - 01676F58AA3E7AD64CC65A3F /* CallDetails.swift */, - DB64C33EA7A5CED2035C5BC4 /* ClientCall.swift */, - 31D43AFC615F9183EC1A8AF1 /* ClientStreamingCall.swift */, - E31A3E864CC10AB3981C36D8 /* LazyEventLoopPromise.swift */, - 2065088482801088EA0748BA /* ResponseContainers.swift */, - 4C2C839293090B922278E3D4 /* ResponsePartContainer.swift */, - 1209C8798E65B3DC9E70B32C /* ServerStreamingCall.swift */, - 162F17C31A9E7B559790CF64 /* UnaryCall.swift */, + 19BCAE129440D84C36262162 /* CNIOWindows.h */, ); - path = ClientCalls; + path = include; + sourceTree = ""; + }; + A72BC7B06DFEE17457AD1159 /* rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift */ = { + isa = PBXGroup; + children = ( + 9A8DCB290F58E560C9DDEDC6 /* CGRPCZlib.rules_xcodeproj.c.compile.params */, + C77A8BA2EB2C9014B3BA4A28 /* GRPC.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; sourceTree = ""; }; A7A4770C2BC6438E5B37F81F /* ExampleNestedResources-intermediates */ = { @@ -9866,13 +9796,12 @@ path = "CONFIGURATION-STABLE-3"; sourceTree = ""; }; - A913C409AECC291C9072E956 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics */ = { + A932A163338E26851A1C85E5 /* cmac */ = { isa = PBXGroup; children = ( - 864BEB4CE447F5C22C59A6D7 /* _AtomicsShims.rules_xcodeproj.c.compile.params */, - CFB3D363BAD7A5C72B81DABB /* Atomics.rules_xcodeproj.swift.compile.params */, + 6EBCA421A0235CBAC10725E3 /* cmac.c */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; + path = cmac; sourceTree = ""; }; A95981A4D6E1350F7793366E /* bin */ = { @@ -9901,6 +9830,89 @@ path = UIFramework.iOS; sourceTree = ""; }; + AA984A3468B164CF37E924E0 /* GRPC */ = { + isa = PBXGroup; + children = ( + 25ACB3A5B31E6B79550F9BB5 /* AsyncAwaitSupport */, + 966626C92FAA6C59F5D94C65 /* CallHandlers */, + 6EA24E80A73EA417DC607199 /* ClientCalls */, + D3063BB23635EFC1CAC42228 /* Compression */, + 64F1CDDA66057F3A946DB8E6 /* ConnectionPool */, + E8579E0440F09772A2A80A7F /* GRPCChannel */, + E9E0CDE5731E31B8628C5BB3 /* Interceptor */, + EAF5B11CCBA48CED26AFB837 /* ServerCallContexts */, + 2B278914F200B843430CE138 /* _EmbeddedThroughput.swift */, + 9012DCD5AA5D19E50569BF79 /* _FakeResponseStream.swift */, + 77BEEA6B2A5333FE0291540C /* _GRPCClientCodecHandler.swift */, + D906C58759C3C4B4F0D40BAC /* _MessageContext.swift */, + D914959FDEBE31A2D78C71FB /* Array+BoundsCheck.swift */, + C4CFF0EEBB41D9069327E294 /* CallOptions.swift */, + 755AF860831F17E695DF8A2D /* ClientConnection.swift */, + B3AD95F2FA90D3404D2D8594 /* ClientConnectionConfiguration+NIOSSL.swift */, + 08EA1B4E924A48BBB76890D1 /* ClientErrorDelegate.swift */, + 18B221672DF3AE3E4098B2B1 /* CoalescingLengthPrefixedMessageWriter.swift */, + F3479CC0590638C7C6C36A2C /* ConnectionBackoff.swift */, + 5124AEB58D311A2929E1F768 /* ConnectionKeepalive.swift */, + 47C760636AA3AB07D56E9E22 /* ConnectionManager.swift */, + 07059321E75A9D96D08361C0 /* ConnectionManager+Delegates.swift */, + DE44D5867A3C0B4F5A36D0FF /* ConnectionManagerChannelProvider.swift */, + 0D38AE25C0C26C149CB1A8A3 /* ConnectivityState.swift */, + E1EABC9DAA56E88B898835A9 /* DebugOnly.swift */, + 0C267460DF2525DA7CBB6BB6 /* DelegatingErrorHandler.swift */, + F36B69911453EC70D226CFAD /* Error+NIOSSL.swift */, + 87488F6F0B57A13C1BBEEB2D /* EventLoopFuture+RecoverFromUncleanShutdown.swift */, + 3818859042ACA33A1456BEFE /* FakeChannel.swift */, + 68F86E3F0DD87F7BB52FF745 /* GRPCClient.swift */, + ECFC680681572B405863B82C /* GRPCClientChannelHandler.swift */, + D79B82CDC735E21C1B2DFCAC /* GRPCClientStateMachine.swift */, + 9D713363C7FA7CD7A70D0922 /* GRPCContentType.swift */, + A278B315C70E54E54A77083A /* GRPCError.swift */, + 44853D6A879F08A215398B7E /* GRPCHeaderName.swift */, + 1A8234C0895B871E56323AF0 /* GRPCIdleHandler.swift */, + 9EF63E35F8FCFC29348B3127 /* GRPCIdleHandlerStateMachine.swift */, + 42D56A1CF21B3BD60B21E81A /* GRPCKeepaliveHandlers.swift */, + 3289A76E2EB7A4E98955B379 /* GRPCLogger.swift */, + 20C902430A70D434A4F2E0D0 /* GRPCPayload.swift */, + 75C5B7EB03EBB13D1C912319 /* GRPCServerPipelineConfigurator.swift */, + AA0CA78E3AB94038C90378E8 /* GRPCServerRequestRoutingHandler.swift */, + F608A97966EA48CF4A187797 /* GRPCServiceDescription.swift */, + 182788B2421CA7AB73491BDD /* GRPCStatus.swift */, + ACAD170769553339AF355537 /* GRPCStatusAndMetadata.swift */, + 40F42E9CCAD7091522513B15 /* GRPCStatusMessageMarshaller.swift */, + AFD8B369A6FCEFA0E89A1ACD /* GRPCTimeout.swift */, + 39932390B521A094C42CA110 /* GRPCTLSConfiguration.swift */, + 5A10786AB5C53228CE5E541B /* GRPCWebToHTTP2ServerCodec.swift */, + 60D07AEEB963E2090832D31C /* HTTP2ToRawGRPCServerCodec.swift */, + AC4ABB170448005330082855 /* HTTP2ToRawGRPCStateMachine.swift */, + 787D7A0101A6C5776835BD6C /* InterceptorContextList.swift */, + 6D5459587371DF738A34DDE6 /* LengthPrefixedMessageReader.swift */, + B4920A1CE8D055DB060BF1E6 /* Logger.swift */, + BB527071C88DDD6B3645E0E6 /* LoggingServerErrorDelegate.swift */, + D1077051AA481DCA1E1E6A8C /* MessageEncodingHeaderValidator.swift */, + E5859F7EFB9FC873E6732EEA /* PlatformSupport.swift */, + DC054C6C5D8FBB807A752C8E /* ReadWriteStates.swift */, + 1202C1DA99D1DEFC58CA02B2 /* Ref.swift */, + 6CBEDF397F7065072BA84EFB /* Serialization.swift */, + 71C9E313F2392C7658D878F1 /* Server.swift */, + 8DDD2AB38EE00F6E50391A97 /* Server+NIOSSL.swift */, + F8BC314FBDCB6486907C32B5 /* ServerBuilder.swift */, + 073F100461D8E5F422B74EE8 /* ServerBuilder+NIOSSL.swift */, + 1BB5139F3D4C7E10904C7682 /* ServerChannelErrorHandler.swift */, + 8518FEFEC56D85E78A91C353 /* ServerErrorDelegate.swift */, + 6E5B7C9DA48D3DC8982BFF18 /* ServerErrorProcessor.swift */, + E6EAADE8BD5FDA648564C8D8 /* Stopwatch.swift */, + 7F7B0151CDC05B5145D8E40D /* StreamEvent.swift */, + 971AD03DC79F446AA2D1B9DA /* TimeLimit.swift */, + 4913AFB094348C60F2E87616 /* TLSVerificationHandler.swift */, + 89A4ABDACBF89D03B7B3AAD5 /* TLSVersion.swift */, + B92C23EB965BE2629329C916 /* UserInfo.swift */, + 5C9A14F083276C4B465E9A7C /* Version.swift */, + 666661EE34ECA08FCB096066 /* WebCORSHandler.swift */, + 1174B01379930AE1C2EF7BDF /* WriteCapturingHandler.swift */, + ); + path = GRPC; + sourceTree = ""; + }; AC089140B3FBCF7A5DF03EE4 /* dist */ = { isa = PBXGroup; children = ( @@ -9909,13 +9921,12 @@ path = dist; sourceTree = ""; }; - ACB2AE974B6A9C3EA642270B /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 */ = { + AC2E1B2FB7E524D948BD49D0 /* include */ = { isa = PBXGroup; children = ( - E4C962176D8BB567C5922F42 /* NIOHPACK.rules_xcodeproj.swift.compile.params */, - 74C8696C2C608811918AB109 /* NIOHTTP2.rules_xcodeproj.swift.compile.params */, + A2A037C3C2A002AA007A6816 /* CNIOBoringSSLShims.h */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; + path = include; sourceTree = ""; }; ACC02B8E5534AA5129C762E8 /* iOSAppUITestSuite.__internal__.__test_bundle */ = { @@ -9934,6 +9945,42 @@ path = tvOS; sourceTree = ""; }; + AD3A71E7BBD1643628A9313B /* asn1 */ = { + isa = PBXGroup; + children = ( + ED04CD7F755E63F979648DEB /* a_bitstr.c */, + 13F94A6D8BA0E9187C89E84C /* a_bool.c */, + A2D22A6041364044D4AD211D /* a_d2i_fp.c */, + 1F63EA1C6DA0CA358262D431 /* a_dup.c */, + A29A9566557FD04352CE924B /* a_gentm.c */, + 009D077D2A5558C322DC2E37 /* a_i2d_fp.c */, + C868859C633CE0AAB8DFFA2C /* a_int.c */, + 0AE0EC5D011293DC7008C809 /* a_mbstr.c */, + 4A790BE3F6570CBB49863869 /* a_object.c */, + 0C4CA38C11E9EF3EAAE43571 /* a_octet.c */, + 85B433C345A69588AF5F17AE /* a_print.c */, + 4431B9B7B6BBDC7433AB2AFD /* a_strex.c */, + DEC85CE3DAA1352D27CC5131 /* a_strnid.c */, + 3C8327E91278007AA48681D2 /* a_time.c */, + 688201C924E24042A756C796 /* a_type.c */, + 67F1E8F7F5DFBC8B1BE19059 /* a_utctm.c */, + 5173D27244BE9DB5896A0C9A /* asn_pack.c */, + 95705D31A7D249C5098169E8 /* asn1_lib.c */, + CEE139E52CDB7972E4C5C25A /* asn1_par.c */, + 262568D2DCD6F4772FEAF34E /* f_int.c */, + AE83E7E562B8FE7CF67F3BBC /* f_string.c */, + E83D4ED3F89591535C137410 /* internal.h */, + FF35B29BD926ABD834C019BF /* posix_time.c */, + EE1532FF50F5D82FD174FE5E /* tasn_dec.c */, + 9CA859A95AFAAA913782E6E5 /* tasn_enc.c */, + 9CBC89DE09262A7A4C43E11C /* tasn_fre.c */, + 613A78831E3738E592F0229B /* tasn_new.c */, + F691C905AD74ACC802919CE4 /* tasn_typ.c */, + 02E80E4E0BDAC44C0FE931A3 /* tasn_utl.c */, + ); + path = asn1; + sourceTree = ""; + }; AD49FF817377D24E2648C463 /* ios-arm64_armv7 */ = { isa = PBXGroup; children = ( @@ -9959,13 +10006,20 @@ path = SwiftUnitTests; sourceTree = ""; }; - AF420326AFC8ADDA979353AC /* rules_apple~3.0.0 */ = { + AEDA149203A31E6A757D262F /* siphash */ = { + isa = PBXGroup; + children = ( + 3E0CFB99051DADE98535C001 /* siphash.c */, + ); + path = siphash; + sourceTree = ""; + }; + AF0330DD885AC5F3758D6B25 /* blake2 */ = { isa = PBXGroup; children = ( - DE20A0C8F0F464C2C94109CD /* apple */, - CB1A6DC4CE60BEEF4A0ECE86 /* tools */, + BE6BC9421C845495F7FFD871 /* blake2.c */, ); - path = "rules_apple~3.0.0"; + path = blake2; sourceTree = ""; }; AF743B86B89C6584E6B4AB20 /* Resources */ = { @@ -9986,36 +10040,6 @@ path = watchOS; sourceTree = ""; }; - B03C62E48B145AD7592B17CF /* bn */ = { - isa = PBXGroup; - children = ( - 23E007247BC004C106D267D1 /* asm */, - C208B1206DB716C79FCE918B /* add.c */, - B3562C399B66424F7C14929E /* bn.c */, - 9B2E74D54A6001B3E571F50D /* bytes.c */, - 55799EFBFD15D60317CDF43E /* cmp.c */, - 4B3F5764B49BC6833C11931A /* ctx.c */, - 53050BDEDB06DEE78E4D53D6 /* div_extra.c */, - 069E86158A9843186131ED0B /* div.c */, - 67578EF9CF04D313FD20781F /* exponentiation.c */, - 91DD1C8B693EDEABF4EB9D92 /* gcd_extra.c */, - 7E09BE14C386DF0E9F6F7ACC /* gcd.c */, - 9E04793A8AB23C2C7761A281 /* generic.c */, - C131BBB023965E7DF5053BA3 /* internal.h */, - F4AAB10183D8293BF351CD77 /* jacobi.c */, - E853740406ED1A49E447BD07 /* montgomery_inv.c */, - D990DCB9C11E32F5F214852C /* montgomery.c */, - 0ED190F302575C3BCCCEE840 /* mul.c */, - E002B2D346781051FBFBF157 /* prime.c */, - 0AD041F2B606E2B877443A6B /* random.c */, - D2308C9959C5BD95A7DF9EDE /* rsaz_exp.c */, - 0AFC9BC9C9069500920D9BB2 /* rsaz_exp.h */, - 4AA53A6491464015A71FAE68 /* shift.c */, - B6934B3485D5D03C12AD8E34 /* sqrt.c */, - ); - path = bn; - sourceTree = ""; - }; B070102282603C351F6725CF /* OnlyStructuredResources-intermediates */ = { isa = PBXGroup; children = ( @@ -10088,6 +10112,15 @@ path = "ios-arm64_x86_64-simulator"; sourceTree = ""; }; + B5CDDFD84C1BA8D009D20360 /* AsyncServerHandler */ = { + isa = PBXGroup; + children = ( + D14E6AF16BE23870CC765AD4 /* ServerHandlerStateMachine */, + DFAE1BD0B016DF94160E82DB /* ServerInterceptorStateMachine */, + ); + path = AsyncServerHandler; + sourceTree = ""; + }; B60E27C808646346E9AA7BAE /* OnlyStructuredResources */ = { isa = PBXGroup; children = ( @@ -10152,6 +10185,24 @@ path = "CONFIGURATION-STABLE-19"; sourceTree = ""; }; + B93154CC2F9AB74AC0533533 /* NIOHPACK */ = { + isa = PBXGroup; + children = ( + 442E9441B6EDF174A361B117 /* DynamicHeaderTable.swift */, + EDD03FBB8FE89E3721D1800E /* HeaderTables.swift */, + A7C34876129019F811BC6D65 /* HPACKDecoder.swift */, + 3DAC505579CF352BEA0E6EA4 /* HPACKEncoder.swift */, + 9C138ECF39399D5DCCD64B7D /* HPACKErrors.swift */, + A41174394A7D7B69AA937939 /* HPACKHeader.swift */, + 9A9FD3601501F8AD9B44405F /* HuffmanCoding.swift */, + 27526CFE42B2FA10503EFF8B /* HuffmanTables.swift */, + 347BE04E4834356C32AEADB1 /* IndexedHeaderTable.swift */, + 2918878EE2E3D03A0875F09C /* IntegerCoding.swift */, + 5047EE4042ED3A3EF4D0AA2C /* StaticHeaderTable.swift */, + ); + path = NIOHPACK; + sourceTree = ""; + }; B9389C340DFA41E86F957C30 /* echo_client */ = { isa = PBXGroup; children = ( @@ -10210,44 +10261,6 @@ path = iOSApp; sourceTree = ""; }; - BA14A4A9F671F0A5444F45F9 /* AsyncAwaitSupport */ = { - isa = PBXGroup; - children = ( - BCEDBE9E8B9A2CACB511BB37 /* AsyncServerHandler */, - 04EB53B320FF9402774B41EB /* Call+AsyncRequestStreamWriter.swift */, - 42BFC314AE809573533B4BB6 /* CancellationError+GRPCStatusTransformable.swift */, - DA0511E60D07FEBE6C64B83D /* GRPCAsyncBidirectionalStreamingCall.swift */, - C9EB19FE0C2A7AF6D3E20ACB /* GRPCAsyncClientStreamingCall.swift */, - F2F30E705149F565B5BB0C00 /* GRPCAsyncRequestStream.swift */, - F00ED5CCC193088384589395 /* GRPCAsyncRequestStreamWriter.swift */, - D17705CA7FFC26B6ACD0F3C0 /* GRPCAsyncResponseStream.swift */, - B5BFDF190C30AC9E6F41E105 /* GRPCAsyncResponseStreamWriter.swift */, - A0BCAB6A0FC50484E4CFB71A /* GRPCAsyncSequenceProducerDelegate.swift */, - 1EED985F11773CD19EF65129 /* GRPCAsyncServerCallContext.swift */, - 3F58AE7418803DFEDDAA1B38 /* GRPCAsyncServerHandler.swift */, - E93142421E1373953D7830C1 /* GRPCAsyncServerStreamingCall.swift */, - 96393E0C1A5D7D91F83B85B0 /* GRPCAsyncUnaryCall.swift */, - 7A7F7C74A55BA4C06E275699 /* GRPCAsyncWriterSinkDelegate.swift */, - E99F7A5573112ECE122779AC /* GRPCChannel+AsyncAwaitSupport.swift */, - 00432F8C0DAE9AAE1FA38ACD /* GRPCClient+AsyncAwaitSupport.swift */, - 58BF45D9E824B59702BDBA91 /* GRPCSendable.swift */, - 9DDBDFD0E5D3DD76F4ABCA28 /* NIOAsyncWrappers.swift */, - ); - path = AsyncAwaitSupport; - sourceTree = ""; - }; - BA3BE4899FC4BBE484C7464E /* cipher */ = { - isa = PBXGroup; - children = ( - 0E6B4444CF251193023C18BE /* aead.c */, - 315CC1098D6A94E63DB6C35F /* cipher.c */, - 9ABE3B3BA3FCE78727BB6C23 /* e_aes.c */, - 9ECC81F6EA01FDE88454DEEE /* e_aesccm.c */, - 092A200323421AE8BC66BBC2 /* internal.h */, - ); - path = cipher; - sourceTree = ""; - }; BA4534F3411E3E270DC03030 /* Resources */ = { isa = PBXGroup; children = ( @@ -10280,20 +10293,21 @@ path = "ios-arm64_i386_x86_64-simulator"; sourceTree = ""; }; - BB1AB383D108B02F83EF3425 /* cmac */ = { + BB214287AE977785F45600EA /* cc_lib_impl */ = { isa = PBXGroup; children = ( - AADAC101A012DE5DE11C304F /* cmac.c */, + 2174E364FC2A60A351671FE4 /* lib2_prefix */, ); - path = cmac; + path = cc_lib_impl; sourceTree = ""; }; - BB214287AE977785F45600EA /* cc_lib_impl */ = { + BB3B83E17915115BDCFE71AC /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics */ = { isa = PBXGroup; children = ( - 2174E364FC2A60A351671FE4 /* lib2_prefix */, + 2A9DA9BCFDB7D46AA389FFA8 /* _AtomicsShims.rules_xcodeproj.c.compile.params */, + 909F15EEC09A05EC41C328F8 /* Atomics.rules_xcodeproj.swift.compile.params */, ); - path = cc_lib_impl; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; sourceTree = ""; }; BB825EBCE11FB837ABA86EEC /* Source */ = { @@ -10342,15 +10356,19 @@ path = CommandLineToolLib; sourceTree = ""; }; - BBF72708B5712CF4440000ED /* SwiftCrypto */ = { + BBD3C1CAB176844C825D1ADB /* pem */ = { isa = PBXGroup; children = ( - 196F41121F604A376C7E465F /* NIOSSLSecureBytes.swift */, - F4034BC240C3C42F047C5C2F /* RNG.swift */, - BA0637F7E6B7CED599E722A3 /* SafeCompare.swift */, - 40A9C2BC12AC75F118873A56 /* Zeroization.swift */, + DB835C6CDBBD894604D4721E /* pem_all.c */, + B71A3124C9BE129A34905BA6 /* pem_info.c */, + 1B6799142EDD1C1BFE5CBC53 /* pem_lib.c */, + 6507A22B1CE07BE6584CEF43 /* pem_oth.c */, + 6B8214E2D633CF047F60EEBD /* pem_pk8.c */, + BB4FC962FEAA989426B74DA8 /* pem_pkey.c */, + 7FE7AB1EAC680E5ED8EB1032 /* pem_x509.c */, + 82C51095A515A725DFD7F970 /* pem_xaux.c */, ); - path = SwiftCrypto; + path = pem; sourceTree = ""; }; BC2E7863A7C35DBE04340A16 /* watchOSApp */ = { @@ -10399,21 +10417,31 @@ path = watchOSApp; sourceTree = ""; }; - BCEDBE9E8B9A2CACB511BB37 /* AsyncServerHandler */ = { + BDA8C5D99D43640245281500 /* modes */ = { isa = PBXGroup; children = ( - 035FA8F747BB4206699C4402 /* ServerHandlerStateMachine */, - 2AB330CB2B7B4BF168DD4281 /* ServerInterceptorStateMachine */, + A5DC4B5B08C31EC6AB26F754 /* cbc.c */, + 0F0E84B000B3B332E75BECD0 /* cfb.c */, + 74C8575A62CCDCE67971A56A /* ctr.c */, + 9133D1E254F957336779D3A5 /* gcm_nohw.c */, + 532427F7C8445FA243039A8C /* gcm.c */, + 064690D73914A0D2071EB71F /* internal.h */, + FDCB6FFABECA0CB6BFC1F8B7 /* ofb.c */, + 9A3E2EF26E513E2C73ADB679 /* polyval.c */, ); - path = AsyncServerHandler; + path = modes; sourceTree = ""; }; - BD8313D7FD6568F58283BE07 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics */ = { + BE1D5C30045837F76656D487 /* cipher */ = { isa = PBXGroup; children = ( - 6E783796E1BB39B277E161C8 /* Sources */, + F87531DA107590960183F8F4 /* aead.c */, + 9C87B5FBDB15155A40F292AC /* cipher.c */, + A9F6BA15783ABD3E7C8E93D2 /* e_aes.c */, + 5BB9D117E97FDC1050F09EBF /* e_aesccm.c */, + 7865A9058CBD9D29B4AFB041 /* internal.h */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; + path = cipher; sourceTree = ""; }; BE4DC4A2BC7EB745DA5E939C /* rules_xcodeproj */ = { @@ -10505,14 +10533,6 @@ path = "macos-arm64_x86_64"; sourceTree = ""; }; - C01D543255C55199832DB3B6 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services */ = { - isa = PBXGroup; - children = ( - F0117B5253297EB68CADDF31 /* NIOTransportServices.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services"; - sourceTree = ""; - }; C0627A6A47B12E7747CE1E1C /* proto.merged_infoplist-intermediates */ = { isa = PBXGroup; children = ( @@ -10537,6 +10557,15 @@ path = CommandLineTool; sourceTree = ""; }; + C1183D5AFEACB3789FAFC666 /* include */ = { + isa = PBXGroup; + children = ( + 4BA81667C7C2BEED80E663A9 /* c_nio_llhttp.h */, + 180D53550EBD33D38B9BD6AE /* CNIOLLHTTP.h */, + ); + path = include; + sourceTree = ""; + }; C15EF1CA4EA163AB6983426D /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -10553,6 +10582,14 @@ path = UIFramework.watchOS; sourceTree = ""; }; + C18DB887176E60018A39CB9F /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics */ = { + isa = PBXGroup; + children = ( + FED82DDB23611A028C18A82C /* Sources */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; + sourceTree = ""; + }; C1A53A95AB2237205C0A97E0 /* echo_server.merged_infoplist-intermediates */ = { isa = PBXGroup; children = ( @@ -10571,58 +10608,29 @@ path = bin; sourceTree = ""; }; - C1F04D51BF00BE109E88454D /* x509v3 */ = { - isa = PBXGroup; - children = ( - DB6C71D6DF0E3068FD801151 /* ext_dat.h */, - 6658B3ECD1CDE2514080A578 /* internal.h */, - 5095D7E6990995D648DC1547 /* pcy_cache.c */, - 1CE0E5ED69BE21EF64057870 /* pcy_data.c */, - 044882FC07DEBA493AA7EC6D /* pcy_map.c */, - 04DFEA26FE30C0A7DFD7669F /* pcy_node.c */, - E885CE730360C266DCDD3D62 /* pcy_tree.c */, - 11879AEF5065BA87451EA0DF /* v3_akey.c */, - 4AAD6D3E367EC2D85EB774F1 /* v3_akeya.c */, - 4CAFB65B4512D81068AEAFA5 /* v3_alt.c */, - D443BD14E81009859F887A54 /* v3_bcons.c */, - 2607DA21529ECEB8757AFD73 /* v3_bitst.c */, - E128BC14D65D6D2E66747549 /* v3_conf.c */, - A79F4A85A33519D3DDD856F1 /* v3_cpols.c */, - B85D1CED153772FD1318EFFA /* v3_crld.c */, - 97042C27D954E5B19D3BCBC8 /* v3_enum.c */, - E9C65DAC75DA9BC2C16DD76A /* v3_extku.c */, - 354B2EEC19C9AF12CE3BBF42 /* v3_genn.c */, - B7E66D41577859937534B702 /* v3_ia5.c */, - 40B96C977C3C5FEED1590385 /* v3_info.c */, - 161A0CFDF42B5AE6AD63C85D /* v3_int.c */, - 273229FCF826DC4D86D62447 /* v3_lib.c */, - 2A18F9241BB626BE5D776815 /* v3_ncons.c */, - 73E213E98185C761D260CC81 /* v3_ocsp.c */, - D692368926BB6548A5CC43BB /* v3_pci.c */, - BE0900E93BDE7D4CE009AA54 /* v3_pcia.c */, - 961E6D6FF32659217B80CF94 /* v3_pcons.c */, - 163F06216090252E74BB6B68 /* v3_pmaps.c */, - 310C10A2089204F61A0324A3 /* v3_prn.c */, - 489900C9F641AE1248C05227 /* v3_purp.c */, - BEDAD83A2A17F8643C094AE1 /* v3_skey.c */, - 750483F138CC8B123620D445 /* v3_utl.c */, + C1DFAC390C0D11A587AB1E18 /* dh */ = { + isa = PBXGroup; + children = ( + B64AEC7920B073E7702346A7 /* check.c */, + A611EF92E2875210B53FC420 /* dh.c */, + 98DA1B53D8CF298E97CC8C8E /* internal.h */, ); - path = x509v3; + path = dh; sourceTree = ""; }; C1F28893CA5E2CF9A9E1FCE0 /* external */ = { isa = PBXGroup; children = ( - 7E26D9F31FA8033C338BDFE5 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics */, - 7C6CF53013F40D2B471EDC32 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections */, - F36B7301735E01022801DC79 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log */, - 55405510B86B15A0797F1861 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio */, - 2368B00020FE9F5F09648912 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras */, - ACB2AE974B6A9C3EA642270B /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 */, - FC0FDEEBF815D5A4C6F53AAC /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl */, - C01D543255C55199832DB3B6 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services */, - 8916C9C5A045015582548742 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf */, - A2A67DD64C896083D97E9A83 /* rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift */, + BB3B83E17915115BDCFE71AC /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics */, + CEB170DF3B0F943D961C09DD /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections */, + 1289DD58ABDAF93F1B0D25AD /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log */, + 4225AE61BFFDE9741202C1FD /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio */, + 9F0C2299D4B8553AEEBD30A4 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras */, + 5FE7B5A362FF29509FF51C5B /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 */, + 95BE52F9AF3DDA588C1E942B /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl */, + 65046E18DBA3256770AAA682 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services */, + DAE87D65DB82183BF681F1CC /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf */, + A72BC7B06DFEE17457AD1159 /* rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift */, ); path = external; sourceTree = ""; @@ -10681,14 +10689,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - C4622B7072F087BEE2E0978D /* asm */ = { - isa = PBXGroup; - children = ( - 7BFADBDE87292B9FD8E8C67F /* x25519-asm-arm.S */, - ); - path = asm; - sourceTree = ""; - }; C4DDABE660C2290853EBA349 /* CommandLine */ = { isa = PBXGroup; children = ( @@ -10716,6 +10716,114 @@ path = "CONFIGURATION-STABLE-24"; sourceTree = ""; }; + C5B4331746DCBF17EF03B172 /* AsyncSequences */ = { + isa = PBXGroup; + children = ( + 130224D3F7EBC8C773B5EFA1 /* NIOAsyncSequenceProducer.swift */, + CB10A926329BD3B44AA9CBD0 /* NIOAsyncSequenceProducerStrategies.swift */, + 9602007BBFB34FD3307FE42B /* NIOAsyncWriter.swift */, + BE679BEA9A0E0D907E65E3FD /* NIOThrowingAsyncSequenceProducer.swift */, + ); + path = AsyncSequences; + sourceTree = ""; + }; + C620E826D732F622ADF5C59B /* des */ = { + isa = PBXGroup; + children = ( + 534B75A7EA26C9B16D82686A /* des.c */, + A0723ECBA9FCAC163F1FDDE2 /* internal.h */, + ); + path = des; + sourceTree = ""; + }; + C621A657910759365AD9DA1C /* crypto */ = { + isa = PBXGroup; + children = ( + AD3A71E7BBD1643628A9313B /* asn1 */, + FCDCD210287D18CB20A26D54 /* base64 */, + 853A100A819880C7925D9823 /* bio */, + AF0330DD885AC5F3758D6B25 /* blake2 */, + F145E8A5FF07A8AC9F585D40 /* bn_extra */, + C8A19FED2481E957BC9E710B /* buf */, + 7AFDF790C01C38EF63EB5BD5 /* bytestring */, + 637DB521D4A934E544EB22E8 /* chacha */, + 209197832E5A7DCE657F225D /* cipher_extra */, + 242BF4EBFD6CBB9BDBA9F9BE /* conf */, + 580F5CA1B650498A01C1AB00 /* curve25519 */, + C620E826D732F622ADF5C59B /* des */, + 54DCA75F031B54904DDA30F9 /* dh_extra */, + 6C6F168E8A66084CAEC2C020 /* digest_extra */, + 7CBD1BEFC07182D03513727B /* dsa */, + 371BC5E0A0D533EFEF82066A /* ec_extra */, + 3E454D65E1FC6EED5397A1BB /* ecdh_extra */, + 19B5AA08ACEA0B117183B4EE /* ecdsa_extra */, + 55776BE55EED6735A7630F7D /* engine */, + 626E9A12FD53AD2FF345C8CB /* err */, + 48468AD8CC655A85C99925C7 /* evp */, + 67B272C022BBBD928CAB7CB8 /* fipsmodule */, + F02F7280A14E2271E6F784BF /* hkdf */, + 9B3C2147EA898BAE450F3CE4 /* hpke */, + 4BD1C9752BBBC04E5D8ACCAF /* hrss */, + 23FBFDA0EAD9B935CE6CD98A /* lhash */, + 7C94734CCE114267CF638F5D /* obj */, + BBD3C1CAB176844C825D1ADB /* pem */, + 39836AEE21D1E2BB5E3F687A /* pkcs7 */, + 5C607A462C7A738CB8BD44F6 /* pkcs8 */, + A448F436607ABCE258592C24 /* poly1305 */, + C786FF9B30FCDB8E4BA7C618 /* pool */, + CF1748F72A06E16ABD57F8D2 /* rand_extra */, + 9908A12FCCAB37B81BC2C120 /* rc4 */, + 35FA4AACB1F9B9D7A76FE5A2 /* rsa_extra */, + AEDA149203A31E6A757D262F /* siphash */, + 9584091F8D8605B371AB25FC /* stack */, + 653F5BB6E424DCDFE17C00ED /* trust_token */, + 53B2D41BF78D71538220D408 /* x509 */, + F297BACA4DD8E274E4ECB3E3 /* x509v3 */, + DEB1BB8A4F066938AD112963 /* cpu_aarch64_apple.c */, + 1637498F923027F9C2D96A6C /* cpu_aarch64_freebsd.c */, + 8B7EA6181F4F6D4B5659A930 /* cpu_aarch64_fuchsia.c */, + EBE33F77238676D55AA79DBF /* cpu_aarch64_linux.c */, + 19E0D3B515D579D88DE13F18 /* cpu_aarch64_win.c */, + F632415216CABD3BF9B9F5F5 /* cpu_arm_freebsd.c */, + F10FED76F124C10D09CC4A32 /* cpu_arm_linux.c */, + 4366FF78464741D9B7247442 /* cpu_arm_linux.h */, + 00A7E70AE0FD8518BAB919EC /* cpu_arm.c */, + 9F06B2D51EDDC5F208E5A36D /* cpu_intel.c */, + 092B6C19E3DABFF2C7FB1115 /* cpu_ppc64le.c */, + 69A30A6911BEDFEA65D0F7B0 /* crypto.c */, + 2F392CDD45435CE8DB4FF9F2 /* ex_data.c */, + 17AC08DF9FD4B7C99AF8A9AE /* internal.h */, + E373A55965EA40DEE5B33A54 /* mem.c */, + E39517EB2AE6D12D3DF13DE3 /* refcount_c11.c */, + 3844D71C0E540E9AB9E3A854 /* refcount_lock.c */, + 4F40D964B121C3CE6ACF9F16 /* thread_none.c */, + 93D16BC0A47EC26DB57A2812 /* thread_pthread.c */, + 5D33E014F592417F8972B808 /* thread_win.c */, + 7D58C961241E9869EF7D49A7 /* thread.c */, + ); + path = crypto; + sourceTree = ""; + }; + C70EDF30BFDA0ABF3CD8F215 /* ConnectionStateMachine */ = { + isa = PBXGroup; + children = ( + 5C2ED97075BA75CCD1806CF6 /* FrameReceivingStates */, + 93C7B16E7AD41C28DFB6C2BC /* FrameSendingStates */, + C2BDA08564BFDC34EA9B4F47 /* ConnectionStateMachine.swift */, + 6DCD781555CA8D41F2BF7248 /* ConnectionStreamsState.swift */, + BBF100115C8709887261447A /* HasFlowControlWindows.swift */, + 0272A84B0D636461417993DC /* HasLocalSettings.swift */, + 3234615D09EC11090E9C902A /* HasRemoteSettings.swift */, + 1AA0B34668B7FC32262F372C /* HTTP2SettingsState.swift */, + 5FF4320607F3940D0AF41A86 /* LocallyQuiescingState.swift */, + E4BA6C6DFE295C9468B4B159 /* QuiescingState.swift */, + A8D044A302A1D46FB4A4BDF6 /* RemotelyQuiescingState.swift */, + 965CE74E0E0EEF5FBB5C1CAB /* SendAndReceiveGoawayState.swift */, + 3BB236E340131F0E2D1708B8 /* StateMachineResult.swift */, + ); + path = ConnectionStateMachine; + sourceTree = ""; + }; C74CDEA6F401E67B2BA89D2B /* examples_cc_external~override */ = { isa = PBXGroup; children = ( @@ -10744,6 +10852,15 @@ path = LibFramework.tvOS; sourceTree = ""; }; + C786FF9B30FCDB8E4BA7C618 /* pool */ = { + isa = PBXGroup; + children = ( + D378310C48A5A556351D6D7F /* internal.h */, + 4DA34384F98C1A36DEF0F3B5 /* pool.c */, + ); + path = pool; + sourceTree = ""; + }; C78FC7F1FF9C8AEF5B855451 /* CONFIGURATION-STABLE-28 */ = { isa = PBXGroup; children = ( @@ -10752,6 +10869,14 @@ path = "CONFIGURATION-STABLE-28"; sourceTree = ""; }; + C7DAA8E8A1BB6DB502863FF1 /* rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift */ = { + isa = PBXGroup; + children = ( + FD45D89464ED61447F83BBCF /* Sources */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; + sourceTree = ""; + }; C7DC8CE921D061B406FC0A09 /* _main~non_module_deps~FXPageControl */ = { isa = PBXGroup; children = ( @@ -10770,12 +10895,12 @@ path = iOSApp; sourceTree = ""; }; - C922CE24F4B37AC19CC53C36 /* md4 */ = { + C8A19FED2481E957BC9E710B /* buf */ = { isa = PBXGroup; children = ( - EA87F85E510F39C421950721 /* md4.c */, + 4371BB0B40E481631E6D46A6 /* buf.c */, ); - path = md4; + path = buf; sourceTree = ""; }; C94E4DFC8D626FFD1B674A6A /* CONFIGURATION-STABLE-8 */ = { @@ -10794,15 +10919,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - C97D8B0BAB27E88E26F17938 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 */ = { - isa = PBXGroup; - children = ( - E49EBC82A3B06910FC6F52D9 /* NIOHPACK.rules_xcodeproj.swift.compile.params */, - 1FA8014736D875B75BCE1F1D /* NIOHTTP2.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - sourceTree = ""; - }; CA3B4D2828DFB21D8795E77D /* bin */ = { isa = PBXGroup; children = ( @@ -10821,14 +10937,6 @@ path = SwiftAPI; sourceTree = ""; }; - CB1A6DC4CE60BEEF4A0ECE86 /* tools */ = { - isa = PBXGroup; - children = ( - 393DBDA57E02F21658425E97 /* codesigningtool */, - ); - path = tools; - sourceTree = ""; - }; CB283EC665D91C082AE726CB /* FrameworkCoreUtilsObjC */ = { isa = PBXGroup; children = ( @@ -10853,14 +10961,6 @@ path = ExampleResources.bundle; sourceTree = ""; }; - CBF8C915113742A6D9EB0514 /* hmac */ = { - isa = PBXGroup; - children = ( - 6AE7B02367852D6C482D687F /* hmac.c */, - ); - path = hmac; - sourceTree = ""; - }; CBFEBD05B234D64CA5AD88E2 /* CONFIGURATION-STABLE-0 */ = { isa = PBXGroup; children = ( @@ -10976,123 +11076,12 @@ path = Test; sourceTree = ""; }; - CE3116B91E45D06218AF302C /* NIOPosix */ = { - isa = PBXGroup; - children = ( - 6D34F01170F17408FD45C2D5 /* BaseSocket.swift */, - 9DC3D6549564724815BFF89D /* BaseSocketChannel.swift */, - B89D5AA2923BB54DAA5FAA6C /* BaseSocketChannel+SocketOptionProvider.swift */, - 63405BF0CA328D35611CF4FC /* BaseStreamSocketChannel.swift */, - 457A70C47755CC870A7A36E7 /* Bootstrap.swift */, - D4FCE680C9381D8637E9D0B7 /* BSDSocketAPICommon.swift */, - 83961DF170BC4562AB10F480 /* BSDSocketAPIPosix.swift */, - F82260CE86824376C8736C7D /* BSDSocketAPIWindows.swift */, - 417B2D1EA5E9FD364E123CCA /* ControlMessage.swift */, - 5FCEFBE35D69CB2B4B036512 /* DatagramVectorReadManager.swift */, - 34E84DEF1A5DED231EC5D5CD /* FileDescriptor.swift */, - CDBDDA4A59EAE4D9AA3661AA /* GetaddrinfoResolver.swift */, - 956F08D09A848D75ACACD0F1 /* HappyEyeballs.swift */, - F415829F88083AAA309C5CD8 /* IntegerBitPacking.swift */, - 62C7A45FFFC3CC65CFB40708 /* IntegerTypes.swift */, - 55EF89D0663233A38A7B6B99 /* IO.swift */, - 0D60E86F1F4D0E560006A3DD /* Linux.swift */, - 3ABB3826C830B16DE37923D0 /* LinuxCPUSet.swift */, - 9482487952C2B12C3B530AB2 /* LinuxUring.swift */, - 43742B7F1962B6A26F750B03 /* MultiThreadedEventLoopGroup.swift */, - 95FA3A17B73C0710C042A9FD /* NIOThreadPool.swift */, - 8B66518313E334B9D4ADD05F /* NonBlockingFileIO.swift */, - 5B3DA9D4408939A04392DE61 /* PendingDatagramWritesManager.swift */, - 3590FCA552922743F47D440E /* PendingWritesManager.swift */, - 4E4863377B4C9F3FFFFEEB68 /* PipeChannel.swift */, - 31D96A302B0C1576EE96C7BD /* PipePair.swift */, - 55B4533B8F87C2357B9373CA /* PointerHelpers.swift */, - 8B90B18D7549D17EF8D0909A /* Resolver.swift */, - 70F87FFC96981955198A694F /* Selectable.swift */, - 46DAC0A39273DDA5C7F25E29 /* SelectableChannel.swift */, - D0428000F21103AF41A76BC8 /* SelectableEventLoop.swift */, - 4E5ABC5C310C60FDC487FD39 /* SelectorEpoll.swift */, - 5875A1795BA3B23B8386D3A8 /* SelectorGeneric.swift */, - E3ACB8E9BCCA296845A489CE /* SelectorKqueue.swift */, - 26C1CE1586BF12550E87717F /* SelectorUring.swift */, - BDA64AD11192806A3085514F /* ServerSocket.swift */, - 9A7DEB85D69E2B39129F6D99 /* Socket.swift */, - C661878DD61CFB85F555AE3B /* SocketChannel.swift */, - 57A34BB2FF966C1238957645 /* SocketProtocols.swift */, - 91A124A5C7A7858DC55298A3 /* System.swift */, - 0F3431BAA366BA9FB8716336 /* Thread.swift */, - B7CCA6BA66693659622D40A2 /* ThreadPosix.swift */, - 17353D92F8CF8288460219FC /* ThreadWindows.swift */, - 64B7CF4B86EDE2A7FF81844A /* Utilities.swift */, - ); - path = NIOPosix; - sourceTree = ""; - }; - CE82917A047716C6C616A15A /* crypto */ = { - isa = PBXGroup; - children = ( - E74AECDCEAC7653A663DD40B /* asn1 */, - 489A633EDC354C6EC9E8784C /* base64 */, - 9BE17FB97B159F7F27038DF6 /* bio */, - 6A8CEA61BF5777C0BF5799AA /* blake2 */, - 25584B07E1E5C025C2C9922E /* bn_extra */, - 15AFF99488BCACA214FC5C47 /* buf */, - A11E508E0EA2A3285854601E /* bytestring */, - 406443086201B52E1F0F50E4 /* chacha */, - 68945F44BB2CCC75EA2E222E /* cipher_extra */, - 63E5F7AD7A91B03394A98B2D /* conf */, - 87A3F56A833BF21C5B87BF94 /* curve25519 */, - F547A15D280F2ABFFECDFB62 /* des */, - CFCB84F71FEB4918A1F6A5A0 /* dh_extra */, - 878A20691AF613EE9C37F7A7 /* digest_extra */, - D4A575FF5EF58F2862BE8688 /* dsa */, - 7FE5221C46E7438C2F63ABE6 /* ec_extra */, - 367457D5F7731D65DFD8AD05 /* ecdh_extra */, - 2682D82CB45245687C70669A /* ecdsa_extra */, - 07A309242B4AD60C403FFE10 /* engine */, - 13E6D0CF0A632552F7F18594 /* err */, - 1050271A432BEAC8892ED16E /* evp */, - 0608F2C25C1DB3056CC194F3 /* fipsmodule */, - E73794186B681A98B6E4538B /* hkdf */, - EF6B93BDDBF8CABD75194C16 /* hpke */, - F59FD99DA9F33138757C855D /* hrss */, - 145D097F508BE5EAFB272898 /* lhash */, - 80FFEECCB0F5610130DD06FD /* obj */, - 6CE423BE8A2152C9A066EA01 /* pem */, - 824A74184983BF87CCAE2827 /* pkcs7 */, - 8525D2CE14A443960427A9A6 /* pkcs8 */, - 17F7144C94CF55D33C2BB5C2 /* poly1305 */, - 63E823AAF36E76E8915A709E /* pool */, - F51939A5126390AAF9482FF7 /* rand_extra */, - 5EC45CA51FB67E215A1DEF17 /* rc4 */, - 1E7C58F303F274C384C8A1AF /* rsa_extra */, - A00CCFCF5A6193DB4E1CF7D4 /* siphash */, - 712DBAF491EB0CE8455DBF62 /* stack */, - 5ABF47A09938360ED86DFAAC /* trust_token */, - 09CF71BD56F82D1CDF5A99E2 /* x509 */, - C1F04D51BF00BE109E88454D /* x509v3 */, - DB4EF8004F5DDCA4580935BD /* cpu_aarch64_apple.c */, - 22E9E28E819897256FD46B03 /* cpu_aarch64_freebsd.c */, - 5B939C56E42866AD2CF0A422 /* cpu_aarch64_fuchsia.c */, - 20EBF23FCCA6D56C121D3C28 /* cpu_aarch64_linux.c */, - 9DBBF8AB3B42BEF3BF9ADEC9 /* cpu_aarch64_win.c */, - 302250CAA8AE43772C4407BF /* cpu_arm_freebsd.c */, - 70A86FE3FCEEB5B362C90167 /* cpu_arm_linux.c */, - 1F28971617BCE8FA525CFE92 /* cpu_arm_linux.h */, - 4F49ACC4B4F8FD84AA6F3475 /* cpu_arm.c */, - 740DD6D72599FC5D820B1749 /* cpu_intel.c */, - 024A5B716C0C842A523BB74E /* cpu_ppc64le.c */, - 463035B323EF285F6559E744 /* crypto.c */, - 978F51ABCFB3FCCFBB20C584 /* ex_data.c */, - 726D839E9A9F729DD9D51F37 /* internal.h */, - B99F32DA55E3377764E29039 /* mem.c */, - D262BD06922E18CF0B5F210C /* refcount_c11.c */, - B851EE0E6D6EF2C2F7EA14E7 /* refcount_lock.c */, - A96C115C613347635B76DEBE /* thread_none.c */, - 45030FC8782F3EFFA8609124 /* thread_pthread.c */, - 5E87FA99EA6CCE080B43362A /* thread_win.c */, - C25B9F8B66CCAB1424A82A8F /* thread.c */, + CEB170DF3B0F943D961C09DD /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections */ = { + isa = PBXGroup; + children = ( + 3CE8C4D85EE0B44A3D5910CE /* DequeModule.rules_xcodeproj.swift.compile.params */, ); - path = crypto; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; sourceTree = ""; }; CED426B8C6D25D639CA99E84 /* private */ = { @@ -11103,6 +11092,19 @@ path = private; sourceTree = ""; }; + CF1748F72A06E16ABD57F8D2 /* rand_extra */ = { + isa = PBXGroup; + children = ( + A9679DCB755411F9B04CD851 /* deterministic.c */, + E024642B6EB9AF7A031F1A90 /* forkunsafe.c */, + F2676AC4AAC639CF117B26E7 /* fuchsia.c */, + D66991A11F6FA0C991449BA8 /* passive.c */, + 170F625F98C85E3FAC19ED4B /* rand_extra.c */, + FF48D84853CC48467D66B874 /* windows.c */, + ); + path = rand_extra; + sourceTree = ""; + }; CF4203BE93F623B0F8366937 /* watchos-arm64_32_armv7k */ = { isa = PBXGroup; children = ( @@ -11111,13 +11113,20 @@ path = "watchos-arm64_32_armv7k"; sourceTree = ""; }; - CFCB84F71FEB4918A1F6A5A0 /* dh_extra */ = { + CF90F1C03AF912F2C81B91CA /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras */ = { isa = PBXGroup; children = ( - 81208049402F93CB26EFE3C8 /* dh_asn1.c */, - 9176DB26EC16B36FEF5EECB3 /* params.c */, + 2CBC3B8FF565E0CCA35A80ED /* NIOExtras.rules_xcodeproj.swift.compile.params */, ); - path = dh_extra; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras"; + sourceTree = ""; + }; + CFC5683E43C4E005BE7345DF /* codesigningtool */ = { + isa = PBXGroup; + children = ( + A19544C7BBC0439AF94EB2F9 /* disable_signing_resource_rules.plist */, + ); + path = codesigningtool; sourceTree = ""; }; D04CBE47089A61B6E07577FC /* tvOSApp */ = { @@ -11129,6 +11138,27 @@ path = tvOSApp; sourceTree = ""; }; + D1299A2BBBF972B953A6D230 /* Sources */ = { + isa = PBXGroup; + children = ( + 865801FE32351F16B97053A6 /* Logging */, + ); + path = Sources; + sourceTree = ""; + }; + D14E6AF16BE23870CC765AD4 /* ServerHandlerStateMachine */ = { + isa = PBXGroup; + children = ( + 652FE201FC9FF0DEBE8A263A /* ServerHandlerStateMachine.swift */, + 19B9653FB8FC93FBEB1FE71B /* ServerHandlerStateMachine+Actions.swift */, + EE3BFD05D751E80209F16BCD /* ServerHandlerStateMachine+Draining.swift */, + 7A9507A3FB25F1E7405AEFBB /* ServerHandlerStateMachine+Finished.swift */, + 73923F10330C7B7C337E8C89 /* ServerHandlerStateMachine+Handling.swift */, + E15528582F501A8F417F1CC7 /* ServerHandlerStateMachine+Idle.swift */, + ); + path = ServerHandlerStateMachine; + sourceTree = ""; + }; D1A6B72E4C98DC7C08FB1ADC /* CommandLineTool */ = { isa = PBXGroup; children = ( @@ -11150,51 +11180,6 @@ path = LibFramework.watchOS; sourceTree = ""; }; - D1C736FF67091B441DF2E5DA /* ssl */ = { - isa = PBXGroup; - children = ( - 3020972E9BBF7D9793E27079 /* bio_ssl.cc */, - BABA3BACE8AB6985D42D0D04 /* d1_both.cc */, - 257A7BF026953E9B05EC7817 /* d1_lib.cc */, - 5E81B1675DA6857961CC2F0F /* d1_pkt.cc */, - 56696DC847EF4662E80BC7DD /* d1_srtp.cc */, - 7B1191CAB2A892ABEB3B54A0 /* dtls_method.cc */, - 43DA97C10759CA64E5F86C78 /* dtls_record.cc */, - 57C9D63D159980FEB649A251 /* encrypted_client_hello.cc */, - 03EA65814152FD409E0AE6E1 /* extensions.cc */, - D26970D187A0CA3C668B67B7 /* handoff.cc */, - 3710DF0782398253FCAC218E /* handshake_client.cc */, - 9EDE44D0A35066D54574FCBE /* handshake_server.cc */, - BCCE76EBEBF68318BB69C88F /* handshake.cc */, - B14AFCF3F5A8FBC681F427B4 /* internal.h */, - 050A096F0D9B468DAC8D7A54 /* s3_both.cc */, - 2EE1B77CEFCC2CC5D272A9ED /* s3_lib.cc */, - DAA6197B9EF2EED58E1171B6 /* s3_pkt.cc */, - 11BE3E7A2F9F4C7A8FE478B5 /* ssl_aead_ctx.cc */, - D6707334D1F20DB994B361D6 /* ssl_asn1.cc */, - 2733806255B3F6BCB6F53D9F /* ssl_buffer.cc */, - 7F08229475CA864FB107503F /* ssl_cert.cc */, - D7C6A54A1D58BF0563D233D7 /* ssl_cipher.cc */, - 361DAA159888ED7A73EF0417 /* ssl_file.cc */, - 048AABE76C38748214584C09 /* ssl_key_share.cc */, - 7444A6304CE9D71349395EC3 /* ssl_lib.cc */, - A861528F30EFC2589A5C2147 /* ssl_privkey.cc */, - 76B9A3B4874A2C4C625CFD3F /* ssl_session.cc */, - A8E0CEFD82E354EF71C04322 /* ssl_stat.cc */, - D60232937BE778A76D1C47E6 /* ssl_transcript.cc */, - F5154D439CB9D1DAA97C4366 /* ssl_versions.cc */, - 0B62B691101468D870192FAA /* ssl_x509.cc */, - 20DDC1A12F82FA89E163DC58 /* t1_enc.cc */, - AE84D2ADFC362730EA28FAFE /* tls_method.cc */, - FDBCAC0313D6A14E303A66E6 /* tls_record.cc */, - 9EF83A00CD3F7B3E00679AE3 /* tls13_both.cc */, - D494651183A9854FB9E38E42 /* tls13_client.cc */, - 86DBC32D49C355BC460162C1 /* tls13_enc.cc */, - DD2BABE4CD44E2BACB4D32FC /* tls13_server.cc */, - ); - path = ssl; - sourceTree = ""; - }; D22A3ADEA8A047D24CEDF794 /* Bundle */ = { isa = PBXGroup; children = ( @@ -11220,12 +11205,15 @@ path = ExampleNestedResources.bundle; sourceTree = ""; }; - D352005CE75C60F84566D6F2 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections */ = { + D3063BB23635EFC1CAC42228 /* Compression */ = { isa = PBXGroup; children = ( - 08DB2A5861093FC07937D746 /* DequeModule.rules_xcodeproj.swift.compile.params */, + 3C6F0FBEE45C3FE550A90035 /* CompressionAlgorithm.swift */, + 67424FCA34FFD7EBBCA440FA /* DecompressionLimit.swift */, + 430B2093CE80995AE7811E98 /* MessageEncoding.swift */, + 8C8D057F9C839724E9DB9056 /* Zlib.swift */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; + path = Compression; sourceTree = ""; }; D37AA10CD5392D8D7CB305ED /* CommandLineTool.merged_infoplist-intermediates */ = { @@ -11257,16 +11245,6 @@ path = UITests; sourceTree = ""; }; - D4A575FF5EF58F2862BE8688 /* dsa */ = { - isa = PBXGroup; - children = ( - B06EAEABECBFBB7DF0F8A15C /* dsa_asn1.c */, - 59BFC82F02CCBA0438E98355 /* dsa.c */, - FF4766AC4809A571D10E3E30 /* internal.h */, - ); - path = dsa; - sourceTree = ""; - }; D4B5FBBAB01D2FD01F8DAEC9 /* ObjCUnitTests */ = { isa = PBXGroup; children = ( @@ -11374,6 +11352,14 @@ path = external; sourceTree = ""; }; + DAE87D65DB82183BF681F1CC /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf */ = { + isa = PBXGroup; + children = ( + 43E4AC7788082066C99190AD /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf"; + sourceTree = ""; + }; DB14735060BA49807FA50E51 /* CONFIGURATION-STABLE-23 */ = { isa = PBXGroup; children = ( @@ -11406,6 +11392,14 @@ path = CommandLine; sourceTree = ""; }; + DB65C51573BAE3190A7961B0 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections */ = { + isa = PBXGroup; + children = ( + 2785EE92D3682C3F74094DB3 /* Sources */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + sourceTree = ""; + }; DB6F2DC5F61225FA68B1EFB0 /* CONFIGURATION-STABLE-25 */ = { isa = PBXGroup; children = ( @@ -11422,14 +11416,6 @@ path = iOSApp; sourceTree = ""; }; - DC49FCD107362C5C085CD895 /* third_party */ = { - isa = PBXGroup; - children = ( - 9BDBEAECCC58E25CD1FE3595 /* fiat */, - ); - path = third_party; - sourceTree = ""; - }; DC96E56AEE26C33D86108C12 /* UITests */ = { isa = PBXGroup; children = ( @@ -11514,14 +11500,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - DE20A0C8F0F464C2C94109CD /* apple */ = { - isa = PBXGroup; - children = ( - EF6F9C7097153B6DE1436C4F /* testing */, - ); - path = apple; - sourceTree = ""; - }; DE23D8018A58DBDADD219F95 /* bundles */ = { isa = PBXGroup; children = ( @@ -11558,6 +11536,18 @@ path = MixedAnswer; sourceTree = ""; }; + DFAE1BD0B016DF94160E82DB /* ServerInterceptorStateMachine */ = { + isa = PBXGroup; + children = ( + 10034A32ECD5B36BD1B5D642 /* ServerInterceptorStateMachine.swift */, + 4015573C679A173A5238FE6D /* ServerInterceptorStateMachine+Actions.swift */, + E08E73F2A7C5BE003D09136C /* ServerInterceptorStateMachine+Finished.swift */, + 75FD670FD88B380D87FF97ED /* ServerInterceptorStateMachine+Intercepting.swift */, + 99C505AE2A6263A1C221108A /* StreamState.swift */, + ); + path = ServerInterceptorStateMachine; + sourceTree = ""; + }; DFEC96486183189B40E7020D /* CommandLineToolLib */ = { isa = PBXGroup; children = ( @@ -11593,15 +11583,6 @@ path = ExternalResources.bundle; sourceTree = ""; }; - E08A69CCA0F51FF91AF6F4B7 /* CNIOBoringSSLShims */ = { - isa = PBXGroup; - children = ( - 75130AAED00107A9BAD71FA3 /* include */, - 115F21C4986126002FC696E0 /* shims.c */, - ); - path = CNIOBoringSSLShims; - sourceTree = ""; - }; E0BD43DC1E73E7B0B1CED389 /* FrameworkCoreUtilsObjC */ = { isa = PBXGroup; children = ( @@ -11675,17 +11656,17 @@ C74CDEA6F401E67B2BA89D2B /* examples_cc_external~override */, 09C3A0846996C972D84DC3B2 /* examples_command_line_external */, 224B5AAA40FB3B18C2841DC3 /* examples_ios_app_external~override */, - AF420326AFC8ADDA979353AC /* rules_apple~3.0.0 */, - BD8313D7FD6568F58283BE07 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics */, - 0A9DD166D6B0ECCB1E7780B4 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections */, - 6233E8BDDBC5727BB8C7683B /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log */, - 2CEC93C0C77E0C0DEA56293B /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio */, - 8D360BA2310D203CD6BFC12A /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras */, - 64DA916416FE67CF7706D967 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 */, - FD8168BCFB7DEB3B8460F0FE /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl */, - 65BA14CE7481523619B6ECE3 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services */, - 2D1284C58E894AD6ACCF7FEA /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf */, - EE975EA66050FF9E818F2920 /* rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift */, + 2AF4DD6F8DD0258445A77A31 /* rules_apple~3.1.1 */, + C18DB887176E60018A39CB9F /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics */, + DB65C51573BAE3190A7961B0 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections */, + 37D884EDFABAA7E60CE4DAB7 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log */, + EDA0178E45A31D55949041BF /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio */, + 60A8C2FD2EB72970A4F20D03 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras */, + 3CBC00E39AF9436A4CD65FF8 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 */, + 1FCE1B1D01B0C3EA253D2082 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl */, + 26A94620C6BE644B85B4A5E7 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services */, + 79262B5D255061EB467C9792 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf */, + C7DAA8E8A1BB6DB502863FF1 /* rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift */, ); name = "Bazel External Repositories"; path = ../../external; @@ -11699,6 +11680,14 @@ path = tool; sourceTree = ""; }; + E3A89C0BACB874F4A5DF6729 /* hmac */ = { + isa = PBXGroup; + children = ( + ADE8EC8755C9C098E1946894 /* hmac.c */, + ); + path = hmac; + sourceTree = ""; + }; E41C6FEE91F3B36078EC9630 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -11714,6 +11703,32 @@ path = iOSApp; sourceTree = ""; }; + E4253CAA96B733A189592F1F /* DequeModule */ = { + isa = PBXGroup; + children = ( + 43A8CF068D5C30C439E682D8 /* _DequeBuffer.swift */, + 40E30BF317CE0483ECF84030 /* _DequeBufferHeader.swift */, + 283B4D019F222F3B49C46D80 /* _DequeSlot.swift */, + 2DF35F940E970BC101D10312 /* _UnsafeWrappedBuffer.swift */, + B493E35ECFB577A7B24400D3 /* Compatibility.swift */, + 1BF7B5799771D0A833664587 /* Deque._Storage.swift */, + F46D587B6FA1D879D0C74329 /* Deque._UnsafeHandle.swift */, + D29837ABDEE32A8289840432 /* Deque.swift */, + 2CC980447244A8F7DBF0DABF /* Deque+Codable.swift */, + 3A725753DFC7066DFEFE2228 /* Deque+Collection.swift */, + 279A24B2511CE3E08B21F48B /* Deque+CustomDebugStringConvertible.swift */, + 11B58DF31BA615573249F054 /* Deque+CustomReflectable.swift */, + CCAA7CD1BCDF38EE12BC696C /* Deque+CustomStringConvertible.swift */, + 47F7F3E0BF0BF36999A4BC67 /* Deque+Equatable.swift */, + 39DF2C2EF8701755066C9A23 /* Deque+ExpressibleByArrayLiteral.swift */, + 7137A494460C75BEFB4CB0C4 /* Deque+Extras.swift */, + 3F22682B85B41F03B212ADDE /* Deque+Hashable.swift */, + 6B6FE12DFFF1DDDC63AA845B /* Deque+Testing.swift */, + 631C2ED78CED0AE740F3FA89 /* UnsafeMutableBufferPointer+Utilities.swift */, + ); + path = DequeModule; + sourceTree = ""; + }; E5216DC39E876184F17D3AED /* iMessageAppExtension */ = { isa = PBXGroup; children = ( @@ -11740,6 +11755,15 @@ path = Lib; sourceTree = ""; }; + E62D542BBD8A704EFCA578D7 /* Sources */ = { + isa = PBXGroup; + children = ( + B93154CC2F9AB74AC0533533 /* NIOHPACK */, + EC7DE150487DA1A766CD768D /* NIOHTTP2 */, + ); + path = Sources; + sourceTree = ""; + }; E6720947A9DF7112F1B4D519 /* watchOSAppExtensionUnitTests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -11756,23 +11780,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - E6ABEB5CC39F0D4AEA656969 /* Atomics */ = { - isa = PBXGroup; - children = ( - 8A234C6173F2A2BD692B259D /* autogenerated */, - 01AE53199ECCAC57830B0FFF /* AtomicInteger.swift */, - A2806F7483674F7B5A49DB04 /* AtomicMemoryOrderings.swift */, - 91AB0D956298605C0F5F46C6 /* AtomicOptional.swift */, - 8625C6DC46459A73F0C2C700 /* AtomicOptionalRawRepresentable.swift */, - B89931E9EDFBA63AF1F36B2E /* AtomicRawRepresentable.swift */, - 3F77D879A61B2F2D89A52285 /* AtomicStrongReference.swift */, - 096F4564467AD057A80EE97C /* AtomicValue.swift */, - FDCB79CFE242E67ED0B7F839 /* DoubleWord.swift */, - 1C51867BC396EF526148C6EE /* Unmanaged extensions.swift */, - ); - path = Atomics; - sourceTree = ""; - }; E6C6D3CEF1FD5646BBCEE259 /* bin */ = { isa = PBXGroup; children = ( @@ -11789,14 +11796,6 @@ path = "CONFIGURATION-STABLE-30"; sourceTree = ""; }; - E73794186B681A98B6E4538B /* hkdf */ = { - isa = PBXGroup; - children = ( - B1285C32FE4EE35EE944C8CD /* hkdf.c */, - ); - path = hkdf; - sourceTree = ""; - }; E737D3320C60ECEF9E54D112 /* GRPC */ = { isa = PBXGroup; children = ( @@ -11812,42 +11811,6 @@ path = GRPC; sourceTree = ""; }; - E74AECDCEAC7653A663DD40B /* asn1 */ = { - isa = PBXGroup; - children = ( - 4F61188301C27DA06E8AC98A /* a_bitstr.c */, - 07042CF1948EB4C40DB4E2D0 /* a_bool.c */, - 710498BFE9D7CDEC61BCB68E /* a_d2i_fp.c */, - F39E78D43CE619A418741023 /* a_dup.c */, - 86F3B311F2DFBC53E22C26CE /* a_gentm.c */, - D6EAA8B612DF99F1A5A1645E /* a_i2d_fp.c */, - 595B588A117CF9B7D98248C4 /* a_int.c */, - 3299062E71ADD21FE769CB23 /* a_mbstr.c */, - DEFC854A2507AFF60B36BA0F /* a_object.c */, - 9B27AB0DD7C440EE3921C460 /* a_octet.c */, - 93A4B8225DE99E7A8B65F73A /* a_print.c */, - 65B119655C52A7B0BBAE0A87 /* a_strex.c */, - 16C4FB394E2E150438E60150 /* a_strnid.c */, - 8CB640E4AEC4166A8EA2FB86 /* a_time.c */, - AE521ABB08EB88037DF08BEC /* a_type.c */, - 43DC198774634205D79D4CA8 /* a_utctm.c */, - 95A99A642FD7A4E63DE1C74F /* asn_pack.c */, - 53DA8C83C7319001A61709FB /* asn1_lib.c */, - 7B4A70E76B9D48A3F1198506 /* asn1_par.c */, - DDE28D5D91D041662F7E8CFB /* f_int.c */, - 50C3C158381432F858B21C1A /* f_string.c */, - B2961D38BB887B25012F49A5 /* internal.h */, - 26233D31C53051CE115AD2F0 /* posix_time.c */, - FCF3317CCBF0A6449B6BC2E6 /* tasn_dec.c */, - 8646476F9377A59D4A87D4CE /* tasn_enc.c */, - 0099B320FEF01D0199FAD555 /* tasn_fre.c */, - EDCC29E9C21160C8F1365593 /* tasn_new.c */, - 3B4CCA01D12E269993C6954F /* tasn_typ.c */, - 80243CFFCC32BF9F3279F251 /* tasn_utl.c */, - ); - path = asn1; - sourceTree = ""; - }; E7552A3E616D8A8FD57F2319 /* iMessageApp */ = { isa = PBXGroup; children = ( @@ -11867,6 +11830,17 @@ path = iOSApp; sourceTree = ""; }; + E8579E0440F09772A2A80A7F /* GRPCChannel */ = { + isa = PBXGroup; + children = ( + 605B8C7F5A195D573F94D2B3 /* ClientConnection+NIOSSL.swift */, + 57807105D89A1D76B4F0AAFE /* ClientConnection+NWTLS.swift */, + 80237D195B59455F9937398B /* GRPCChannel.swift */, + D6862003DEC5B309CD29300E /* GRPCChannelBuilder.swift */, + ); + path = GRPCChannel; + sourceTree = ""; + }; E8B892BFB1082106BB0E2EDA /* CommandLineToolLib */ = { isa = PBXGroup; children = ( @@ -11907,6 +11881,14 @@ path = CommandLineTool; sourceTree = ""; }; + E90E86197D7C4550F8812FD3 /* include */ = { + isa = PBXGroup; + children = ( + 7F425DBD38D7EC8C30BD9CB2 /* CGRPCZlib.h */, + ); + path = include; + sourceTree = ""; + }; E943F215AEDF12BE12F30E42 /* UITests */ = { isa = PBXGroup; children = ( @@ -11917,12 +11899,21 @@ path = UITests; sourceTree = ""; }; - E9BE3637B1EB53AF032EF0A4 /* Sources */ = { + E9E0CDE5731E31B8628C5BB3 /* Interceptor */ = { isa = PBXGroup; children = ( - 9DB0E9932E8CB2B73579376C /* NIOExtras */, + 2F4065D2BC562D592854FDA4 /* ClientInterceptorContext.swift */, + 0FB155EBA5A1DA3F90183979 /* ClientInterceptorPipeline.swift */, + 32F540B5C685F719D93BFD6E /* ClientInterceptorProtocol.swift */, + AE8B948093C2D3E85B07316B /* ClientInterceptors.swift */, + B17585200E07F8CF6F2E8E5D /* ClientTransport.swift */, + D0444ED6A785FB196AE6D67D /* ClientTransportFactory.swift */, + FA269CB086954AC24B7AB2A4 /* MessageParts.swift */, + AB7105A450991BD33CBDDFAE /* ServerInterceptorContext.swift */, + 4FE095D3D03189C44396DEB3 /* ServerInterceptorPipeline.swift */, + 98D9A990CA0EB5D42E87053E /* ServerInterceptors.swift */, ); - path = Sources; + path = Interceptor; sourceTree = ""; }; EA060290F4AF67CE786255D8 /* Test */ = { @@ -11965,6 +11956,16 @@ path = GoogleMaps.framework; sourceTree = ""; }; + EAF5B11CCBA48CED26AFB837 /* ServerCallContexts */ = { + isa = PBXGroup; + children = ( + 8B97D728F6F910D085A6B392 /* ServerCallContext.swift */, + 7675006258BCABAA0FB75A2B /* StreamingResponseCallContext.swift */, + E312EE5CEE503F06AF88CFD2 /* UnaryResponseCallContext.swift */, + ); + path = ServerCallContexts; + sourceTree = ""; + }; EB4F9126CD250878558B905F /* CoreUtilsMixed */ = { isa = PBXGroup; children = ( @@ -11993,6 +11994,48 @@ path = rules_xcodeproj; sourceTree = ""; }; + EC7DE150487DA1A766CD768D /* NIOHTTP2 */ = { + isa = PBXGroup; + children = ( + C70EDF30BFDA0ABF3CD8F215 /* ConnectionStateMachine */, + 10B013579D6499D679090CF4 /* Frame Buffers */, + 32BE7E9FAC8DA4C487F62747 /* ContentLengthVerifier.swift */, + 5F81E3E549A060523430F2E0 /* DOSHeuristics.swift */, + 438652E3CBF6690B2D264348 /* HPACKHeaders+Validation.swift */, + 1F4847366BFE98F4393FDEDB /* HTTP2ChannelHandler.swift */, + C62D43E144C6C4F57289C5D3 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift */, + 085744454DA8C6F022D332DB /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift */, + A9B7DEC9129965EF9258259A /* HTTP2CommonInboundStreamMultiplexer.swift */, + 74CEE1C967A3581032C90662 /* HTTP2ConnectionStateChange.swift */, + 143F6F7D5992A83B4137E492 /* HTTP2Error.swift */, + 9BBFFA5BF25CEBFD234982BF /* HTTP2ErrorCode.swift */, + D5F6878F8D1FF17AF66AEBCA /* HTTP2FlowControlWindow.swift */, + EFDD16C5F86D3073BB6F0044 /* HTTP2Frame.swift */, + D62B0EFB640E331BD4D1A189 /* HTTP2FrameEncoder.swift */, + BB8A7B8D37561C4672B4E3A0 /* HTTP2FrameParser.swift */, + 6384CB83592BD627E7F218CC /* HTTP2PingData.swift */, + 5244D65CC44935DE2B6B8255 /* HTTP2PipelineHelpers.swift */, + D7A08730B0E122E885E20BFD /* HTTP2Settings.swift */, + 5C85C4666D7334F9AEF293EC /* HTTP2Stream.swift */, + 3140C7604D7CC55F08F9D5F3 /* HTTP2StreamChannel.swift */, + EF9E47395633857D23B43270 /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift */, + 4E5FF72CAD15F89908177C81 /* HTTP2StreamDelegate.swift */, + 732CE62DA8D192EC6DAF1386 /* HTTP2StreamID.swift */, + 15E7F55C59EA087B0B1CDC77 /* HTTP2StreamMultiplexer.swift */, + 8AAC67E3EAE46AB7AB10C3AA /* HTTP2ToHTTP1Codec.swift */, + 32E1D9B80AD2870E72A99218 /* HTTP2UserEvents.swift */, + DE6660F568C17F8AA77A0E10 /* InboundEventBuffer.swift */, + 043AB479C8AE6548D2BD6FCE /* InboundWindowManager.swift */, + BAF53650BC77F7EADA9B170A /* MultiplexerAbstractChannel.swift */, + B1B1BF110A4EE90D648E7F86 /* StreamChannelFlowController.swift */, + DF703C70BE0680A0F09392B8 /* StreamChannelList.swift */, + EA85E917AF858E8FB1718C91 /* StreamMap.swift */, + 92F7F18322B3F2086FB38CFC /* StreamStateMachine.swift */, + 9017535204079B3202072EFD /* WatermarkedFlowController.swift */, + ); + path = NIOHTTP2; + sourceTree = ""; + }; ECC6A8EB916E335BDF2F79D4 /* WidgetExtension */ = { isa = PBXGroup; children = ( @@ -12003,6 +12046,14 @@ path = WidgetExtension; sourceTree = ""; }; + EDA0178E45A31D55949041BF /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio */ = { + isa = PBXGroup; + children = ( + 5152E368DA31A86EB1984170 /* Sources */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + sourceTree = ""; + }; EDB69AD5D2ED2B25D83D1607 /* CONFIGURATION-STABLE-14 */ = { isa = PBXGroup; children = ( @@ -12030,30 +12081,6 @@ path = UI; sourceTree = ""; }; - EE975EA66050FF9E818F2920 /* rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift */ = { - isa = PBXGroup; - children = ( - 67B9295B48656BD00A77AE39 /* Sources */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; - sourceTree = ""; - }; - EF6B93BDDBF8CABD75194C16 /* hpke */ = { - isa = PBXGroup; - children = ( - B15257DD47CE5D1C91C426BF /* hpke.c */, - ); - path = hpke; - sourceTree = ""; - }; - EF6F9C7097153B6DE1436C4F /* testing */ = { - isa = PBXGroup; - children = ( - AD455E9C1F6B6E0C895307CB /* DefaultTestBundle.plist */, - ); - path = testing; - sourceTree = ""; - }; EF7AAF57A1252C86EF14F5B7 /* dist */ = { isa = PBXGroup; children = ( @@ -12070,6 +12097,14 @@ path = bin; sourceTree = ""; }; + F02F7280A14E2271E6F784BF /* hkdf */ = { + isa = PBXGroup; + children = ( + 9C63425E5075CA09550EB090 /* hkdf.c */, + ); + path = hkdf; + sourceTree = ""; + }; F05DB5C68125DFA5674555E2 /* xcodeproj_bwb-params */ = { isa = PBXGroup; children = ( @@ -12203,6 +12238,15 @@ path = test; sourceTree = ""; }; + F145E8A5FF07A8AC9F585D40 /* bn_extra */ = { + isa = PBXGroup; + children = ( + 6157C36D97B8951FEB71A288 /* bn_asn1.c */, + 70C87B50DD6DB6EBDAE1A247 /* convert.c */, + ); + path = bn_extra; + sourceTree = ""; + }; F1663EDAE13BAD7A1ABB8B82 /* AppClip */ = { isa = PBXGroup; children = ( @@ -12220,62 +12264,13 @@ path = GoogleMapsCore.xcframework; sourceTree = ""; }; - F2467D4E2FD08FF1C4B01355 /* NIOCore */ = { - isa = PBXGroup; - children = ( - 1A4007608751E5E7971F0B99 /* AsyncSequences */, - 7BCD312588B9294F2DAD9A01 /* AddressedEnvelope.swift */, - FDBD856646178696688A925A /* AsyncAwaitSupport.swift */, - 9B4355D01007459DBC877FBB /* AsyncAwaitSupport+OldXcodes.swift */, - BB958E9943B26632BF464F28 /* BSDSocketAPI.swift */, - 783507673FA3270C50A27AA3 /* ByteBuffer-aux.swift */, - 8E04522C3F420DFBC044341D /* ByteBuffer-conversions.swift */, - 57336EC011C4F56D802EE258 /* ByteBuffer-core.swift */, - 74A16A6D28539C120016C8E3 /* ByteBuffer-int.swift */, - 59EC7D03B69C60208E1D835D /* ByteBuffer-lengthPrefix.swift */, - DA8BBA0A4874FCE3DC878C53 /* ByteBuffer-multi-int.swift */, - 0DA6A52AF672EE754F0E4B63 /* ByteBuffer-views.swift */, - 82A4CA83AA5BBCE86807EBAA /* Channel.swift */, - BA63AC889CB1C39E8C6C5EC5 /* ChannelHandler.swift */, - 2658B7F36EEA912F847585FC /* ChannelHandlers.swift */, - 05894036F2527E2E010F95BB /* ChannelInvoker.swift */, - 471A2B963EDAC424C2E8FA6B /* ChannelOption.swift */, - 24F77897C11E0832E12B3E9D /* ChannelPipeline.swift */, - 5EC51149C6E0CA5394399EB3 /* CircularBuffer.swift */, - 9DC8748606B6BEE25DCD293C /* Codec.swift */, - D328914F90A09CD2FB55B793 /* ConvenienceOptionSupport.swift */, - 7AF87BE47073C4FCEAF2AB2E /* DeadChannel.swift */, - 6387A8C5768F2B0852AFE715 /* DispatchQueue+WithFuture.swift */, - 81CDF534C020CBF6A8AAB9AA /* EventLoop.swift */, - 134156DB9D0CC8866313E308 /* EventLoop+Deprecated.swift */, - C77CD03D53C0D864CBBAD8CF /* EventLoopFuture.swift */, - 65FE8F809BCE55EE40794835 /* EventLoopFuture+Deprecated.swift */, - 83B4D8D7BCEFD89DB78F05DC /* EventLoopFuture+WithEventLoop.swift */, - B2D42C5D716C5F30497EDB36 /* FileDescriptor.swift */, - 0815BF2740DAFD5E0E58E002 /* FileHandle.swift */, - 406B38AD627E291F8A84B802 /* FileRegion.swift */, - 268EEEE8554E74BC65849245 /* IntegerBitPacking.swift */, - F52EC2D1F3FCFF1669245F5E /* IntegerTypes.swift */, - 09C70077F6B5D657A32ABE13 /* Interfaces.swift */, - 823A139C7FFB874AE327B7C5 /* IO.swift */, - DC0F447F8346FF3C26DA4CC5 /* IOData.swift */, - 0A3AC32E833F97828E5DBBBD /* Linux.swift */, - A970460988861E940C3E955F /* MarkedCircularBuffer.swift */, - 62F2D4F739FA629F22469D74 /* MulticastChannel.swift */, - 19E7CBBE1579367DBF567692 /* NIOAny.swift */, - 1B9DFDB912F2EC635F058A0A /* NIOCloseOnErrorHandler.swift */, - F2DEC8E7CEC65E4EE25660D3 /* NIOSendable.swift */, - E10665A84BABB571CD0D9DB5 /* PointerHelpers.swift */, - D42A594505E860912406899D /* RecvByteBufferAllocator.swift */, - 568650CCEC279A4A65B25CD9 /* SingleStepByteToMessageDecoder.swift */, - A00DB7AC62BC24649521AC05 /* SocketAddresses.swift */, - 1864A8DCF56A7824FCED60CB /* SocketOptionProvider.swift */, - FE108A6E62A7C9999AA85A8D /* SystemCallHelpers.swift */, - 6000768B2204BDFBE6C97F87 /* TypeAssistedChannelHandler.swift */, - 6E225B11781379BB74D5F46B /* UniversalBootstrapSupport.swift */, - B26E62FFBC638EEAA6D5645D /* Utilities.swift */, + F242D51F8655BE65F67FB7C1 /* _AtomicsShims */ = { + isa = PBXGroup; + children = ( + 9C5B658DF6ED64E0E571C149 /* include */, + 5B2E981DF6D41397FB1E4B00 /* src */, ); - path = NIOCore; + path = _AtomicsShims; sourceTree = ""; }; F280E705CE306404DA7946FA /* rules_xcodeproj */ = { @@ -12286,6 +12281,45 @@ path = rules_xcodeproj; sourceTree = ""; }; + F297BACA4DD8E274E4ECB3E3 /* x509v3 */ = { + isa = PBXGroup; + children = ( + E24C0680D87821D6A8A42AA6 /* ext_dat.h */, + 8E4EEBBA9F2242C519CE9B9B /* internal.h */, + 936B3E3BE30A194599CE4B03 /* pcy_cache.c */, + ADC32D25DF8879A54F85D8D9 /* pcy_data.c */, + 84EF46C941C104FB5F7BC92B /* pcy_map.c */, + E0B6F42E133E9F5F5B0D0681 /* pcy_node.c */, + 295E8354E2738D9177E30382 /* pcy_tree.c */, + 9832838636DC11F3A7108067 /* v3_akey.c */, + 70D992CB0D7765FD729F6E7A /* v3_akeya.c */, + CDCD1BA58A666A1B465B952C /* v3_alt.c */, + 4B071760DCB43876E2A51D6B /* v3_bcons.c */, + B4EEEB21E43990A7814FA672 /* v3_bitst.c */, + D101990ADA9F4B70D7C33CCD /* v3_conf.c */, + 786EF3EDA8858DB2169AA4A8 /* v3_cpols.c */, + 34EC1E8DF42B26D1E94C9F57 /* v3_crld.c */, + C1C907112A034955A22FF466 /* v3_enum.c */, + 9F5E78A041E428B73D0670DC /* v3_extku.c */, + 0942D266029188C4FBCF6FAF /* v3_genn.c */, + 7FE3E5021DC319838BC5E79A /* v3_ia5.c */, + 825C4265DB36EEF2A84B7C25 /* v3_info.c */, + 1027E654C44F3C4BEDE3DCD9 /* v3_int.c */, + 99FE8BC3EF981F5D45DF362E /* v3_lib.c */, + 99B2ACE2C9B9F235CC42166C /* v3_ncons.c */, + E756F08F9DFDA4DA7301A567 /* v3_ocsp.c */, + A1548D887548DCECE271B4D7 /* v3_pci.c */, + FD22F522FD7E500F7754E9AC /* v3_pcia.c */, + B5189A66460C40B28CBE6EAD /* v3_pcons.c */, + AD1437871727D4CBF9DF4A82 /* v3_pmaps.c */, + 0539AD0612786C9E4286C5D4 /* v3_prn.c */, + 003EA37B975A6817BBA1B0A9 /* v3_purp.c */, + 34D452434D4F7C3A385E2373 /* v3_skey.c */, + 0F77B0455B8AD0A1DA0EE18F /* v3_utl.c */, + ); + path = x509v3; + sourceTree = ""; + }; F2D009236EE15FF5BF2A14A3 /* _main~non_module_deps~FXPageControl */ = { isa = PBXGroup; children = ( @@ -12319,20 +12353,22 @@ path = iOSAppUITests.__internal__.__test_bundle; sourceTree = ""; }; - F36B7301735E01022801DC79 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log */ = { + F3ECAA1F4216DBEF632B4FC2 /* watchos-arm64_i386_x86_64-simulator */ = { isa = PBXGroup; children = ( - 5BC13F93360A1C50EFA176F7 /* Logging.rules_xcodeproj.swift.compile.params */, + 13B29FB638C93BBC3B8E05C1 /* CryptoSwift.framework */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log"; + path = "watchos-arm64_i386_x86_64-simulator"; sourceTree = ""; }; - F3ECAA1F4216DBEF632B4FC2 /* watchos-arm64_i386_x86_64-simulator */ = { + F407D19514111B448FCA4D8D /* CNIOWindows */ = { isa = PBXGroup; children = ( - 13B29FB638C93BBC3B8E05C1 /* CryptoSwift.framework */, + A6F677CE8B77B05829F69A40 /* include */, + 43086758046F311DC89A34F8 /* shim.c */, + 200BA2281F98827558F89C99 /* WSAStartup.c */, ); - path = "watchos-arm64_i386_x86_64-simulator"; + path = CNIOWindows; sourceTree = ""; }; F429781BADB4D563079F1225 /* ExampleResources-intermediates */ = { @@ -12351,28 +12387,6 @@ path = Test; sourceTree = ""; }; - F51939A5126390AAF9482FF7 /* rand_extra */ = { - isa = PBXGroup; - children = ( - 2FBD067C08553CCE134BD70B /* deterministic.c */, - 4EC3DDE1295BA7535BDE7B0C /* forkunsafe.c */, - E34AA234A1E66E6A90755BF3 /* fuchsia.c */, - E075452BC1A80D2E6877C6EE /* passive.c */, - 48936A8995C1784324508ACF /* rand_extra.c */, - 27143904CE627270EEC352ED /* windows.c */, - ); - path = rand_extra; - sourceTree = ""; - }; - F547A15D280F2ABFFECDFB62 /* des */ = { - isa = PBXGroup; - children = ( - 1E3D708BD6A95E2F7BDACB3B /* des.c */, - 950387ACC5593BCBE8007834 /* internal.h */, - ); - path = des; - sourceTree = ""; - }; F54B158F7E71D417700C3B40 /* AppClip */ = { isa = PBXGroup; children = ( @@ -12381,22 +12395,24 @@ path = AppClip; sourceTree = ""; }; - F5789437707AF2C881B672B4 /* Test */ = { + F554B6DED760173A244826BC /* NIOConcurrencyHelpers */ = { isa = PBXGroup; children = ( - 44D93811242FB47324253DCA /* UnitTests */, + 6804007ED8D98E3C3A4F396D /* atomics.swift */, + 57B8362E60CC7373252C65EB /* lock.swift */, + A19676E39CD6B857A8859B0D /* NIOAtomic.swift */, + EC7E785572012024EBD43941 /* NIOLock.swift */, + 336F472CB57AFA391D8F257A /* NIOLockedValueBox.swift */, ); - path = Test; + path = NIOConcurrencyHelpers; sourceTree = ""; }; - F59FD99DA9F33138757C855D /* hrss */ = { + F5789437707AF2C881B672B4 /* Test */ = { isa = PBXGroup; children = ( - 9496F55B2F442734EE18DACB /* asm */, - EEA55A428D54622499B54D4D /* hrss.c */, - 4AD1A5EBE545289BAF5017CF /* internal.h */, + 44D93811242FB47324253DCA /* UnitTests */, ); - path = hrss; + path = Test; sourceTree = ""; }; F5DD2C237FBAE33A4B16FC94 /* _main~non_module_deps~FXPageControl */ = { @@ -12415,37 +12431,6 @@ path = CommandLineToolTests.__internal__.__test_bundle; sourceTree = ""; }; - F624C5AB7325B166BAB87788 /* CNIOLinux */ = { - isa = PBXGroup; - children = ( - 34D77A31159A87A6F0D11537 /* include */, - 7E022FBD95EF0E745171B270 /* liburing_shims.c */, - FFD4F718BB5F022BEB6FE49C /* shim.c */, - ); - path = CNIOLinux; - sourceTree = ""; - }; - F673D6997E38AEFA9CB4E42F /* NIOTransportServices */ = { - isa = PBXGroup; - children = ( - 5B64EB4F50EDA1F986484982 /* NIOFilterEmptyWritesHandler.swift */, - F7EB335D98D72C4B704D3F12 /* NIOTSBootstraps.swift */, - B10793318F09D29F941ACE4A /* NIOTSChannelOptions.swift */, - EE8425EC978525E08438DE9B /* NIOTSConnectionBootstrap.swift */, - 8240AE5C79979283415D22A2 /* NIOTSConnectionChannel.swift */, - 09B9132FC9BF67FF73B55B49 /* NIOTSErrors.swift */, - D83E089A4C662DB664CD53F9 /* NIOTSEventLoop.swift */, - 0C69DFDBAC83A3A0DECC6CFB /* NIOTSEventLoopGroup.swift */, - 9AB821A61FAE5377FA7B09B9 /* NIOTSListenerBootstrap.swift */, - C5050AF3DDF07E49D525E583 /* NIOTSListenerChannel.swift */, - 04B101465F28173119E95E39 /* NIOTSNetworkEvents.swift */, - B73C51D1DC94427A344E6908 /* SocketAddress+NWEndpoint.swift */, - 5198549B687C3CEF94A2FF79 /* StateManagedChannel.swift */, - 9261D19835E216F060320BB0 /* TCPOptions+SocketChannelOption.swift */, - ); - path = NIOTransportServices; - sourceTree = ""; - }; F6B3E0498B71616D793CD45B /* bin */ = { isa = PBXGroup; children = ( @@ -12478,18 +12463,6 @@ path = person_proto.protoc_gen_pb_swift; sourceTree = ""; }; - F82DD2229338C670F80C2290 /* NIOConcurrencyHelpers */ = { - isa = PBXGroup; - children = ( - 61435D70086C3CD7088F62F3 /* atomics.swift */, - 27615C5AC51870DC5D64DF5F /* lock.swift */, - E26547CB62E173B0413E7D58 /* NIOAtomic.swift */, - 20E8CE5C4167D2E75716D8D4 /* NIOLock.swift */, - D4A054856A23A9C9C484B26A /* NIOLockedValueBox.swift */, - ); - path = NIOConcurrencyHelpers; - sourceTree = ""; - }; F8900B080BA83BC8282AAD83 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -12514,6 +12487,16 @@ path = rules_xcodeproj; sourceTree = ""; }; + FA04A405B7E6F33FD575F7DB /* NIOEmbedded */ = { + isa = PBXGroup; + children = ( + 1110684EC73BCDB9608790CA /* AsyncTestingChannel.swift */, + B23F431300F700797623B9FD /* AsyncTestingEventLoop.swift */, + 5D21176D596F5F0E719D7743 /* Embedded.swift */, + ); + path = NIOEmbedded; + sourceTree = ""; + }; FB24D69CB48B95C9C4ADB31E /* PreviewContent */ = { isa = PBXGroup; children = ( @@ -12522,23 +12505,22 @@ path = PreviewContent; sourceTree = ""; }; - FBDC59B75C33DEB7B9074235 /* _virtual_includes */ = { + FBB2B344E3DD809971EF8ED5 /* CNIOLinux */ = { isa = PBXGroup; children = ( - BB214287AE977785F45600EA /* cc_lib_impl */, + 0EEF7E706FC1F042F73072EB /* include */, + 244AA8C50502F3D5B236187C /* liburing_shims.c */, + 6024EA427547E5C2E977EE64 /* shim.c */, ); - path = _virtual_includes; + path = CNIOLinux; sourceTree = ""; }; - FC0FDEEBF815D5A4C6F53AAC /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl */ = { + FBDC59B75C33DEB7B9074235 /* _virtual_includes */ = { isa = PBXGroup; children = ( - 5A6C9592F64A8EEB40E51CC1 /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */, - 87C5653E58ADE7C23C4F1551 /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */, - 4B366604A79331BA2DD80193 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */, - E9A7740326228953443FA039 /* NIOSSL.rules_xcodeproj.swift.compile.params */, + BB214287AE977785F45600EA /* cc_lib_impl */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; + path = _virtual_includes; sourceTree = ""; }; FC1C88C258F1F7A36338564B /* UITests */ = { @@ -12550,6 +12532,15 @@ path = UITests; sourceTree = ""; }; + FC9D655EAF3780888EC45E65 /* CNIOBoringSSLShims */ = { + isa = PBXGroup; + children = ( + AC2E1B2FB7E524D948BD49D0 /* include */, + 0878FFBC5018354D6FF8973C /* shims.c */, + ); + path = CNIOBoringSSLShims; + sourceTree = ""; + }; FCAA11ADD1C1B654BC49AA6F /* Resources */ = { isa = PBXGroup; children = ( @@ -12560,20 +12551,29 @@ path = Resources; sourceTree = ""; }; - FD4B3900254D755978469FA7 /* fixtures */ = { + FCDCD210287D18CB20A26D54 /* base64 */ = { isa = PBXGroup; children = ( - A85BB5551153CB549748C718 /* xcodeproj_bwb */, + F7BD1A0A2E480D9F51BD9690 /* base64.c */, ); - path = fixtures; + path = base64; + sourceTree = ""; + }; + FD45D89464ED61447F83BBCF /* Sources */ = { + isa = PBXGroup; + children = ( + 3554F0D4C044A14E6617D8B6 /* CGRPCZlib */, + AA984A3468B164CF37E924E0 /* GRPC */, + ); + path = Sources; sourceTree = ""; }; - FD8168BCFB7DEB3B8460F0FE /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl */ = { + FD4B3900254D755978469FA7 /* fixtures */ = { isa = PBXGroup; children = ( - 4A1400BAA9BD7525DCE13DEE /* Sources */, + A85BB5551153CB549748C718 /* xcodeproj_bwb */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; + path = fixtures; sourceTree = ""; }; FD8461BFE70C2985A0565F77 /* rules_xcodeproj */ = { @@ -12603,6 +12603,15 @@ path = CommandLineTool; sourceTree = ""; }; + FED82DDB23611A028C18A82C /* Sources */ = { + isa = PBXGroup; + children = ( + F242D51F8655BE65F67FB7C1 /* _AtomicsShims */, + 550DE00C1D3A210D3A2E9206 /* Atomics */, + ); + path = Sources; + sourceTree = ""; + }; FF449A933321C9ECF8B80F52 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -12619,15 +12628,6 @@ path = iOSAppObjCUnitTestSuite.__internal__.__test_bundle; sourceTree = ""; }; - FFAF77DCF89EB933A465321F /* rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift */ = { - isa = PBXGroup; - children = ( - 849D9B2C5136AB6A77E83993 /* CGRPCZlib.rules_xcodeproj.c.compile.params */, - 25964E0FECA969F757454150 /* GRPC.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; - sourceTree = ""; - }; FFD14D28170B2D8ED54617D5 /* SwiftAPI */ = { isa = PBXGroup; children = ( @@ -18751,8 +18751,8 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FED3286BDFA5F9F121B8F509 /* Heap.swift in Sources */, - 8250662B7F360398AD4123D3 /* PriorityQueue.swift in Sources */, + BE924C8D09066931DADEE620 /* Heap.swift in Sources */, + 77739A5879407B7E2431C4CC /* PriorityQueue.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -18760,68 +18760,68 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CE4522AFA2219D661011C0A9 /* ConnectionStateMachine.swift in Sources */, - AD5807906D5619FA0A3EAE6A /* ConnectionStreamsState.swift in Sources */, - 92868E550FE5C41CA0917646 /* MayReceiveFrames.swift in Sources */, - D92D230169CD9DFDCA617B25 /* ReceivingDataState.swift in Sources */, - 73D5D6870E4F96638F41D24F /* ReceivingGoAwayState.swift in Sources */, - 64F232DAA266C77A82A4B8BF /* ReceivingHeadersState.swift in Sources */, - 6B6567F6086EB5CAD01AB578 /* ReceivingPushPromiseState.swift in Sources */, - 935F5E2C7B62F0B1514A5599 /* ReceivingRstStreamState.swift in Sources */, - C0AE0527B4F849114E13B229 /* ReceivingWindowUpdateState.swift in Sources */, - 368AC0CCC5B6F09DBB9773D9 /* MaySendFrames.swift in Sources */, - 46FFC58E752025E91AA335E8 /* SendingDataState.swift in Sources */, - D119BF3F47128DDC4D8CBB79 /* SendingGoawayState.swift in Sources */, - 162F65DEB388EBEE087870F9 /* SendingHeadersState.swift in Sources */, - 3B4AD7AA44CB2EDE314C0BE3 /* SendingPushPromiseState.swift in Sources */, - ECB994BE77AD8DDC504DE181 /* SendingRstStreamState.swift in Sources */, - 1DD46091A7821C3F8BDD839C /* SendingWindowUpdateState.swift in Sources */, - 950B5C7A4AD653CCAC366121 /* HTTP2SettingsState.swift in Sources */, - CC34131384917DF79F112579 /* HasFlowControlWindows.swift in Sources */, - 7B3AD9444AA789A57C9C3E2F /* HasLocalSettings.swift in Sources */, - C9A6772747178E17BAEBC26C /* HasRemoteSettings.swift in Sources */, - 97B737244766C67C7EF5D515 /* LocallyQuiescingState.swift in Sources */, - C71DCF6F42D3F52ACE6EDD37 /* QuiescingState.swift in Sources */, - 7DD9DCA1976A46FD4709485C /* RemotelyQuiescingState.swift in Sources */, - 540AFF9F52BF51C88BBF52F9 /* SendAndReceiveGoawayState.swift in Sources */, - 71152D30F6747CF57FE91556 /* StateMachineResult.swift in Sources */, - 5580D8E6A576029A7DA339AC /* ContentLengthVerifier.swift in Sources */, - 53313421F6BD3090ED0C58E5 /* DOSHeuristics.swift in Sources */, - 7C87C5E37C2942FC32B934B8 /* ConcurrentStreamBuffer.swift in Sources */, - 0537B976FC64CA55EA0E8E74 /* ControlFrameBuffer.swift in Sources */, - 6F62B449936E26107C23E2D2 /* OutboundFlowControlBuffer.swift in Sources */, - 5CC503D31B1120A22A382B14 /* OutboundFrameBuffer.swift in Sources */, - CA212C44836E10F6AACCA683 /* HPACKHeaders+Validation.swift in Sources */, - A6905DF547865560DE891020 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift in Sources */, - 0E3AD32FAF311C305DE29F84 /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift in Sources */, - 92C744242C56F727A3E637E9 /* HTTP2ChannelHandler.swift in Sources */, - ECE33C78ACADF83CC285FF3C /* HTTP2CommonInboundStreamMultiplexer.swift in Sources */, - 9A423A9661BC60F02FA9416E /* HTTP2ConnectionStateChange.swift in Sources */, - 14EE22338807774D62EFEE52 /* HTTP2Error.swift in Sources */, - E6791A3F2FC8B67C5BB0271A /* HTTP2ErrorCode.swift in Sources */, - B167C19C79642428F2035678 /* HTTP2FlowControlWindow.swift in Sources */, - 0C604983012AC5C5A877022C /* HTTP2Frame.swift in Sources */, - 8CF83EA5F8BA04F7C80135E0 /* HTTP2FrameEncoder.swift in Sources */, - 31606F90DFD26F84752A134C /* HTTP2FrameParser.swift in Sources */, - EA1FF5AB0B9E1F43035DD334 /* HTTP2PingData.swift in Sources */, - 5261E966E51E5C05E0B3361E /* HTTP2PipelineHelpers.swift in Sources */, - 9A1E7EC55CF017C0FDDD2F83 /* HTTP2Settings.swift in Sources */, - DD643B13732C845F993A696C /* HTTP2Stream.swift in Sources */, - 5AC4F83149807527F5B0BD3E /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift in Sources */, - 7FCFDDA3811C9907E749FEEF /* HTTP2StreamChannel.swift in Sources */, - E5903A76A409EBBE8B66161C /* HTTP2StreamDelegate.swift in Sources */, - 8F803429DF3CFBDAE0793B18 /* HTTP2StreamID.swift in Sources */, - 9FCA99C674BDFA450846A6BB /* HTTP2StreamMultiplexer.swift in Sources */, - 344C78E4138EB5720F7294FF /* HTTP2ToHTTP1Codec.swift in Sources */, - AD59A4CD02876843054BF2C2 /* HTTP2UserEvents.swift in Sources */, - DB8328DEC155FDB7290A4489 /* InboundEventBuffer.swift in Sources */, - 24E446003BBEC4A5EAE9B4D6 /* InboundWindowManager.swift in Sources */, - C13B2CB4990D30B26CF465F7 /* MultiplexerAbstractChannel.swift in Sources */, - 1C4FEAE1B97D9B1BC8D62054 /* StreamChannelFlowController.swift in Sources */, - D48979CA64D3654208803B4F /* StreamChannelList.swift in Sources */, - 0D3CE04B07D4D8181B90319D /* StreamMap.swift in Sources */, - 5B5AF6E473C9FAF262986B27 /* StreamStateMachine.swift in Sources */, - 3EE085544CA8D1351D332335 /* WatermarkedFlowController.swift in Sources */, + 089C5AF5E4167D8922706EA5 /* ConnectionStateMachine.swift in Sources */, + 5CF002AD71D1C567C1B9C0BC /* ConnectionStreamsState.swift in Sources */, + 24D2623CB704A6278FC90351 /* MayReceiveFrames.swift in Sources */, + D934D4FA907C066AC8A9FDA3 /* ReceivingDataState.swift in Sources */, + 2A39DDF8918A60E4FE282386 /* ReceivingGoAwayState.swift in Sources */, + 24F36ECF26A55F87B3047AAA /* ReceivingHeadersState.swift in Sources */, + C208551DC83C76C610F28448 /* ReceivingPushPromiseState.swift in Sources */, + A9A71E48BAB6214A25521984 /* ReceivingRstStreamState.swift in Sources */, + 274CCD4D8F768F555C3DDE47 /* ReceivingWindowUpdateState.swift in Sources */, + BE71F55A28382E6AF75E8B9B /* MaySendFrames.swift in Sources */, + E0BD5C282013A04D35C59497 /* SendingDataState.swift in Sources */, + 6A4E9CEA816A1C62244E360B /* SendingGoawayState.swift in Sources */, + D9236D7D576598B463316788 /* SendingHeadersState.swift in Sources */, + 34EB2160E850365B365F8D15 /* SendingPushPromiseState.swift in Sources */, + 9050DC429C9683DCA29AD647 /* SendingRstStreamState.swift in Sources */, + A0965ED6F68B7AAC1F0FED3D /* SendingWindowUpdateState.swift in Sources */, + E8DCECA91723DD8108F2E5D4 /* HTTP2SettingsState.swift in Sources */, + 21F485F4F0092268762E25F7 /* HasFlowControlWindows.swift in Sources */, + E991AB13A80E3690BD231541 /* HasLocalSettings.swift in Sources */, + 650B82E51A8C4FEAF574A056 /* HasRemoteSettings.swift in Sources */, + B7A004583964DDA9B3DF561F /* LocallyQuiescingState.swift in Sources */, + 0EBF9810016BA37915CAD0DC /* QuiescingState.swift in Sources */, + 140483B53EC69272D18E1F3E /* RemotelyQuiescingState.swift in Sources */, + 2F247FD60D934C5879F0F7BA /* SendAndReceiveGoawayState.swift in Sources */, + 2B0E44DD4CAB5260822019B8 /* StateMachineResult.swift in Sources */, + 61024232E967A3E02253C50B /* ContentLengthVerifier.swift in Sources */, + 5FE860A149754AD6C24A7D6B /* DOSHeuristics.swift in Sources */, + 492CD91D640EC72C2345BF5B /* ConcurrentStreamBuffer.swift in Sources */, + 0B73ACC16ACFA03AF7783C65 /* ControlFrameBuffer.swift in Sources */, + A278A05D2EB0E3129A30B4EF /* OutboundFlowControlBuffer.swift in Sources */, + AEECC98E997A0300F432B436 /* OutboundFrameBuffer.swift in Sources */, + 618F5B47D5E7EC38F45E78D2 /* HPACKHeaders+Validation.swift in Sources */, + DAFEBF8FDBB6639E3981F567 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift in Sources */, + 7D521E4A4CBC91317A67B14E /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift in Sources */, + 6DBD76652F90161672749C0E /* HTTP2ChannelHandler.swift in Sources */, + F492BCAB4EEDF42866B81A16 /* HTTP2CommonInboundStreamMultiplexer.swift in Sources */, + 3C6B427C79BD765B32B16A0C /* HTTP2ConnectionStateChange.swift in Sources */, + 55F1E55DAB7A7A6929621ADC /* HTTP2Error.swift in Sources */, + A7806B54E4E3396B506C9EA7 /* HTTP2ErrorCode.swift in Sources */, + 8C95351659DBBB8F2597EC02 /* HTTP2FlowControlWindow.swift in Sources */, + DDF9EF930F28864B1C9327F0 /* HTTP2Frame.swift in Sources */, + 48D9C78D69BA37E51599BA4D /* HTTP2FrameEncoder.swift in Sources */, + 71D0815ED5E53436552B41B8 /* HTTP2FrameParser.swift in Sources */, + 804CA8F57B44245E72C425B1 /* HTTP2PingData.swift in Sources */, + 9984E58F6162E5E137361E92 /* HTTP2PipelineHelpers.swift in Sources */, + 3FD051BC20067409A0C21F43 /* HTTP2Settings.swift in Sources */, + 6DFB49FD4019235047540952 /* HTTP2Stream.swift in Sources */, + 071C0E9437ED6C109D7FD061 /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift in Sources */, + 6ACCC0EDA33139E53FBEBEED /* HTTP2StreamChannel.swift in Sources */, + D4D3DCE06CBAF23C7BFBBA04 /* HTTP2StreamDelegate.swift in Sources */, + EAF57F9731B199B150209719 /* HTTP2StreamID.swift in Sources */, + 04987B4D048018DE7E649AA5 /* HTTP2StreamMultiplexer.swift in Sources */, + 7DE5581BC3D4BD0864E651A9 /* HTTP2ToHTTP1Codec.swift in Sources */, + 7B24D85E7D990B7F16AC1F3C /* HTTP2UserEvents.swift in Sources */, + FF73BC507ADB1FFD7395B972 /* InboundEventBuffer.swift in Sources */, + C4ACA73077B9C0CF0A36709A /* InboundWindowManager.swift in Sources */, + 02186CE3744BF9C870932A34 /* MultiplexerAbstractChannel.swift in Sources */, + A46D8B8BC8D148F54B6BAA23 /* StreamChannelFlowController.swift in Sources */, + 02B8C042E54686EE007430D5 /* StreamChannelList.swift in Sources */, + 98570C6EEE83DAA030C75C8F /* StreamMap.swift in Sources */, + 262A165E14FF52350511FF2A /* StreamStateMachine.swift in Sources */, + C528B94C7D930A9293322091 /* WatermarkedFlowController.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -18837,443 +18837,443 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7961901219E8D3AA9F9E5D39 /* a_bitstr.c in Sources */, - BE8471AC3BBAAC659D5E1CD8 /* a_bool.c in Sources */, - BE47F0C4C4103F9C2F31B1F9 /* a_d2i_fp.c in Sources */, - C3DA1FAF545E886CBA075BDC /* a_dup.c in Sources */, - 9E72DF083DB33D3C8C10773F /* a_gentm.c in Sources */, - C92A83764A7747118EA5B52C /* a_i2d_fp.c in Sources */, - D43523FC47794491EBD6F791 /* a_int.c in Sources */, - AD6DAE873B48D23B4412BD36 /* a_mbstr.c in Sources */, - 6CCD3B09870FDD3CA360960C /* a_object.c in Sources */, - 5501D01031ACFA3712A694C2 /* a_octet.c in Sources */, - 3F586B4089BF5793D0803C76 /* a_print.c in Sources */, - 65F2615F42050954E3AE7ABF /* a_strex.c in Sources */, - 5B80339DCEB9B534158902CF /* a_strnid.c in Sources */, - 3596E9C1BF56214EFAE5D4B4 /* a_time.c in Sources */, - D692B15B96F4F0B3B2294495 /* a_type.c in Sources */, - FAEFEA6706DD43C36E2F2518 /* a_utctm.c in Sources */, - BAA443897BE5D3B8D39113C6 /* asn1_lib.c in Sources */, - 9F82AE6B10CC7C8B4869CEA4 /* asn1_par.c in Sources */, - 91F91A1094F348DD9889A43E /* asn_pack.c in Sources */, - 620C5D1FA5CD0B85425028F9 /* f_int.c in Sources */, - D61ECCE81D1054A423872530 /* f_string.c in Sources */, - 94207A004521222E59454CA2 /* posix_time.c in Sources */, - 2FA8109BA15EB71A12C3ABC1 /* tasn_dec.c in Sources */, - 5B0F50B86A1ACCA21B9301FA /* tasn_enc.c in Sources */, - BCD982075AC3ECF928F66A1D /* tasn_fre.c in Sources */, - C968BED6E16F5AFA48A46CC4 /* tasn_new.c in Sources */, - 0BCD970A8CE7D09E5610050A /* tasn_typ.c in Sources */, - 47A74B1BD328CA58F3DE5675 /* tasn_utl.c in Sources */, - 98FEF3FC5CA2F7EEF6232231 /* base64.c in Sources */, - 7D736B28C74FA16B795946D2 /* bio.c in Sources */, - 833B1A24D97E6E7FB5DB3F0B /* bio_mem.c in Sources */, - 2FEB34DA59243502EDBAAD07 /* connect.c in Sources */, - C6EB678F51C229CB8BCD73A3 /* fd.c in Sources */, - E67E435AC88D058823E2312A /* file.c in Sources */, - 136ED52400D1AB05F0B3042D /* hexdump.c in Sources */, - E761023E598F64C2B0C5E2D4 /* pair.c in Sources */, - 9C091D84CE5204A5C17A2D0E /* printf.c in Sources */, - EE685E51828A7972D2BC1B77 /* socket.c in Sources */, - 5245B53F3A74F9CAACA8F875 /* socket_helper.c in Sources */, - 62C80432ED191F9EB5E244CA /* blake2.c in Sources */, - 9EA02848C44D5474F2857E80 /* bn_asn1.c in Sources */, - 7E0F534FF125CF8B37A83247 /* convert.c in Sources */, - 338FC42A651D58A08FFCBADD /* buf.c in Sources */, - 00E680BB4F16EBF612DBBD91 /* asn1_compat.c in Sources */, - 46D312DA78D40208C3FBF581 /* ber.c in Sources */, - D6DD562CDF0184EA15DAB23B /* cbb.c in Sources */, - F4780524E821F3C01950C858 /* cbs.c in Sources */, - 293D70F8B0F381CE39B813CE /* unicode.c in Sources */, - 145BAD8C5C36442E5AAA2C6B /* chacha-armv4.ios.arm.S in Sources */, - 853316503A5CF2EA00D31B78 /* chacha-armv4.linux.arm.S in Sources */, - AD186CEEE6DD832FA04CEEA2 /* chacha-armv8.ios.aarch64.S in Sources */, - C9DD980F650A23C1AF7281D6 /* chacha-armv8.linux.aarch64.S in Sources */, - 24480B418F2CE99656317A37 /* chacha-x86.linux.x86.S in Sources */, - E0851047025D4B6202139631 /* chacha-x86_64.linux.x86_64.S in Sources */, - 60F5D593AD755D7A873A1105 /* chacha-x86_64.mac.x86_64.S in Sources */, - E32CAA612F523CB61AF9B38E /* chacha.c in Sources */, - 85416CF8BE2E9ABDA5E5538F /* aes128gcmsiv-x86_64.linux.x86_64.S in Sources */, - C9E49FD8AFE0BA7B508E07EF /* aes128gcmsiv-x86_64.mac.x86_64.S in Sources */, - 7EE6D1708AF3633E4926E908 /* chacha20_poly1305_armv8.ios.aarch64.S in Sources */, - 93E58829A0538A707874D3CE /* chacha20_poly1305_armv8.linux.aarch64.S in Sources */, - F1A14D4B2D23CC274361B986 /* chacha20_poly1305_x86_64.linux.x86_64.S in Sources */, - 42BCC3EBC02C4A478AC00FC4 /* chacha20_poly1305_x86_64.mac.x86_64.S in Sources */, - F0CB04B485070D447C89C574 /* cipher_extra.c in Sources */, - D83B65CCB9126F37DB25D126 /* derive_key.c in Sources */, - 9DE84B152655562529A00FB7 /* e_aesctrhmac.c in Sources */, - DC2A0619FCF5CA2A45867125 /* e_aesgcmsiv.c in Sources */, - D0DB511B281A0C71D6D7557A /* e_chacha20poly1305.c in Sources */, - 90248526B5DAD2FC21994C40 /* e_des.c in Sources */, - F842F9D4453D5FB585ACC824 /* e_null.c in Sources */, - 3E724A97CD0C9E647F2DD48E /* e_rc2.c in Sources */, - 6431C9370498F9F55D20679D /* e_rc4.c in Sources */, - 0DA8D20D879B1F235D6174DE /* e_tls.c in Sources */, - 69C23A935015CACF45AFCB1A /* tls_cbc.c in Sources */, - DD0018954FD3CFE72CCA055F /* conf.c in Sources */, - C7A2FF6808BD3209BBBA5C7E /* cpu_aarch64_apple.c in Sources */, - 4951339120A649469E397AF6 /* cpu_aarch64_freebsd.c in Sources */, - F0B6BEDEAB466F4A331B28AE /* cpu_aarch64_fuchsia.c in Sources */, - 2569D4DDABB6CF2875554053 /* cpu_aarch64_linux.c in Sources */, - 9574183381F70F698ECC1CEB /* cpu_aarch64_win.c in Sources */, - BEAF865CF87C333E86C62AA0 /* cpu_arm.c in Sources */, - 5D7E6203AAA0CD3236E9A3EE /* cpu_arm_freebsd.c in Sources */, - 581913D955ABDE1786F616DD /* cpu_arm_linux.c in Sources */, - 3BB51F2012CBA65C20430477 /* cpu_intel.c in Sources */, - 53EDF8DCA6B5B426E2282BB4 /* cpu_ppc64le.c in Sources */, - 3749D3324940BB5566B918F0 /* crypto.c in Sources */, - 80A78AAD75BA5D9ACD2E3952 /* x25519-asm-arm.S in Sources */, - 9375DA8EB8B7F1312845BAB9 /* curve25519.c in Sources */, - 18C1D0FFBC2E509321ECC090 /* spake25519.c in Sources */, - 049A8F72898B35330B0A3318 /* des.c in Sources */, - 32E6C3977C7971E43C48F846 /* dh_asn1.c in Sources */, - 5A06957B4D95312B72704A01 /* params.c in Sources */, - A211E46C116054F1112A7AFE /* digest_extra.c in Sources */, - 5DA981C98723E67FD34C9DE3 /* dsa.c in Sources */, - EA2981286BEE2098521DC33F /* dsa_asn1.c in Sources */, - A8A6C3870071F7821E03BC7E /* ec_asn1.c in Sources */, - F74288ED9F7C0EF86E40A7EC /* ec_derive.c in Sources */, - B815B60B32400751BFE962A3 /* hash_to_curve.c in Sources */, - A1C71A9CDF22FA9882267FAD /* ecdh_extra.c in Sources */, - 4DDA71A3550878F32E0C66F5 /* ecdsa_asn1.c in Sources */, - F147D60E80ACF797E2E4C23C /* engine.c in Sources */, - 2FBB8B58F115F045AA7D5F7F /* err.c in Sources */, - AED9658729919C67D93B1FBE /* err_data.c in Sources */, - 878DE63D1343F2223CAFD86A /* evp.c in Sources */, - DFCB92D97B68C1255A795AC8 /* evp_asn1.c in Sources */, - 915580932D5D852D488CD3F0 /* evp_ctx.c in Sources */, - DEC8CB44E6EFCBF23DDE8D16 /* p_dsa_asn1.c in Sources */, - 0DE51135E5336D904F4B91D5 /* p_ec.c in Sources */, - E7EA19796899462CD1393D99 /* p_ec_asn1.c in Sources */, - D18633C171798B973B67EAE0 /* p_ed25519.c in Sources */, - 67A6F0DEF8411B0722998794 /* p_ed25519_asn1.c in Sources */, - 228C20DE4BB4DD54E3AB4296 /* p_hkdf.c in Sources */, - F2B27D5E8D976C2C1A942497 /* p_rsa.c in Sources */, - EA439E8E75670CAF81E222F4 /* p_rsa_asn1.c in Sources */, - 46BA0655F58399D811CD26F0 /* p_x25519.c in Sources */, - AC48C78CAEB00C1947EC5A7A /* p_x25519_asn1.c in Sources */, - 4048093C79CF00B944F14DEC /* pbkdf.c in Sources */, - D745471A9826A5BED6E291C8 /* print.c in Sources */, - 6F173E8692F5864016423E6C /* scrypt.c in Sources */, - F1972AE87A05D13309C5DD6B /* sign.c in Sources */, - 2F8643A83772C9F8FE6EB900 /* ex_data.c in Sources */, - 448B1A730AE9D31DBFEE0212 /* aes.c in Sources */, - 79400347DB891EC460CE9603 /* aes_nohw.c in Sources */, - 4A993EEF0FC82C844795349B /* key_wrap.c in Sources */, - 3B5C77976BBAEF3955A63924 /* mode_wrappers.c in Sources */, - 0A831D0CA9CC31FCFDDA357A /* aesni-gcm-x86_64.linux.x86_64.S in Sources */, - 0EF33224422C36B0720E5AC5 /* aesni-gcm-x86_64.mac.x86_64.S in Sources */, - 00FE8393A050940CA0510143 /* aesni-x86.linux.x86.S in Sources */, - E497D22D3B5AECC611F2A90C /* aesni-x86_64.linux.x86_64.S in Sources */, - 4D6D70D6DF865D9E3E55849B /* aesni-x86_64.mac.x86_64.S in Sources */, - 3EAC59748CFA5D9842B27D90 /* aesv8-armx32.ios.arm.S in Sources */, - 8EE81BC68306C61911DC7232 /* aesv8-armx32.linux.arm.S in Sources */, - 36E63D3D53C33F9622D1F2E5 /* aesv8-armx64.ios.aarch64.S in Sources */, - 465CDE6F46705611B368F430 /* aesv8-armx64.linux.aarch64.S in Sources */, - 3EF29D73806591A978A616EA /* armv4-mont.ios.arm.S in Sources */, - 0B3F53482699889BC4DA8C15 /* armv4-mont.linux.arm.S in Sources */, - B4221E0D9CF3A8400B5F26E0 /* armv8-mont.ios.aarch64.S in Sources */, - E1B179F9C02946E5EEEF6810 /* armv8-mont.linux.aarch64.S in Sources */, - 63908D0BAA241E1B9D1E9EC3 /* bn-586.linux.x86.S in Sources */, - B3428C0C10D321B27DE1CE9E /* add.c in Sources */, - D0DBC1A168DF177A19D38053 /* x86_64-gcc.c in Sources */, - B5633BE8E9C4D968EA478A0B /* bn.c in Sources */, - C1DAF472B0DFB35FE10DDCC7 /* bytes.c in Sources */, - B255FA9F967DB06FAA56888A /* cmp.c in Sources */, - 101D1C3CCB8F0D287D5412B8 /* ctx.c in Sources */, - A3B003B09609BEC273B8A220 /* div.c in Sources */, - 42A57E242C61945FEEB59C58 /* div_extra.c in Sources */, - 6EDE5495D5F87DFD480D2C2E /* exponentiation.c in Sources */, - 00905410B5990C1D3CF6B493 /* gcd.c in Sources */, - 8DF4B0A7967279970EC80F54 /* gcd_extra.c in Sources */, - 066B5F2644B62214008EA201 /* generic.c in Sources */, - 57B37D754528AB6A882041BF /* jacobi.c in Sources */, - B34E1A6B129AF80B1BEC4B5B /* montgomery.c in Sources */, - 8464836634D7CD9D44AEB6D0 /* montgomery_inv.c in Sources */, - BC0BD8E0AB2B6F55A42781AB /* mul.c in Sources */, - 5E163A5DC88D980DE4019E44 /* prime.c in Sources */, - F78E0F4F52FA1042717CC788 /* random.c in Sources */, - 898BE1A6F735C587F07E8980 /* rsaz_exp.c in Sources */, - 23E6C6B7F4A7654CBE234CFF /* shift.c in Sources */, - E02FD44E0707148B98AAD10D /* sqrt.c in Sources */, - F88E788EDE6E35EC89D2DE02 /* bsaes-armv7.ios.arm.S in Sources */, - E0971A5F373F5FB5865CE776 /* bsaes-armv7.linux.arm.S in Sources */, - 3E729FF1E05DDAE969304CE8 /* aead.c in Sources */, - 299DBD4117CB2F6562689C3F /* cipher.c in Sources */, - B867BEB73E2AE07DCAF33974 /* e_aes.c in Sources */, - B6C24ACFC4EE780422A843B2 /* e_aesccm.c in Sources */, - C80DA9FDB485C0241D9026B1 /* cmac.c in Sources */, - BD3E35C030D2241E0EA1F07B /* co-586.linux.x86.S in Sources */, - 0EE765EAD17EDC5802F3A92E /* check.c in Sources */, - DBAE08E186999D2B24A9F2FB /* dh.c in Sources */, - B1C65486832A9E716E76E107 /* digest.c in Sources */, - B2DA71064758908AEDBF645E /* digests.c in Sources */, - 673F30243CF69ECBD5381EE7 /* digestsign.c in Sources */, - D6B7BE6BA63EC8A965DB0B7D /* ec.c in Sources */, - BD69BEA79A4B42C62FF391FC /* ec_key.c in Sources */, - C84D7896B6E0F569CD9FA182 /* ec_montgomery.c in Sources */, - A0C2416BC4D8F516190BB22A /* felem.c in Sources */, - 81B7BDD8D8653944B3C08636 /* oct.c in Sources */, - 8C1B6ADD5574BA49B00ABD17 /* p224-64.c in Sources */, - AB46C24288B1CEA1F57BFB10 /* p256-nistz.c in Sources */, - BFC6988C14B9D7206D10A005 /* p256.c in Sources */, - 8AB5BCAC3B0E52E615DA2ED0 /* scalar.c in Sources */, - F4414646B89318A070D2E039 /* simple.c in Sources */, - 21FC516D74C6AFEBB40738FC /* simple_mul.c in Sources */, - 88F194C25126EC56A13CB93B /* util.c in Sources */, - E8D80AAB83A36C8B4188A162 /* wnaf.c in Sources */, - 1A1CB5141D6E60AD682FAD39 /* ecdh.c in Sources */, - 3D45C5C95CD9B80575FDF24A /* ecdsa.c in Sources */, - FBD1CCAEE497916CA321FA7E /* fips_shared_support.c in Sources */, - 9B132F2549F1C2CB9840D021 /* ghash-armv4.ios.arm.S in Sources */, - 0DB1A1119D8DD8528A4164AB /* ghash-armv4.linux.arm.S in Sources */, - 4B1ABBC8EBCDE9BDCFEFF03F /* ghash-neon-armv8.ios.aarch64.S in Sources */, - 9A3A248A479EB141B08DB584 /* ghash-neon-armv8.linux.aarch64.S in Sources */, - 32AAA0623014B3E0F7722884 /* ghash-ssse3-x86.linux.x86.S in Sources */, - 39334A0B5AA77FAD4F707D8B /* ghash-ssse3-x86_64.linux.x86_64.S in Sources */, - 5E4B6D478AF2D93B6DB681A5 /* ghash-ssse3-x86_64.mac.x86_64.S in Sources */, - D7BA7D5FF25A670AD38E18E9 /* ghash-x86.linux.x86.S in Sources */, - 7A4B555CA798F42D87EDDD24 /* ghash-x86_64.linux.x86_64.S in Sources */, - 353988DC819BAA030CBB4385 /* ghash-x86_64.mac.x86_64.S in Sources */, - 4549680C81754085A5407D63 /* ghashv8-armx32.ios.arm.S in Sources */, - B0E8C823D5560D39C4CA6F01 /* ghashv8-armx32.linux.arm.S in Sources */, - 784D39122ECA5FF3D99C9C2E /* ghashv8-armx64.ios.aarch64.S in Sources */, - 07C3A8C3FFB8699B8826C74A /* ghashv8-armx64.linux.aarch64.S in Sources */, - 81834F9C40DF286BB0E39DB5 /* hmac.c in Sources */, - F08CDA38FB877A0301F47B50 /* md4.c in Sources */, - 845FFC61201F943CE3C345B9 /* md5-586.linux.x86.S in Sources */, - 909FDC0F9C6B13C148DEB8CE /* md5-x86_64.linux.x86_64.S in Sources */, - 07FFCDA995EB77A8A5A4DD5A /* md5-x86_64.mac.x86_64.S in Sources */, - 0ADFE4D22FEAA52263F9759B /* md5.c in Sources */, - 70BC8E3868FF78F8AD16E4E3 /* cbc.c in Sources */, - 543783DCF67F9705FF67E9EE /* cfb.c in Sources */, - ADFFC6F1DBA01A4BCAA0B597 /* ctr.c in Sources */, - F96A340056CC7D7A6E8BA81F /* gcm.c in Sources */, - 08270C6CB9E62928B9AFCD3E /* gcm_nohw.c in Sources */, - 5BD1BD8491CB5A3A4C0E3BBC /* ofb.c in Sources */, - F9DE48B4205633594A5E371D /* polyval.c in Sources */, - A5442F32E052C08AF9B08B42 /* p256-armv8-asm.ios.aarch64.S in Sources */, - B1C75799E0C027FD1721FBDB /* p256-armv8-asm.linux.aarch64.S in Sources */, - F5235B0E1DB62752ADCFA457 /* p256-x86_64-asm.linux.x86_64.S in Sources */, - 7C5EF52FD530826B02FFDB6B /* p256-x86_64-asm.mac.x86_64.S in Sources */, - 29866B532C29160A81ED4482 /* p256_beeu-armv8-asm.ios.aarch64.S in Sources */, - 49B5018CC3EA1835FB8B8EC0 /* p256_beeu-armv8-asm.linux.aarch64.S in Sources */, - 69A67F86964A4F549138F5E8 /* p256_beeu-x86_64-asm.linux.x86_64.S in Sources */, - D7B7EBB561BB9349B30CBA65 /* p256_beeu-x86_64-asm.mac.x86_64.S in Sources */, - 2E404595F15FC36F40A78E55 /* ctrdrbg.c in Sources */, - 38411BC278D70E121692AFF5 /* fork_detect.c in Sources */, - 95EB3F96144733C82AB53145 /* rand.c in Sources */, - 54B0D1BA84A5FF05D69E4C27 /* urandom.c in Sources */, - 53514F901C6C0B2C0659B013 /* rdrand-x86_64.linux.x86_64.S in Sources */, - 0868AEB9716A5521A4A77CD3 /* rdrand-x86_64.mac.x86_64.S in Sources */, - 65BDDC454255582A5DECDE39 /* blinding.c in Sources */, - FD2F42137A6B467625B90C0B /* padding.c in Sources */, - E23041800874A18635830B95 /* rsa.c in Sources */, - E012BA18E471E027E34101CA /* rsa_impl.c in Sources */, - E1D0A58E8F7BF95E0E40A0A6 /* rsaz-avx2.linux.x86_64.S in Sources */, - EA7E24CF8EA9182534D6B62E /* rsaz-avx2.mac.x86_64.S in Sources */, - AF12CA965CEA0CD05AEB4BE5 /* fips.c in Sources */, - C6D986EF06A5B65BFFDFF1AC /* self_check.c in Sources */, - 458F7C486EDB7A1C6F5C9CD7 /* service_indicator.c in Sources */, - 8997B9953EA92B10E5EF73F0 /* sha1-altivec.c in Sources */, - B6E311943C10927D1AE1B91A /* sha1.c in Sources */, - F3F967E5954B24014B51E4DC /* sha256.c in Sources */, - 82F4A78CB3FD55CD15A28CC1 /* sha512.c in Sources */, - DBE7AB4B29DBB36AB88008B3 /* sha1-586.linux.x86.S in Sources */, - EBCEDCC5BD26DB6B087074B1 /* sha1-armv4-large.ios.arm.S in Sources */, - FD415EC80617FD047DBCBD24 /* sha1-armv4-large.linux.arm.S in Sources */, - A6ADC4A3D1575835F9AFFB12 /* sha1-armv8.ios.aarch64.S in Sources */, - 06CF6FB37AE8DB5218702596 /* sha1-armv8.linux.aarch64.S in Sources */, - 6FDA36B56DAD724A316D5033 /* sha1-x86_64.linux.x86_64.S in Sources */, - 36568459ABB3B21F774921FF /* sha1-x86_64.mac.x86_64.S in Sources */, - 3B808AAE95DD67BF0C7E2A1C /* sha256-586.linux.x86.S in Sources */, - 93010BDF4021BBE703B20A37 /* sha256-armv4.ios.arm.S in Sources */, - 1DE71352AAA752CE15DE74FE /* sha256-armv4.linux.arm.S in Sources */, - D9DCDCCECEE98E5A19B90F30 /* sha256-armv8.ios.aarch64.S in Sources */, - 2CDABF1B9B64F9F17691BCFF /* sha256-armv8.linux.aarch64.S in Sources */, - FE39FFA5E9189F9351E8D497 /* sha256-x86_64.linux.x86_64.S in Sources */, - 743B9D16A945D5BF82251D97 /* sha256-x86_64.mac.x86_64.S in Sources */, - 4C76F2B7FFDDD8B0A7829851 /* sha512-586.linux.x86.S in Sources */, - CF7848B68DE1950F215BE947 /* sha512-armv4.ios.arm.S in Sources */, - 891EE5B16D65ACE4ED9CBAB8 /* sha512-armv4.linux.arm.S in Sources */, - 4ABBB3F0DEB1CCD873AEC385 /* sha512-armv8.ios.aarch64.S in Sources */, - 0F80DB8A68D66BA2F6A6043A /* sha512-armv8.linux.aarch64.S in Sources */, - 472DD39F0D06A1D4F0A5664E /* sha512-x86_64.linux.x86_64.S in Sources */, - 503C8260D626656533AD577C /* sha512-x86_64.mac.x86_64.S in Sources */, - F1EBA12AF1FA5B62FF8924D6 /* kdf.c in Sources */, - 33A07B156947EF159563DB1B /* vpaes-armv7.ios.arm.S in Sources */, - B278A1DDE1FE878B427E0C5C /* vpaes-armv7.linux.arm.S in Sources */, - 6C4EB87ED06F9A64F684215B /* vpaes-armv8.ios.aarch64.S in Sources */, - 60BAC9E6D21B093922D3E428 /* vpaes-armv8.linux.aarch64.S in Sources */, - 8EF100385F7CDEA48B423830 /* vpaes-x86.linux.x86.S in Sources */, - 9B54D229F70ECCFC40D8A961 /* vpaes-x86_64.linux.x86_64.S in Sources */, - 7B1CD5932593196B098013A4 /* vpaes-x86_64.mac.x86_64.S in Sources */, - 509F35A990F8AC9129289496 /* x86-mont.linux.x86.S in Sources */, - 3C612AC3595CCE53E6AB9F46 /* x86_64-mont.linux.x86_64.S in Sources */, - F5967797890BF4B0D863C557 /* x86_64-mont.mac.x86_64.S in Sources */, - 95CFB4A190107CFA19A13311 /* x86_64-mont5.linux.x86_64.S in Sources */, - 89AC38C4A0F5CAA70E27EDB5 /* x86_64-mont5.mac.x86_64.S in Sources */, - A975B843489611A1535AA516 /* hkdf.c in Sources */, - 7D114D2DD1F08A8BBBB6538D /* hpke.c in Sources */, - 1385F938026855E011F16A29 /* poly_rq_mul.S in Sources */, - 20AF182ABB4E25EF606B8B18 /* hrss.c in Sources */, - E219CE98B93DE9CF17F3375C /* lhash.c in Sources */, - 061F002CF5F57E5794F0C568 /* mem.c in Sources */, - 282CAD2ECE37E4FB0684F816 /* obj.c in Sources */, - FCC74C965D61B08C40A2714B /* obj_xref.c in Sources */, - 872252939FDAE4E993B3B76A /* pem_all.c in Sources */, - CA79976C6CF7F5EBB33277BE /* pem_info.c in Sources */, - 3209E1D26699413BA94266BB /* pem_lib.c in Sources */, - E2C9BFF05A9EE2AC891F5E7A /* pem_oth.c in Sources */, - C7D3429BC6AC856FCF21114A /* pem_pk8.c in Sources */, - 039C8CCABCB33D202AD04570 /* pem_pkey.c in Sources */, - 793AB27ECCDB8776CBA451B2 /* pem_x509.c in Sources */, - 34418DC1CA572DDFAB970956 /* pem_xaux.c in Sources */, - DB9BF735D0B197B0E597776F /* pkcs7.c in Sources */, - 5B2B1B9F9FED35051D30CE66 /* pkcs7_x509.c in Sources */, - 75205B5EF45554F968467C64 /* p5_pbev2.c in Sources */, - D3ADEA7C54A6D48AEE68935E /* pkcs8.c in Sources */, - A730B8A3BD10F472259E366C /* pkcs8_x509.c in Sources */, - 2F0AD9DEEDC0151DFB0ADC52 /* poly1305.c in Sources */, - 7D482B98C227CE730544C353 /* poly1305_arm.c in Sources */, - E3C95A80F7BCD1F698C7644A /* poly1305_arm_asm.S in Sources */, - 803261DBC0ECFF620FA007DF /* poly1305_vec.c in Sources */, - 6BEC04F51F6C68ED68B7794C /* pool.c in Sources */, - FB41B85924F9B94F8B02117F /* deterministic.c in Sources */, - 5627E6A9505F720595D9ADFF /* forkunsafe.c in Sources */, - 8A593707984E9527959ECFA5 /* fuchsia.c in Sources */, - 1FDF86662A6F74F8D87894C7 /* passive.c in Sources */, - E3051602794C4DEC01E82B0F /* rand_extra.c in Sources */, - 79CD894604034667A2B38942 /* windows.c in Sources */, - 1DF785F747F42A3D1BDFCD2D /* rc4.c in Sources */, - 181090E94EC2D9D29B140804 /* refcount_c11.c in Sources */, - 1346D46013396C73B62C7937 /* refcount_lock.c in Sources */, - E9D42F22C487E950091BD0FA /* rsa_asn1.c in Sources */, - CCB039177FD82D8936D299B1 /* rsa_print.c in Sources */, - 3577266911040C6C30605169 /* siphash.c in Sources */, - F084EAF712258697AEFEB944 /* stack.c in Sources */, - F498B39A05BEC0FEAB09BBEE /* thread.c in Sources */, - 07F2C54374EDFBEC0B8D8CD8 /* thread_none.c in Sources */, - 334C21F5520345B9F8E96F13 /* thread_pthread.c in Sources */, - CDF2031F87FD130D38F00084 /* thread_win.c in Sources */, - F677BEE66628A94A5A69FAE4 /* pmbtoken.c in Sources */, - DE2CEF7B0E74D6FEF43D6103 /* trust_token.c in Sources */, - 88B4E03DB2F55204957765D7 /* voprf.c in Sources */, - 44C89370DDED340FA6DC2B0D /* a_digest.c in Sources */, - 1C32F4C1CA4854C5AD21B8A5 /* a_sign.c in Sources */, - A75DA84567C98A3B9B167C6E /* a_verify.c in Sources */, - 0DC825055BF8421B08E2FE67 /* algorithm.c in Sources */, - 7AB4B82FFFC00D7E10DA6F55 /* asn1_gen.c in Sources */, - 8058BCDEC6D0B7B9EC613204 /* by_dir.c in Sources */, - 9BF5F1CD439519F000BCEB0C /* by_file.c in Sources */, - 1BFCA465DD4930BA4A069072 /* i2d_pr.c in Sources */, - 1D25641C2A3BB284CAD87868 /* name_print.c in Sources */, - 3E92C55971401FEE84046536 /* rsa_pss.c in Sources */, - 7EF05078E48F7202515249C3 /* t_crl.c in Sources */, - 69E1EF34DC9248353AA5DC1B /* t_req.c in Sources */, - D04E3E019AF82E090AC22FA5 /* t_x509.c in Sources */, - B01AB466C847F7971BAA6ABD /* t_x509a.c in Sources */, - 2D424233B02A6402C6412D41 /* x509.c in Sources */, - F25376DDA41B0A24E390B3FF /* x509_att.c in Sources */, - BEF665C8178306BC0131B7C9 /* x509_cmp.c in Sources */, - E0D1CD7A946F949341C8E863 /* x509_d2.c in Sources */, - C5C567B4E22E828BAD6ADA1C /* x509_def.c in Sources */, - A555F24C27F510BD14EF7D88 /* x509_ext.c in Sources */, - 5931FE346F257C8AB867DDB5 /* x509_lu.c in Sources */, - 8D4E869AB8F8D678D239C344 /* x509_obj.c in Sources */, - 73A097F6B6F1C92E50CEAB57 /* x509_req.c in Sources */, - 7D176B180D3881F6A17E2581 /* x509_set.c in Sources */, - 91814958C35666650C13D096 /* x509_trs.c in Sources */, - 71858B0746D75FFF6CE5A1B1 /* x509_txt.c in Sources */, - 638C539F50B27522548F16E6 /* x509_v3.c in Sources */, - 7287A5A80F95747C011CA70A /* x509_vfy.c in Sources */, - 1A7CF4EA035C25495CBE7BE3 /* x509_vpm.c in Sources */, - 92426D4BC09F9E59FDABFCA6 /* x509cset.c in Sources */, - 793EB67F087A41650729F541 /* x509name.c in Sources */, - DE4A642836EFFEAA79B154DB /* x509rset.c in Sources */, - EFB8A32025E3DC6A8286D7C8 /* x509spki.c in Sources */, - 1044129EB4A6D0CF2AAA2679 /* x_algor.c in Sources */, - AC0011EA9756D31B25591E36 /* x_all.c in Sources */, - 464173B9E30B5F9D02149FD8 /* x_attrib.c in Sources */, - D001125C5BD0572856B267BE /* x_crl.c in Sources */, - 0AF2067670E99DD1C4D7EBA3 /* x_exten.c in Sources */, - C38EA93B13135E909824B1FC /* x_info.c in Sources */, - 9ED3518AC1C08C57E2043A92 /* x_name.c in Sources */, - 39EEC3F9B37F72623F027EDC /* x_pkey.c in Sources */, - 149392768386E5C2EA5AA917 /* x_pubkey.c in Sources */, - 396E3FA64D8F4F59F9F594A0 /* x_req.c in Sources */, - 0A87789A8BBB4E3E0A9B24CF /* x_sig.c in Sources */, - 42EC239995AC0E2B8DE163EF /* x_spki.c in Sources */, - A5B5CC01FF4E8D8F34EECD8D /* x_val.c in Sources */, - 41B2694BB8F35D3141C44DA6 /* x_x509.c in Sources */, - 54C2664ADFD855247713BCE0 /* x_x509a.c in Sources */, - 8AAC611BC00FFFC509BD1206 /* pcy_cache.c in Sources */, - 910CDD7DD59DCDBCB976FD22 /* pcy_data.c in Sources */, - FCE8556FA5CE6D9AA67F5496 /* pcy_map.c in Sources */, - 82A5DF28252D6CCF8DBDBBC0 /* pcy_node.c in Sources */, - 209C87A78A715B61EE5C1580 /* pcy_tree.c in Sources */, - 6B0C7F6F64E1A4F6052E073A /* v3_akey.c in Sources */, - D25E30D835893C2910068513 /* v3_akeya.c in Sources */, - AFAC3FD030B0501CE03A694F /* v3_alt.c in Sources */, - 18F568700B6D70E08E7348ED /* v3_bcons.c in Sources */, - D8902EF6AB446FE421931258 /* v3_bitst.c in Sources */, - 156F2AA4E33C21638DC01FCF /* v3_conf.c in Sources */, - 110C07DC49B3DF453B7D693E /* v3_cpols.c in Sources */, - 5E4886C67129A333010A74B3 /* v3_crld.c in Sources */, - 62E8F71E5D6138C0056FAF73 /* v3_enum.c in Sources */, - 6BBC6CD80FD0B0BAB5880D57 /* v3_extku.c in Sources */, - B4F9C60198C2143B4E3A55CC /* v3_genn.c in Sources */, - F78909B1A3C6DC990A79AF0A /* v3_ia5.c in Sources */, - 0A9EDDA0C5CCF7C3B95E8992 /* v3_info.c in Sources */, - 592C86C1D1CFEF3D714DE51B /* v3_int.c in Sources */, - 6F8ECABA4A4389FDD7EECF29 /* v3_lib.c in Sources */, - 2DEB1BFE1449B53C0A59C208 /* v3_ncons.c in Sources */, - 38FB3C1F7984A806B41CFE67 /* v3_ocsp.c in Sources */, - F118255506166E2CF5BCB699 /* v3_pci.c in Sources */, - A276E3FA8FD99B8073B10CDD /* v3_pcia.c in Sources */, - 8597D9CD6F535671798D41B4 /* v3_pcons.c in Sources */, - 61AE21D6859DBFA65C2C67DB /* v3_pmaps.c in Sources */, - 90851D3DFC27EB518EB892B3 /* v3_prn.c in Sources */, - AE7BE4F29520E43C7CB8C774 /* v3_purp.c in Sources */, - 6C3A3AEF437B1B4F0F805C61 /* v3_skey.c in Sources */, - D5142C656BAFDD64FAD209D9 /* v3_utl.c in Sources */, - ADF8356840541D7303D5DB20 /* bio_ssl.cc in Sources */, - 5BD792E92703276A2A478BB0 /* d1_both.cc in Sources */, - BCD15F7FF9B21B05818ADCA3 /* d1_lib.cc in Sources */, - 42CF6CE15CF2FA4747287F09 /* d1_pkt.cc in Sources */, - 604EB4CCB01B794683356E0B /* d1_srtp.cc in Sources */, - D50201E790F4729E5FFC7812 /* dtls_method.cc in Sources */, - 90258DBD8BE2F6F88856864A /* dtls_record.cc in Sources */, - D60D88B1C405AD55CB9596BF /* encrypted_client_hello.cc in Sources */, - B9E80DD5DACA60567A863C60 /* extensions.cc in Sources */, - 8971F085825E866281D5BC34 /* handoff.cc in Sources */, - 564EDA71089F73D2140F55EE /* handshake.cc in Sources */, - 182A312B68BD9412C35CCD56 /* handshake_client.cc in Sources */, - 897CD3EB88EDA091942ED849 /* handshake_server.cc in Sources */, - 6CAAFEE72074898E4B0CB7B3 /* s3_both.cc in Sources */, - A117B83DE78F8FD4DFBD41AE /* s3_lib.cc in Sources */, - 506C9BB0FE378A97901CDC32 /* s3_pkt.cc in Sources */, - B190447FCAF01B5EFAB155FA /* ssl_aead_ctx.cc in Sources */, - 1E7D8A902874292CA431DE5A /* ssl_asn1.cc in Sources */, - D4FD0ED972612B1123124DB4 /* ssl_buffer.cc in Sources */, - 88587BDC1AD26533E8059C7F /* ssl_cert.cc in Sources */, - EEC994CF080E71AB69C9C638 /* ssl_cipher.cc in Sources */, - 211439065CF62421D1AA35D4 /* ssl_file.cc in Sources */, - 7C40BD565AA9686FA2B102E5 /* ssl_key_share.cc in Sources */, - CB26B8DF499721ECFB281F41 /* ssl_lib.cc in Sources */, - 3DFD7E9059FA318E8CB0100C /* ssl_privkey.cc in Sources */, - 18C68ECF95E8ABFEFD435A46 /* ssl_session.cc in Sources */, - C065F674A98CD6BB3E43AC13 /* ssl_stat.cc in Sources */, - 0C5D8185005C67F8A8FA8247 /* ssl_transcript.cc in Sources */, - 5AE608331CABA9B3FFB63B94 /* ssl_versions.cc in Sources */, - F83A3632918AC2AAD45E87A5 /* ssl_x509.cc in Sources */, - 0293361F648794AE5C981116 /* t1_enc.cc in Sources */, - 9082D096C0E71D51AEDFD959 /* tls13_both.cc in Sources */, - FE9FDFD3011D84A2A08A5300 /* tls13_client.cc in Sources */, - 78C65C62526FF4AC47DA970C /* tls13_enc.cc in Sources */, - F447B9E33EB55A9CEABCF0C6 /* tls13_server.cc in Sources */, - E7CAB90199FAE1A016791FC1 /* tls_method.cc in Sources */, - 15A85B3A2C007DD2FEE0EFD3 /* tls_record.cc in Sources */, + 5DBAE4E1A8100EFA4033E65F /* a_bitstr.c in Sources */, + A2A0F138DD7B75C39A8902C7 /* a_bool.c in Sources */, + 523BC7A208B0B1A81D1070ED /* a_d2i_fp.c in Sources */, + 01305C27E1B626ECC9E39959 /* a_dup.c in Sources */, + 8D23BD89A8741EE343DA4D69 /* a_gentm.c in Sources */, + 509C36F80B13771F39074B53 /* a_i2d_fp.c in Sources */, + F3BACB48760E2BC8F439BF8E /* a_int.c in Sources */, + 63C42AB7BD33BDCB93218955 /* a_mbstr.c in Sources */, + E510D12C4EBF97157ABC2339 /* a_object.c in Sources */, + 09FFE1C865BBECF57BFD7C2A /* a_octet.c in Sources */, + A926427ED6421B27FEAD5604 /* a_print.c in Sources */, + D3BFD9C3DCBDCF0B70370C43 /* a_strex.c in Sources */, + 4FCEEDB69A5D7A80621D151F /* a_strnid.c in Sources */, + 3E7BB31C4F1242CFA5D28FC5 /* a_time.c in Sources */, + E1EEE45BF9BF37C8193BAF2D /* a_type.c in Sources */, + 9445584FA66BF14C4260F426 /* a_utctm.c in Sources */, + D905482C3B8FD159D4CC4109 /* asn1_lib.c in Sources */, + 6F127FB79E738ECA3808D66D /* asn1_par.c in Sources */, + F5637DA4AD2EF8EE07957E31 /* asn_pack.c in Sources */, + 27F1DB06369566353B9F561F /* f_int.c in Sources */, + 777BA6D6D107C952FFC54894 /* f_string.c in Sources */, + 43F69296DB8D9E81948DC81D /* posix_time.c in Sources */, + 3C565826A87A2E4CC6729C79 /* tasn_dec.c in Sources */, + 79716CF1154FA39142F96243 /* tasn_enc.c in Sources */, + 161A2096F717B323D8621B7D /* tasn_fre.c in Sources */, + B009765520971204626DF1D6 /* tasn_new.c in Sources */, + D932FD2BD315B91493898E7F /* tasn_typ.c in Sources */, + 6FD5798B1F6C1ADFF9A11504 /* tasn_utl.c in Sources */, + 39154A5C825AFF1EED1C8D9A /* base64.c in Sources */, + F2CE8D5712CCC62E9A8735B0 /* bio.c in Sources */, + D882FA968DF4097251C25017 /* bio_mem.c in Sources */, + 09AFC64DECC6D9936091A302 /* connect.c in Sources */, + 0EF740815605FA58F2438147 /* fd.c in Sources */, + 351A7EE57AB44DF4EC06265A /* file.c in Sources */, + 87325C1F09F2106F40556EC4 /* hexdump.c in Sources */, + 73AF2213466DF56D6683E6A6 /* pair.c in Sources */, + 9E1BF02E8AD9B6073A5C06A6 /* printf.c in Sources */, + F17359CA02B2AC192BCA513F /* socket.c in Sources */, + F60498EF04F81391A2003889 /* socket_helper.c in Sources */, + EA57CFCBAED2806C5B50A682 /* blake2.c in Sources */, + 2B1B303DEC388B97581426A7 /* bn_asn1.c in Sources */, + 33CBA3B2755878712490E021 /* convert.c in Sources */, + 7C355B5E1AAD937BEAD38508 /* buf.c in Sources */, + 2F49116227781DD109482E05 /* asn1_compat.c in Sources */, + EF592E4D9600256AA0A7E1C4 /* ber.c in Sources */, + AD08EEAE2C415F107101401E /* cbb.c in Sources */, + 7C1C1C942E469ED830197620 /* cbs.c in Sources */, + F28F7829B68128A41F876329 /* unicode.c in Sources */, + 22CD0DF2F2C1D4C0C18B77C3 /* chacha-armv4.ios.arm.S in Sources */, + E0BEC68BBEC0EDE5548127CD /* chacha-armv4.linux.arm.S in Sources */, + F4A0DE3F5779BC1A6EB56E43 /* chacha-armv8.ios.aarch64.S in Sources */, + 28E4822632B77D7F5900C340 /* chacha-armv8.linux.aarch64.S in Sources */, + CD058F699330BB788975472F /* chacha-x86.linux.x86.S in Sources */, + F30657C93CD3C5842516A19C /* chacha-x86_64.linux.x86_64.S in Sources */, + 843390F422A8347010798B2D /* chacha-x86_64.mac.x86_64.S in Sources */, + A0E81C4E6ED9F121B2DDCDB0 /* chacha.c in Sources */, + 1C35C8231E303BC2A247652C /* aes128gcmsiv-x86_64.linux.x86_64.S in Sources */, + 7E1F209A08432972E6018F79 /* aes128gcmsiv-x86_64.mac.x86_64.S in Sources */, + 7FC97E4227C0EA97320EC0DE /* chacha20_poly1305_armv8.ios.aarch64.S in Sources */, + 25858F6562D7F22977284CFC /* chacha20_poly1305_armv8.linux.aarch64.S in Sources */, + EC3574B02EC9755EE61B3B01 /* chacha20_poly1305_x86_64.linux.x86_64.S in Sources */, + 83B747C1D616F2260DC4B5E8 /* chacha20_poly1305_x86_64.mac.x86_64.S in Sources */, + 15690B0040D4D73D79FB3A64 /* cipher_extra.c in Sources */, + 0A851189D2CCC58DFA3F122A /* derive_key.c in Sources */, + 42B11D774D9224A13B1262A4 /* e_aesctrhmac.c in Sources */, + ACDF3752DE58DE840D61F8FC /* e_aesgcmsiv.c in Sources */, + 91D474F5EA3FA593A3566589 /* e_chacha20poly1305.c in Sources */, + 791856882C2BADA44877BAE8 /* e_des.c in Sources */, + B18323D6ECBF412ED88AFAC4 /* e_null.c in Sources */, + DD255FDC7C6CC5FACE554588 /* e_rc2.c in Sources */, + 461FA4A8B4D9E586EACFD0D6 /* e_rc4.c in Sources */, + 2B28F7BD8D1190C8618AC2B9 /* e_tls.c in Sources */, + 1433CC60AC3CB4C2D1B484CF /* tls_cbc.c in Sources */, + 1CC39BA612362C18170B4243 /* conf.c in Sources */, + 9AD892B775B46C4454654EBC /* cpu_aarch64_apple.c in Sources */, + 09F1332B915E8F31B43949C5 /* cpu_aarch64_freebsd.c in Sources */, + 4770AF325586A44577A32BEF /* cpu_aarch64_fuchsia.c in Sources */, + 23286376A8B30E38B2FC214D /* cpu_aarch64_linux.c in Sources */, + CB7A61B902E4DB1B54C97560 /* cpu_aarch64_win.c in Sources */, + CC0C0D380752CC424AACCE84 /* cpu_arm.c in Sources */, + B177726BD84AC302A95B96F4 /* cpu_arm_freebsd.c in Sources */, + 93847D88AC1D17E5FC4AB5FA /* cpu_arm_linux.c in Sources */, + FCF26A6E366E73533AA2ABFD /* cpu_intel.c in Sources */, + 72E28D2FEBE713D3C7DABBCB /* cpu_ppc64le.c in Sources */, + 17C3C4345B93235AABD030F3 /* crypto.c in Sources */, + 5D63035CB4065DE5BE54C210 /* x25519-asm-arm.S in Sources */, + 349B87C412F7B93E660583CE /* curve25519.c in Sources */, + 8E566A4AF1F58C2ED138F331 /* spake25519.c in Sources */, + 9992288E8D8226570CC02007 /* des.c in Sources */, + 00920724A1F4A96BF11EA0FB /* dh_asn1.c in Sources */, + D10241FF782F21A6F2053FF5 /* params.c in Sources */, + 4A73FDF16400EC20A5D06A7A /* digest_extra.c in Sources */, + F8DEE7C748C2EC337745130F /* dsa.c in Sources */, + C86A0BD706EBA35F5526FFB7 /* dsa_asn1.c in Sources */, + 7F684D063586489BBCEC4212 /* ec_asn1.c in Sources */, + E6F4AAAC5E1F9BA73B80443F /* ec_derive.c in Sources */, + BE8151EC62570150F87EE077 /* hash_to_curve.c in Sources */, + 61C6CA2D5877B79C049DFD18 /* ecdh_extra.c in Sources */, + 4B8F81F21937612F162F4C6C /* ecdsa_asn1.c in Sources */, + AD8D15D8D2F8EFD9103ED6E7 /* engine.c in Sources */, + 1CBEF16CE58C3C265517CF3C /* err.c in Sources */, + AAB363426C233EB904D8C319 /* err_data.c in Sources */, + FE22927AB7DD5A8DC9FED1E0 /* evp.c in Sources */, + D80A89EADC14FA78F3FBF0B2 /* evp_asn1.c in Sources */, + 19334B3E4D95FF3EA91D48B2 /* evp_ctx.c in Sources */, + 006B977E8CE214B645150BC0 /* p_dsa_asn1.c in Sources */, + 5B1B75A846A8BC6E3E6E5B0D /* p_ec.c in Sources */, + 515BD1DF8FD9BCF408F03C77 /* p_ec_asn1.c in Sources */, + F2D6F43EA5644B4A9A9E8892 /* p_ed25519.c in Sources */, + FD66745A3A2FAF4C217A99A4 /* p_ed25519_asn1.c in Sources */, + FE62E55C5CA89F70CAABD2F4 /* p_hkdf.c in Sources */, + 0425A74B02F35E458DA8A2FC /* p_rsa.c in Sources */, + F5FF0BCD203F588D84B867B2 /* p_rsa_asn1.c in Sources */, + C797AFF532B40FB1D1500E8D /* p_x25519.c in Sources */, + E94D3A6FF6E71914185C77D8 /* p_x25519_asn1.c in Sources */, + BBA3C14EABA0CB1D16680E42 /* pbkdf.c in Sources */, + DCE154E53E387934A091E14E /* print.c in Sources */, + 2563C1460AF8F190D55BE134 /* scrypt.c in Sources */, + 3A809FA94FC615AE4941467D /* sign.c in Sources */, + BD7495ED676BC2E0FB9362A0 /* ex_data.c in Sources */, + 220C1993B58AB0C0AABBAFA1 /* aes.c in Sources */, + BC8BAEA0C05FE2F8408D5582 /* aes_nohw.c in Sources */, + 2A98BA52404136884EC47CA1 /* key_wrap.c in Sources */, + 28897E64407FACDD77B49B81 /* mode_wrappers.c in Sources */, + F9BFB7B058EA20A37B57BD54 /* aesni-gcm-x86_64.linux.x86_64.S in Sources */, + 84889CD6B3D352CC30F8F577 /* aesni-gcm-x86_64.mac.x86_64.S in Sources */, + FBCF389B0897F4FB5D43BE61 /* aesni-x86.linux.x86.S in Sources */, + 33D72512C20B547269EF85B4 /* aesni-x86_64.linux.x86_64.S in Sources */, + E8CB0F804E09CD2D6473E828 /* aesni-x86_64.mac.x86_64.S in Sources */, + D113F21D81A3969772209F61 /* aesv8-armx32.ios.arm.S in Sources */, + 552272AF05DB327D004C4B68 /* aesv8-armx32.linux.arm.S in Sources */, + 6B81B7CE0DDEAEC18D8C6896 /* aesv8-armx64.ios.aarch64.S in Sources */, + A982441B0903BE5D8F0F9A77 /* aesv8-armx64.linux.aarch64.S in Sources */, + BF4291BF88F40A806F1BA7DC /* armv4-mont.ios.arm.S in Sources */, + 6A64FA9E360EBD8037A97B40 /* armv4-mont.linux.arm.S in Sources */, + 26E4E75356268E6D5704B9EA /* armv8-mont.ios.aarch64.S in Sources */, + 220F33EF6EF2B824B0FF7FC4 /* armv8-mont.linux.aarch64.S in Sources */, + EE83BE2B7C12DD69315EC1D9 /* bn-586.linux.x86.S in Sources */, + 112D252C2CED3DA159084032 /* add.c in Sources */, + 86FE94BC59ECC021DE0B9738 /* x86_64-gcc.c in Sources */, + B83F34F51560A4D153839AAC /* bn.c in Sources */, + AB40D7471B2AE915FDAC3B8E /* bytes.c in Sources */, + A78406615719F11A71458721 /* cmp.c in Sources */, + 0137FEED4CFEB5E4CEB02979 /* ctx.c in Sources */, + 19D6E80DE2B13A57680626EB /* div.c in Sources */, + B8B9079E56685B772CB7E1CC /* div_extra.c in Sources */, + 7AB64199B11363B4B9E7DCB0 /* exponentiation.c in Sources */, + 99AA3ADE52CCB87F338A487A /* gcd.c in Sources */, + 8379BA15E2DAB8F02CCD4AAC /* gcd_extra.c in Sources */, + EB9422C1359FB963C2F71EA4 /* generic.c in Sources */, + 9A1A0233312A5B833712EEA7 /* jacobi.c in Sources */, + A2E6428301A71F4FCE3C8A3A /* montgomery.c in Sources */, + D45118657E30602C3F235717 /* montgomery_inv.c in Sources */, + 21AD5BBEF7EFEA5D09FD6463 /* mul.c in Sources */, + 388D00D86E94938C6C5A964E /* prime.c in Sources */, + C4164338A0796D9AF6F83C58 /* random.c in Sources */, + 9BB0EA6C0905654CD8B88A07 /* rsaz_exp.c in Sources */, + 2A5F3330182DDD6EEBA9D9B6 /* shift.c in Sources */, + A27EA845CD405562627116CD /* sqrt.c in Sources */, + 0ED61237689EE46C4CBB5216 /* bsaes-armv7.ios.arm.S in Sources */, + CBBE7B35E08F98BE56E05731 /* bsaes-armv7.linux.arm.S in Sources */, + 789D6EC5266255AA9BAE29E5 /* aead.c in Sources */, + FBF17563FC1A9F5DE646E0FC /* cipher.c in Sources */, + D63A74BA29D767055429FFB7 /* e_aes.c in Sources */, + BDEA64A8D094CD5BBB962993 /* e_aesccm.c in Sources */, + E3AFFE72001EC764056A5B33 /* cmac.c in Sources */, + 64029B3A32A062923A8F0C8F /* co-586.linux.x86.S in Sources */, + 638E629EF40C25DB62ABFA83 /* check.c in Sources */, + 823C0EE4FAD5D208B7A25018 /* dh.c in Sources */, + 3647C77BB64C234931BB6696 /* digest.c in Sources */, + 7692BF1536AC88024B9EA217 /* digests.c in Sources */, + 9128E6756772ACE08E220A9F /* digestsign.c in Sources */, + 72FB9806F615EEB2FFC0CCC3 /* ec.c in Sources */, + 0ED8D4C57EBCD4115BDF070A /* ec_key.c in Sources */, + 0B1DD181C4972E2D7068487E /* ec_montgomery.c in Sources */, + F0C66D435893340228108C31 /* felem.c in Sources */, + 6A741573683E3857CA487BDD /* oct.c in Sources */, + A68DF6111DD0244A53ED754B /* p224-64.c in Sources */, + 5A40D2F74CBF0E0966D9626D /* p256-nistz.c in Sources */, + 790CBC780B153FFFF102042A /* p256.c in Sources */, + 8ED02BAB90DA591C6AC6E06D /* scalar.c in Sources */, + 0948C24AE847D0191A072879 /* simple.c in Sources */, + 72BB04DEFF65D5C200D83396 /* simple_mul.c in Sources */, + D6CF65587D4AA0F60B00A270 /* util.c in Sources */, + 990C6FC8A47089BF89124DB8 /* wnaf.c in Sources */, + A148D120B9A0433F3CF5C2D7 /* ecdh.c in Sources */, + 70BB9DB6A8E186AEE8949F7B /* ecdsa.c in Sources */, + 6D76D61B89DF27EEDADDCC64 /* fips_shared_support.c in Sources */, + 253042ECF93E8064F52F14E0 /* ghash-armv4.ios.arm.S in Sources */, + BE427FA952019359F03CA03C /* ghash-armv4.linux.arm.S in Sources */, + D5E5811DEC118E4B650B93D0 /* ghash-neon-armv8.ios.aarch64.S in Sources */, + C890FC44C784AE7EF6465116 /* ghash-neon-armv8.linux.aarch64.S in Sources */, + 923F9186532F196220CBA3D2 /* ghash-ssse3-x86.linux.x86.S in Sources */, + B83008FC815AF51BB3D9D83A /* ghash-ssse3-x86_64.linux.x86_64.S in Sources */, + 474E16350EDF11C549FD8742 /* ghash-ssse3-x86_64.mac.x86_64.S in Sources */, + 7F0596336B9F811D6FF68270 /* ghash-x86.linux.x86.S in Sources */, + 95277069362B84D0627E5F7E /* ghash-x86_64.linux.x86_64.S in Sources */, + 5E9ADC8D477FFC83D8E7063D /* ghash-x86_64.mac.x86_64.S in Sources */, + E002FEFDA475071776FB0D37 /* ghashv8-armx32.ios.arm.S in Sources */, + 21AE67EB2B6573BB749204FC /* ghashv8-armx32.linux.arm.S in Sources */, + 7F9C8BDF60FD18BCE6FC6C90 /* ghashv8-armx64.ios.aarch64.S in Sources */, + 3D18596B61CF5704EACBCC96 /* ghashv8-armx64.linux.aarch64.S in Sources */, + 2DDC03C9C439E36610E46C77 /* hmac.c in Sources */, + A3DE41855CB9C6C489B141EC /* md4.c in Sources */, + 44F20458905776822F9B0A33 /* md5-586.linux.x86.S in Sources */, + C8097D5B7AF3DE0E4333C12D /* md5-x86_64.linux.x86_64.S in Sources */, + 2B327DBA98264A4E208E710F /* md5-x86_64.mac.x86_64.S in Sources */, + 89302797A6F5290E5310383D /* md5.c in Sources */, + 6FD7FDED7C0B0098B0A09E9A /* cbc.c in Sources */, + 0249F9D5EF410C0AB2C0F9D9 /* cfb.c in Sources */, + 32D581646798A7E7DE99C4A6 /* ctr.c in Sources */, + 76F658C3760F911274714DAD /* gcm.c in Sources */, + 039D593000A6E15FA69BFFBF /* gcm_nohw.c in Sources */, + 9578252C7AB4105632499666 /* ofb.c in Sources */, + 8238BA37EBD01A71A3826833 /* polyval.c in Sources */, + D447E333E4FCAEB9465F74C5 /* p256-armv8-asm.ios.aarch64.S in Sources */, + FD9ABD0E4330986CF22B2F41 /* p256-armv8-asm.linux.aarch64.S in Sources */, + 382ECF41381A484E64130D35 /* p256-x86_64-asm.linux.x86_64.S in Sources */, + 235D4E2EFC799260B278903E /* p256-x86_64-asm.mac.x86_64.S in Sources */, + 222598CDD61E89F69D6699F0 /* p256_beeu-armv8-asm.ios.aarch64.S in Sources */, + 6AA83A851C7899E160976130 /* p256_beeu-armv8-asm.linux.aarch64.S in Sources */, + 08CE13BE48413B6ABCEDEA64 /* p256_beeu-x86_64-asm.linux.x86_64.S in Sources */, + B5EB9693AD81A3FA12D49A4C /* p256_beeu-x86_64-asm.mac.x86_64.S in Sources */, + 368A5D96CEA68ED1761301BB /* ctrdrbg.c in Sources */, + 9E18AAD3A7196AE43D030B14 /* fork_detect.c in Sources */, + 91ECBA5A5D9FC638B33445EF /* rand.c in Sources */, + EDF0FF14BD460D3D82775E89 /* urandom.c in Sources */, + D919F788CB7393A03819AA2D /* rdrand-x86_64.linux.x86_64.S in Sources */, + 8DBD3E83064FF487E7AFBDE8 /* rdrand-x86_64.mac.x86_64.S in Sources */, + 0F4638106C87A3770F8ED2BA /* blinding.c in Sources */, + 1AF434668F40BCE73909E3DA /* padding.c in Sources */, + D502135A5AF10D315A65F073 /* rsa.c in Sources */, + 7756204D11E9EBDA4FC2F1E6 /* rsa_impl.c in Sources */, + BF6C5E86DB20A9E107A75A85 /* rsaz-avx2.linux.x86_64.S in Sources */, + DE7537354B468B3E243F67B0 /* rsaz-avx2.mac.x86_64.S in Sources */, + 378F4197742C088FFF3F6C7B /* fips.c in Sources */, + 737FBA241BF90ACF936A8CAB /* self_check.c in Sources */, + DF3B47921B197C601B25FE26 /* service_indicator.c in Sources */, + 0AAD2D34A201F62E05492C77 /* sha1-altivec.c in Sources */, + 82478819A5B7EA5FD2E03A6D /* sha1.c in Sources */, + 7B64456CEDA44A06E9D5EF4A /* sha256.c in Sources */, + F89E87F83A76D2735E74E959 /* sha512.c in Sources */, + 93AF2DD988AB00FDEC392399 /* sha1-586.linux.x86.S in Sources */, + 6183D0DCD95B1F6F238F2C5D /* sha1-armv4-large.ios.arm.S in Sources */, + F2D5E5EB9FCE746A4AD78F8B /* sha1-armv4-large.linux.arm.S in Sources */, + 3392F981DC401AE54CEE61CD /* sha1-armv8.ios.aarch64.S in Sources */, + 6421A6D71F6570CD287474A4 /* sha1-armv8.linux.aarch64.S in Sources */, + 693E20661709B0878BA20999 /* sha1-x86_64.linux.x86_64.S in Sources */, + DD6E84989250CE3283E95A71 /* sha1-x86_64.mac.x86_64.S in Sources */, + 012C4678CC0E258D09C5FABA /* sha256-586.linux.x86.S in Sources */, + C90A3AA2CBA66D463C300A25 /* sha256-armv4.ios.arm.S in Sources */, + 46412E5AD6B86DEB79EA4457 /* sha256-armv4.linux.arm.S in Sources */, + 04E2CA86B997F17D420F5548 /* sha256-armv8.ios.aarch64.S in Sources */, + F4F6722B76EBEA8C610B73EA /* sha256-armv8.linux.aarch64.S in Sources */, + 1B729619665BE554859647D9 /* sha256-x86_64.linux.x86_64.S in Sources */, + B7E59CBB0BF2E6CF382FF128 /* sha256-x86_64.mac.x86_64.S in Sources */, + 7BDB13CCFB46430E30A44101 /* sha512-586.linux.x86.S in Sources */, + 5C27825B6DD1492DDA6F758B /* sha512-armv4.ios.arm.S in Sources */, + C1711FB7C96EE498E985199E /* sha512-armv4.linux.arm.S in Sources */, + 8A8C2136632D626E81D95B4D /* sha512-armv8.ios.aarch64.S in Sources */, + 554B70A0DDE939B1AACAEB16 /* sha512-armv8.linux.aarch64.S in Sources */, + 8F4C426189E1299A516B59A7 /* sha512-x86_64.linux.x86_64.S in Sources */, + 754CAC4EB698F94A5101F9B6 /* sha512-x86_64.mac.x86_64.S in Sources */, + 432DAB8BE6D4FC79B35E992B /* kdf.c in Sources */, + 584FEC006D84FBF41FDA07B1 /* vpaes-armv7.ios.arm.S in Sources */, + 72889D8D95A961E9526FFE35 /* vpaes-armv7.linux.arm.S in Sources */, + A9CC4F041EB0737A172C60D8 /* vpaes-armv8.ios.aarch64.S in Sources */, + F2DD57A351569853CCA96009 /* vpaes-armv8.linux.aarch64.S in Sources */, + 0FD5904D864F5057CB0E69F5 /* vpaes-x86.linux.x86.S in Sources */, + A57F9706CB03BE97E731EF57 /* vpaes-x86_64.linux.x86_64.S in Sources */, + 84EA4A690C7BEC05A62BF4A5 /* vpaes-x86_64.mac.x86_64.S in Sources */, + CA1B3FF39A27399C08F8D58A /* x86-mont.linux.x86.S in Sources */, + EA6E14031DD2808964AF6646 /* x86_64-mont.linux.x86_64.S in Sources */, + B27BDB6C3AAE57AAC87F9620 /* x86_64-mont.mac.x86_64.S in Sources */, + 1EEFCAAE32E611B17A445830 /* x86_64-mont5.linux.x86_64.S in Sources */, + 3D68F0C275870793BB3B4B0D /* x86_64-mont5.mac.x86_64.S in Sources */, + 33CFC5C649BAB2CB9B2E9903 /* hkdf.c in Sources */, + 5EF7CFB7ED287BC195C94EAD /* hpke.c in Sources */, + 82A035085232D3BA1A767616 /* poly_rq_mul.S in Sources */, + 971C39E7E4E61ECDD8BCB3E5 /* hrss.c in Sources */, + B36CB1D7256679754660AADB /* lhash.c in Sources */, + E0E015A3A061129D3585B5A4 /* mem.c in Sources */, + A966A1D59079F069F93FF422 /* obj.c in Sources */, + 92B20F8ADF08C393635AF3ED /* obj_xref.c in Sources */, + C43521D2682F8048B5A9A742 /* pem_all.c in Sources */, + BCCCF6A60A82D1FEC372DED9 /* pem_info.c in Sources */, + FD4B390C06DF8181E02ACE30 /* pem_lib.c in Sources */, + 140A73BE1C2DCDB55EAAB2C6 /* pem_oth.c in Sources */, + CA5BD805961068D085908901 /* pem_pk8.c in Sources */, + 4CC4F9DC518B280F05461AE4 /* pem_pkey.c in Sources */, + 2456C6BE9DDCC256805ED761 /* pem_x509.c in Sources */, + 542B5787A9367722CF7B4220 /* pem_xaux.c in Sources */, + 1C6004C0EAF5679D8D7F10D7 /* pkcs7.c in Sources */, + 5D47D9E8AEB836144D863A3A /* pkcs7_x509.c in Sources */, + EC3AF9A4893724150705A8B4 /* p5_pbev2.c in Sources */, + 326BF9DB83B899F0E40ECCAE /* pkcs8.c in Sources */, + 4BBB935BBA020E55D08CB0DA /* pkcs8_x509.c in Sources */, + CEB96CED61B937854D46709C /* poly1305.c in Sources */, + 24AC28B6E151C5288CD69E18 /* poly1305_arm.c in Sources */, + 4CF5D960384386D19B6A7ACA /* poly1305_arm_asm.S in Sources */, + 2F6F12ECFF69A7ACD1DB0B4C /* poly1305_vec.c in Sources */, + 8C5B415F23C92ECFCE0FD09F /* pool.c in Sources */, + 5E84DB770BC1E3C1FC319748 /* deterministic.c in Sources */, + 6985E37F961914B7DE35CD7D /* forkunsafe.c in Sources */, + 37AB8880F3DAD7393BD1CE24 /* fuchsia.c in Sources */, + E7BF67AF88A2CEAEB14A9163 /* passive.c in Sources */, + 1B7B66FD285303412BEE7780 /* rand_extra.c in Sources */, + 996E7315B3103112E26EF84E /* windows.c in Sources */, + 9B8D86528E9E678545BEA7ED /* rc4.c in Sources */, + 6D6B2C6DBF2FA9CAAF918277 /* refcount_c11.c in Sources */, + 94E174826CC1B1982200F69C /* refcount_lock.c in Sources */, + 7B4547037D9391A04D172335 /* rsa_asn1.c in Sources */, + 897386190D60B382CEF08415 /* rsa_print.c in Sources */, + 503503A2314C8F17749D9289 /* siphash.c in Sources */, + D2EFAF85C66DB24D89072F14 /* stack.c in Sources */, + D0CE580B70151730420E39B5 /* thread.c in Sources */, + AD81E63C944FC6AF60C2E521 /* thread_none.c in Sources */, + 18D73C52928BE9EA2768F374 /* thread_pthread.c in Sources */, + 599A408670F47F6F2832C2F4 /* thread_win.c in Sources */, + 162D3D39844D20769B62F6B3 /* pmbtoken.c in Sources */, + 1A4E17F1C0A8358DD9BE910E /* trust_token.c in Sources */, + C7B868D05C75298C1BABCB55 /* voprf.c in Sources */, + CB785531D2427033C851B6B2 /* a_digest.c in Sources */, + FD30D106998511A41DFEC09B /* a_sign.c in Sources */, + BE010B715F22F2FA441E67A6 /* a_verify.c in Sources */, + F82F610633B1A756A7C2F9D8 /* algorithm.c in Sources */, + 688682AB1290710C89A953C7 /* asn1_gen.c in Sources */, + EB1DD186EDF69D7A2ECA4102 /* by_dir.c in Sources */, + D8F6570710231D863BAB8799 /* by_file.c in Sources */, + 54ED240FD1F39A9237FBF08C /* i2d_pr.c in Sources */, + E5555E81D3B604C4741FA704 /* name_print.c in Sources */, + AF4D7B3C9176A9AA0BA78AAA /* rsa_pss.c in Sources */, + C7FDD4D978DAD4C563EB2299 /* t_crl.c in Sources */, + 3D5794BDBFB568CEB9E1A544 /* t_req.c in Sources */, + A3F0F0C031609A58C4EB5F83 /* t_x509.c in Sources */, + 691623BA20B4BF8D68F7277C /* t_x509a.c in Sources */, + F465C4C7EC78A1DB9894C909 /* x509.c in Sources */, + 1F1348E30FF67ED678874AC3 /* x509_att.c in Sources */, + 500A5C92824C295028AC84A5 /* x509_cmp.c in Sources */, + 8128EA2546496DEA60589673 /* x509_d2.c in Sources */, + E50F61B8464A3BFE458138BE /* x509_def.c in Sources */, + CD56A3C002A0F06188819271 /* x509_ext.c in Sources */, + 053B5C97959670CF68392024 /* x509_lu.c in Sources */, + 1EB09B4E726A9AA1A1420116 /* x509_obj.c in Sources */, + 4E36B92061054F1B58849296 /* x509_req.c in Sources */, + 18F994E1628041FD9A267D86 /* x509_set.c in Sources */, + 054F8300E4871EB61B625039 /* x509_trs.c in Sources */, + 4BE454717DE140E29D6E386F /* x509_txt.c in Sources */, + DFEB68F456CD14C306840B20 /* x509_v3.c in Sources */, + 7EE28B8A4B765EF8F60511FC /* x509_vfy.c in Sources */, + E34295F11C75E5F883057096 /* x509_vpm.c in Sources */, + 6706AF6BDA461F821223E127 /* x509cset.c in Sources */, + 803C7A10A7BAD10AF5BD2FF2 /* x509name.c in Sources */, + 8BFB3BFBD8A2CF3FC3D8D400 /* x509rset.c in Sources */, + 21129BC072603CDE4E28D140 /* x509spki.c in Sources */, + C0970FAC0F5953E93A3A8F5D /* x_algor.c in Sources */, + F9F5491A4847784F0DC759C4 /* x_all.c in Sources */, + 620C0C849F58B5C94590C874 /* x_attrib.c in Sources */, + 3CD74E7E9E78D4A0288779BB /* x_crl.c in Sources */, + ED5B22A307A31699062AB033 /* x_exten.c in Sources */, + A13C9006631405ED4B8FD6B1 /* x_info.c in Sources */, + C2664825E65D31873A644C3C /* x_name.c in Sources */, + BBA43181B484DB1DE60BAE5D /* x_pkey.c in Sources */, + 5F894A959B4DC6BE1DE791E5 /* x_pubkey.c in Sources */, + 98934A42753798343BD9D003 /* x_req.c in Sources */, + EEDFFD7038216837FA1A91F6 /* x_sig.c in Sources */, + 3B86F86E31EEC7ADC303FD7A /* x_spki.c in Sources */, + 8B36DBFEED61BE7FB1BD3D6C /* x_val.c in Sources */, + 46653FA21F4DC63CB8FBDD39 /* x_x509.c in Sources */, + 3AB05C0ADC5F4F0971BB9B2C /* x_x509a.c in Sources */, + 901F6247C111D0650CD919D9 /* pcy_cache.c in Sources */, + 5C6FC9591BA2C64DC44DEE31 /* pcy_data.c in Sources */, + 7D8238B3906755D551FDB86C /* pcy_map.c in Sources */, + B5EF57EAAF3C7DE0C3F20555 /* pcy_node.c in Sources */, + EC597A80F392A8FE6A6AE80F /* pcy_tree.c in Sources */, + FB39FAE28147F655570C5DC7 /* v3_akey.c in Sources */, + 986A48C1B9DE507ACEFC2DD7 /* v3_akeya.c in Sources */, + 23684757C5BB79EEDD90EC74 /* v3_alt.c in Sources */, + 907DDD014D33DE88D4CA1116 /* v3_bcons.c in Sources */, + 30D825008BB1AE238659E6A9 /* v3_bitst.c in Sources */, + ADBA6308B2B326B8EB6386CF /* v3_conf.c in Sources */, + 20365FC03E603812E0DDD76D /* v3_cpols.c in Sources */, + 91375F304F85E140A72F7DE9 /* v3_crld.c in Sources */, + B3626BB3930EA66EF9DEA69D /* v3_enum.c in Sources */, + 812DBD7204E099D74665AEF6 /* v3_extku.c in Sources */, + 3D1362DB10B4AF09C8A80882 /* v3_genn.c in Sources */, + E573F3E1DAF91914D15CC007 /* v3_ia5.c in Sources */, + CBEC391E838D1DBA5D723585 /* v3_info.c in Sources */, + 4ADECA7D8DE60504F17EDFA2 /* v3_int.c in Sources */, + 1DFB91AEF645658899318829 /* v3_lib.c in Sources */, + 0CC1763FC56DB70DCDB07643 /* v3_ncons.c in Sources */, + F729C77AFC63ACDF71D702DE /* v3_ocsp.c in Sources */, + 7B0C93DA55198C12A8A0B7FB /* v3_pci.c in Sources */, + 2279AE5A1EFF12A95797228B /* v3_pcia.c in Sources */, + 4113DA11321FD3DBDA1F8729 /* v3_pcons.c in Sources */, + 1A440D5430FA1C8E145236C9 /* v3_pmaps.c in Sources */, + 57AA200844B1767373F39793 /* v3_prn.c in Sources */, + C3AAF49440EA36F052EB34CD /* v3_purp.c in Sources */, + A552FDE971EBFC83A619CC40 /* v3_skey.c in Sources */, + 5D740AFFAE0B12EFDB43082B /* v3_utl.c in Sources */, + 4D6E97A32DFC3D9574D15FE5 /* bio_ssl.cc in Sources */, + 534FB299CA0F6CE8EBE929FE /* d1_both.cc in Sources */, + 23F6E89EDE3B5A3296EB21E6 /* d1_lib.cc in Sources */, + 243CE24CB4ADAA32DB5B277B /* d1_pkt.cc in Sources */, + FF8A733C9A692C73D537FCF4 /* d1_srtp.cc in Sources */, + 4E4599E9ECCE5610E953CFCD /* dtls_method.cc in Sources */, + EB3BA05C1BFE07199A7356ED /* dtls_record.cc in Sources */, + A354C6013470E2B265FC416D /* encrypted_client_hello.cc in Sources */, + 31882A49FD2D539BE2C44EF9 /* extensions.cc in Sources */, + D4DE17C093FFF0F1F83E6539 /* handoff.cc in Sources */, + 6807F13F9AEAF74B30E61FCD /* handshake.cc in Sources */, + 735A03239C0789E2C4F3E8DC /* handshake_client.cc in Sources */, + AEB6DBBF0200FACBD5C954C4 /* handshake_server.cc in Sources */, + 0355A6945ED482869C9A9C1F /* s3_both.cc in Sources */, + 1AC254D46CD0C65A4149CDE9 /* s3_lib.cc in Sources */, + A61BF8E1C0F3883449C968EC /* s3_pkt.cc in Sources */, + 70AD359B58B4144D4210644B /* ssl_aead_ctx.cc in Sources */, + 0786A516DB5C1A2B80308FFE /* ssl_asn1.cc in Sources */, + 8C144A902FF7CA889D709325 /* ssl_buffer.cc in Sources */, + 5E3C24B469991D6DF8F9B5E5 /* ssl_cert.cc in Sources */, + 8E32E71D6E114183C10CAE62 /* ssl_cipher.cc in Sources */, + E0D5521B616D0A99FBA4DDE6 /* ssl_file.cc in Sources */, + 0E02119F1153A43E02C3B725 /* ssl_key_share.cc in Sources */, + 50DDBC1E5DB8F7EB2E70318C /* ssl_lib.cc in Sources */, + DF9F6FBCD581311508DF40EE /* ssl_privkey.cc in Sources */, + 3E6DE5DE1866F2333E5E5BAA /* ssl_session.cc in Sources */, + 4F0EFBED31BECE44DA422B98 /* ssl_stat.cc in Sources */, + 92EF98B42926CF2A83EE5DE0 /* ssl_transcript.cc in Sources */, + 7FE701542A661753A3F8F00C /* ssl_versions.cc in Sources */, + AC6E56AF1CE3FCCE114303D4 /* ssl_x509.cc in Sources */, + CD9EA16C3F4BEE8FD1975823 /* t1_enc.cc in Sources */, + 2018D43BA2A15EAE302BFC30 /* tls13_both.cc in Sources */, + ACBC8AA2891F5D075DB2DC3D /* tls13_client.cc in Sources */, + C1A33F618B8465FE58E74ED8 /* tls13_enc.cc in Sources */, + 467B69F85526E1E827FB5E39 /* tls13_server.cc in Sources */, + DE212187E92BCF002FF1E7D2 /* tls_method.cc in Sources */, + 0EE0998B401FBA90CAF7AE71 /* tls_record.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19306,9 +19306,9 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1071E763AD1CCDB31A29A6B9 /* Locks.swift in Sources */, - 7CEC9DFF6388E69532F96C4F /* LogHandler.swift in Sources */, - AB1E252D135B8D5C5D6D6957 /* Logging.swift in Sources */, + 61DEFF9ED993002A6F2193F3 /* Locks.swift in Sources */, + 80125F6B9965A617270E6A11 /* LogHandler.swift in Sources */, + 2E18ECD24751D42EE7A9AF89 /* Logging.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19348,20 +19348,20 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C76D04EDB75F9ECE889F61E6 /* NIOFilterEmptyWritesHandler.swift in Sources */, - C3E5B6172CC94B3BE4066E76 /* NIOTSBootstraps.swift in Sources */, - 313381F33366D0710E608E5B /* NIOTSChannelOptions.swift in Sources */, - AF48742D02BC98070111CC52 /* NIOTSConnectionBootstrap.swift in Sources */, - D16336D95A6B6E027CADC26F /* NIOTSConnectionChannel.swift in Sources */, - 15E278D1998C5183E0A491AE /* NIOTSErrors.swift in Sources */, - 2F49C646FDC247CAED03368E /* NIOTSEventLoop.swift in Sources */, - D6C07E837C8B6A04FC6C4840 /* NIOTSEventLoopGroup.swift in Sources */, - 9E771AB4603A066602B556AA /* NIOTSListenerBootstrap.swift in Sources */, - E8B025B8B534CBE890BDA8C9 /* NIOTSListenerChannel.swift in Sources */, - C9EF0F8A5859D07630E15F52 /* NIOTSNetworkEvents.swift in Sources */, - 9680210F7110FB1AE1006748 /* SocketAddress+NWEndpoint.swift in Sources */, - 55F648D571E1784831B6AF26 /* StateManagedChannel.swift in Sources */, - 3AD33C09D45D25F53EF2683F /* TCPOptions+SocketChannelOption.swift in Sources */, + B7DD41E1EC7F962DBF020DE4 /* NIOFilterEmptyWritesHandler.swift in Sources */, + 642874888E197D42AC382538 /* NIOTSBootstraps.swift in Sources */, + AC5743F7DD6FC6B82DD6FAE9 /* NIOTSChannelOptions.swift in Sources */, + 68259593E78D1254EEB66084 /* NIOTSConnectionBootstrap.swift in Sources */, + 2D01C8660E624C7329E332DC /* NIOTSConnectionChannel.swift in Sources */, + 12EDDD02F3DCD1DF8BE56259 /* NIOTSErrors.swift in Sources */, + C4F6A1788C24E93BEFE0AAFF /* NIOTSEventLoop.swift in Sources */, + 74DC7222684310B1CD18BFB5 /* NIOTSEventLoopGroup.swift in Sources */, + 361BDA2849DDCAA9CD2BBBFD /* NIOTSListenerBootstrap.swift in Sources */, + F0D7D529F4B6D5A02B5973DF /* NIOTSListenerChannel.swift in Sources */, + 96E2787BD0E2D3B50309453B /* NIOTSNetworkEvents.swift in Sources */, + F8472182718655F47160B028 /* SocketAddress+NWEndpoint.swift in Sources */, + 960F4A7EB985FE2C9E13BC4B /* StateManagedChannel.swift in Sources */, + 0EBEB934EB1D73D1B3B0A841 /* TCPOptions+SocketChannelOption.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19369,18 +19369,18 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0D71BF4C8F73916BEA57C13D /* DebugInboundEventsHandler.swift in Sources */, - 1A3FE9B14775EA13EA4F36BF /* DebugOutboundEventsHandler.swift in Sources */, - 88B0D7D9E03091750786938C /* FixedLengthFrameDecoder.swift in Sources */, - D9FCB3CAAED4401D041A9337 /* JSONRPCFraming+ContentLengthHeader.swift in Sources */, - 5D69C79589F7703E5A29B94C /* JSONRPCFraming.swift in Sources */, - ABE90C787A123D8C39C2CE5E /* LengthFieldBasedFrameDecoder.swift in Sources */, - A4600C1CA9065FFD9933EB39 /* LengthFieldPrepender.swift in Sources */, - 84331F89628E1F637FB01DB5 /* LineBasedFrameDecoder.swift in Sources */, - 9A64F21F89E476CACC0C6FDF /* NIOExtrasError.swift in Sources */, - DB62AF7AE1F5F661FF2568DC /* QuiescingHelper.swift in Sources */, - 67CCF5DA841DB2E6F1CC058E /* RequestResponseHandler.swift in Sources */, - 4BEB567395811F81C4928187 /* WritePCAPHandler.swift in Sources */, + B19F7F164F8AF18BC6024C11 /* DebugInboundEventsHandler.swift in Sources */, + CE07B4D3E769161CD4172C27 /* DebugOutboundEventsHandler.swift in Sources */, + 16C4C950E0A90CF810A0CD8D /* FixedLengthFrameDecoder.swift in Sources */, + 81F242CA0F6DC8A460A2784B /* JSONRPCFraming+ContentLengthHeader.swift in Sources */, + D9C1A9776DFF7793815CC62D /* JSONRPCFraming.swift in Sources */, + B857B42D489B0DFDC8E3A4FC /* LengthFieldBasedFrameDecoder.swift in Sources */, + F7FE8523F9953C3C5CA443EE /* LengthFieldPrepender.swift in Sources */, + 6702B215CA521FAA23F72112 /* LineBasedFrameDecoder.swift in Sources */, + 32D37029DBEFBED032329AE4 /* NIOExtrasError.swift in Sources */, + 3E00C7F394F9A47DCE4EB9F4 /* QuiescingHelper.swift in Sources */, + 0E982AB153536938610BE926 /* RequestResponseHandler.swift in Sources */, + 825949DDD9527C519589F872 /* WritePCAPHandler.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19404,8 +19404,8 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 36FF49ED3C6648C782E534E0 /* liburing_shims.c in Sources */, - C75AA6E145284C93EF49510E /* shim.c in Sources */, + B67A01B48DC881D562B72276 /* liburing_shims.c in Sources */, + 14C59723FCF913DA213E6DF2 /* shim.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19421,8 +19421,8 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EC57C12BD1BE1A2EB5714D57 /* WSAStartup.c in Sources */, - 04296806B8C9B670BBE4EEE8 /* shim.c in Sources */, + A6AC44CE1C166698CAAEB336 /* WSAStartup.c in Sources */, + 2EC18EDAB1DBB0B71C0D5F93 /* shim.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19430,11 +19430,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6A4154F2310335D2E158D99F /* NIOAtomic.swift in Sources */, - 856DAFEB1C6C65BC3EC8391F /* NIOLock.swift in Sources */, - 240AC11FB3D0EBE1911EF008 /* NIOLockedValueBox.swift in Sources */, - 4A07A0197F7217F72D6BB3D1 /* atomics.swift in Sources */, - 084827279B4CCBD9E3494311 /* lock.swift in Sources */, + A8A6CAA2C8341D1BFA3EB6F6 /* NIOAtomic.swift in Sources */, + AC1E94314523FDA2B347847F /* NIOLock.swift in Sources */, + D0808E5526CD7F7372B3FEF6 /* NIOLockedValueBox.swift in Sources */, + E1EF2418BDFEFC4BC1706B44 /* atomics.swift in Sources */, + 28C7514F1DDA35A31508158B /* lock.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19470,34 +19470,34 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9E42B0C71C0C6A02F4463639 /* ByteBufferBIO.swift in Sources */, - 8B43258D9A988DF2042339D8 /* CustomPrivateKey.swift in Sources */, - 4AA8648AB40906E62F1203F0 /* IdentityVerification.swift in Sources */, - 538C5A5F01DFADA76E1A2FEA /* LinuxCABundle.swift in Sources */, - CA4F00EA3C35BC3ED8EC44BB /* NIOSSLClientHandler.swift in Sources */, - E143084182ECE0E0846F94AA /* NIOSSLHandler.swift in Sources */, - D4D6727E367ED4E402A96C67 /* NIOSSLServerHandler.swift in Sources */, - A5CA8A32A984345E34A42C03 /* ObjectIdentifier.swift in Sources */, - E599D7F01082BE8A5C929A7A /* PosixPort.swift in Sources */, - A1971A2E64B1C9BF1156A1F8 /* SSLCallbacks.swift in Sources */, - 71212349EA375C0303D10EC6 /* SSLCertificate.swift in Sources */, - 6B7BDEF78545D66FF62B1308 /* SSLCertificateExtensions.swift in Sources */, - B6D16F8127085DA83C54C2B4 /* SSLConnection.swift in Sources */, - 5D1E9C4CF48ADF7171D70847 /* SSLContext.swift in Sources */, - B4112E24AB183B563C06AF64 /* SSLErrors.swift in Sources */, - 0815B503C888C3C3F816B652 /* SSLInit.swift in Sources */, - 2B1391C61A4EB99DB5185F39 /* SSLPKCS12Bundle.swift in Sources */, - 364A542039EB7F1D41458229 /* SSLPrivateKey.swift in Sources */, - E986B475D6C47D87D7F1596B /* SSLPublicKey.swift in Sources */, - 5F9F08186BF860B5F83ECBDE /* SecurityFrameworkCertificateVerification.swift in Sources */, - B1A43B0778BDB61C4F7DBCCF /* String+unsafeUninitializedCapacity.swift in Sources */, - E2F93336D404B61ECAC39255 /* SubjectAlternativeName.swift in Sources */, - 16542D974E1DA2AF616BFEFD /* NIOSSLSecureBytes.swift in Sources */, - 5DA7053F702353C57298C163 /* RNG.swift in Sources */, - BE8F920A1D1C848073F56670 /* SafeCompare.swift in Sources */, - 9A3EB9B3A43FDC984DA00FB5 /* Zeroization.swift in Sources */, - 3A045CAAE1C569842B3A296B /* TLSConfiguration.swift in Sources */, - 40B38EA02966CCC2A63A000B /* UniversalBootstrapSupport.swift in Sources */, + 4617FCAE167F6FA0A64CB98E /* ByteBufferBIO.swift in Sources */, + 45647E678C8FE515B5ADA5F7 /* CustomPrivateKey.swift in Sources */, + 2F9EEC92A9DFBE34EB2076C2 /* IdentityVerification.swift in Sources */, + 3BE6BEB410914B790E40550F /* LinuxCABundle.swift in Sources */, + C61C0C2F39C5911151A0C3C2 /* NIOSSLClientHandler.swift in Sources */, + 146D5A46AD8DA81F805F6A28 /* NIOSSLHandler.swift in Sources */, + 6AF8B46313221F7177A21F89 /* NIOSSLServerHandler.swift in Sources */, + 376400EC1CEBBE06CD4C5B87 /* ObjectIdentifier.swift in Sources */, + 91C9CECCA62B7B3E267C66CF /* PosixPort.swift in Sources */, + 1045CA3BC17B76CD4E48B830 /* SSLCallbacks.swift in Sources */, + 333494E8C74311107C478BD4 /* SSLCertificate.swift in Sources */, + C371B04A3121A8533CA718BA /* SSLCertificateExtensions.swift in Sources */, + 77FB09F80C6A980846E1E667 /* SSLConnection.swift in Sources */, + 668AE25DC1C71AD480673722 /* SSLContext.swift in Sources */, + A2C1D84A6331A411C5602D29 /* SSLErrors.swift in Sources */, + 9874C481F42C94D412C4AB71 /* SSLInit.swift in Sources */, + 81C7B45F845FF1DAA8180439 /* SSLPKCS12Bundle.swift in Sources */, + D62BD773605D2EE8E81A1388 /* SSLPrivateKey.swift in Sources */, + 7FA952C63D919BA978E00FA8 /* SSLPublicKey.swift in Sources */, + 8F7853F322D380E0E83F0675 /* SecurityFrameworkCertificateVerification.swift in Sources */, + C382B72C7B188F5C676DACEE /* String+unsafeUninitializedCapacity.swift in Sources */, + 0EF572CCAFAE7AF6CD991F6B /* SubjectAlternativeName.swift in Sources */, + A86FA567CF9B19EB458BDAA9 /* NIOSSLSecureBytes.swift in Sources */, + C8B8FBB3ABE26892B4FEC7D8 /* RNG.swift in Sources */, + 08E7C2257C10551DA54E1FC0 /* SafeCompare.swift in Sources */, + 60AEBCE44E9DEFC9AF1680A0 /* Zeroization.swift in Sources */, + 5D0EDEE363039AC16B1F24B4 /* TLSConfiguration.swift in Sources */, + 3735DFB2301A1DC9B3A1F1BE /* UniversalBootstrapSupport.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19521,17 +19521,17 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FDD3220AA06791E31BBB6041 /* DynamicHeaderTable.swift in Sources */, - 5531226B1B9767519AC4038A /* HPACKDecoder.swift in Sources */, - 07E1BEEDCB8402C55CC65F10 /* HPACKEncoder.swift in Sources */, - 8D9937B1F2E0C12AF0D5E604 /* HPACKErrors.swift in Sources */, - 5465BD68D7B2E78B2C1417E3 /* HPACKHeader.swift in Sources */, - B186D154841A5524A03119A1 /* HeaderTables.swift in Sources */, - 56CE1147341546ED67683061 /* HuffmanCoding.swift in Sources */, - 34E20D5B12BC76FE1819F5E4 /* HuffmanTables.swift in Sources */, - 03A99F125EE84B9B7638E34F /* IndexedHeaderTable.swift in Sources */, - D12707A8F08F0DA33D3E6E9C /* IntegerCoding.swift in Sources */, - 8B87D9B7FC700D1CA73BC349 /* StaticHeaderTable.swift in Sources */, + 0B740FA94BD07E1AAB7BC16E /* DynamicHeaderTable.swift in Sources */, + 023FD44A38B98DA01D2FD6EF /* HPACKDecoder.swift in Sources */, + 7B2BA6A1C169B93ED4A95BED /* HPACKEncoder.swift in Sources */, + 23C04AB03D9391E8B32AC89D /* HPACKErrors.swift in Sources */, + 5AD779A9734BD0C24B203099 /* HPACKHeader.swift in Sources */, + 85248D41669D7115847BEEDD /* HeaderTables.swift in Sources */, + A232F963CE406A5AB4FEC842 /* HuffmanCoding.swift in Sources */, + EABA05566995DD6A4103BE60 /* HuffmanTables.swift in Sources */, + 1FAD129A7BD8CD41F31BE305 /* IndexedHeaderTable.swift in Sources */, + A54214EB0FFD17C3B0FD656E /* IntegerCoding.swift in Sources */, + E14C72F530635E90E548103C /* StaticHeaderTable.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19547,7 +19547,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8521D0D2F6ABBDD6362A1F4A /* Exports.swift in Sources */, + 7AB6F61E8EA075A48A45B239 /* Exports.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19563,9 +19563,9 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5159B9C3E6BEF6E348461198 /* ByteBuffer-foundation.swift in Sources */, - 8AD9A7DD376D0CD3D1F0D403 /* Codable+ByteBuffer.swift in Sources */, - 490BF3B369944B34BEC08922 /* JSONSerialization+ByteBuffer.swift in Sources */, + 2FD8B03A947BDA5FF173EDBC /* ByteBuffer-foundation.swift in Sources */, + 7BBA836B68DAADE5653461E2 /* Codable+ByteBuffer.swift in Sources */, + 03E910E5D356467F4FE268D2 /* JSONSerialization+ByteBuffer.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19604,7 +19604,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 56A203E0E50C803F84BE1F87 /* shims.c in Sources */, + 9D6DA769408A432DC5BFC261 /* shims.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19646,9 +19646,9 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1F1884B59F8DA1B46D2AD5F6 /* AsyncTestingChannel.swift in Sources */, - 2CA9C85A602BC9A9A234E0FF /* AsyncTestingEventLoop.swift in Sources */, - D65867199C11C6317A72D085 /* Embedded.swift in Sources */, + 6C59BA4F82E63E9279584860 /* AsyncTestingChannel.swift in Sources */, + E003F34738B20C8ACA9D09EC /* AsyncTestingEventLoop.swift in Sources */, + 609E9FE81232BFBE8E2DADC9 /* Embedded.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19697,7 +19697,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0BCEE96F6FAC9D6EBCB7AA9C /* empty.c in Sources */, + 47B7A0AE8D14F016758CABF0 /* empty.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19771,9 +19771,9 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 963872559F5791FED81FA460 /* c_nio_api.c in Sources */, - 8AEE28750E615ED663B24ADB /* c_nio_http.c in Sources */, - 9B2952C06A243D76F4208C40 /* c_nio_llhttp.c in Sources */, + 246DFA437FF89FDD043B3AF8 /* c_nio_api.c in Sources */, + 19726DF1C326B86E34D25777 /* c_nio_http.c in Sources */, + 6F9C517E2E8465ED3FEF1149 /* c_nio_llhttp.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19798,25 +19798,25 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4932B94D3C6FC9C5F6F1091F /* Compatibility.swift in Sources */, - 79EF5FC170864CC197A948C4 /* Deque+Codable.swift in Sources */, - 6EBF7B2F225235C5BA2F3084 /* Deque+Collection.swift in Sources */, - 359F652D9F591485C65C65F2 /* Deque+CustomDebugStringConvertible.swift in Sources */, - FAC0D1CACA3F7B23D9551C6C /* Deque+CustomReflectable.swift in Sources */, - 06C4125C98B48F55A8EE3D0B /* Deque+CustomStringConvertible.swift in Sources */, - 820DE29DF2EFF03AB4DC4037 /* Deque+Equatable.swift in Sources */, - EDF453946A9BD4484367D156 /* Deque+ExpressibleByArrayLiteral.swift in Sources */, - D4A86CE150FD51FC8D0C691E /* Deque+Extras.swift in Sources */, - 0B15A9D43861B77650098590 /* Deque+Hashable.swift in Sources */, - 0751977453331EEFB1102DE9 /* Deque+Testing.swift in Sources */, - DC925CE841B2BF040A5E7B20 /* Deque._Storage.swift in Sources */, - F827D6760E66206483E55A9E /* Deque._UnsafeHandle.swift in Sources */, - D82C16C7646994312BAEDBF2 /* Deque.swift in Sources */, - 2174B418DE2449D8165E82A7 /* UnsafeMutableBufferPointer+Utilities.swift in Sources */, - 57CCC03448CF6CD54997BC63 /* _DequeBuffer.swift in Sources */, - 2DA31D843EE094DC77BC0747 /* _DequeBufferHeader.swift in Sources */, - 7FBF903C5FCFBBAC2A75D6B6 /* _DequeSlot.swift in Sources */, - 40D9207BD4BCC2FAF6346A96 /* _UnsafeWrappedBuffer.swift in Sources */, + 61CAAD67CB6202B6CE6BFDF8 /* Compatibility.swift in Sources */, + 879D67B3B5C97C7627DE275A /* Deque+Codable.swift in Sources */, + DD709DA46B5CC5E293E509F7 /* Deque+Collection.swift in Sources */, + C2F7C7150CC74313C7C851B9 /* Deque+CustomDebugStringConvertible.swift in Sources */, + 5B67D690D983E3BD897723F2 /* Deque+CustomReflectable.swift in Sources */, + 5B630DCBEF20FC24A200DE75 /* Deque+CustomStringConvertible.swift in Sources */, + 7925256EBF66D4EECA4576F7 /* Deque+Equatable.swift in Sources */, + 7528597654766F1BF3EA30EB /* Deque+ExpressibleByArrayLiteral.swift in Sources */, + 8F6BB8C4858233B521C499D3 /* Deque+Extras.swift in Sources */, + 56617A70807C1CF606F57E4F /* Deque+Hashable.swift in Sources */, + A72F696D1D9C0845853C0370 /* Deque+Testing.swift in Sources */, + 6DD86E7DAFF3A80CA43DCA07 /* Deque._Storage.swift in Sources */, + 7097DD04C3188C2BA333BD21 /* Deque._UnsafeHandle.swift in Sources */, + 0A8B1D8A6FE80C0C4684B6BC /* Deque.swift in Sources */, + 1FCDEDBC156290CF33A9DF00 /* UnsafeMutableBufferPointer+Utilities.swift in Sources */, + D6F58C866DAD8EEDB7D40581 /* _DequeBuffer.swift in Sources */, + 46BB6D3ACC9D8E06A38050D6 /* _DequeBufferHeader.swift in Sources */, + DDA99A4D86FFFAD9BF8BBA72 /* _DequeSlot.swift in Sources */, + 945861C60191FA2A2C14D8A9 /* _UnsafeWrappedBuffer.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19832,9 +19832,9 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 4F31DB82BA1FB8F174F2E396 /* ApplicationProtocolNegotiationHandler.swift in Sources */, - 74C2536319589978174B8236 /* SNIHandler.swift in Sources */, - 99FF795876CED7E5274FFAD2 /* TLSEvents.swift in Sources */, + 7F043AF5D5D95010AD69F595 /* ApplicationProtocolNegotiationHandler.swift in Sources */, + CC690E21E153576DF0596DEA /* SNIHandler.swift in Sources */, + 0A5A7D657C11D6C6B80F69F9 /* TLSEvents.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19859,90 +19859,90 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AFE1E3D14F5FCAFE9775DD9D /* AnyMessageStorage.swift in Sources */, - 8F9114CADFE5B3C6315F172F /* AnyUnpackError.swift in Sources */, - 4B1623A6744A733EBBC695AA /* BinaryDecoder.swift in Sources */, - 11345DC669F6C7287730D0A2 /* BinaryDecodingError.swift in Sources */, - 18DDAB35EE1161C1CF850B3E /* BinaryDecodingOptions.swift in Sources */, - E9CEE14BAFC02CB1EDEF803D /* BinaryDelimited.swift in Sources */, - D90D661BBB70416947C4EC7A /* BinaryEncoder.swift in Sources */, - FBD6F523BCC2739AEA859EF2 /* BinaryEncodingError.swift in Sources */, - 11C69F13F435C77C13C076F2 /* BinaryEncodingSizeVisitor.swift in Sources */, - 4F8CD34CA1790673A05456E9 /* BinaryEncodingVisitor.swift in Sources */, - CACFAC8C434EC8034CB5676A /* CustomJSONCodable.swift in Sources */, - 991C060CE617F3C932077A43 /* Data+Extensions.swift in Sources */, - DC4D1005EC9B180007568CD5 /* Decoder.swift in Sources */, - 5682FEC0E6EE3091C59A36E3 /* DoubleParser.swift in Sources */, - 24AEEF5C5C1497B9F466C409 /* Enum.swift in Sources */, - A96E8267371CB5DFB297EE4E /* ExtensibleMessage.swift in Sources */, - 6DA5F17B72D3E98ED0711229 /* ExtensionFieldValueSet.swift in Sources */, - 71961071B4CB15B1808F82BF /* ExtensionFields.swift in Sources */, - 236202B106F658BEE2DF72F2 /* ExtensionMap.swift in Sources */, - 4BBC10AA31BB682FE1D37D52 /* FieldTag.swift in Sources */, - 28C9B0EFCA7170906D455E5A /* FieldTypes.swift in Sources */, - 868FF4942985357E5D956AFD /* Google_Protobuf_Any+Extensions.swift in Sources */, - 1C31A4C889B0FC560708279A /* Google_Protobuf_Any+Registry.swift in Sources */, - 7A880729734958C14482D627 /* Google_Protobuf_Duration+Extensions.swift in Sources */, - E5342A676B8AAA0FE82D9A8C /* Google_Protobuf_FieldMask+Extensions.swift in Sources */, - 2ABF7FE1D8163BA9C2F6C052 /* Google_Protobuf_ListValue+Extensions.swift in Sources */, - 59479B0F19DA20DF87191C0B /* Google_Protobuf_NullValue+Extensions.swift in Sources */, - 3A3ADC2B1D37B63AC5D93660 /* Google_Protobuf_Struct+Extensions.swift in Sources */, - 4EC878A46DD55723A7760A84 /* Google_Protobuf_Timestamp+Extensions.swift in Sources */, - 89879B2646B183E0804B3A2C /* Google_Protobuf_Value+Extensions.swift in Sources */, - 670383688F0DBFAFA1C98B1B /* Google_Protobuf_Wrappers+Extensions.swift in Sources */, - 5ACABDF550915352DB6FE4C3 /* HashVisitor.swift in Sources */, - 391947E10896E9BABCDD23D4 /* Internal.swift in Sources */, - E8288F2FBF9DC5C08332E3FB /* JSONDecoder.swift in Sources */, - 5917D03A57700A01CE9AFA07 /* JSONDecodingError.swift in Sources */, - 27FC037E801BEA0E7DE782E8 /* JSONDecodingOptions.swift in Sources */, - 95B351781D67D2CD0B7198C0 /* JSONEncoder.swift in Sources */, - BAEE6B84BFD5465E41BCCD2E /* JSONEncodingError.swift in Sources */, - E85EEEB71F175DED1817F00D /* JSONEncodingOptions.swift in Sources */, - 151DD9E1259E4D741457AD73 /* JSONEncodingVisitor.swift in Sources */, - CFBAF91C208B9B0FAECD16B3 /* JSONMapEncodingVisitor.swift in Sources */, - 314535CEE0E218F2CFC79DB1 /* JSONScanner.swift in Sources */, - EE72B8583528E6567AD66C46 /* MathUtils.swift in Sources */, - AB859623EE223667924C8B78 /* Message+AnyAdditions.swift in Sources */, - C40DFE78581D3EE4E5BD4296 /* Message+BinaryAdditions.swift in Sources */, - 0BE2837CA3EE1D69F1BAA1A7 /* Message+JSONAdditions.swift in Sources */, - 2CD2D3FEC019A90ACE1E0E89 /* Message+JSONArrayAdditions.swift in Sources */, - 7A47998B2207CFE2A9AD4CD0 /* Message+TextFormatAdditions.swift in Sources */, - 80B8B7F404C0379690D0A7DE /* Message.swift in Sources */, - BF75FDDBB7409A301E4DB3A6 /* MessageExtension.swift in Sources */, - 65EDDE2463644500B16649AD /* NameMap.swift in Sources */, - 244DDDDB054E53297C7E0255 /* ProtoNameProviding.swift in Sources */, - AC453B5567D4D28463FB461D /* ProtobufAPIVersionCheck.swift in Sources */, - 827A8FE697C52CB8C58110F6 /* ProtobufMap.swift in Sources */, - 927797600CD4965302A0F246 /* SelectiveVisitor.swift in Sources */, - EF8CE91AF9751DE31E592579 /* SimpleExtensionMap.swift in Sources */, - 0F66BBB662BAB5FAE99D26A9 /* StringUtils.swift in Sources */, - B0A6D90AA7685FAD3A5FDD3B /* TextFormatDecoder.swift in Sources */, - 5175BB8DC60E12C4ADB7BB3E /* TextFormatDecodingError.swift in Sources */, - 93CF2528105BF6A5054DAD1A /* TextFormatDecodingOptions.swift in Sources */, - B0C4FE9F83213971B416C325 /* TextFormatEncoder.swift in Sources */, - 924D4BF86497CE46D5DC5E6B /* TextFormatEncodingOptions.swift in Sources */, - FD019E60A2A78DFEB9B1ECE5 /* TextFormatEncodingVisitor.swift in Sources */, - 4B94A41A1DA04BEE58F30E45 /* TextFormatScanner.swift in Sources */, - 8E0DFD22FAA7463FAC1E947E /* TimeUtils.swift in Sources */, - 2505FC321DB97C9B03FED406 /* UnknownStorage.swift in Sources */, - BF6DD748658201247722068E /* UnsafeBufferPointer+Shims.swift in Sources */, - A52432AD0DEE244D4F095482 /* UnsafeRawPointer+Shims.swift in Sources */, - DF32E950FE8F9A1481AE23DF /* Varint.swift in Sources */, - 4342B100D793D5B00BB76310 /* Version.swift in Sources */, - 6EFE3E7808E1D36D49403765 /* Visitor.swift in Sources */, - 7C181978BDEB953E6F71B38D /* WireFormat.swift in Sources */, - 202080B3CF18DEBD8B952EB8 /* ZigZag.swift in Sources */, - 3544A7182460C8C273B23C1E /* any.pb.swift in Sources */, - A3B97A949BC86C3935B835E3 /* api.pb.swift in Sources */, - 6C31D0FAF448008B56F4C27E /* descriptor.pb.swift in Sources */, - 345A03B4CAA16E54E06A0300 /* duration.pb.swift in Sources */, - 88E7876AD383D70A55B4E299 /* empty.pb.swift in Sources */, - 54E4BD48760F07DD9A46E5C0 /* field_mask.pb.swift in Sources */, - B36B00F89F21833E01878544 /* source_context.pb.swift in Sources */, - 9337479B08DB422711ACA254 /* struct.pb.swift in Sources */, - 88FDAFB0E59E102E39261B63 /* timestamp.pb.swift in Sources */, - EE60B2F84E48991BB96E77AC /* type.pb.swift in Sources */, - E4865FF0E54FA23C7D45261B /* wrappers.pb.swift in Sources */, + DF2E8237BE47D7972ED46AEF /* AnyMessageStorage.swift in Sources */, + 0AF6D4DF2C985F1551855AAF /* AnyUnpackError.swift in Sources */, + EA8ECF4E1318BD2AAF2BC384 /* BinaryDecoder.swift in Sources */, + 40AB8224377C5594AB76DB74 /* BinaryDecodingError.swift in Sources */, + 7C4501A7BC4C2FE6FB224E1A /* BinaryDecodingOptions.swift in Sources */, + A1A21EB5C8703B7776E93DA1 /* BinaryDelimited.swift in Sources */, + 5A746549406570BAC1429974 /* BinaryEncoder.swift in Sources */, + F23E1398F9121FB9DF72FD53 /* BinaryEncodingError.swift in Sources */, + 3BA7114F324108AEE8568AE4 /* BinaryEncodingSizeVisitor.swift in Sources */, + AC4ACD8EDA82899010B77616 /* BinaryEncodingVisitor.swift in Sources */, + 0B395413538ED8F35C9F6C85 /* CustomJSONCodable.swift in Sources */, + 08FF800A98A56A850B3FDFB5 /* Data+Extensions.swift in Sources */, + 51E7C8497C5CB86D619E2A61 /* Decoder.swift in Sources */, + F19C0D03A8BCF3E44DF23230 /* DoubleParser.swift in Sources */, + 9789C047204EA7F7062E470C /* Enum.swift in Sources */, + EE2193921A0DF22209F3D861 /* ExtensibleMessage.swift in Sources */, + 722EF1D723110FB9981C46D2 /* ExtensionFieldValueSet.swift in Sources */, + 3E2832C73CD325080ACB9E2C /* ExtensionFields.swift in Sources */, + 1164FE3C5CBED0562C257441 /* ExtensionMap.swift in Sources */, + 6A0FBB3B9C6FEEE267191775 /* FieldTag.swift in Sources */, + 8F5DC1D6D236A0362E632779 /* FieldTypes.swift in Sources */, + E3598B083569CCD4B836AA32 /* Google_Protobuf_Any+Extensions.swift in Sources */, + C7E35D499AA000387B565E8F /* Google_Protobuf_Any+Registry.swift in Sources */, + 11693698ACF379BB8092961F /* Google_Protobuf_Duration+Extensions.swift in Sources */, + C1C1A8EECEE9E0B72745EB56 /* Google_Protobuf_FieldMask+Extensions.swift in Sources */, + 861BD7F3DC79B84D2987E619 /* Google_Protobuf_ListValue+Extensions.swift in Sources */, + 63CDE01F17A3A43289FAFB97 /* Google_Protobuf_NullValue+Extensions.swift in Sources */, + AE1A73DC8D841735F93A20F8 /* Google_Protobuf_Struct+Extensions.swift in Sources */, + A619901FFDF54DBD5FB34B6C /* Google_Protobuf_Timestamp+Extensions.swift in Sources */, + 135B28F36069A31AB4B32F48 /* Google_Protobuf_Value+Extensions.swift in Sources */, + 3A9227181ADE6D096D292CFA /* Google_Protobuf_Wrappers+Extensions.swift in Sources */, + F46ED2A18DCF9E17194CF40F /* HashVisitor.swift in Sources */, + EA312CA43DFD16DEF4F77DC8 /* Internal.swift in Sources */, + E664259A745D9674D3D44326 /* JSONDecoder.swift in Sources */, + AE351ECC09D25FADF64031A2 /* JSONDecodingError.swift in Sources */, + 76734E075418C111E6E5A6A0 /* JSONDecodingOptions.swift in Sources */, + 62A7235C582606C5A7DF721D /* JSONEncoder.swift in Sources */, + 3856059074C7F131D2D8A4F2 /* JSONEncodingError.swift in Sources */, + F8A920E2E543AFB2A3E3D45F /* JSONEncodingOptions.swift in Sources */, + 2E6FCF3CB5211A5F71DD28AE /* JSONEncodingVisitor.swift in Sources */, + A5D6040EE2A57410DDC443C5 /* JSONMapEncodingVisitor.swift in Sources */, + 72C34E517ECD72F74E013608 /* JSONScanner.swift in Sources */, + 68493F54733E654D214AB3EE /* MathUtils.swift in Sources */, + CFFC9D4A6326E70E7284802E /* Message+AnyAdditions.swift in Sources */, + 274A8F5E75062542DCD229B5 /* Message+BinaryAdditions.swift in Sources */, + 1F0781DFD5876D8F89532759 /* Message+JSONAdditions.swift in Sources */, + CF1FD12E6253A0A02B690199 /* Message+JSONArrayAdditions.swift in Sources */, + 60F1C57FF9ED131ACD09A325 /* Message+TextFormatAdditions.swift in Sources */, + 3DD4BAB318BEF127A872348A /* Message.swift in Sources */, + D9878121EF1DA9A9CDFDBB9C /* MessageExtension.swift in Sources */, + 8B16870BF015751BB9ED5B76 /* NameMap.swift in Sources */, + F733645BD330F52A82FBFB5F /* ProtoNameProviding.swift in Sources */, + BE7CBEAB09A6759CEF709CF4 /* ProtobufAPIVersionCheck.swift in Sources */, + 17A1A8651458729E05A6B705 /* ProtobufMap.swift in Sources */, + 19AA8DF0E1B872BD7DEBF30A /* SelectiveVisitor.swift in Sources */, + 222DB7C1EF071E2031A096BB /* SimpleExtensionMap.swift in Sources */, + EAA6D2EEC84995DC32C4B08E /* StringUtils.swift in Sources */, + DC9574F1993C0BDF8B27EB41 /* TextFormatDecoder.swift in Sources */, + 18A3B6F7579811E57044D541 /* TextFormatDecodingError.swift in Sources */, + 398DBFA921788F605E392401 /* TextFormatDecodingOptions.swift in Sources */, + B45E4D2D1DE152BDE9B510F0 /* TextFormatEncoder.swift in Sources */, + 4EE93480BDE6ED32A8EFD878 /* TextFormatEncodingOptions.swift in Sources */, + 9E4AFFA3808D43869BF565AD /* TextFormatEncodingVisitor.swift in Sources */, + BB7F1FB10632FD7311146963 /* TextFormatScanner.swift in Sources */, + 3BA88C803169AC0452D08550 /* TimeUtils.swift in Sources */, + F0C5C8B3F3EB3F906DE3C08B /* UnknownStorage.swift in Sources */, + EBC7BF1CF45ACE2A7EB6BCA8 /* UnsafeBufferPointer+Shims.swift in Sources */, + DCA373AA93239A0B7177369B /* UnsafeRawPointer+Shims.swift in Sources */, + 81CCDD87E979582CD681AF6A /* Varint.swift in Sources */, + 5107CFBCE0CA0ACE733067CA /* Version.swift in Sources */, + 079CB93AD7722C046760CDA2 /* Visitor.swift in Sources */, + 4185C5C4B85E97AC68B12531 /* WireFormat.swift in Sources */, + E5ACD2C6058F1C64499F91F1 /* ZigZag.swift in Sources */, + AB5E702088C8A434D0AA282D /* any.pb.swift in Sources */, + 52C0FFD35E7F63B16E590822 /* api.pb.swift in Sources */, + 27FEAC3E855CDA8F9C8E10C8 /* descriptor.pb.swift in Sources */, + E7C4E225D8C608E0BBED7B52 /* duration.pb.swift in Sources */, + 9833F325EB7C98DC95A9DAAB /* empty.pb.swift in Sources */, + FEAA96045498697BDC3614F9 /* field_mask.pb.swift in Sources */, + 4B510EF2AA3F7B119AB5A321 /* source_context.pb.swift in Sources */, + 4F1669842772754F3E3DB1BC /* struct.pb.swift in Sources */, + F9C9ECBE9BAFDD2DC7B0B1EF /* timestamp.pb.swift in Sources */, + 6327B41D2A7179090B37FEA2 /* type.pb.swift in Sources */, + 38AF0990150250FF5D9E4877 /* wrappers.pb.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19966,8 +19966,8 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B184806E6794BF0BB52B9B5C /* c-atomics.c in Sources */, - DF076FA91558741F1A358FB5 /* c-nioatomics.c in Sources */, + F21A0DD41F66E68EF1743866 /* c-atomics.c in Sources */, + 368FE71326E3302A82913B48 /* c-nioatomics.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20015,7 +20015,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6BB14D53246763878A40CAD6 /* shim.c in Sources */, + 57E4CDF5BB6E17B066408605 /* shim.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20041,60 +20041,60 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8C6A32890642661435DB73A9 /* AddressedEnvelope.swift in Sources */, - B6B80F9BF797AA02B027E1A2 /* AsyncAwaitSupport+OldXcodes.swift in Sources */, - 83182913C4598B36C51476D5 /* AsyncAwaitSupport.swift in Sources */, - 5E007D9454B484B2575824C4 /* NIOAsyncSequenceProducer.swift in Sources */, - AD44A982C6160C81BC4F631A /* NIOAsyncSequenceProducerStrategies.swift in Sources */, - F1DFD2E388024E2199B4849C /* NIOAsyncWriter.swift in Sources */, - 3506551B4FE47ECBFD250A20 /* NIOThrowingAsyncSequenceProducer.swift in Sources */, - 225366C918BC8CEAE11C54C0 /* BSDSocketAPI.swift in Sources */, - 06D0293774E86257ECB486D0 /* ByteBuffer-aux.swift in Sources */, - F458AA615CBF20998ABE5FD2 /* ByteBuffer-conversions.swift in Sources */, - 47A6DFDA8690F1B8BC30CF97 /* ByteBuffer-core.swift in Sources */, - 1B963F338382958EBDDA4DF2 /* ByteBuffer-int.swift in Sources */, - F225A1ED542D22D9D377FA08 /* ByteBuffer-lengthPrefix.swift in Sources */, - 1D841122C7BAF6F0DA5E8204 /* ByteBuffer-multi-int.swift in Sources */, - B4C3574380A4AE22CC41DA41 /* ByteBuffer-views.swift in Sources */, - DF35631CBBB239E37C752A11 /* Channel.swift in Sources */, - 8F9E90AE1F737A598658C9E4 /* ChannelHandler.swift in Sources */, - 64C2010ACF1B7C0E1B174B66 /* ChannelHandlers.swift in Sources */, - 79678C05DFD2D8DB4CD4FAC8 /* ChannelInvoker.swift in Sources */, - A0143CC5B12DC79DB6F02A0F /* ChannelOption.swift in Sources */, - FA13F156AF2FEA272E72A3DA /* ChannelPipeline.swift in Sources */, - 5500BDCD819F20AB1F0CBD0A /* CircularBuffer.swift in Sources */, - 5164A25FBF8DB945982B571E /* Codec.swift in Sources */, - 0F91D8C8D90CE2B4FB161EDA /* ConvenienceOptionSupport.swift in Sources */, - BD048C9F6E657AA8FC8F1A3C /* DeadChannel.swift in Sources */, - 5162B0412548510D55324CFD /* DispatchQueue+WithFuture.swift in Sources */, - 249FEED796BEF33BAF987433 /* EventLoop+Deprecated.swift in Sources */, - 3A9F4890EBD13E7DF86143DD /* EventLoop.swift in Sources */, - C4754CDC9737DA2D9E0D0488 /* EventLoopFuture+Deprecated.swift in Sources */, - BF82EB4841B1E3EF30EC0331 /* EventLoopFuture+WithEventLoop.swift in Sources */, - C48342F0860E07D8AC1A7167 /* EventLoopFuture.swift in Sources */, - FE02B20B0451B06C3561BDF5 /* FileDescriptor.swift in Sources */, - ED47F7396C5F314E8846A3CE /* FileHandle.swift in Sources */, - 7A16796757905D181D78044C /* FileRegion.swift in Sources */, - 4BC5057F1ADE3FCC72E4D0F1 /* IO.swift in Sources */, - A35F6328626F561AC7A8F2CB /* IOData.swift in Sources */, - 226B7C42355C09F56103AC81 /* IntegerBitPacking.swift in Sources */, - D41F957B7BD783B82B130A05 /* IntegerTypes.swift in Sources */, - CBE745F8423B81651A12BC5F /* Interfaces.swift in Sources */, - D3B1291CB49E73F851D7A82C /* Linux.swift in Sources */, - A4CED7D517808D44BE9CDA0C /* MarkedCircularBuffer.swift in Sources */, - 68C096FC1D8F9D5922726897 /* MulticastChannel.swift in Sources */, - 74B03ECD34F919BA97A7B891 /* NIOAny.swift in Sources */, - 059C51FB599B36D679E8B879 /* NIOCloseOnErrorHandler.swift in Sources */, - 07E53AD44A3ECCAA28FF2711 /* NIOSendable.swift in Sources */, - E04FDFDBD5BED9190AB55157 /* PointerHelpers.swift in Sources */, - 06DA69E2678BA02AE3E4B68F /* RecvByteBufferAllocator.swift in Sources */, - 7984F72CEAFAE60C8C733012 /* SingleStepByteToMessageDecoder.swift in Sources */, - 42F335E01A7331BCBAF39276 /* SocketAddresses.swift in Sources */, - 7A3986C3B963654880C45D22 /* SocketOptionProvider.swift in Sources */, - BFCAFB27BA7ECACA0BEAF0AA /* SystemCallHelpers.swift in Sources */, - B09C88670EC2D9FF10523EDB /* TypeAssistedChannelHandler.swift in Sources */, - FFAAE8FC8F440327B7615450 /* UniversalBootstrapSupport.swift in Sources */, - AF5210ED7E8E091B47A0421B /* Utilities.swift in Sources */, + 8750FEAEDB67F99141001B9B /* AddressedEnvelope.swift in Sources */, + 4F23473A303C8E6B25217500 /* AsyncAwaitSupport+OldXcodes.swift in Sources */, + 67678498F9D9B89588D89231 /* AsyncAwaitSupport.swift in Sources */, + 686619B06705026176C39FEC /* NIOAsyncSequenceProducer.swift in Sources */, + 59DACB587D1F153EA5F3D58B /* NIOAsyncSequenceProducerStrategies.swift in Sources */, + 359FCFEBA040A4ACF27F8A20 /* NIOAsyncWriter.swift in Sources */, + 01AC0665EB53601DD1C65E87 /* NIOThrowingAsyncSequenceProducer.swift in Sources */, + C4A61510819B452100477B3F /* BSDSocketAPI.swift in Sources */, + A85D6C086863760B1F7D1C91 /* ByteBuffer-aux.swift in Sources */, + 4C853724BF2EF9A25463684F /* ByteBuffer-conversions.swift in Sources */, + EEE8051920889C14A0BEC221 /* ByteBuffer-core.swift in Sources */, + 3E36F1F48D75BA129D6A3621 /* ByteBuffer-int.swift in Sources */, + 9088CCB7530F510303DAF3CB /* ByteBuffer-lengthPrefix.swift in Sources */, + 9B503EE87E6EDE82798C2087 /* ByteBuffer-multi-int.swift in Sources */, + F40F76B2CA62F197FC84660F /* ByteBuffer-views.swift in Sources */, + 78AF16E2203E87C6012B6EED /* Channel.swift in Sources */, + A83B3A6AEE496F890DE0A4E5 /* ChannelHandler.swift in Sources */, + 07673D3903A6F73469657D65 /* ChannelHandlers.swift in Sources */, + 89E4746694D57E7A855BCEA9 /* ChannelInvoker.swift in Sources */, + 2A2A1C4BDCDFC22A172572D6 /* ChannelOption.swift in Sources */, + 54D55A9D1C73E4ED748E3930 /* ChannelPipeline.swift in Sources */, + F2C72C2BA34C4C35ED597D04 /* CircularBuffer.swift in Sources */, + E9D865731FEE97D16EAA1842 /* Codec.swift in Sources */, + BAC3C50AD2C42A06BBDDF0A7 /* ConvenienceOptionSupport.swift in Sources */, + 1BA9E8AB2874DC402487097D /* DeadChannel.swift in Sources */, + 940F8D7103E13030AB30EAFA /* DispatchQueue+WithFuture.swift in Sources */, + F973EC10661C08C737CDFE8B /* EventLoop+Deprecated.swift in Sources */, + F900ECF44CA80A6AE8CBA70A /* EventLoop.swift in Sources */, + 91B0D8EB403C059BBB048BD6 /* EventLoopFuture+Deprecated.swift in Sources */, + 6C09820EA1BFAEC8AD8A6532 /* EventLoopFuture+WithEventLoop.swift in Sources */, + 07350F135BEADB4D02F2BD46 /* EventLoopFuture.swift in Sources */, + 6603EFD92467F2D014E4212A /* FileDescriptor.swift in Sources */, + 2E6B5FC8EE4F96084D441B70 /* FileHandle.swift in Sources */, + FD73E251B6AD7B565BC9DE17 /* FileRegion.swift in Sources */, + F5D128F7B455649132B44B86 /* IO.swift in Sources */, + 1882E74E7C5E6317C78B8F92 /* IOData.swift in Sources */, + DD97A0324C3393ACC702BE44 /* IntegerBitPacking.swift in Sources */, + 619560419EBCAFE0E04A121C /* IntegerTypes.swift in Sources */, + FD57404A371416C92699BCF4 /* Interfaces.swift in Sources */, + EB34BA23DB2ABC32077F8067 /* Linux.swift in Sources */, + 86EBDB79FA509B6C74723C77 /* MarkedCircularBuffer.swift in Sources */, + 849018499E9FCFE4B83863B2 /* MulticastChannel.swift in Sources */, + 13AEE5A0D37D93A47582555D /* NIOAny.swift in Sources */, + C59A92485D2B349EADD69BAB /* NIOCloseOnErrorHandler.swift in Sources */, + F84B93E26843D8DB4DFE209B /* NIOSendable.swift in Sources */, + 9963A298F8C3EA4525EC68CB /* PointerHelpers.swift in Sources */, + 302857B58C76DF326A8B9FF6 /* RecvByteBufferAllocator.swift in Sources */, + F326108C4FD5BCDE6F9AE1BA /* SingleStepByteToMessageDecoder.swift in Sources */, + D6C90B9CD81DDE50C12D96D5 /* SocketAddresses.swift in Sources */, + 93A51861D9A0892168B29816 /* SocketOptionProvider.swift in Sources */, + 7D3472F3AC5C32745B554DC5 /* SystemCallHelpers.swift in Sources */, + 4C3C4EB1C49A327C3AC59022 /* TypeAssistedChannelHandler.swift in Sources */, + FF184512142824C4AFD2040F /* UniversalBootstrapSupport.swift in Sources */, + 7ADCAF68DA5B2FCDCC358E90 /* Utilities.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20110,149 +20110,149 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B017AB998DE48AA232D7E464 /* Array+BoundsCheck.swift in Sources */, - 00DD9C9CAE510B53BC6752F1 /* ServerHandlerStateMachine+Actions.swift in Sources */, - EF39FBF81FC77E6829A6CB68 /* ServerHandlerStateMachine+Draining.swift in Sources */, - 09FA62B3D16DA8C1145D1E4A /* ServerHandlerStateMachine+Finished.swift in Sources */, - CEFDF4C69DB0563015A4D7B5 /* ServerHandlerStateMachine+Handling.swift in Sources */, - 4731427D41374AD1967419DB /* ServerHandlerStateMachine+Idle.swift in Sources */, - 28042FFCBDA5A3169E8BDA9C /* ServerHandlerStateMachine.swift in Sources */, - 58A964C522B70FFCF98BECB1 /* ServerInterceptorStateMachine+Actions.swift in Sources */, - 0AC6D408D81193A24605C4CC /* ServerInterceptorStateMachine+Finished.swift in Sources */, - FE0B71C51180C957FFD58927 /* ServerInterceptorStateMachine+Intercepting.swift in Sources */, - D1FC9F33168E0A31A8122DA8 /* ServerInterceptorStateMachine.swift in Sources */, - 869BC08965DE70B716F567D5 /* StreamState.swift in Sources */, - CFD8FB759D58ADD8713E3EA9 /* Call+AsyncRequestStreamWriter.swift in Sources */, - E33B695497DBCEC9DD0EE4E5 /* CancellationError+GRPCStatusTransformable.swift in Sources */, - 46064D46726980F15E9D476B /* GRPCAsyncBidirectionalStreamingCall.swift in Sources */, - FF6485A57D56025863C77CAC /* GRPCAsyncClientStreamingCall.swift in Sources */, - 0850D2847299E8BC4D6EDAA4 /* GRPCAsyncRequestStream.swift in Sources */, - AFA5CD02C46E1A2F1D6E98B1 /* GRPCAsyncRequestStreamWriter.swift in Sources */, - 09E5E8F5E877821C257193DA /* GRPCAsyncResponseStream.swift in Sources */, - 03C1747ADE217DE2A1A798C0 /* GRPCAsyncResponseStreamWriter.swift in Sources */, - A4F35A16B2A9BFEE7A7708E6 /* GRPCAsyncSequenceProducerDelegate.swift in Sources */, - E812F09C19AB5AFC614169E7 /* GRPCAsyncServerCallContext.swift in Sources */, - 711388DC4AD62EBB199B5A4D /* GRPCAsyncServerHandler.swift in Sources */, - CA19AE069571AE3FDDA2F7FB /* GRPCAsyncServerStreamingCall.swift in Sources */, - 0E2D3E98F287B6259EDD359A /* GRPCAsyncUnaryCall.swift in Sources */, - EE0C648B6C7340BE77481B84 /* GRPCAsyncWriterSinkDelegate.swift in Sources */, - 215181CD76F6553F0BA1064A /* GRPCChannel+AsyncAwaitSupport.swift in Sources */, - 25C2C979B7D4C6148B396C58 /* GRPCClient+AsyncAwaitSupport.swift in Sources */, - D5D5CCD01EEBEA7FC52C1DD2 /* GRPCSendable.swift in Sources */, - 8F5223471D037ADC3F36263F /* NIOAsyncWrappers.swift in Sources */, - 895B37FCFEA6D5FFC8E68F59 /* BidirectionalStreamingServerHandler.swift in Sources */, - E3296E6CA8E03318E5DB1C4C /* ClientStreamingServerHandler.swift in Sources */, - 57467B72E21831198955DCE6 /* ServerHandlerProtocol.swift in Sources */, - EB060D4B632AFA03B7BC513F /* ServerStreamingServerHandler.swift in Sources */, - 86EBC12EE5587ACAFCD43F54 /* UnaryServerHandler.swift in Sources */, - 1611A21CB8F8723E7F2E014C /* CallOptions.swift in Sources */, - 3FDF86405C6CC98055DD2B81 /* BidirectionalStreamingCall.swift in Sources */, - AC3BCB0EA3233BE0A7D06233 /* Call.swift in Sources */, - D3F356255FFBE9DBA75494B1 /* CallDetails.swift in Sources */, - 34AD5945BD8FFF48EECF5DB4 /* ClientCall.swift in Sources */, - 34FE2EFCAA8D359DEF038C61 /* ClientStreamingCall.swift in Sources */, - F1024DB8F416AF10A12773B3 /* LazyEventLoopPromise.swift in Sources */, - F4A0490B1CF4D33BA4A774AD /* ResponseContainers.swift in Sources */, - CFA29F15E64CE05120A3B625 /* ResponsePartContainer.swift in Sources */, - 9F93C945BF3DC97E8AA18B6C /* ServerStreamingCall.swift in Sources */, - EC5DD3B2FFDF32C1614E13EC /* UnaryCall.swift in Sources */, - 0C0153E96FF964C5CBF12C9B /* ClientConnection.swift in Sources */, - 94A086162CA4206F42E2BCC8 /* ClientConnectionConfiguration+NIOSSL.swift in Sources */, - 043E63D6F81C175EA21B31B3 /* ClientErrorDelegate.swift in Sources */, - 90276D36D61137C6E717849A /* CoalescingLengthPrefixedMessageWriter.swift in Sources */, - 3341730C480F8AC48DCFFA1A /* CompressionAlgorithm.swift in Sources */, - 6285E380DF8BEB6C006612CF /* DecompressionLimit.swift in Sources */, - 654642C54859A3ED83E9C811 /* MessageEncoding.swift in Sources */, - 9A60A3771FDE5929612F852C /* Zlib.swift in Sources */, - 46B6359D5D2F6034852B28C5 /* ConnectionBackoff.swift in Sources */, - D1A602A8E25FA56E34EE72FA /* ConnectionKeepalive.swift in Sources */, - 8504C194C7F0E2A5457C63A3 /* ConnectionManager+Delegates.swift in Sources */, - 87FE95D5E5BD1D0604818AD4 /* ConnectionManager.swift in Sources */, - F80CB7B37478588141859372 /* ConnectionManagerChannelProvider.swift in Sources */, - 1EE7FA927A3500708F50C75B /* ConnectionManagerID.swift in Sources */, - 87866C1E8052DCB2160FFF0A /* ConnectionPool+PerConnectionState.swift in Sources */, - 5327A5397BCB64F628EA5544 /* ConnectionPool+Waiter.swift in Sources */, - 4FDEA86B58846028164F1257 /* ConnectionPool.swift in Sources */, - 5AAB02B05B9C793C6F474B59 /* GRPCChannelPool.swift in Sources */, - BC9509DB50603978098E6A29 /* PoolManager.swift in Sources */, - A8097F3C97E22186BB6A1B86 /* PoolManagerStateMachine+PerPoolState.swift in Sources */, - 780B6D47CDD2CCD2462CD781 /* PoolManagerStateMachine.swift in Sources */, - 8307FF603A39AECA115BB5CD /* PooledChannel.swift in Sources */, - 280549FD69D369743EC18B8E /* StreamLender.swift in Sources */, - 364C8A3752542DF3AE96B302 /* ConnectivityState.swift in Sources */, - B8F798AFC0A9164099119292 /* DebugOnly.swift in Sources */, - A2F7F5C9DB26CB8CAECB4805 /* DelegatingErrorHandler.swift in Sources */, - 68D8ADA373ECF47AD1A97691 /* Error+NIOSSL.swift in Sources */, - DD9BB7766487B06A7520C2C6 /* EventLoopFuture+RecoverFromUncleanShutdown.swift in Sources */, - B19152FBBC0F1D2D16B57812 /* FakeChannel.swift in Sources */, - 5B5FEAA0CFE79262208B4371 /* ClientConnection+NIOSSL.swift in Sources */, - 790D66A37BB5D9E862B2975F /* ClientConnection+NWTLS.swift in Sources */, - 15B4465ED1128D1358021873 /* GRPCChannel.swift in Sources */, - A97FC67D66927AC11C66094B /* GRPCChannelBuilder.swift in Sources */, - FD95C70CA2991FF0F43D0721 /* GRPCClient.swift in Sources */, - DD192C801137955795AE81A0 /* GRPCClientChannelHandler.swift in Sources */, - C5867FD11B0C7DCBD84519D9 /* GRPCClientStateMachine.swift in Sources */, - 1661CFED045375E90FF96E02 /* GRPCContentType.swift in Sources */, - 893C2FA6228EEB8C40E164E1 /* GRPCError.swift in Sources */, - 47FE6263C776A90BB788F15B /* GRPCHeaderName.swift in Sources */, - 2362A4ADC605E6A36DB5B35F /* GRPCIdleHandler.swift in Sources */, - E9592C0C718F0C88B4462FBB /* GRPCIdleHandlerStateMachine.swift in Sources */, - 1BCE47707C6DEA1B10D78ECD /* GRPCKeepaliveHandlers.swift in Sources */, - 0DECC9E9AD3877493E23BC49 /* GRPCLogger.swift in Sources */, - 617704E2218AD0253CEBFD46 /* GRPCPayload.swift in Sources */, - F7A11B75E7249A9403EC3026 /* GRPCServerPipelineConfigurator.swift in Sources */, - 78A18B94C2C7AEDF8BF95EFE /* GRPCServerRequestRoutingHandler.swift in Sources */, - B5101BA3BF5C9D1EE01BE726 /* GRPCServiceDescription.swift in Sources */, - 0D2C09C2617202D2E40BF775 /* GRPCStatus.swift in Sources */, - 9BEA870E4417DB073F8F5407 /* GRPCStatusAndMetadata.swift in Sources */, - 1D64FAB042AD442105586E9C /* GRPCStatusMessageMarshaller.swift in Sources */, - BA0AEC6164A1D5E8936FEEB7 /* GRPCTLSConfiguration.swift in Sources */, - 08620641C7D72A10642E232E /* GRPCTimeout.swift in Sources */, - 0EB228A6C96CE0E8865DA657 /* GRPCWebToHTTP2ServerCodec.swift in Sources */, - 0F2FBE858924342D741E7F89 /* HTTP2ToRawGRPCServerCodec.swift in Sources */, - 39CE4BFFE0DB288A36D57E05 /* HTTP2ToRawGRPCStateMachine.swift in Sources */, - B86401A63223FB864A8A7024 /* ClientInterceptorContext.swift in Sources */, - 097C0A44BE6C6E64944BBE96 /* ClientInterceptorPipeline.swift in Sources */, - A808FAEF759E30F404835236 /* ClientInterceptorProtocol.swift in Sources */, - C22DB89C738B9E9C02D51760 /* ClientInterceptors.swift in Sources */, - 3AB4A097E1AE5F89AF7914F8 /* ClientTransport.swift in Sources */, - 5B4D90591F05C0C50C3F528C /* ClientTransportFactory.swift in Sources */, - CC6422FB82E35266E4113061 /* MessageParts.swift in Sources */, - 46856EAB6788AAEFEA0D369D /* ServerInterceptorContext.swift in Sources */, - C6E728FE8E6488BC08897916 /* ServerInterceptorPipeline.swift in Sources */, - ED2A457B541588550A388B61 /* ServerInterceptors.swift in Sources */, - 5B7F457F756888851AE9F088 /* InterceptorContextList.swift in Sources */, - 4116B69AC3861C47A8D91A0D /* LengthPrefixedMessageReader.swift in Sources */, - 2D0B927E481E79E1FA7478A9 /* Logger.swift in Sources */, - A3A8D6044D7B531FA047BCDB /* LoggingServerErrorDelegate.swift in Sources */, - D8E901B74583D3F8D96C151F /* MessageEncodingHeaderValidator.swift in Sources */, - A562E1010527ED3110E9E18B /* PlatformSupport.swift in Sources */, - F5CF966000A57A84C5F54517 /* ReadWriteStates.swift in Sources */, - 94A187E8631AD7FE96B61D9E /* Ref.swift in Sources */, - 95ED0F5218D3B7191803D4F5 /* Serialization.swift in Sources */, - EDE55B10B1A2FEA86D5465FD /* Server+NIOSSL.swift in Sources */, - F152A0F1DA319AA235E1012E /* Server.swift in Sources */, - 2120AF595F006A332618C27E /* ServerBuilder+NIOSSL.swift in Sources */, - B520E0A317F54551D1886B5B /* ServerBuilder.swift in Sources */, - 6FC52FF44739117650172460 /* ServerCallContext.swift in Sources */, - CA7C2B196EAEF16B22021118 /* StreamingResponseCallContext.swift in Sources */, - B5693FBB0106BB74F9EFFAF6 /* UnaryResponseCallContext.swift in Sources */, - 5F0B10390DEA32505249350B /* ServerChannelErrorHandler.swift in Sources */, - 784BD5EE94E6F27B0E8B4ED8 /* ServerErrorDelegate.swift in Sources */, - B9554280E8F4BDD1166907F4 /* ServerErrorProcessor.swift in Sources */, - 1BF58C501B4EA1AB1B6A05B0 /* Stopwatch.swift in Sources */, - D00E35AC15220B1E5EDCC91D /* StreamEvent.swift in Sources */, - 58B88C3C7E04F9E251EB63BF /* TLSVerificationHandler.swift in Sources */, - A694419E33DD903713106E3D /* TLSVersion.swift in Sources */, - 17130C1D4AB7CCC735455470 /* TimeLimit.swift in Sources */, - DC03587018522859B75B64D7 /* UserInfo.swift in Sources */, - 365F2EB83E415589E4D3ED9C /* Version.swift in Sources */, - 3AE296A8A34CDF21670C2624 /* WebCORSHandler.swift in Sources */, - 67AB4F40642E87D1BD1DDF98 /* WriteCapturingHandler.swift in Sources */, - C56D207F78794558275EB148 /* _EmbeddedThroughput.swift in Sources */, - 4A6FFAE6CC44960DEBD50656 /* _FakeResponseStream.swift in Sources */, - 89C51B0040A54F8A42DC655E /* _GRPCClientCodecHandler.swift in Sources */, - DDED94942C705CF1D11EE88A /* _MessageContext.swift in Sources */, + B05290144FD8A9038493633C /* Array+BoundsCheck.swift in Sources */, + A84E910A43F67D1C14BF3BB1 /* ServerHandlerStateMachine+Actions.swift in Sources */, + E896F6E803BF2F9B815035B1 /* ServerHandlerStateMachine+Draining.swift in Sources */, + 938C61349AECCD4961E02B8B /* ServerHandlerStateMachine+Finished.swift in Sources */, + 6E44B6F4165A75E2F4AF1E4B /* ServerHandlerStateMachine+Handling.swift in Sources */, + 68FC6CB4104343235CCEA54B /* ServerHandlerStateMachine+Idle.swift in Sources */, + 2C6595974844286F4FE6BDB4 /* ServerHandlerStateMachine.swift in Sources */, + 4230C984CFC1F2DDF007C90C /* ServerInterceptorStateMachine+Actions.swift in Sources */, + 10268298627612881C8E421A /* ServerInterceptorStateMachine+Finished.swift in Sources */, + A5DE37BCCD9B82FFEB268BF1 /* ServerInterceptorStateMachine+Intercepting.swift in Sources */, + B7B69B6E74EEB9B89E21B93A /* ServerInterceptorStateMachine.swift in Sources */, + D0218BA97D9D126A5FA35058 /* StreamState.swift in Sources */, + E2EEE809CC59C89CC6DC9AE9 /* Call+AsyncRequestStreamWriter.swift in Sources */, + 4A504D2D222DDC4E44939BF1 /* CancellationError+GRPCStatusTransformable.swift in Sources */, + 8C7ECECFACB881DA959D1960 /* GRPCAsyncBidirectionalStreamingCall.swift in Sources */, + DC80C0C4DBD851EF4F25B78F /* GRPCAsyncClientStreamingCall.swift in Sources */, + ECB5AA07E86632FAD2081277 /* GRPCAsyncRequestStream.swift in Sources */, + D48E59678C2D8169AA807B97 /* GRPCAsyncRequestStreamWriter.swift in Sources */, + C7BF6FB7C74FF045C9416B8E /* GRPCAsyncResponseStream.swift in Sources */, + 3299D57F54755119DE9F0E89 /* GRPCAsyncResponseStreamWriter.swift in Sources */, + 63DE0D6026707EEE3A7375B6 /* GRPCAsyncSequenceProducerDelegate.swift in Sources */, + DC09D480A606365A5A907DB0 /* GRPCAsyncServerCallContext.swift in Sources */, + 90139E9FBD2B3C9AF1965769 /* GRPCAsyncServerHandler.swift in Sources */, + 3B239C9FAF7B5A64BA0D1E6D /* GRPCAsyncServerStreamingCall.swift in Sources */, + 1409ECF092C2D7A0A1FD1CB7 /* GRPCAsyncUnaryCall.swift in Sources */, + B3AEEC0C177328B6FAFAEB55 /* GRPCAsyncWriterSinkDelegate.swift in Sources */, + 44E6CB302AFE67AF88F57213 /* GRPCChannel+AsyncAwaitSupport.swift in Sources */, + 8FB84CA4D6E32907B6C51E62 /* GRPCClient+AsyncAwaitSupport.swift in Sources */, + 2E126DA041834816D915F236 /* GRPCSendable.swift in Sources */, + D7C970BCF0BBB79CCDEF4B4F /* NIOAsyncWrappers.swift in Sources */, + D07CBF002CDB4C0A6A05508C /* BidirectionalStreamingServerHandler.swift in Sources */, + DE742DB5DD259FDB62F2AEBA /* ClientStreamingServerHandler.swift in Sources */, + 2C18A6E6A2075AC7301EC8B5 /* ServerHandlerProtocol.swift in Sources */, + 9851A621545866D849C4EE29 /* ServerStreamingServerHandler.swift in Sources */, + EA87338662EA6807D23BD0AD /* UnaryServerHandler.swift in Sources */, + A4D5715A60594B6ADF918969 /* CallOptions.swift in Sources */, + DB0CC5F53CF16B22524F1A19 /* BidirectionalStreamingCall.swift in Sources */, + 22E766DD5F606391B0ECDAEB /* Call.swift in Sources */, + 8736604F845C3AEC6D8274BD /* CallDetails.swift in Sources */, + F2321C2EEB7E12AEDF1F9053 /* ClientCall.swift in Sources */, + D19E5706ACF42B43DB668682 /* ClientStreamingCall.swift in Sources */, + 861E0F8E9D766881CD9BBB1D /* LazyEventLoopPromise.swift in Sources */, + 03D45A6BF3399451C10F2DD2 /* ResponseContainers.swift in Sources */, + D0244E3D0DA750D08078200C /* ResponsePartContainer.swift in Sources */, + 1B168D2B2BF0C8DCEB4EE6B7 /* ServerStreamingCall.swift in Sources */, + 17D3F4C27E98B36C3AD249AD /* UnaryCall.swift in Sources */, + A78419CF42D2465B6ED391C5 /* ClientConnection.swift in Sources */, + E2004EE3215604D43E80738C /* ClientConnectionConfiguration+NIOSSL.swift in Sources */, + F27277B2685749D9243444E6 /* ClientErrorDelegate.swift in Sources */, + D409343DFA7B6E158EBB17F5 /* CoalescingLengthPrefixedMessageWriter.swift in Sources */, + 47B0B58EB02561BEB9DD9C18 /* CompressionAlgorithm.swift in Sources */, + 934F65FD185005C1A9360C69 /* DecompressionLimit.swift in Sources */, + B78954E53599C9CAA4E6ED89 /* MessageEncoding.swift in Sources */, + B0997FBC672E59E2782ABAC1 /* Zlib.swift in Sources */, + C6BE6D329EC901349BF479D1 /* ConnectionBackoff.swift in Sources */, + 49C612F96FBE02FB19171522 /* ConnectionKeepalive.swift in Sources */, + DDDD15792D9D329AA0AAAD2B /* ConnectionManager+Delegates.swift in Sources */, + B4688F4CF4D2F1369167E4CC /* ConnectionManager.swift in Sources */, + FECE083D165CF91184CF5483 /* ConnectionManagerChannelProvider.swift in Sources */, + 7C804C7EC612E835FD442E7C /* ConnectionManagerID.swift in Sources */, + 1DA41E7396AD6D04A61E6E69 /* ConnectionPool+PerConnectionState.swift in Sources */, + 48AEA5BB6C3715EFC624F25D /* ConnectionPool+Waiter.swift in Sources */, + C4749DE6845DD27C355EC792 /* ConnectionPool.swift in Sources */, + C1EA5022FBF211A72A3B1EAD /* GRPCChannelPool.swift in Sources */, + E82947A77D72297E6553252C /* PoolManager.swift in Sources */, + A6E83BD3B2D4596BC323D4E5 /* PoolManagerStateMachine+PerPoolState.swift in Sources */, + 04E4BFD6005F502C3AE98B66 /* PoolManagerStateMachine.swift in Sources */, + 0C17150133F690F80810246B /* PooledChannel.swift in Sources */, + 5FD49B6882A4277140D0F003 /* StreamLender.swift in Sources */, + E9C9B42E34AC259B7A5D7C93 /* ConnectivityState.swift in Sources */, + 20AD06F5D42758F2C8CABFFF /* DebugOnly.swift in Sources */, + 188B3234125977029F37BDDF /* DelegatingErrorHandler.swift in Sources */, + 3BD7B03E99117A333D1F67B5 /* Error+NIOSSL.swift in Sources */, + A9AB36B221FBEBA89101DD90 /* EventLoopFuture+RecoverFromUncleanShutdown.swift in Sources */, + 874E9C558B142E8BC87D5366 /* FakeChannel.swift in Sources */, + 1669D5387CB2D3914F4811E8 /* ClientConnection+NIOSSL.swift in Sources */, + AC51E6C03E49C750E40A3DF1 /* ClientConnection+NWTLS.swift in Sources */, + D1F64A2D93AB0A433DEDBF2D /* GRPCChannel.swift in Sources */, + 48CA97192CDB6ADAF3948EFB /* GRPCChannelBuilder.swift in Sources */, + 02DB3CF30C78A7FB52F9B1F9 /* GRPCClient.swift in Sources */, + 12CADA51387F4E7A34E92606 /* GRPCClientChannelHandler.swift in Sources */, + 924D6D49B33F5BD06CDEF3AF /* GRPCClientStateMachine.swift in Sources */, + 328AB44ED3916EB54900A8BB /* GRPCContentType.swift in Sources */, + DCA01BA7B5357465DA5FAD39 /* GRPCError.swift in Sources */, + 76937B760152A486F8C6886E /* GRPCHeaderName.swift in Sources */, + 6095AA88FDE90469941A6421 /* GRPCIdleHandler.swift in Sources */, + 41029779E26733CA5BF05716 /* GRPCIdleHandlerStateMachine.swift in Sources */, + 13D764D06F079B34A1308BF6 /* GRPCKeepaliveHandlers.swift in Sources */, + 089F4C758A47941E0C9C36A5 /* GRPCLogger.swift in Sources */, + D7ADECF5246C9DB8A4F0D284 /* GRPCPayload.swift in Sources */, + 87EB8EF525BF63C19BECAAEF /* GRPCServerPipelineConfigurator.swift in Sources */, + A7DC7899D07822819A439534 /* GRPCServerRequestRoutingHandler.swift in Sources */, + 5F9A87916C929DABAC10C698 /* GRPCServiceDescription.swift in Sources */, + 71C80A287AA9C79B716F7E42 /* GRPCStatus.swift in Sources */, + D378AD9995CA5DC15D6332D3 /* GRPCStatusAndMetadata.swift in Sources */, + 06B20D730905147687432883 /* GRPCStatusMessageMarshaller.swift in Sources */, + 32AF30A374953B0048EEB41F /* GRPCTLSConfiguration.swift in Sources */, + A7710D33A0A7188688E4C973 /* GRPCTimeout.swift in Sources */, + ECBCFD7BAB1C703602E7A702 /* GRPCWebToHTTP2ServerCodec.swift in Sources */, + 8EA8F1E1A2C45FD6C764D577 /* HTTP2ToRawGRPCServerCodec.swift in Sources */, + 76D4E1D5CF3F0E435C702E4F /* HTTP2ToRawGRPCStateMachine.swift in Sources */, + 5BF5BBA05E34BEB83910CDA9 /* ClientInterceptorContext.swift in Sources */, + 51A732C04ECCEA36866E0F3E /* ClientInterceptorPipeline.swift in Sources */, + 736A80AFC87A2CB3ED15B30B /* ClientInterceptorProtocol.swift in Sources */, + DE3F387F5AE2DDD704406A59 /* ClientInterceptors.swift in Sources */, + C8DFED2196456132A4A0DE26 /* ClientTransport.swift in Sources */, + 21D0178EA3A7628E72E8DFB2 /* ClientTransportFactory.swift in Sources */, + C53A1F8A1EE379FE200733C5 /* MessageParts.swift in Sources */, + 7577FF67B027104371E874CD /* ServerInterceptorContext.swift in Sources */, + 9F24E87128C7E10E8F53DE4A /* ServerInterceptorPipeline.swift in Sources */, + C9A4283C62447993E5146064 /* ServerInterceptors.swift in Sources */, + 5CB784434CEA229ED17B44BD /* InterceptorContextList.swift in Sources */, + C4FCC352A82499FF981A72D9 /* LengthPrefixedMessageReader.swift in Sources */, + E74D8C66320B7F60B04DCF59 /* Logger.swift in Sources */, + 545EE101EC53A000994C055F /* LoggingServerErrorDelegate.swift in Sources */, + 3D570EA2FA9B45DC841C1941 /* MessageEncodingHeaderValidator.swift in Sources */, + 790ABF924D7C7FB58A5074D9 /* PlatformSupport.swift in Sources */, + 34EBE0EC1C2F18B91B41C2A5 /* ReadWriteStates.swift in Sources */, + 6B0043AECAEDD9F992A37CD1 /* Ref.swift in Sources */, + F6772F1DE2950E713A4F9FDE /* Serialization.swift in Sources */, + 68BDE201C1BE6208583BE3D7 /* Server+NIOSSL.swift in Sources */, + D320A3C887CA3B56AA59AFEC /* Server.swift in Sources */, + 26550F4219595939B257620B /* ServerBuilder+NIOSSL.swift in Sources */, + 581EE2FD27A6D99305B8D9CD /* ServerBuilder.swift in Sources */, + 2CB6F024C559D485CA5D2FB9 /* ServerCallContext.swift in Sources */, + 653D8DD6EAF55106897FA714 /* StreamingResponseCallContext.swift in Sources */, + 54A6D2CD21BCFE42818447E9 /* UnaryResponseCallContext.swift in Sources */, + E39EF5857A19AB7D19987D40 /* ServerChannelErrorHandler.swift in Sources */, + 689189A800F46DD31F9AD4A1 /* ServerErrorDelegate.swift in Sources */, + 64A0E3EFDFEBA42DA00B9444 /* ServerErrorProcessor.swift in Sources */, + A40C9A29033B85A1A924ED82 /* Stopwatch.swift in Sources */, + DAB61A8DC10E8EA92CADC646 /* StreamEvent.swift in Sources */, + E070DA7DED9EAFF9EE697C31 /* TLSVerificationHandler.swift in Sources */, + F69DD8B998FECB312B079B31 /* TLSVersion.swift in Sources */, + D04B04BAAD2E391B321CD827 /* TimeLimit.swift in Sources */, + B0A88F7AE77A5C52DBD0BB4B /* UserInfo.swift in Sources */, + AC21F58FD5C181A3A4E61FFD /* Version.swift in Sources */, + 812720883CF86C4E442C7B54 /* WebCORSHandler.swift in Sources */, + DB9F16B2B739D9E3BFE7B981 /* WriteCapturingHandler.swift in Sources */, + 5ED83D84FDBFC5C87769F406 /* _EmbeddedThroughput.swift in Sources */, + 844EA65CAB165E680075CF6A /* _FakeResponseStream.swift in Sources */, + B2F201AB07B817CC653C413E /* _GRPCClientCodecHandler.swift in Sources */, + 17C60D3DDF5EC03A9C2551C0 /* _MessageContext.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20268,18 +20268,18 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E4DDD988C7C775CB004A24E8 /* ByteCollectionUtils.swift in Sources */, - EE7B72397F13F2A57E186979 /* HTTPDecoder.swift in Sources */, - 4BA83F4B5BE38EB4C0EBA46D /* HTTPEncoder.swift in Sources */, - 0180F385D808D4E7667DE98D /* HTTPHeaderValidator.swift in Sources */, - F52353D8C34891E0EB82CD7A /* HTTPHeaders+Validation.swift in Sources */, - DCF8F09779EA376D049BB801 /* HTTPPipelineSetup.swift in Sources */, - 528925978403648B76C19CD4 /* HTTPServerPipelineHandler.swift in Sources */, - 679BADEFEA7944A8106AAAF2 /* HTTPServerProtocolErrorHandler.swift in Sources */, - 751B7EE6C319F7601B00BECA /* HTTPServerUpgradeHandler.swift in Sources */, - 5D4C8F22B86C99B4B87DFC78 /* HTTPTypes.swift in Sources */, - 787A135A33BF8A4405A0EB7F /* NIOHTTPClientUpgradeHandler.swift in Sources */, - 38A46A77030D9BE0FD0B9291 /* NIOHTTPObjectAggregator.swift in Sources */, + F0E90A5AB7B70BE5CE41B55B /* ByteCollectionUtils.swift in Sources */, + D966F34A41FD8D6F95A71B06 /* HTTPDecoder.swift in Sources */, + 3FDEC54467D63694D392F5DD /* HTTPEncoder.swift in Sources */, + 9C1A1228F31ACC9BD69CF71F /* HTTPHeaderValidator.swift in Sources */, + A491666BEA1811B318313AC9 /* HTTPHeaders+Validation.swift in Sources */, + C241A8CF79763BC39D03D8CD /* HTTPPipelineSetup.swift in Sources */, + 0058205AF01674955AE352EB /* HTTPServerPipelineHandler.swift in Sources */, + C9140F8D5606C7CEBBCF63A5 /* HTTPServerProtocolErrorHandler.swift in Sources */, + BD901A6955811A225AAC1B03 /* HTTPServerUpgradeHandler.swift in Sources */, + B5087643E75408C2D4EAB2A5 /* HTTPTypes.swift in Sources */, + BECB3B149934CFEE36507D14 /* NIOHTTPClientUpgradeHandler.swift in Sources */, + 91DB449E766967C91B70E332 /* NIOHTTPObjectAggregator.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20316,22 +20316,22 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CB0BB26154F9213AA3662B76 /* AtomicInteger.swift in Sources */, - 06785690675D9F96C0A3C3FA /* AtomicMemoryOrderings.swift in Sources */, - 6D028A6757991C9135033363 /* AtomicOptional.swift in Sources */, - 7F38AD69146B79073C9947E7 /* AtomicOptionalRawRepresentable.swift in Sources */, - 0C573B864722D6CE69D99D1B /* AtomicRawRepresentable.swift in Sources */, - 3E1BF89B568ADEAD58ACD29E /* AtomicStrongReference.swift in Sources */, - C8D7BA1CA5BDA297A2D1A96D /* AtomicValue.swift in Sources */, - 6FAFE1108773F08ABFFE2823 /* DoubleWord.swift in Sources */, - B47223F432270A8428741BE8 /* Unmanaged extensions.swift in Sources */, - B8752C6CA3F1C472A0CA209C /* AtomicBool.swift in Sources */, - F73B0DDD20316142FC62DBC5 /* AtomicLazyReference.swift in Sources */, - CAD50A679FC36824AF534F3B /* HighLevelTypes.swift in Sources */, - 0A32F516262997122CDB6852 /* IntegerConformances.swift in Sources */, - CC3D89AB656B0C67348211B4 /* PointerConformances.swift in Sources */, - B9CCB74E4304390E6C39BB73 /* Primitives.native.swift in Sources */, - 690AFB65A61E49B8719BD1B3 /* Primitives.shims.swift in Sources */, + 159CD1CB46C36210FC1935CA /* AtomicInteger.swift in Sources */, + 9FF274B2C29BE8D678520B7A /* AtomicMemoryOrderings.swift in Sources */, + 12C4FB73FFAF84FB4D759F15 /* AtomicOptional.swift in Sources */, + BB6AE55DFD5732BCACD83ADB /* AtomicOptionalRawRepresentable.swift in Sources */, + E7543959CEB21C5F306D8686 /* AtomicRawRepresentable.swift in Sources */, + D74B188570D9613EC8113143 /* AtomicStrongReference.swift in Sources */, + AB0AAD79A4ABDD83A1F9AC18 /* AtomicValue.swift in Sources */, + B08C18A3DCEB9E99431D4C63 /* DoubleWord.swift in Sources */, + F8AB03CD2C8F8B799AEB80CD /* Unmanaged extensions.swift in Sources */, + C19D07326C009D3B0BC5254D /* AtomicBool.swift in Sources */, + 450D49686A6612E7E6455826 /* AtomicLazyReference.swift in Sources */, + 30F4548E9CFB31CA0EABF9AE /* HighLevelTypes.swift in Sources */, + A0ECE4B12BD69EFCDD87FFCD /* IntegerConformances.swift in Sources */, + CA883BF5345FBCF9268BA96F /* PointerConformances.swift in Sources */, + B92F7E30ABF5A0794325D288 /* Primitives.native.swift in Sources */, + E93F10CA69919A23DC5EC01F /* Primitives.shims.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20339,7 +20339,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B79E4049454AD2A0CAE679B6 /* _AtomicsShims.c in Sources */, + 4FFC215AE737A6164BABDC6C /* _AtomicsShims.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20395,50 +20395,50 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DDA62EC3DA1BCD169B4C8856 /* BSDSocketAPICommon.swift in Sources */, - CBF3646735691F53F0D7B40C /* BSDSocketAPIPosix.swift in Sources */, - D93EAED77F106617CAB9F237 /* BSDSocketAPIWindows.swift in Sources */, - 4635D0CE0242B2F1041EEAF4 /* BaseSocket.swift in Sources */, - 6C1C5C4DD3647B38056553F7 /* BaseSocketChannel+SocketOptionProvider.swift in Sources */, - 8C05FEEFECB022431A6FE329 /* BaseSocketChannel.swift in Sources */, - 9C490BF60CFE279CBBD48767 /* BaseStreamSocketChannel.swift in Sources */, - DB91ED24CF46C134CBCB1C21 /* Bootstrap.swift in Sources */, - 85A21B25E77AE26AE4A2DCD5 /* ControlMessage.swift in Sources */, - 5A886F3AA4E06D2358CED989 /* DatagramVectorReadManager.swift in Sources */, - C7A07121E874F032A6C42AE9 /* FileDescriptor.swift in Sources */, - D586F6BF2852D150AEA25A88 /* GetaddrinfoResolver.swift in Sources */, - 3207750EBB317C4AA2022C07 /* HappyEyeballs.swift in Sources */, - 722CDFF2BFFBEF1724C65104 /* IO.swift in Sources */, - 1AEE846BDC95C8BD2BC2981C /* IntegerBitPacking.swift in Sources */, - FE6361BFEA659F4543FB52CC /* IntegerTypes.swift in Sources */, - 223F541A2EF184D76BD8FF7F /* Linux.swift in Sources */, - 3E006B3EAC6123EDF767AADD /* LinuxCPUSet.swift in Sources */, - E35F18D8C97C11E299081BAA /* LinuxUring.swift in Sources */, - 98CB070C59DC96B39D4300FC /* MultiThreadedEventLoopGroup.swift in Sources */, - DF8DCA9538E0FAFBB842225A /* NIOThreadPool.swift in Sources */, - 00F618FB1D72CD2374104DC3 /* NonBlockingFileIO.swift in Sources */, - DDD8A282EC29789389ABC84B /* PendingDatagramWritesManager.swift in Sources */, - 725CFF1A2D3B2A0725A7242D /* PendingWritesManager.swift in Sources */, - 1124E5A3E05DDB1B9913E52F /* PipeChannel.swift in Sources */, - FF4748B58234638500B9AC44 /* PipePair.swift in Sources */, - 75143E4FDE80CEBCE533ACCF /* PointerHelpers.swift in Sources */, - 48820B5965EBDD70AE8D771F /* Resolver.swift in Sources */, - CC1D6C943DFF7FC84E9E0751 /* Selectable.swift in Sources */, - 1FF16402653BF55C9DB2E1F4 /* SelectableChannel.swift in Sources */, - 4CBC32299C44459B69E88094 /* SelectableEventLoop.swift in Sources */, - AC9A9A767E8C14901DC65866 /* SelectorEpoll.swift in Sources */, - 2B983201673C154403219379 /* SelectorGeneric.swift in Sources */, - 92D11D3495715D763FC3F71B /* SelectorKqueue.swift in Sources */, - E7ADC66AD5574C56F261F53D /* SelectorUring.swift in Sources */, - 85B3A7914DEF80022AB3097C /* ServerSocket.swift in Sources */, - 198AD8549301C9CC8A2713E5 /* Socket.swift in Sources */, - 43E91765CED3AE3ACEC31B19 /* SocketChannel.swift in Sources */, - F14FB296D35EE114BC852847 /* SocketProtocols.swift in Sources */, - E475E98368039660BA372289 /* System.swift in Sources */, - 6D3F0CA2F15E7B37A0B34544 /* Thread.swift in Sources */, - CA3438C83367A6B57AA84C03 /* ThreadPosix.swift in Sources */, - E71DDEF8A443218910EA6CAF /* ThreadWindows.swift in Sources */, - 533C300F61BFCDB4A36D9BA8 /* Utilities.swift in Sources */, + B781534ABDFC899A5FAF570E /* BSDSocketAPICommon.swift in Sources */, + 1BE6A72ECBB0EF6707EB9E73 /* BSDSocketAPIPosix.swift in Sources */, + 3DEFC2DAD322359AB0894982 /* BSDSocketAPIWindows.swift in Sources */, + 400861F0A46ECA46FEDC3042 /* BaseSocket.swift in Sources */, + 8FBC05161AE5835EE616F4CF /* BaseSocketChannel+SocketOptionProvider.swift in Sources */, + 8E8F56018557990999996D06 /* BaseSocketChannel.swift in Sources */, + 0D782370AF24908808B6E267 /* BaseStreamSocketChannel.swift in Sources */, + 1696CB5F00784687E1B963A8 /* Bootstrap.swift in Sources */, + 1BA8F251EECD5F543C2385E9 /* ControlMessage.swift in Sources */, + C65643FE390EEB971CA4FB87 /* DatagramVectorReadManager.swift in Sources */, + B470D9628A6484282304A98F /* FileDescriptor.swift in Sources */, + F369CEF2062C75DB0D4E446E /* GetaddrinfoResolver.swift in Sources */, + FA16FB8BF0B79EB35FADFA0D /* HappyEyeballs.swift in Sources */, + 47ED6E32B7C803DE6E853C98 /* IO.swift in Sources */, + 0C6F689FB8EFB7D3E4108555 /* IntegerBitPacking.swift in Sources */, + 2D9B5C3B057B999B008A9C71 /* IntegerTypes.swift in Sources */, + A9BC1F0E0A9DE584318A1286 /* Linux.swift in Sources */, + 6B8071B2E5C7DB190898473F /* LinuxCPUSet.swift in Sources */, + 9A0C404D96DC578BC236A281 /* LinuxUring.swift in Sources */, + 78E506BE7933E885EDA3AAAD /* MultiThreadedEventLoopGroup.swift in Sources */, + CF9E2424BAB4C407CC494C42 /* NIOThreadPool.swift in Sources */, + 2926380E49E06ACB9FC4B894 /* NonBlockingFileIO.swift in Sources */, + E1A039F23D58B78AE94C76B6 /* PendingDatagramWritesManager.swift in Sources */, + CF3B42F47748147FE2FD41EF /* PendingWritesManager.swift in Sources */, + 7BDFC2AB789F1FF82DEBE73F /* PipeChannel.swift in Sources */, + ECFE8A38F7D52D0219758FD6 /* PipePair.swift in Sources */, + 8E0408D439026FEB1074A2AC /* PointerHelpers.swift in Sources */, + B428A0BD0BEA5132E0525939 /* Resolver.swift in Sources */, + AAF02FD92F4F70AC5849B5D6 /* Selectable.swift in Sources */, + 5EBD5F26DDCB585FBE069B0E /* SelectableChannel.swift in Sources */, + 8A9C8E86AA1B2C6A360EC0AA /* SelectableEventLoop.swift in Sources */, + 9D620478AA709CD7F8CEC057 /* SelectorEpoll.swift in Sources */, + DA296713C6DAEFD7808B681D /* SelectorGeneric.swift in Sources */, + E9D48DC850D820764EB44825 /* SelectorKqueue.swift in Sources */, + FC9630DEF1AEEB7FE256A53A /* SelectorUring.swift in Sources */, + 219C58E58B53ABB8DF738670 /* ServerSocket.swift in Sources */, + 02630922E229309F4B250B14 /* Socket.swift in Sources */, + 2C4A46F56AB24DDD8E58F8DB /* SocketChannel.swift in Sources */, + E0E6B31DBC66AA1772E1C068 /* SocketProtocols.swift in Sources */, + 9091E769B2FEF25AA1A58EBC /* System.swift in Sources */, + ECA00078C099F8BC79A77176 /* Thread.swift in Sources */, + 8876688A206228DDF83A1D33 /* ThreadPosix.swift in Sources */, + DD4630DB27A7BE53B440439F /* ThreadWindows.swift in Sources */, + 1AA80B3B1BB4E3F3B268E131 /* Utilities.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -21391,12 +21391,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOLinux; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CNIOLinux; @@ -21482,12 +21482,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOWindows; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CNIOWindows; @@ -21674,12 +21674,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOAtomics; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CNIOAtomics; @@ -21744,7 +21744,7 @@ "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~override~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.113.link.params"; OTHER_CODE_SIGN_FLAGS = ( "--digest-algorithm=sha1", - "--resource-rules=external/rules_apple~3.0.0/tools/codesigningtool/disable_signing_resource_rules.plist", + "--resource-rules=external/rules_apple~3.1.1/tools/codesigningtool/disable_signing_resource_rules.plist", ); OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_google_google_maps -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator/GoogleMaps.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -21943,12 +21943,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOAtomics; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CNIOAtomics; @@ -21962,19 +21962,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOHTTP1; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOHTTP1; PRODUCT_NAME = NIOHTTP1; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOHTTP1; }; name = AppStore; @@ -22171,19 +22171,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIO; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIO; PRODUCT_NAME = NIO; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIO; }; name = AppStore; @@ -22202,7 +22202,7 @@ "INCLUDED_SOURCE_FILE_NAMES[sdk=macosx*]" = "$(MACOSX_FILES)"; MACOSX_DEPLOYMENT_TARGET = 11.0; MACOSX_FILES = "bazel-out/CONFIGURATION-STABLE-21/bin/GRPC/echo_proto.protoc_gen_pb_swift/GRPC/echo.pb.swift"; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = GRPC_echo_proto_swift; PRODUCT_NAME = echo_server_services_swift; SDKROOT = macosx; @@ -22219,12 +22219,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CGRPCZlib; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CGRPCZlib; @@ -22238,9 +22238,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = SwiftProtobuf; MACOSX_DEPLOYMENT_TARGET = 11.0; @@ -22250,7 +22250,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params"; TARGET_NAME = SwiftProtobuf; }; name = AppStore; @@ -22293,18 +22293,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOTransportServices; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOTransportServices; PRODUCT_NAME = NIOTransportServices; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOTransportServices; }; name = Debug; @@ -22347,12 +22347,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOWindows; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CNIOWindows; @@ -22410,12 +22410,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOLLHTTP; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CNIOLLHTTP; @@ -22554,18 +22554,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOTLS; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOTLS; PRODUCT_NAME = NIOTLS; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOTLS; }; name = Debug; @@ -22580,13 +22580,13 @@ ASAN_OTHER_CPLUSPLUSFLAGS__ = "$(ASAN_OTHER_CPLUSPLUSFLAGS__NO)"; ASAN_OTHER_CPLUSPLUSFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/cxx.compile.params"; ASAN_OTHER_CPLUSPLUSFLAGS__YES = "$(ASAN_OTHER_CPLUSPLUSFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOBoringSSL; - CXX_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params"; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params"; + CXX_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_CPLUSPLUSFLAGS = "$(ASAN_OTHER_CPLUSPLUSFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -22829,7 +22829,7 @@ LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~override~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_client.205.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = GRPC_echo_client_library; PRODUCT_NAME = echo_client; SDKROOT = macosx; @@ -23091,9 +23091,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = DequeModule; MACOSX_DEPLOYMENT_TARGET = 11.0; @@ -23102,7 +23102,7 @@ PRODUCT_NAME = DequeModule; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params"; TARGET_NAME = DequeModule; }; name = Debug; @@ -23289,12 +23289,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOLinux; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CNIOLinux; @@ -23392,19 +23392,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOConcurrencyHelpers; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOConcurrencyHelpers; PRODUCT_NAME = NIOConcurrencyHelpers; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOConcurrencyHelpers; }; name = AppStore; @@ -23449,18 +23449,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOFoundationCompat; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOFoundationCompat; PRODUCT_NAME = NIOFoundationCompat; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOFoundationCompat; }; name = Debug; @@ -23557,12 +23557,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CGRPCZlib; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CGRPCZlib; @@ -23968,18 +23968,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIO; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIO; PRODUCT_NAME = NIO; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIO; }; name = Debug; @@ -24252,19 +24252,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = GRPC; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = GRPC; PRODUCT_NAME = GRPC; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params"; TARGET_NAME = GRPC; }; name = AppStore; @@ -24354,19 +24354,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOTLS; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOTLS; PRODUCT_NAME = NIOTLS; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOTLS; }; name = AppStore; @@ -24532,9 +24532,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = _NIODataStructures; MACOSX_DEPLOYMENT_TARGET = 11.0; @@ -24544,7 +24544,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params"; TARGET_NAME = _NIODataStructures; }; name = AppStore; @@ -24659,9 +24659,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = DequeModule; MACOSX_DEPLOYMENT_TARGET = 11.0; @@ -24671,7 +24671,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params"; TARGET_NAME = DequeModule; }; name = AppStore; @@ -24697,7 +24697,7 @@ LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~override~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/proto.47.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = Proto_tool_library; PRODUCT_NAME = proto; SDKROOT = macosx; @@ -24711,18 +24711,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOHPACK; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOHPACK; PRODUCT_NAME = NIOHPACK; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOHPACK; }; name = Debug; @@ -24877,12 +24877,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOLLHTTP; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CNIOLLHTTP; @@ -24896,19 +24896,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOHPACK; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOHPACK; PRODUCT_NAME = NIOHPACK; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOHPACK; }; name = AppStore; @@ -24917,19 +24917,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOExtras; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOExtras; PRODUCT_NAME = NIOExtras; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOExtras; }; name = AppStore; @@ -25066,7 +25066,7 @@ LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~override~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_client.78.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = GRPC_echo_client_library; PRODUCT_NAME = echo_client; SDKROOT = macosx; @@ -25080,18 +25080,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOHTTP2; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOHTTP2; PRODUCT_NAME = NIOHTTP2; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOHTTP2; }; name = Debug; @@ -25117,7 +25117,7 @@ LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~override~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/proto.174.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = Proto_tool_library; PRODUCT_NAME = proto; SDKROOT = macosx; @@ -25253,12 +25253,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIODarwin; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CNIODarwin; @@ -25275,12 +25275,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOBoringSSLShims; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CNIOBoringSSLShims; @@ -25311,7 +25311,7 @@ LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~override~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_server.80.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = GRPC_echo_server_library; PRODUCT_NAME = echo_server; SDKROOT = macosx; @@ -25325,18 +25325,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOHTTP1; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOHTTP1; PRODUCT_NAME = NIOHTTP1; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOHTTP1; }; name = Debug; @@ -25348,12 +25348,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIODarwin; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CNIODarwin; @@ -25367,19 +25367,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOEmbedded; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOEmbedded; PRODUCT_NAME = NIOEmbedded; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOEmbedded; }; name = AppStore; @@ -25532,18 +25532,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOConcurrencyHelpers; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOConcurrencyHelpers; PRODUCT_NAME = NIOConcurrencyHelpers; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOConcurrencyHelpers; }; name = Debug; @@ -25552,18 +25552,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOPosix; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOPosix; PRODUCT_NAME = NIOPosix; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOPosix; }; name = Debug; @@ -25572,9 +25572,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = Logging; MACOSX_DEPLOYMENT_TARGET = 11.0; @@ -25584,7 +25584,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params"; TARGET_NAME = Logging; }; name = AppStore; @@ -25596,12 +25596,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = _AtomicsShims; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = _AtomicsShims; @@ -25625,7 +25625,7 @@ "INCLUDED_SOURCE_FILE_NAMES[sdk=macosx*]" = "$(MACOSX_FILES)"; MACOSX_DEPLOYMENT_TARGET = 11.0; MACOSX_FILES = "bazel-out/CONFIGURATION-STABLE-22/bin/GRPC/echo_proto.protoc_gen_pb_swift/GRPC/echo.pb.swift"; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = GRPC_echo_proto_swift; PRODUCT_NAME = echo_server_services_swift; SDKROOT = macosx; @@ -25640,18 +25640,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOSSL; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOSSL; PRODUCT_NAME = NIOSSL; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOSSL; }; name = Debug; @@ -25660,19 +25660,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOSSL; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOSSL; PRODUCT_NAME = NIOSSL; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOSSL; }; name = AppStore; @@ -25681,18 +25681,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOExtras; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOExtras; PRODUCT_NAME = NIOExtras; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOExtras; }; name = Debug; @@ -25793,7 +25793,7 @@ LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~override~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_server.207.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = GRPC_echo_server_library; PRODUCT_NAME = echo_server; SDKROOT = macosx; @@ -26092,19 +26092,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOPosix; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOPosix; PRODUCT_NAME = NIOPosix; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOPosix; }; name = AppStore; @@ -26113,9 +26113,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = _NIODataStructures; MACOSX_DEPLOYMENT_TARGET = 11.0; @@ -26124,7 +26124,7 @@ PRODUCT_NAME = _NIODataStructures; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params"; TARGET_NAME = _NIODataStructures; }; name = Debug; @@ -26270,9 +26270,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = SwiftProtobuf; MACOSX_DEPLOYMENT_TARGET = 11.0; @@ -26281,7 +26281,7 @@ PRODUCT_NAME = SwiftProtobuf; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params"; TARGET_NAME = SwiftProtobuf; }; name = Debug; @@ -26290,19 +26290,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = Atomics; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = Atomics; PRODUCT_NAME = Atomics; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params"; TARGET_NAME = Atomics; }; name = AppStore; @@ -26354,19 +26354,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOTransportServices; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOTransportServices; PRODUCT_NAME = NIOTransportServices; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOTransportServices; }; name = AppStore; @@ -26558,12 +26558,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = _AtomicsShims; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = _AtomicsShims; @@ -26627,18 +26627,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOEmbedded; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOEmbedded; PRODUCT_NAME = NIOEmbedded; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOEmbedded; }; name = Debug; @@ -26718,18 +26718,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = Atomics; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = Atomics; PRODUCT_NAME = Atomics; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params"; TARGET_NAME = Atomics; }; name = Debug; @@ -26795,18 +26795,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOCore; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOCore; PRODUCT_NAME = NIOCore; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOCore; }; name = Debug; @@ -26825,7 +26825,7 @@ "INCLUDED_SOURCE_FILE_NAMES[sdk=macosx*]" = "$(MACOSX_FILES)"; MACOSX_DEPLOYMENT_TARGET = 11.0; MACOSX_FILES = "bazel-out/CONFIGURATION-STABLE-21/bin/GRPC/echo_proto.protoc_gen_pb_swift/GRPC/echo.pb.swift"; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = GRPC_echo_proto_swift; PRODUCT_NAME = echo_client_services_swift; SDKROOT = macosx; @@ -26909,12 +26909,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOBoringSSLShims; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; PRODUCT_NAME = CNIOBoringSSLShims; @@ -27006,19 +27006,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOFoundationCompat; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOFoundationCompat; PRODUCT_NAME = NIOFoundationCompat; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOFoundationCompat; }; name = AppStore; @@ -27037,7 +27037,7 @@ "INCLUDED_SOURCE_FILE_NAMES[sdk=macosx*]" = "$(MACOSX_FILES)"; MACOSX_DEPLOYMENT_TARGET = 11.0; MACOSX_FILES = "bazel-out/CONFIGURATION-STABLE-22/bin/GRPC/echo_proto.protoc_gen_pb_swift/GRPC/echo.pb.swift"; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = GRPC_echo_proto_swift; PRODUCT_NAME = echo_client_services_swift; SDKROOT = macosx; @@ -27052,18 +27052,18 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = GRPC; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = GRPC; PRODUCT_NAME = GRPC; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params"; TARGET_NAME = GRPC; }; name = Debug; @@ -27173,19 +27173,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOCore; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOCore; PRODUCT_NAME = NIOCore; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOCore; }; name = AppStore; @@ -27216,19 +27216,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOHTTP2; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOHTTP2; PRODUCT_NAME = NIOHTTP2; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOHTTP2; }; name = AppStore; @@ -27365,13 +27365,13 @@ ASAN_OTHER_CPLUSPLUSFLAGS__ = "$(ASAN_OTHER_CPLUSPLUSFLAGS__NO)"; ASAN_OTHER_CPLUSPLUSFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/cxx.compile.params"; ASAN_OTHER_CPLUSPLUSFLAGS__YES = "$(ASAN_OTHER_CPLUSPLUSFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOBoringSSL; - CXX_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params"; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params"; + CXX_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_CPLUSPLUSFLAGS = "$(ASAN_OTHER_CPLUSPLUSFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -27516,9 +27516,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = Logging; MACOSX_DEPLOYMENT_TARGET = 11.0; @@ -27527,7 +27527,7 @@ PRODUCT_NAME = Logging; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params"; TARGET_NAME = Logging; }; name = Debug; diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/AppStore-swift_debug_settings.py b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/AppStore-swift_debug_settings.py index 28ad3f63b7..4bcb4efdbc 100755 --- a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/AppStore-swift_debug_settings.py +++ b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/AppStore-swift_debug_settings.py @@ -365,35 +365,35 @@ ] }, "x86_64-apple-macosx echo_client": { - "c": "-iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -DSWIFT_PACKAGE -D__APPLE_USE_RFC_3542 -DLLHTTP_STRICT_MODE -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Os -DNDEBUG=1 -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra", + "c": "-iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -DSWIFT_PACKAGE -D__APPLE_USE_RFC_3542 -DLLHTTP_STRICT_MODE -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Os -DNDEBUG=1 -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra", "s": [ - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift" + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift" ] }, "x86_64-apple-macosx echo_server": { - "c": "-iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -DSWIFT_PACKAGE -D__APPLE_USE_RFC_3542 -DLLHTTP_STRICT_MODE -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Os -DNDEBUG=1 -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra", + "c": "-iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -DSWIFT_PACKAGE -D__APPLE_USE_RFC_3542 -DLLHTTP_STRICT_MODE -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Os -DNDEBUG=1 -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -Wno-unused-variable -Winit-self -Wno-extra", "s": [ - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift" + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift" ] }, "x86_64-apple-macosx macOSApp.app/Contents/MacOS/macOSApp": { @@ -418,7 +418,7 @@ "x86_64-apple-macosx proto": { "c": "-iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin -Os -DNDEBUG=1 -Wno-unused-variable -Winit-self -Wno-extra", "s": [ - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/Proto" ] }, diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/Debug-swift_debug_settings.py b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/Debug-swift_debug_settings.py index 9b8ab9e1ab..7bb26a4d31 100755 --- a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/Debug-swift_debug_settings.py +++ b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/Debug-swift_debug_settings.py @@ -365,35 +365,35 @@ ] }, "x86_64-apple-macosx echo_client": { - "c": "-iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -DSWIFT_PACKAGE -D__APPLE_USE_RFC_3542 -DLLHTTP_STRICT_MODE -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -O0 -DDEBUG=1 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all", + "c": "-iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -DSWIFT_PACKAGE -D__APPLE_USE_RFC_3542 -DLLHTTP_STRICT_MODE -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -O0 -DDEBUG=1 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all", "s": [ - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift" + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift" ] }, "x86_64-apple-macosx echo_server": { - "c": "-iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -DSWIFT_PACKAGE -D__APPLE_USE_RFC_3542 -DLLHTTP_STRICT_MODE -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -O0 -DDEBUG=1 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all", + "c": "-iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -DSWIFT_PACKAGE -D__APPLE_USE_RFC_3542 -DLLHTTP_STRICT_MODE -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -fmodule-map-file=$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -O0 -DDEBUG=1 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -isystem$(PROJECT_DIR)/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -isystem$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -fstack-protector -fstack-protector-all", "s": [ - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services", - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift" + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift" ] }, "x86_64-apple-macosx macOSApp.app/Contents/MacOS/macOSApp": { @@ -418,7 +418,7 @@ "x86_64-apple-macosx proto": { "c": "-iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin -O0 -DDEBUG=1 -fstack-protector -fstack-protector-all", "s": [ - "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf", + "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/Proto" ] }, diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/external.xcfilelist b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/external.xcfilelist index 15bd9ef8cf..5ea36e0c51 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/external.xcfilelist +++ b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/external.xcfilelist @@ -25,1125 +25,1125 @@ $(BAZEL_EXTERNAL)/examples_ios_app_external~override/Assets.xcassets $(BAZEL_EXTERNAL)/examples_ios_app_external~override/Info.plist $(BAZEL_EXTERNAL)/examples_ios_app_external~override/bundles/Utils.bundle $(BAZEL_EXTERNAL)/examples_ios_app_external~override/nested -$(BAZEL_EXTERNAL)/rules_apple~3.0.0/apple/testing/DefaultTestBundle.plist -$(BAZEL_EXTERNAL)/rules_apple~3.0.0/tools/codesigningtool/disable_signing_resource_rules.plist -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicInteger.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicMemoryOrderings.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptional.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicRawRepresentable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicStrongReference.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicValue.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/DoubleWord.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/Unmanaged extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicBool.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/IntegerConformances.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/PointerConformances.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.native.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.shims.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include/_AtomicsShims.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/src/_AtomicsShims.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Compatibility.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Codable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Collection.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomDebugStringConvertible.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomReflectable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomStringConvertible.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Equatable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Extras.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Hashable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Testing.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._Storage.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._UnsafeHandle.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/UnsafeMutableBufferPointer+Utilities.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBufferHeader.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeSlot.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Locks.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/LogHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Logging.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include/CNIOAtomics.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-atomics.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-nioatomics.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/cpp_magic.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include/CNIODarwin.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/shim.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_api.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_http.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_llhttp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/CNIOLLHTTP.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/c_nio_llhttp.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/CNIOLinux.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/liburing_nio.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/liburing_shims.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/shim.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/WSAStartup.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include/CNIOWindows.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/shim.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIO/Exports.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOAtomic.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLock.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLockedValueBox.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/atomics.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/lock.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AddressedEnvelope.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducerStrategies.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncWriter.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOThrowingAsyncSequenceProducer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/BSDSocketAPI.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-aux.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-conversions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-core.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-int.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-lengthPrefix.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-multi-int.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-views.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Channel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandlers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelInvoker.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelOption.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelPipeline.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/CircularBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Codec.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ConvenienceOptionSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DeadChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DispatchQueue+WithFuture.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop+Deprecated.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+Deprecated.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+WithEventLoop.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileDescriptor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileHandle.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileRegion.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IO.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IOData.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerBitPacking.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerTypes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Interfaces.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Linux.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MarkedCircularBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MulticastChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOAny.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOCloseOnErrorHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOSendable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/PointerHelpers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/RecvByteBufferAllocator.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SingleStepByteToMessageDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketAddresses.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketOptionProvider.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SystemCallHelpers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/TypeAssistedChannelHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/UniversalBootstrapSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Utilities.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/Embedded.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/Codable+ByteBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/JSONSerialization+ByteBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/ByteCollectionUtils.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPEncoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaderValidator.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaders+Validation.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPTypes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPClientUpgradeHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPObjectAggregator.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPICommon.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIPosix.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIWindows.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocket.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseStreamSocketChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Bootstrap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ControlMessage.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/DatagramVectorReadManager.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/FileDescriptor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/GetaddrinfoResolver.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/HappyEyeballs.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IO.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerBitPacking.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerTypes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Linux.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxCPUSet.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxUring.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NIOThreadPool.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NonBlockingFileIO.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingDatagramWritesManager.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingWritesManager.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipeChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipePair.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PointerHelpers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Resolver.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Selectable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableEventLoop.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorEpoll.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorGeneric.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorKqueue.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorUring.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ServerSocket.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Socket.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketProtocols.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/System.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Thread.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadPosix.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadWindows.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Utilities.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/ApplicationProtocolNegotiationHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/SNIHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/TLSEvents.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/Heap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/PriorityQueue.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugInboundEventsHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugOutboundEventsHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/FixedLengthFrameDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming+ContentLengthHeader.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldPrepender.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LineBasedFrameDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/NIOExtrasError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/QuiescingHelper.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/RequestResponseHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/WritePCAPHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/DynamicHeaderTable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKEncoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKErrors.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKHeader.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HeaderTables.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanCoding.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanTables.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IndexedHeaderTable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IntegerCoding.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/StaticHeaderTable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStreamsState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingDataState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HTTP2SettingsState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasFlowControlWindows.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasLocalSettings.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasRemoteSettings.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/LocallyQuiescingState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/QuiescingState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/RemotelyQuiescingState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/SendAndReceiveGoawayState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/StateMachineResult.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ContentLengthVerifier.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/DOSHeuristics.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ConcurrentStreamBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ControlFrameBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFlowControlBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFrameBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HPACKHeaders+Validation.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InboundStreamMultiplexer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InlineStreamMultiplexer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ConnectionStateChange.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Error.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ErrorCode.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FlowControlWindow.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Frame.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameEncoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameParser.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PingData.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PipelineHelpers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Settings.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Stream.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel+OutboundStreamMultiplexer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamDelegate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamID.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2UserEvents.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundEventBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundWindowManager.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/MultiplexerAbstractChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelFlowController.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelList.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamMap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/WatermarkedFlowController.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bool.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_d2i_fp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_dup.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_gentm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_i2d_fp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_int.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_mbstr.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_object.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_octet.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_print.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strex.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_time.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_type.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_utctm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_par.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn_pack.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_int.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_string.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/posix_time.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_dec.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_enc.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_fre.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_new.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_typ.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_utl.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/base64/base64.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio_mem.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/connect.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/fd.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/file.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/hexdump.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/pair.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/printf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket_helper.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/blake2/blake2.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/bn_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/convert.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/buf/buf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/asn1_compat.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/ber.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbb.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbs.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/unicode.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/cipher_extra.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/derive_key.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesctrhmac.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesgcmsiv.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_chacha20poly1305.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_des.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_null.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc2.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc4.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_tls.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/tls_cbc.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf_def.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_apple.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_freebsd.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_fuchsia.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_linux.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_win.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_freebsd.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_intel.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_ppc64le.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/crypto.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/asm/x25519-asm-arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519_tables.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/spake25519.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/des.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/dh_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/params.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/digest_extra/digest_extra.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_derive.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/hash_to_curve.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdh_extra/ecdh_extra.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdsa_extra/ecdsa_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/engine/engine.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err_data.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_dsa_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_hkdf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/pbkdf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/print.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/scrypt.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/sign.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ex_data.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes_nohw.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/key_wrap.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/mode_wrappers.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn-586.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/add.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/asm/x86_64-gcc.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bn.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bytes.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/cmp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/ctx.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div_extra.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/exponentiation.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd_extra.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/generic.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/jacobi.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/mul.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/prime.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/random.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/shift.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/sqrt.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/aead.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/cipher.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aes.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aesccm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cmac/cmac.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/co-586.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/delocate.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/check.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/dh.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digest.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digests.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/md32_common.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digestsign/digestsign.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_key.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_montgomery.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/felem.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/oct.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p224-64.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz-table.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256_table.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/scalar.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple_mul.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/util.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/wnaf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdh/ecdh.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/ecdsa.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/fips_shared_support.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/hmac/hmac.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md4/md4.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-586.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/md5.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cbc.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cfb.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ctr.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm_nohw.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ofb.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/polyval.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/ctrdrbg.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/getrandom_fillin.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/rand.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/urandom.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/blinding.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/padding.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa_impl.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/fips.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/self_check.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/service_indicator.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1-altivec.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha256.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha512.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-586.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-586.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-586.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/kdf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86-mont.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hkdf/hkdf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hpke/hpke.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/asm/poly_rq_mul.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/hrss.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/lhash.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/mem.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_dat.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_xref.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_all.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_info.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_lib.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_oth.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pk8.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pkey.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_x509.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_xaux.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7_x509.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/p5_pbev2.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8_x509.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm_asm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_vec.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/pool.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/deterministic.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/forkunsafe.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/fuchsia.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/passive.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/rand_extra.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/windows.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rc4/rc4.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_c11.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_lock.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_print.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/siphash/siphash.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/stack/stack.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_none.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_pthread.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_win.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/pmbtoken.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/trust_token.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/voprf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_digest.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_sign.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_verify.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/algorithm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_dir.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_file.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/i2d_pr.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/name_print.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/rsa_pss.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_crl.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_req.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509a.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_att.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_cmp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_d2.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_def.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_ext.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_lu.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_obj.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_req.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_set.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_trs.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_txt.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vpm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509cset.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509name.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509rset.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509spki.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_algor.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_all.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_attrib.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_crl.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_exten.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_info.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_name.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pkey.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pubkey.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_req.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_sig.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_spki.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_val.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509a.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/ext_dat.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_cache.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_data.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_map.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_node.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_tree.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akey.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akeya.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_alt.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bcons.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bitst.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_conf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_cpols.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_crld.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_enum.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_extku.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_genn.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ia5.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_info.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_int.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_lib.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ncons.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ocsp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pci.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcons.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pmaps.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_prn.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_purp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_skey.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_utl.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aead.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aes.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_arm_arch.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1_mac.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1t.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base64.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bio.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blake2.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blowfish.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols_asm.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buf.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buffer.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bytestring.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cast.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_chacha.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cipher.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cmac.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_conf.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cpu.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_crypto.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ctrdrbg.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_curve25519.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_des.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dh.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_digest.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dsa.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dtls1.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_e_os2.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec_key.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdh.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdsa.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_engine.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_err.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp_errors.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ex_data.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hkdf.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hmac.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hpke.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hrss.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_is_boringssl.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_kdf.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_lhash.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md4.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md5.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_mem.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_nid.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj_mac.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_objects.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslconf.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslv.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ossl_typ.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pem.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs12.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs7.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs8.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_poly1305.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pool.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rand.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rc4.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ripemd.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rsa.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_safestack.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_service_indicator.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_sha.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_siphash.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_span.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_srtp.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl3.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_stack.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_thread.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_tls1.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_trust_token.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_type_check.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509_vfy.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509v3.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/boringssl_prefix_symbols_nasm.inc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/bio_ssl.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_both.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_lib.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_pkt.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_srtp.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_method.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_record.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/encrypted_client_hello.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/extensions.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handoff.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_client.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_server.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_both.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_lib.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_pkt.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_aead_ctx.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_asn1.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_buffer.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cert.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cipher.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_file.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_lib.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_privkey.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_session.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_stat.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_transcript.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_versions.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_32.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_64.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_32.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_64.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include/CNIOBoringSSLShims.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/shims.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ByteBufferBIO.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/CustomPrivateKey.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/IdentityVerification.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/LinuxCABundle.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLClientHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLServerHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ObjectIdentifier.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/PosixPort.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCallbacks.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificateExtensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLConnection.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLErrors.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLInit.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPKCS12Bundle.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPrivateKey.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPublicKey.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SecurityFrameworkCertificateVerification.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/String+unsafeUninitializedCapacity.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SubjectAlternativeName.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/NIOSSLSecureBytes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/RNG.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/SafeCompare.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/Zeroization.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/TLSConfiguration.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/UniversalBootstrapSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOFilterEmptyWritesHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSBootstraps.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSChannelOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionBootstrap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSErrors.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoop.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoopGroup.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerBootstrap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/StateManagedChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/TCPOptions+SocketChannelOption.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyUnpackError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDelimited.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingSizeVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/CustomJSONCodable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Data+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Decoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/DoubleParser.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Enum.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensibleMessage.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFieldValueSet.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFields.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionMap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTag.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTypes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Duration+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Struct+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Value+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Wrappers+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/HashVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Internal.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONMapEncodingVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONScanner.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MathUtils.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+AnyAdditions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONAdditions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONArrayAdditions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+TextFormatAdditions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MessageExtension.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/NameMap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtoNameProviding.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufAPIVersionCheck.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufMap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SelectiveVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/StringUtils.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatScanner.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TimeUtils.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnknownStorage.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeBufferPointer+Shims.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeRawPointer+Shims.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Varint.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Version.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Visitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/WireFormat.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ZigZag.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/any.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/api.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/descriptor.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/duration.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/empty.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/field_mask.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/source_context.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/struct.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/timestamp.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/type.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/wrappers.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/empty.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include/CGRPCZlib.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Array+BoundsCheck.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStream.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStream.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerCallContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncUnaryCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCSendable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/NIOAsyncWrappers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/BidirectionalStreamingServerHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ClientStreamingServerHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerHandlerProtocol.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerStreamingServerHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/UnaryServerHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/BidirectionalStreamingCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/Call.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/CallDetails.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientStreamingCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/LazyEventLoopPromise.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponseContainers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponsePartContainer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ServerStreamingCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/UnaryCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnection.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnectionConfiguration+NIOSSL.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientErrorDelegate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CoalescingLengthPrefixedMessageWriter.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/CompressionAlgorithm.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/DecompressionLimit.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/MessageEncoding.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/Zlib.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionBackoff.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionKeepalive.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager+Delegates.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManagerChannelProvider.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionManagerID.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+PerConnectionState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+Waiter.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/GRPCChannelPool.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManager.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine+PerPoolState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PooledChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/StreamLender.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectivityState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DebugOnly.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DelegatingErrorHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Error+NIOSSL.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/EventLoopFuture+RecoverFromUncleanShutdown.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/FakeChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NIOSSL.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NWTLS.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannelBuilder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClient.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientChannelHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCContentType.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCHeaderName.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandlerStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCKeepaliveHandlers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCLogger.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCPayload.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerRequestRoutingHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServiceDescription.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatus.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusAndMetadata.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusMessageMarshaller.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTLSConfiguration.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTimeout.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCWebToHTTP2ServerCodec.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCServerCodec.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorPipeline.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorProtocol.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptors.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransportFactory.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/MessageParts.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorPipeline.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptors.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/InterceptorContextList.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LengthPrefixedMessageReader.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Logger.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LoggingServerErrorDelegate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/MessageEncodingHeaderValidator.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/PlatformSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ReadWriteStates.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Ref.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Serialization.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server+NIOSSL.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder+NIOSSL.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/ServerCallContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/StreamingResponseCallContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/UnaryResponseCallContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerChannelErrorHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorDelegate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorProcessor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Stopwatch.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/StreamEvent.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVerificationHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVersion.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TimeLimit.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/UserInfo.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Version.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WebCORSHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WriteCapturingHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_EmbeddedThroughput.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_FakeResponseStream.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_GRPCClientCodecHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_MessageContext.swift +$(BAZEL_EXTERNAL)/rules_apple~3.1.1/apple/testing/DefaultTestBundle.plist +$(BAZEL_EXTERNAL)/rules_apple~3.1.1/tools/codesigningtool/disable_signing_resource_rules.plist +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicInteger.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicMemoryOrderings.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptional.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicRawRepresentable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicStrongReference.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicValue.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/DoubleWord.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/Unmanaged extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicBool.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/IntegerConformances.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/PointerConformances.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.native.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.shims.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include/_AtomicsShims.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/src/_AtomicsShims.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Compatibility.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Codable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Collection.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomDebugStringConvertible.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomReflectable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomStringConvertible.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Equatable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Extras.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Hashable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Testing.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._Storage.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._UnsafeHandle.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/UnsafeMutableBufferPointer+Utilities.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBufferHeader.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeSlot.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Locks.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/LogHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Logging.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include/CNIOAtomics.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-atomics.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-nioatomics.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/cpp_magic.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include/CNIODarwin.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/shim.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_api.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_http.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_llhttp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/CNIOLLHTTP.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/c_nio_llhttp.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/CNIOLinux.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/liburing_nio.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/liburing_shims.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/shim.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/WSAStartup.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include/CNIOWindows.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/shim.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIO/Exports.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOAtomic.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLock.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLockedValueBox.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/atomics.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/lock.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AddressedEnvelope.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducerStrategies.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncWriter.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOThrowingAsyncSequenceProducer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/BSDSocketAPI.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-aux.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-conversions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-core.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-int.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-lengthPrefix.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-multi-int.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-views.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Channel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandlers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelInvoker.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelOption.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelPipeline.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/CircularBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Codec.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ConvenienceOptionSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DeadChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DispatchQueue+WithFuture.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop+Deprecated.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+Deprecated.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+WithEventLoop.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileDescriptor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileHandle.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileRegion.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IO.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IOData.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerBitPacking.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerTypes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Interfaces.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Linux.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MarkedCircularBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MulticastChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOAny.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOCloseOnErrorHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOSendable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/PointerHelpers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/RecvByteBufferAllocator.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SingleStepByteToMessageDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketAddresses.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketOptionProvider.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SystemCallHelpers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/TypeAssistedChannelHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/UniversalBootstrapSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Utilities.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/Embedded.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/Codable+ByteBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/JSONSerialization+ByteBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/ByteCollectionUtils.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPEncoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaderValidator.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaders+Validation.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPTypes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPClientUpgradeHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPObjectAggregator.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPICommon.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIPosix.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIWindows.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocket.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseStreamSocketChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Bootstrap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ControlMessage.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/DatagramVectorReadManager.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/FileDescriptor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/GetaddrinfoResolver.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/HappyEyeballs.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IO.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerBitPacking.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerTypes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Linux.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxCPUSet.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxUring.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NIOThreadPool.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NonBlockingFileIO.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingDatagramWritesManager.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingWritesManager.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipeChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipePair.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PointerHelpers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Resolver.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Selectable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableEventLoop.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorEpoll.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorGeneric.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorKqueue.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorUring.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ServerSocket.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Socket.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketProtocols.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/System.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Thread.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadPosix.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadWindows.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Utilities.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/ApplicationProtocolNegotiationHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/SNIHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/TLSEvents.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/Heap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/PriorityQueue.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugInboundEventsHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugOutboundEventsHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/FixedLengthFrameDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming+ContentLengthHeader.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldPrepender.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LineBasedFrameDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/NIOExtrasError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/QuiescingHelper.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/RequestResponseHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/WritePCAPHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/DynamicHeaderTable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKEncoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKErrors.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKHeader.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HeaderTables.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanCoding.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanTables.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IndexedHeaderTable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IntegerCoding.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/StaticHeaderTable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStreamsState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingDataState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HTTP2SettingsState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasFlowControlWindows.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasLocalSettings.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasRemoteSettings.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/LocallyQuiescingState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/QuiescingState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/RemotelyQuiescingState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/SendAndReceiveGoawayState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/StateMachineResult.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ContentLengthVerifier.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/DOSHeuristics.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ConcurrentStreamBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ControlFrameBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFlowControlBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFrameBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HPACKHeaders+Validation.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InboundStreamMultiplexer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InlineStreamMultiplexer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ConnectionStateChange.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Error.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ErrorCode.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FlowControlWindow.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Frame.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameEncoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameParser.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PingData.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PipelineHelpers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Settings.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Stream.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel+OutboundStreamMultiplexer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamDelegate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamID.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2UserEvents.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundEventBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundWindowManager.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/MultiplexerAbstractChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelFlowController.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelList.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamMap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/WatermarkedFlowController.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bool.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_d2i_fp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_dup.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_gentm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_i2d_fp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_int.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_mbstr.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_object.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_octet.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_print.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strex.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_time.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_type.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_utctm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_par.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn_pack.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_int.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_string.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/posix_time.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_dec.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_enc.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_fre.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_new.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_typ.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_utl.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/base64/base64.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio_mem.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/connect.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/fd.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/file.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/hexdump.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/pair.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/printf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket_helper.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/blake2/blake2.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/bn_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/convert.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/buf/buf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/asn1_compat.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/ber.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbb.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbs.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/unicode.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/cipher_extra.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/derive_key.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesctrhmac.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesgcmsiv.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_chacha20poly1305.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_des.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_null.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc2.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc4.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_tls.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/tls_cbc.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf_def.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_apple.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_freebsd.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_fuchsia.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_linux.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_win.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_freebsd.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_intel.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_ppc64le.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/crypto.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/asm/x25519-asm-arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519_tables.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/spake25519.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/des.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/dh_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/params.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/digest_extra/digest_extra.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_derive.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/hash_to_curve.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdh_extra/ecdh_extra.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdsa_extra/ecdsa_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/engine/engine.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err_data.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_dsa_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_hkdf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/pbkdf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/print.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/scrypt.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/sign.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ex_data.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes_nohw.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/key_wrap.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/mode_wrappers.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn-586.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/add.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/asm/x86_64-gcc.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bn.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bytes.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/cmp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/ctx.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div_extra.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/exponentiation.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd_extra.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/generic.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/jacobi.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/mul.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/prime.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/random.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/shift.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/sqrt.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/aead.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/cipher.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aes.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aesccm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cmac/cmac.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/co-586.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/delocate.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/check.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/dh.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digest.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digests.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/md32_common.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digestsign/digestsign.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_key.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_montgomery.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/felem.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/oct.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p224-64.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz-table.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256_table.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/scalar.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple_mul.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/util.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/wnaf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdh/ecdh.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/ecdsa.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/fips_shared_support.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/hmac/hmac.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md4/md4.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-586.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/md5.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cbc.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cfb.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ctr.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm_nohw.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ofb.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/polyval.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/ctrdrbg.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/getrandom_fillin.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/rand.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/urandom.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/blinding.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/padding.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa_impl.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/fips.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/self_check.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/service_indicator.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1-altivec.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha256.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha512.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-586.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-586.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-586.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/kdf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86-mont.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hkdf/hkdf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hpke/hpke.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/asm/poly_rq_mul.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/hrss.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/lhash.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/mem.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_dat.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_xref.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_all.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_info.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_lib.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_oth.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pk8.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pkey.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_x509.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_xaux.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7_x509.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/p5_pbev2.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8_x509.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm_asm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_vec.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/pool.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/deterministic.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/forkunsafe.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/fuchsia.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/passive.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/rand_extra.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/windows.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rc4/rc4.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_c11.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_lock.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_print.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/siphash/siphash.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/stack/stack.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_none.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_pthread.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_win.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/pmbtoken.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/trust_token.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/voprf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_digest.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_sign.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_verify.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/algorithm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_dir.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_file.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/i2d_pr.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/name_print.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/rsa_pss.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_crl.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_req.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509a.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_att.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_cmp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_d2.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_def.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_ext.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_lu.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_obj.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_req.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_set.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_trs.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_txt.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vpm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509cset.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509name.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509rset.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509spki.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_algor.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_all.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_attrib.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_crl.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_exten.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_info.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_name.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pkey.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pubkey.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_req.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_sig.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_spki.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_val.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509a.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/ext_dat.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_cache.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_data.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_map.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_node.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_tree.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akey.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akeya.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_alt.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bcons.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bitst.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_conf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_cpols.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_crld.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_enum.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_extku.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_genn.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ia5.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_info.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_int.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_lib.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ncons.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ocsp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pci.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcons.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pmaps.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_prn.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_purp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_skey.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_utl.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aead.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aes.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_arm_arch.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1_mac.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1t.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base64.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bio.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blake2.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blowfish.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols_asm.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buf.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buffer.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bytestring.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cast.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_chacha.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cipher.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cmac.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_conf.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cpu.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_crypto.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ctrdrbg.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_curve25519.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_des.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dh.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_digest.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dsa.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dtls1.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_e_os2.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec_key.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdh.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdsa.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_engine.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_err.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp_errors.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ex_data.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hkdf.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hmac.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hpke.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hrss.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_is_boringssl.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_kdf.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_lhash.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md4.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md5.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_mem.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_nid.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj_mac.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_objects.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslconf.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslv.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ossl_typ.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pem.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs12.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs7.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs8.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_poly1305.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pool.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rand.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rc4.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ripemd.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rsa.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_safestack.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_service_indicator.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_sha.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_siphash.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_span.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_srtp.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl3.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_stack.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_thread.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_tls1.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_trust_token.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_type_check.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509_vfy.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509v3.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/boringssl_prefix_symbols_nasm.inc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/bio_ssl.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_both.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_lib.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_pkt.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_srtp.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_method.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_record.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/encrypted_client_hello.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/extensions.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handoff.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_client.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_server.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_both.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_lib.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_pkt.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_aead_ctx.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_asn1.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_buffer.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cert.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cipher.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_file.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_lib.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_privkey.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_session.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_stat.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_transcript.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_versions.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_32.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_64.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_32.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_64.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include/CNIOBoringSSLShims.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/shims.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ByteBufferBIO.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/CustomPrivateKey.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/IdentityVerification.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/LinuxCABundle.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLClientHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLServerHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ObjectIdentifier.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/PosixPort.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCallbacks.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificateExtensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLConnection.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLErrors.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLInit.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPKCS12Bundle.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPrivateKey.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPublicKey.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SecurityFrameworkCertificateVerification.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/String+unsafeUninitializedCapacity.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SubjectAlternativeName.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/NIOSSLSecureBytes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/RNG.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/SafeCompare.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/Zeroization.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/TLSConfiguration.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/UniversalBootstrapSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOFilterEmptyWritesHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSBootstraps.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSChannelOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionBootstrap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSErrors.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoop.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoopGroup.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerBootstrap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/StateManagedChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/TCPOptions+SocketChannelOption.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyUnpackError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDelimited.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingSizeVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/CustomJSONCodable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Data+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Decoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/DoubleParser.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Enum.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensibleMessage.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFieldValueSet.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFields.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionMap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTag.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTypes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Duration+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Struct+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Value+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Wrappers+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/HashVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Internal.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONMapEncodingVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONScanner.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MathUtils.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+AnyAdditions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONAdditions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONArrayAdditions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+TextFormatAdditions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MessageExtension.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/NameMap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtoNameProviding.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufAPIVersionCheck.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufMap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SelectiveVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/StringUtils.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatScanner.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TimeUtils.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnknownStorage.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeBufferPointer+Shims.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeRawPointer+Shims.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Varint.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Version.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Visitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/WireFormat.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ZigZag.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/any.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/api.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/descriptor.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/duration.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/empty.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/field_mask.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/source_context.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/struct.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/timestamp.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/type.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/wrappers.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/empty.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include/CGRPCZlib.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Array+BoundsCheck.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStream.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStream.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerCallContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncUnaryCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCSendable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/NIOAsyncWrappers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/BidirectionalStreamingServerHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ClientStreamingServerHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerHandlerProtocol.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerStreamingServerHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/UnaryServerHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/BidirectionalStreamingCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/Call.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/CallDetails.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientStreamingCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/LazyEventLoopPromise.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponseContainers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponsePartContainer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ServerStreamingCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/UnaryCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnection.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnectionConfiguration+NIOSSL.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientErrorDelegate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CoalescingLengthPrefixedMessageWriter.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/CompressionAlgorithm.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/DecompressionLimit.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/MessageEncoding.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/Zlib.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionBackoff.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionKeepalive.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager+Delegates.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManagerChannelProvider.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionManagerID.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+PerConnectionState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+Waiter.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/GRPCChannelPool.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManager.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine+PerPoolState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PooledChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/StreamLender.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectivityState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DebugOnly.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DelegatingErrorHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Error+NIOSSL.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/EventLoopFuture+RecoverFromUncleanShutdown.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/FakeChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NIOSSL.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NWTLS.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannelBuilder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClient.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientChannelHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCContentType.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCHeaderName.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandlerStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCKeepaliveHandlers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCLogger.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCPayload.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerRequestRoutingHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServiceDescription.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatus.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusAndMetadata.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusMessageMarshaller.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTLSConfiguration.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTimeout.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCWebToHTTP2ServerCodec.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCServerCodec.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorPipeline.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorProtocol.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptors.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransportFactory.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/MessageParts.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorPipeline.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptors.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/InterceptorContextList.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LengthPrefixedMessageReader.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Logger.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LoggingServerErrorDelegate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/MessageEncodingHeaderValidator.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/PlatformSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ReadWriteStates.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Ref.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Serialization.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server+NIOSSL.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder+NIOSSL.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/ServerCallContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/StreamingResponseCallContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/UnaryResponseCallContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerChannelErrorHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorDelegate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorProcessor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Stopwatch.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/StreamEvent.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVerificationHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVersion.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TimeLimit.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/UserInfo.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Version.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WebCORSHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WriteCapturingHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_EmbeddedThroughput.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_FakeResponseStream.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_GRPCClientCodecHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_MessageContext.swift diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist index 7c48d5c43a..a5624e3a0b 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist +++ b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist @@ -284,35 +284,35 @@ $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto/person_proto.protoc_gen_pb_swift/ $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto/proto.merged_infoplist-intermediates/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto/rules_xcodeproj/proto/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto/tool.library.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/echo_client.library.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/echo_client.merged_infoplist-intermediates/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/echo_client_services_swift.rules_xcodeproj.swift.compile.params @@ -326,35 +326,35 @@ $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto/person_proto.protoc_gen_pb_swift/ $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto/proto.merged_infoplist-intermediates/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto/rules_xcodeproj/proto/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto/tool.library.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-23/bin/CommandLine/CommandLineTool/CommandLineTool.merged_infoplist-intermediates/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-23/bin/CommandLine/CommandLineTool/CommandLineTool.merged_launchdplists-intermediates/Launchd.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-23/bin/CommandLine/CommandLineTool/rules_xcodeproj/CommandLineTool/Info.plist diff --git a/examples/integration/test/fixtures/bwb_project_spec.json b/examples/integration/test/fixtures/bwb_project_spec.json index 892eb15bee..f8d0a898f5 100644 --- a/examples/integration/test/fixtures/bwb_project_spec.json +++ b/examples/integration/test/fixtures/bwb_project_spec.json @@ -419,20 +419,20 @@ "external/examples_command_line_external/ImportableLibrary/libImportableLibrary.a", "external/examples_ios_app_external~override/Assets.xcassets", "external/examples_ios_app_external~override/Info.plist", - "external/rules_apple~3.0.0/apple/testing/DefaultTestBundle.plist", - "external/rules_apple~3.0.0/tools/codesigningtool/disable_signing_resource_rules.plist", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include/_AtomicsShims.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include/CNIOAtomics.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/cpp_magic.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include/CNIODarwin.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/CNIOLLHTTP.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/c_nio_llhttp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/CNIOLinux.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/liburing_nio.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include/CNIOWindows.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/boringssl_prefix_symbols_nasm.inc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include/CNIOBoringSSLShims.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include/CGRPCZlib.h", + "external/rules_apple~3.1.1/apple/testing/DefaultTestBundle.plist", + "external/rules_apple~3.1.1/tools/codesigningtool/disable_signing_resource_rules.plist", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include/_AtomicsShims.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include/CNIOAtomics.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/cpp_magic.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include/CNIODarwin.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/CNIOLLHTTP.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/c_nio_llhttp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/CNIOLinux.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/liburing_nio.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include/CNIOWindows.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/boringssl_prefix_symbols_nasm.inc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include/CNIOBoringSSLShims.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include/CGRPCZlib.h", "iMessageApp/BUILD", "iMessageApp/Info.extension.plist", "iMessageApp/Info.plist", diff --git a/examples/integration/test/fixtures/bwb_targets_spec.json b/examples/integration/test/fixtures/bwb_targets_spec.json index c27d6323b5..937404f0ba 100644 --- a/examples/integration/test/fixtures/bwb_targets_spec.json +++ b/examples/integration/test/fixtures/bwb_targets_spec.json @@ -810,7 +810,7 @@ "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/rules_xcodeproj/iOSApp/Info.plist", "OTHER_CODE_SIGN_FLAGS": [ "--digest-algorithm=sha1", - "--resource-rules=external/rules_apple~3.0.0/tools/codesigningtool/disable_signing_resource_rules.plist" + "--resource-rules=external/rules_apple~3.1.1/tools/codesigningtool/disable_signing_resource_rules.plist" ], "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_google_google_maps -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator/GoogleMaps.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PREVIEWS_SWIFT_INCLUDE__": "", @@ -2511,7 +2511,7 @@ "BAZEL_OUTPUTS_PRODUCT": "bazel-out/CONFIGURATION-STABLE-21/bin/Proto/proto_codesigned", "BAZEL_OUTPUTS_PRODUCT_BASENAME": "proto_codesigned", "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto/rules_xcodeproj/proto/Info.plist", - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "Proto_tool_library" }, "c": "CONFIGURATION-STABLE-21", @@ -2537,34 +2537,34 @@ "t": "com.apple.product-type.tool" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-21", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/empty.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/empty.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib", "n": "CGRPCZlib", "p": { "n": "CGRPCZlib", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/libCGRPCZlib.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/libCGRPCZlib.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", "2": { "a": "x86_64", "m": "11.0", @@ -2577,215 +2577,215 @@ "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Locks.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/LogHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Logging.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Locks.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/LogHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Logging.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging", "n": "Logging", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.swiftmodule" } }, "p": { "m": "Logging", "n": "Logging", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/libLogging.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/libLogging.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-21", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/liburing_shims.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/shim.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/liburing_shims.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/shim.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux", "n": "CNIOLinux", "p": { "n": "CNIOLinux", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOLinux.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOLinux.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-21", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/WSAStartup.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/shim.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/WSAStartup.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/shim.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows", "n": "CNIOWindows", "p": { "n": "CNIOWindows", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOWindows.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOWindows.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-21", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-atomics.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-nioatomics.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-atomics.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-nioatomics.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics", "n": "CNIOAtomics", "p": { "n": "CNIOAtomics", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOAtomics.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOAtomics.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOConcurrencyHelpers" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOAtomic.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLock.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLockedValueBox.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/atomics.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/lock.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOAtomic.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLock.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLockedValueBox.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/atomics.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/lock.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers", "m": true, "n": "NIOConcurrencyHelpers", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.swiftmodule" } }, "p": { "m": "NIOConcurrencyHelpers", "n": "NIOConcurrencyHelpers", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOConcurrencyHelpers.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOConcurrencyHelpers.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-21", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/src/_AtomicsShims.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/src/_AtomicsShims.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims", "n": "_AtomicsShims", "p": { "n": "_AtomicsShims", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/lib_AtomicsShims.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/lib_AtomicsShims.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "Atomics" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicInteger.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicMemoryOrderings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptional.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicRawRepresentable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicStrongReference.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicValue.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/DoubleWord.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/Unmanaged extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicBool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/IntegerConformances.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/PointerConformances.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.native.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.shims.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicInteger.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicMemoryOrderings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptional.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicRawRepresentable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicStrongReference.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicValue.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/DoubleWord.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/Unmanaged extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicBool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/IntegerConformances.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/PointerConformances.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.native.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.shims.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics", "m": true, "n": "Atomics", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.swiftmodule" } }, "p": { "m": "Atomics", "n": "Atomics", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/libAtomics.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/libAtomics.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", "2": { "a": "x86_64", "m": "11.0", @@ -2798,132 +2798,132 @@ "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Compatibility.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Codable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Collection.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomDebugStringConvertible.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomReflectable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomStringConvertible.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Equatable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Extras.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Hashable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Testing.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._Storage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._UnsafeHandle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/UnsafeMutableBufferPointer+Utilities.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBufferHeader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeSlot.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Compatibility.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Codable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Collection.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomDebugStringConvertible.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomReflectable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomStringConvertible.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Equatable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Extras.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Hashable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Testing.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._Storage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._UnsafeHandle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/UnsafeMutableBufferPointer+Utilities.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBufferHeader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeSlot.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule", "n": "DequeModule", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.swiftmodule" } }, "p": { "m": "DequeModule", "n": "DequeModule", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/libDequeModule.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/libDequeModule.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOCore" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AddressedEnvelope.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducerStrategies.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOThrowingAsyncSequenceProducer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/BSDSocketAPI.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-aux.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-conversions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-core.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-int.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-lengthPrefix.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-multi-int.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-views.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Channel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandlers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelInvoker.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelOption.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelPipeline.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/CircularBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Codec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ConvenienceOptionSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DeadChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DispatchQueue+WithFuture.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop+Deprecated.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+Deprecated.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+WithEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileDescriptor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileHandle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileRegion.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IOData.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerBitPacking.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Interfaces.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Linux.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MarkedCircularBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MulticastChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOAny.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOCloseOnErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOSendable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/PointerHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/RecvByteBufferAllocator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SingleStepByteToMessageDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketAddresses.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketOptionProvider.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SystemCallHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/TypeAssistedChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/UniversalBootstrapSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Utilities.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AddressedEnvelope.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducerStrategies.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOThrowingAsyncSequenceProducer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/BSDSocketAPI.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-aux.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-conversions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-core.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-int.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-lengthPrefix.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-multi-int.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-views.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Channel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandlers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelInvoker.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelOption.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelPipeline.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/CircularBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Codec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ConvenienceOptionSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DeadChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DispatchQueue+WithFuture.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop+Deprecated.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+Deprecated.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+WithEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileDescriptor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileHandle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileRegion.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IOData.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerBitPacking.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Interfaces.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Linux.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MarkedCircularBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MulticastChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOAny.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOCloseOnErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOSendable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/PointerHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/RecvByteBufferAllocator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SingleStepByteToMessageDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketAddresses.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketOptionProvider.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SystemCallHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/TypeAssistedChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/UniversalBootstrapSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Utilities.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore", "m": true, "n": "NIOCore", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.swiftmodule" } }, "p": { "m": "NIOCore", "n": "NIOCore", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOCore.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOCore.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -2936,1259 +2936,1259 @@ "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/Heap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/PriorityQueue.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/Heap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/PriorityQueue.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures", "n": "_NIODataStructures", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.swiftmodule" } }, "p": { "m": "_NIODataStructures", "n": "_NIODataStructures", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/lib_NIODataStructures.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/lib_NIODataStructures.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOEmbedded" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/Embedded.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/Embedded.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded", "m": true, "n": "NIOEmbedded", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.swiftmodule" } }, "p": { "m": "NIOEmbedded", "n": "NIOEmbedded", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOEmbedded.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOEmbedded.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-21", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/shim.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/shim.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin", "n": "CNIODarwin", "p": { "n": "CNIODarwin", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIODarwin.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIODarwin.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOPosix" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPICommon.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIPosix.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIWindows.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocket.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseStreamSocketChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Bootstrap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ControlMessage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/DatagramVectorReadManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/FileDescriptor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/GetaddrinfoResolver.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/HappyEyeballs.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerBitPacking.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Linux.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxCPUSet.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxUring.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NIOThreadPool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NonBlockingFileIO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingDatagramWritesManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingWritesManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipeChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipePair.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PointerHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Resolver.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Selectable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorEpoll.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorGeneric.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorKqueue.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorUring.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ServerSocket.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Socket.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketProtocols.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/System.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Thread.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadPosix.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadWindows.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Utilities.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPICommon.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIPosix.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIWindows.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocket.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseStreamSocketChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Bootstrap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ControlMessage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/DatagramVectorReadManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/FileDescriptor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/GetaddrinfoResolver.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/HappyEyeballs.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerBitPacking.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Linux.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxCPUSet.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxUring.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NIOThreadPool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NonBlockingFileIO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingDatagramWritesManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingWritesManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipeChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipePair.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PointerHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Resolver.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Selectable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorEpoll.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorGeneric.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorKqueue.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorUring.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ServerSocket.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Socket.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketProtocols.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/System.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Thread.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadPosix.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadWindows.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Utilities.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix", "m": true, "n": "NIOPosix", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.swiftmodule" } }, "p": { "m": "NIOPosix", "n": "NIOPosix", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOPosix.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOPosix.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIO" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIO/Exports.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIO/Exports.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO", "m": true, "n": "NIO", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.swiftmodule" } }, "p": { "m": "NIO", "n": "NIO", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIO.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIO.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOFoundationCompat" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/Codable+ByteBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/JSONSerialization+ByteBuffer.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/Codable+ByteBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/JSONSerialization+ByteBuffer.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat", "m": true, "n": "NIOFoundationCompat", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.swiftmodule" } }, "p": { "m": "NIOFoundationCompat", "n": "NIOFoundationCompat", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOFoundationCompat.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOFoundationCompat.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-21", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_api.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_http.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_llhttp.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_api.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_http.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_llhttp.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP", "n": "CNIOLLHTTP", "p": { "n": "CNIOLLHTTP", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOLLHTTP.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOLLHTTP.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOHTTP1" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/ByteCollectionUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaderValidator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaders+Validation.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPClientUpgradeHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPObjectAggregator.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/ByteCollectionUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaderValidator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaders+Validation.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPClientUpgradeHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPObjectAggregator.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1", "m": true, "n": "NIOHTTP1", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.swiftmodule" } }, "p": { "m": "NIOHTTP1", "n": "NIOHTTP1", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOHTTP1.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOHTTP1.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOTLS" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/ApplicationProtocolNegotiationHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/SNIHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/TLSEvents.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/ApplicationProtocolNegotiationHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/SNIHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/TLSEvents.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS", "m": true, "n": "NIOTLS", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.swiftmodule" } }, "p": { "m": "NIOTLS", "n": "NIOTLS", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOTLS.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOTLS.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOExtras" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugInboundEventsHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugOutboundEventsHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/FixedLengthFrameDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming+ContentLengthHeader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldPrepender.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LineBasedFrameDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/NIOExtrasError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/QuiescingHelper.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/RequestResponseHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/WritePCAPHandler.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugInboundEventsHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugOutboundEventsHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/FixedLengthFrameDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming+ContentLengthHeader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldPrepender.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LineBasedFrameDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/NIOExtrasError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/QuiescingHelper.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/RequestResponseHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/WritePCAPHandler.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras", "m": true, "n": "NIOExtras", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.swiftmodule" } }, "p": { "m": "NIOExtras", "n": "NIOExtras", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/libNIOExtras.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/libNIOExtras.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOHPACK" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/DynamicHeaderTable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKErrors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKHeader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HeaderTables.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanCoding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanTables.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IndexedHeaderTable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IntegerCoding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/StaticHeaderTable.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/DynamicHeaderTable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKErrors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKHeader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HeaderTables.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanCoding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanTables.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IndexedHeaderTable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IntegerCoding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/StaticHeaderTable.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK", "m": true, "n": "NIOHPACK", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.swiftmodule" } }, "p": { "m": "NIOHPACK", "n": "NIOHPACK", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHPACK.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHPACK.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOHTTP2" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStreamsState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingDataState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HTTP2SettingsState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasFlowControlWindows.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasLocalSettings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasRemoteSettings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/LocallyQuiescingState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/QuiescingState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/RemotelyQuiescingState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/SendAndReceiveGoawayState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/StateMachineResult.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ContentLengthVerifier.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/DOSHeuristics.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ConcurrentStreamBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ControlFrameBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFlowControlBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFrameBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HPACKHeaders+Validation.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InboundStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InlineStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ConnectionStateChange.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Error.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ErrorCode.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FlowControlWindow.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Frame.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameParser.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PingData.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PipelineHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Settings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Stream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel+OutboundStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamID.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2UserEvents.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundEventBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundWindowManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/MultiplexerAbstractChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelFlowController.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelList.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/WatermarkedFlowController.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStreamsState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingDataState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HTTP2SettingsState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasFlowControlWindows.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasLocalSettings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasRemoteSettings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/LocallyQuiescingState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/QuiescingState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/RemotelyQuiescingState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/SendAndReceiveGoawayState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/StateMachineResult.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ContentLengthVerifier.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/DOSHeuristics.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ConcurrentStreamBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ControlFrameBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFlowControlBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFrameBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HPACKHeaders+Validation.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InboundStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InlineStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ConnectionStateChange.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Error.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ErrorCode.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FlowControlWindow.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Frame.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameParser.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PingData.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PipelineHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Settings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Stream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel+OutboundStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamID.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2UserEvents.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundEventBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundWindowManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/MultiplexerAbstractChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelFlowController.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelList.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/WatermarkedFlowController.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2", "m": true, "n": "NIOHTTP2", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.swiftmodule" } }, "p": { "m": "NIOHTTP2", "n": "NIOHTTP2", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHTTP2.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHTTP2.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params", - "9": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params", + "9": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params", "F": true, "c": "CONFIGURATION-STABLE-21", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bool.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_d2i_fp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_dup.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_gentm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_i2d_fp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_int.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_mbstr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_object.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_octet.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strex.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_time.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_type.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_utctm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_par.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn_pack.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_int.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_string.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/posix_time.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_dec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_enc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_fre.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_new.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_typ.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_utl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/base64/base64.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio_mem.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/connect.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/fd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/file.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/hexdump.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/pair.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/printf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket_helper.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/blake2/blake2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/bn_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/convert.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/buf/buf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/asn1_compat.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/ber.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbb.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbs.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/unicode.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/cipher_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/derive_key.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesctrhmac.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesgcmsiv.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_chacha20poly1305.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_des.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_null.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc4.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_tls.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/tls_cbc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf_def.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_apple.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_freebsd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_fuchsia.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_linux.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_win.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_freebsd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_intel.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_ppc64le.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/crypto.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/asm/x25519-asm-arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519_tables.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/spake25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/des.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/dh_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/params.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/digest_extra/digest_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_derive.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/hash_to_curve.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdh_extra/ecdh_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdsa_extra/ecdsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/engine/engine.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err_data.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_dsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_hkdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/pbkdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/scrypt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/sign.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ex_data.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes_nohw.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/key_wrap.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/mode_wrappers.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/add.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/asm/x86_64-gcc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bn.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bytes.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/cmp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/ctx.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/exponentiation.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/generic.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/jacobi.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/mul.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/prime.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/random.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/shift.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/sqrt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/aead.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/cipher.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aes.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aesccm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cmac/cmac.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/co-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/delocate.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/check.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/dh.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digest.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digests.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/md32_common.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digestsign/digestsign.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_key.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_montgomery.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/felem.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/oct.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p224-64.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz-table.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256_table.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/scalar.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple_mul.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/util.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/wnaf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdh/ecdh.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/ecdsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/fips_shared_support.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/hmac/hmac.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md4/md4.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/md5.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cbc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cfb.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ctr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm_nohw.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ofb.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/polyval.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/ctrdrbg.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/getrandom_fillin.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/rand.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/urandom.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/blinding.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/padding.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa_impl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/fips.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/self_check.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/service_indicator.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1-altivec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha256.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha512.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/kdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86-mont.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hkdf/hkdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hpke/hpke.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/asm/poly_rq_mul.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/hrss.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/lhash.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/mem.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_dat.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_xref.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_all.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_info.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_lib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_oth.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pk8.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pkey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_xaux.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/p5_pbev2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm_asm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_vec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/pool.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/deterministic.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/forkunsafe.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/fuchsia.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/passive.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/rand_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/windows.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rc4/rc4.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_c11.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_lock.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/siphash/siphash.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/stack/stack.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_none.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_pthread.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_win.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/pmbtoken.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/trust_token.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/voprf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_digest.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_sign.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_verify.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/algorithm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_dir.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_file.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/i2d_pr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/name_print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/rsa_pss.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_crl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_req.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509a.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_att.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_cmp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_d2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_def.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_ext.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_lu.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_obj.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_req.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_set.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_trs.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_txt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vpm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509cset.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509name.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509rset.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509spki.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_algor.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_all.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_attrib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_crl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_exten.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_info.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_name.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pkey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pubkey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_req.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_sig.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_spki.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_val.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509a.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/ext_dat.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_cache.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_data.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_map.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_node.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_tree.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akeya.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_alt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bcons.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bitst.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_conf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_cpols.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_crld.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_enum.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_extku.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_genn.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ia5.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_info.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_int.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_lib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ncons.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ocsp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pci.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcons.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pmaps.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_prn.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_purp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_skey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_utl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aead.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aes.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_arm_arch.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1_mac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1t.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base64.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bio.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blake2.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blowfish.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols_asm.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buffer.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bytestring.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cast.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_chacha.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cipher.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cmac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_conf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cpu.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_crypto.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ctrdrbg.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_curve25519.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_des.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dh.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_digest.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dsa.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dtls1.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_e_os2.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec_key.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdh.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdsa.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_engine.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_err.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp_errors.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ex_data.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hkdf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hmac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hpke.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hrss.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_is_boringssl.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_kdf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_lhash.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md4.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md5.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_mem.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_nid.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj_mac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_objects.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslconf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslv.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ossl_typ.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pem.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs12.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs7.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs8.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_poly1305.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pool.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rand.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rc4.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ripemd.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rsa.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_safestack.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_service_indicator.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_sha.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_siphash.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_span.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_srtp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl3.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_stack.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_thread.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_tls1.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_trust_token.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_type_check.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509_vfy.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509v3.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/bio_ssl.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_both.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_lib.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_pkt.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_srtp.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_method.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_record.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/encrypted_client_hello.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/extensions.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handoff.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_client.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_server.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_both.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_lib.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_pkt.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_aead_ctx.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_asn1.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_buffer.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cert.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cipher.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_file.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_lib.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_privkey.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_session.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_stat.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_transcript.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_versions.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_32.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_64.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_32.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_64.h" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bool.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_d2i_fp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_dup.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_gentm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_i2d_fp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_int.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_mbstr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_object.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_octet.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strex.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_time.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_type.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_utctm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_par.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn_pack.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_int.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_string.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/posix_time.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_dec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_enc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_fre.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_new.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_typ.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_utl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/base64/base64.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio_mem.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/connect.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/fd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/file.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/hexdump.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/pair.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/printf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket_helper.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/blake2/blake2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/bn_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/convert.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/buf/buf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/asn1_compat.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/ber.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbb.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbs.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/unicode.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/cipher_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/derive_key.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesctrhmac.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesgcmsiv.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_chacha20poly1305.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_des.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_null.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc4.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_tls.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/tls_cbc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf_def.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_apple.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_freebsd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_fuchsia.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_linux.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_win.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_freebsd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_intel.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_ppc64le.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/crypto.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/asm/x25519-asm-arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519_tables.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/spake25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/des.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/dh_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/params.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/digest_extra/digest_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_derive.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/hash_to_curve.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdh_extra/ecdh_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdsa_extra/ecdsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/engine/engine.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err_data.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_dsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_hkdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/pbkdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/scrypt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/sign.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ex_data.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes_nohw.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/key_wrap.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/mode_wrappers.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/add.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/asm/x86_64-gcc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bn.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bytes.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/cmp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/ctx.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/exponentiation.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/generic.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/jacobi.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/mul.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/prime.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/random.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/shift.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/sqrt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/aead.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/cipher.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aes.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aesccm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cmac/cmac.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/co-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/delocate.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/check.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/dh.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digest.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digests.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/md32_common.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digestsign/digestsign.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_key.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_montgomery.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/felem.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/oct.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p224-64.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz-table.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256_table.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/scalar.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple_mul.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/util.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/wnaf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdh/ecdh.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/ecdsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/fips_shared_support.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/hmac/hmac.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md4/md4.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/md5.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cbc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cfb.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ctr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm_nohw.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ofb.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/polyval.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/ctrdrbg.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/getrandom_fillin.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/rand.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/urandom.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/blinding.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/padding.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa_impl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/fips.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/self_check.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/service_indicator.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1-altivec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha256.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha512.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/kdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86-mont.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hkdf/hkdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hpke/hpke.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/asm/poly_rq_mul.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/hrss.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/lhash.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/mem.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_dat.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_xref.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_all.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_info.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_lib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_oth.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pk8.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pkey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_xaux.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/p5_pbev2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm_asm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_vec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/pool.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/deterministic.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/forkunsafe.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/fuchsia.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/passive.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/rand_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/windows.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rc4/rc4.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_c11.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_lock.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/siphash/siphash.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/stack/stack.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_none.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_pthread.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_win.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/pmbtoken.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/trust_token.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/voprf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_digest.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_sign.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_verify.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/algorithm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_dir.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_file.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/i2d_pr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/name_print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/rsa_pss.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_crl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_req.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509a.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_att.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_cmp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_d2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_def.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_ext.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_lu.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_obj.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_req.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_set.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_trs.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_txt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vpm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509cset.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509name.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509rset.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509spki.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_algor.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_all.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_attrib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_crl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_exten.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_info.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_name.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pkey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pubkey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_req.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_sig.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_spki.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_val.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509a.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/ext_dat.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_cache.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_data.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_map.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_node.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_tree.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akeya.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_alt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bcons.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bitst.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_conf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_cpols.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_crld.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_enum.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_extku.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_genn.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ia5.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_info.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_int.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_lib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ncons.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ocsp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pci.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcons.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pmaps.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_prn.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_purp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_skey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_utl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aead.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aes.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_arm_arch.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1_mac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1t.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base64.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bio.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blake2.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blowfish.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols_asm.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buffer.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bytestring.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cast.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_chacha.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cipher.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cmac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_conf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cpu.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_crypto.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ctrdrbg.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_curve25519.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_des.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dh.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_digest.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dsa.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dtls1.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_e_os2.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec_key.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdh.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdsa.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_engine.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_err.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp_errors.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ex_data.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hkdf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hmac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hpke.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hrss.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_is_boringssl.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_kdf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_lhash.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md4.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md5.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_mem.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_nid.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj_mac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_objects.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslconf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslv.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ossl_typ.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pem.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs12.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs7.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs8.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_poly1305.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pool.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rand.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rc4.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ripemd.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rsa.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_safestack.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_service_indicator.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_sha.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_siphash.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_span.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_srtp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl3.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_stack.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_thread.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_tls1.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_trust_token.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_type_check.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509_vfy.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509v3.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/bio_ssl.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_both.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_lib.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_pkt.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_srtp.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_method.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_record.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/encrypted_client_hello.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/extensions.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handoff.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_client.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_server.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_both.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_lib.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_pkt.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_aead_ctx.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_asn1.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_buffer.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cert.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cipher.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_file.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_lib.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_privkey.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_session.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_stat.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_transcript.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_versions.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_32.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_64.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_32.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_64.h" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL", "n": "CNIOBoringSSL", "p": { "n": "CNIOBoringSSL", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSL.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSL.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-21", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/shims.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/shims.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims", "n": "CNIOBoringSSLShims", "p": { "n": "CNIOBoringSSLShims", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSLShims.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSLShims.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOSSL" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ByteBufferBIO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/CustomPrivateKey.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/IdentityVerification.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/LinuxCABundle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLClientHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ObjectIdentifier.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/PosixPort.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCallbacks.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificateExtensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLConnection.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLErrors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLInit.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPKCS12Bundle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPrivateKey.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPublicKey.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SecurityFrameworkCertificateVerification.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/String+unsafeUninitializedCapacity.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SubjectAlternativeName.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/NIOSSLSecureBytes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/RNG.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/SafeCompare.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/Zeroization.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/TLSConfiguration.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/UniversalBootstrapSupport.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ByteBufferBIO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/CustomPrivateKey.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/IdentityVerification.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/LinuxCABundle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLClientHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ObjectIdentifier.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/PosixPort.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCallbacks.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificateExtensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLConnection.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLErrors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLInit.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPKCS12Bundle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPrivateKey.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPublicKey.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SecurityFrameworkCertificateVerification.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/String+unsafeUninitializedCapacity.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SubjectAlternativeName.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/NIOSSLSecureBytes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/RNG.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/SafeCompare.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/Zeroization.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/TLSConfiguration.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/UniversalBootstrapSupport.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL", "m": true, "n": "NIOSSL", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.swiftmodule" } }, "p": { "m": "NIOSSL", "n": "NIOSSL", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libNIOSSL.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libNIOSSL.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOTransportServices" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOFilterEmptyWritesHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSBootstraps.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSChannelOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionBootstrap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSErrors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoopGroup.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerBootstrap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/StateManagedChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/TCPOptions+SocketChannelOption.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOFilterEmptyWritesHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSBootstraps.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSChannelOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionBootstrap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSErrors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoopGroup.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerBootstrap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/StateManagedChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/TCPOptions+SocketChannelOption.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices", "m": true, "n": "NIOTransportServices", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.swiftmodule" } }, "p": { "m": "NIOTransportServices", "n": "NIOTransportServices", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/libNIOTransportServices.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/libNIOTransportServices.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", "2": { "a": "x86_64", "m": "11.0", @@ -4201,279 +4201,279 @@ "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyUnpackError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDelimited.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingSizeVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/CustomJSONCodable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Data+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Decoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/DoubleParser.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Enum.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensibleMessage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFieldValueSet.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFields.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTag.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Duration+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Struct+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Value+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Wrappers+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/HashVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Internal.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONMapEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONScanner.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MathUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+AnyAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONArrayAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+TextFormatAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MessageExtension.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/NameMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtoNameProviding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufAPIVersionCheck.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SelectiveVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/StringUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatScanner.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TimeUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnknownStorage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeBufferPointer+Shims.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeRawPointer+Shims.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Varint.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Version.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Visitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/WireFormat.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ZigZag.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/any.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/api.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/descriptor.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/duration.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/empty.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/field_mask.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/source_context.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/struct.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/timestamp.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/type.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/wrappers.pb.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyUnpackError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDelimited.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingSizeVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/CustomJSONCodable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Data+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Decoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/DoubleParser.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Enum.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensibleMessage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFieldValueSet.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFields.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTag.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Duration+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Struct+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Value+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Wrappers+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/HashVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Internal.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONMapEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONScanner.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MathUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+AnyAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONArrayAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+TextFormatAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MessageExtension.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/NameMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtoNameProviding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufAPIVersionCheck.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SelectiveVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/StringUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatScanner.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TimeUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnknownStorage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeBufferPointer+Shims.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeRawPointer+Shims.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Varint.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Version.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Visitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/WireFormat.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ZigZag.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/any.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/api.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/descriptor.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/duration.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/empty.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/field_mask.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/source_context.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/struct.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/timestamp.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/type.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/wrappers.pb.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf", "n": "SwiftProtobuf", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.swiftmodule" } }, "p": { "m": "SwiftProtobuf", "n": "SwiftProtobuf", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/libSwiftProtobuf.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/libSwiftProtobuf.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "GRPC" }, "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Array+BoundsCheck.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncUnaryCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCSendable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/NIOAsyncWrappers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/BidirectionalStreamingServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ClientStreamingServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerHandlerProtocol.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerStreamingServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/UnaryServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/BidirectionalStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/Call.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/CallDetails.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/LazyEventLoopPromise.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponseContainers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponsePartContainer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ServerStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/UnaryCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnection.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnectionConfiguration+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientErrorDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CoalescingLengthPrefixedMessageWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/CompressionAlgorithm.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/DecompressionLimit.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/MessageEncoding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/Zlib.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionBackoff.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionKeepalive.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager+Delegates.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManagerChannelProvider.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionManagerID.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+PerConnectionState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+Waiter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/GRPCChannelPool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine+PerPoolState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PooledChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/StreamLender.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectivityState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DebugOnly.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DelegatingErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Error+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/EventLoopFuture+RecoverFromUncleanShutdown.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/FakeChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NWTLS.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannelBuilder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClient.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCContentType.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCHeaderName.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandlerStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCKeepaliveHandlers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCLogger.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCPayload.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerRequestRoutingHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServiceDescription.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatus.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusAndMetadata.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusMessageMarshaller.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTLSConfiguration.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTimeout.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCWebToHTTP2ServerCodec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCServerCodec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorPipeline.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorProtocol.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransportFactory.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/MessageParts.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorPipeline.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/InterceptorContextList.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LengthPrefixedMessageReader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Logger.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LoggingServerErrorDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/MessageEncodingHeaderValidator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/PlatformSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ReadWriteStates.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Ref.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Serialization.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/ServerCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/StreamingResponseCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/UnaryResponseCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerChannelErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorProcessor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Stopwatch.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/StreamEvent.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVerificationHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVersion.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TimeLimit.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/UserInfo.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Version.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WebCORSHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WriteCapturingHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_EmbeddedThroughput.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_FakeResponseStream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_GRPCClientCodecHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_MessageContext.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Array+BoundsCheck.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncUnaryCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCSendable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/NIOAsyncWrappers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/BidirectionalStreamingServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ClientStreamingServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerHandlerProtocol.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerStreamingServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/UnaryServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/BidirectionalStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/Call.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/CallDetails.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/LazyEventLoopPromise.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponseContainers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponsePartContainer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ServerStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/UnaryCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnection.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnectionConfiguration+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientErrorDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CoalescingLengthPrefixedMessageWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/CompressionAlgorithm.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/DecompressionLimit.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/MessageEncoding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/Zlib.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionBackoff.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionKeepalive.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager+Delegates.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManagerChannelProvider.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionManagerID.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+PerConnectionState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+Waiter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/GRPCChannelPool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine+PerPoolState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PooledChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/StreamLender.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectivityState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DebugOnly.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DelegatingErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Error+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/EventLoopFuture+RecoverFromUncleanShutdown.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/FakeChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NWTLS.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannelBuilder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClient.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCContentType.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCHeaderName.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandlerStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCKeepaliveHandlers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCLogger.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCPayload.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerRequestRoutingHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServiceDescription.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatus.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusAndMetadata.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusMessageMarshaller.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTLSConfiguration.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTimeout.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCWebToHTTP2ServerCodec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCServerCodec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorPipeline.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorProtocol.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransportFactory.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/MessageParts.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorPipeline.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/InterceptorContextList.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LengthPrefixedMessageReader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Logger.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LoggingServerErrorDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/MessageEncodingHeaderValidator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/PlatformSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ReadWriteStates.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Ref.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Serialization.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/ServerCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/StreamingResponseCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/UnaryResponseCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerChannelErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorProcessor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Stopwatch.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/StreamEvent.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVerificationHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVersion.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TimeLimit.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/UserInfo.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Version.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WebCORSHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WriteCapturingHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_EmbeddedThroughput.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_FakeResponseStream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_GRPCClientCodecHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_MessageContext.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC", "m": true, "n": "GRPC", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.swiftmodule" } }, "p": { "m": "GRPC", "n": "GRPC", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/libGRPC.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/libGRPC.a", "t": "com.apple.product-type.library.static" } }, @@ -4517,7 +4517,7 @@ "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "GRPC_echo_proto_swift" }, "c": "CONFIGURATION-STABLE-21", @@ -4563,7 +4563,7 @@ "BAZEL_OUTPUTS_PRODUCT": "bazel-out/CONFIGURATION-STABLE-21/bin/GRPC/echo_client_codesigned", "BAZEL_OUTPUTS_PRODUCT_BASENAME": "echo_client_codesigned", "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC/rules_xcodeproj/echo_client/Info.plist", - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "GRPC_echo_client_library" }, "c": "CONFIGURATION-STABLE-21", @@ -4600,7 +4600,7 @@ "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "GRPC_echo_proto_swift" }, "c": "CONFIGURATION-STABLE-21", @@ -4646,7 +4646,7 @@ "BAZEL_OUTPUTS_PRODUCT": "bazel-out/CONFIGURATION-STABLE-21/bin/GRPC/echo_server_codesigned", "BAZEL_OUTPUTS_PRODUCT_BASENAME": "echo_server_codesigned", "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC/rules_xcodeproj/echo_server/Info.plist", - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "GRPC_echo_server_library" }, "c": "CONFIGURATION-STABLE-21", @@ -6007,7 +6007,7 @@ "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/rules_xcodeproj/iOSApp/Info.plist", "OTHER_CODE_SIGN_FLAGS": [ "--digest-algorithm=sha1", - "--resource-rules=external/rules_apple~3.0.0/tools/codesigningtool/disable_signing_resource_rules.plist" + "--resource-rules=external/rules_apple~3.1.1/tools/codesigningtool/disable_signing_resource_rules.plist" ], "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64 -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/external/_main~non_module_deps~com_google_google_maps -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64/GoogleMaps.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PREVIEWS_SWIFT_INCLUDE__": "", @@ -9428,7 +9428,7 @@ "BAZEL_OUTPUTS_PRODUCT": "bazel-out/CONFIGURATION-STABLE-22/bin/Proto/proto_codesigned", "BAZEL_OUTPUTS_PRODUCT_BASENAME": "proto_codesigned", "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto/rules_xcodeproj/proto/Info.plist", - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "Proto_tool_library", "SWIFT_COMPILATION_MODE": "wholemodule" }, @@ -9458,37 +9458,37 @@ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-22", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/empty.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/empty.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib", "n": "CGRPCZlib", "p": { "n": "CGRPCZlib", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/libCGRPCZlib.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/libCGRPCZlib.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", "2": { "a": "x86_64", "m": "11.0", @@ -9502,238 +9502,238 @@ "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Locks.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/LogHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Logging.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Locks.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/LogHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Logging.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging", "n": "Logging", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.swiftmodule" } }, "p": { "m": "Logging", "n": "Logging", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/libLogging.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/libLogging.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-22", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/liburing_shims.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/shim.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/liburing_shims.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/shim.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux", "n": "CNIOLinux", "p": { "n": "CNIOLinux", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOLinux.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOLinux.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-22", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/WSAStartup.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/shim.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/WSAStartup.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/shim.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows", "n": "CNIOWindows", "p": { "n": "CNIOWindows", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOWindows.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOWindows.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-22", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-atomics.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-nioatomics.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-atomics.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-nioatomics.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics", "n": "CNIOAtomics", "p": { "n": "CNIOAtomics", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOAtomics.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOAtomics.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOConcurrencyHelpers", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOAtomic.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLock.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLockedValueBox.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/atomics.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/lock.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOAtomic.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLock.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLockedValueBox.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/atomics.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/lock.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers", "m": true, "n": "NIOConcurrencyHelpers", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.swiftmodule" } }, "p": { "m": "NIOConcurrencyHelpers", "n": "NIOConcurrencyHelpers", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOConcurrencyHelpers.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOConcurrencyHelpers.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-22", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/src/_AtomicsShims.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/src/_AtomicsShims.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims", "n": "_AtomicsShims", "p": { "n": "_AtomicsShims", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/lib_AtomicsShims.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/lib_AtomicsShims.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "Atomics", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicInteger.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicMemoryOrderings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptional.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicRawRepresentable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicStrongReference.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicValue.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/DoubleWord.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/Unmanaged extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicBool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/IntegerConformances.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/PointerConformances.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.native.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.shims.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicInteger.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicMemoryOrderings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptional.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicRawRepresentable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicStrongReference.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicValue.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/DoubleWord.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/Unmanaged extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicBool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/IntegerConformances.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/PointerConformances.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.native.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.shims.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics", "m": true, "n": "Atomics", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.swiftmodule" } }, "p": { "m": "Atomics", "n": "Atomics", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/libAtomics.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/libAtomics.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", "2": { "a": "x86_64", "m": "11.0", @@ -9747,139 +9747,139 @@ "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Compatibility.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Codable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Collection.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomDebugStringConvertible.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomReflectable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomStringConvertible.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Equatable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Extras.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Hashable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Testing.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._Storage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._UnsafeHandle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/UnsafeMutableBufferPointer+Utilities.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBufferHeader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeSlot.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Compatibility.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Codable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Collection.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomDebugStringConvertible.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomReflectable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomStringConvertible.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Equatable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Extras.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Hashable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Testing.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._Storage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._UnsafeHandle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/UnsafeMutableBufferPointer+Utilities.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBufferHeader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeSlot.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule", "n": "DequeModule", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.swiftmodule" } }, "p": { "m": "DequeModule", "n": "DequeModule", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/libDequeModule.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/libDequeModule.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOCore", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AddressedEnvelope.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducerStrategies.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOThrowingAsyncSequenceProducer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/BSDSocketAPI.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-aux.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-conversions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-core.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-int.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-lengthPrefix.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-multi-int.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-views.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Channel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandlers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelInvoker.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelOption.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelPipeline.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/CircularBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Codec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ConvenienceOptionSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DeadChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DispatchQueue+WithFuture.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop+Deprecated.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+Deprecated.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+WithEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileDescriptor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileHandle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileRegion.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IOData.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerBitPacking.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Interfaces.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Linux.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MarkedCircularBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MulticastChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOAny.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOCloseOnErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOSendable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/PointerHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/RecvByteBufferAllocator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SingleStepByteToMessageDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketAddresses.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketOptionProvider.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SystemCallHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/TypeAssistedChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/UniversalBootstrapSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Utilities.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AddressedEnvelope.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducerStrategies.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOThrowingAsyncSequenceProducer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/BSDSocketAPI.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-aux.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-conversions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-core.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-int.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-lengthPrefix.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-multi-int.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-views.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Channel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandlers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelInvoker.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelOption.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelPipeline.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/CircularBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Codec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ConvenienceOptionSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DeadChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DispatchQueue+WithFuture.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop+Deprecated.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+Deprecated.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+WithEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileDescriptor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileHandle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileRegion.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IOData.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerBitPacking.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Interfaces.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Linux.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MarkedCircularBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MulticastChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOAny.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOCloseOnErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOSendable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/PointerHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/RecvByteBufferAllocator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SingleStepByteToMessageDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketAddresses.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketOptionProvider.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SystemCallHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/TypeAssistedChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/UniversalBootstrapSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Utilities.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore", "m": true, "n": "NIOCore", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.swiftmodule" } }, "p": { "m": "NIOCore", "n": "NIOCore", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOCore.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOCore.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -9893,1318 +9893,1318 @@ "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/Heap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/PriorityQueue.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/Heap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/PriorityQueue.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures", "n": "_NIODataStructures", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.swiftmodule" } }, "p": { "m": "_NIODataStructures", "n": "_NIODataStructures", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/lib_NIODataStructures.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/lib_NIODataStructures.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOEmbedded", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/Embedded.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/Embedded.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded", "m": true, "n": "NIOEmbedded", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.swiftmodule" } }, "p": { "m": "NIOEmbedded", "n": "NIOEmbedded", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOEmbedded.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOEmbedded.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-22", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/shim.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/shim.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin", "n": "CNIODarwin", "p": { "n": "CNIODarwin", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIODarwin.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIODarwin.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOPosix", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPICommon.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIPosix.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIWindows.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocket.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseStreamSocketChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Bootstrap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ControlMessage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/DatagramVectorReadManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/FileDescriptor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/GetaddrinfoResolver.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/HappyEyeballs.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerBitPacking.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Linux.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxCPUSet.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxUring.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NIOThreadPool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NonBlockingFileIO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingDatagramWritesManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingWritesManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipeChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipePair.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PointerHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Resolver.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Selectable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorEpoll.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorGeneric.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorKqueue.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorUring.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ServerSocket.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Socket.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketProtocols.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/System.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Thread.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadPosix.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadWindows.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Utilities.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPICommon.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIPosix.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIWindows.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocket.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseStreamSocketChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Bootstrap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ControlMessage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/DatagramVectorReadManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/FileDescriptor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/GetaddrinfoResolver.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/HappyEyeballs.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerBitPacking.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Linux.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxCPUSet.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxUring.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NIOThreadPool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NonBlockingFileIO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingDatagramWritesManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingWritesManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipeChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipePair.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PointerHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Resolver.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Selectable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorEpoll.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorGeneric.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorKqueue.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorUring.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ServerSocket.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Socket.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketProtocols.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/System.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Thread.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadPosix.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadWindows.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Utilities.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix", "m": true, "n": "NIOPosix", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.swiftmodule" } }, "p": { "m": "NIOPosix", "n": "NIOPosix", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOPosix.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOPosix.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIO", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIO/Exports.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIO/Exports.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO", "m": true, "n": "NIO", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.swiftmodule" } }, "p": { "m": "NIO", "n": "NIO", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIO.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIO.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOFoundationCompat", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/Codable+ByteBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/JSONSerialization+ByteBuffer.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/Codable+ByteBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/JSONSerialization+ByteBuffer.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat", "m": true, "n": "NIOFoundationCompat", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.swiftmodule" } }, "p": { "m": "NIOFoundationCompat", "n": "NIOFoundationCompat", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOFoundationCompat.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOFoundationCompat.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-22", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_api.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_http.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_llhttp.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_api.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_http.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_llhttp.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP", "n": "CNIOLLHTTP", "p": { "n": "CNIOLLHTTP", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOLLHTTP.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOLLHTTP.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOHTTP1", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/ByteCollectionUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaderValidator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaders+Validation.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPClientUpgradeHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPObjectAggregator.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/ByteCollectionUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaderValidator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaders+Validation.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPClientUpgradeHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPObjectAggregator.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1", "m": true, "n": "NIOHTTP1", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.swiftmodule" } }, "p": { "m": "NIOHTTP1", "n": "NIOHTTP1", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOHTTP1.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOHTTP1.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOTLS", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/ApplicationProtocolNegotiationHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/SNIHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/TLSEvents.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/ApplicationProtocolNegotiationHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/SNIHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/TLSEvents.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS", "m": true, "n": "NIOTLS", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.swiftmodule" } }, "p": { "m": "NIOTLS", "n": "NIOTLS", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOTLS.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOTLS.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOExtras", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugInboundEventsHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugOutboundEventsHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/FixedLengthFrameDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming+ContentLengthHeader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldPrepender.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LineBasedFrameDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/NIOExtrasError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/QuiescingHelper.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/RequestResponseHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/WritePCAPHandler.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugInboundEventsHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugOutboundEventsHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/FixedLengthFrameDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming+ContentLengthHeader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldPrepender.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LineBasedFrameDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/NIOExtrasError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/QuiescingHelper.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/RequestResponseHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/WritePCAPHandler.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras", "m": true, "n": "NIOExtras", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.swiftmodule" } }, "p": { "m": "NIOExtras", "n": "NIOExtras", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/libNIOExtras.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/libNIOExtras.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOHPACK", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/DynamicHeaderTable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKErrors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKHeader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HeaderTables.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanCoding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanTables.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IndexedHeaderTable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IntegerCoding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/StaticHeaderTable.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/DynamicHeaderTable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKErrors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKHeader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HeaderTables.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanCoding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanTables.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IndexedHeaderTable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IntegerCoding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/StaticHeaderTable.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK", "m": true, "n": "NIOHPACK", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.swiftmodule" } }, "p": { "m": "NIOHPACK", "n": "NIOHPACK", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHPACK.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHPACK.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOHTTP2", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStreamsState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingDataState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HTTP2SettingsState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasFlowControlWindows.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasLocalSettings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasRemoteSettings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/LocallyQuiescingState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/QuiescingState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/RemotelyQuiescingState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/SendAndReceiveGoawayState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/StateMachineResult.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ContentLengthVerifier.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/DOSHeuristics.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ConcurrentStreamBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ControlFrameBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFlowControlBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFrameBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HPACKHeaders+Validation.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InboundStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InlineStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ConnectionStateChange.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Error.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ErrorCode.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FlowControlWindow.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Frame.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameParser.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PingData.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PipelineHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Settings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Stream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel+OutboundStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamID.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2UserEvents.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundEventBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundWindowManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/MultiplexerAbstractChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelFlowController.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelList.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/WatermarkedFlowController.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStreamsState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingDataState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HTTP2SettingsState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasFlowControlWindows.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasLocalSettings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasRemoteSettings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/LocallyQuiescingState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/QuiescingState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/RemotelyQuiescingState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/SendAndReceiveGoawayState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/StateMachineResult.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ContentLengthVerifier.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/DOSHeuristics.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ConcurrentStreamBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ControlFrameBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFlowControlBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFrameBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HPACKHeaders+Validation.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InboundStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InlineStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ConnectionStateChange.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Error.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ErrorCode.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FlowControlWindow.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Frame.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameParser.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PingData.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PipelineHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Settings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Stream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel+OutboundStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamID.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2UserEvents.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundEventBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundWindowManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/MultiplexerAbstractChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelFlowController.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelList.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/WatermarkedFlowController.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2", "m": true, "n": "NIOHTTP2", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.swiftmodule" } }, "p": { "m": "NIOHTTP2", "n": "NIOHTTP2", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHTTP2.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHTTP2.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params", - "9": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params", + "9": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params", "F": true, "c": "CONFIGURATION-STABLE-22", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bool.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_d2i_fp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_dup.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_gentm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_i2d_fp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_int.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_mbstr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_object.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_octet.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strex.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_time.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_type.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_utctm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_par.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn_pack.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_int.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_string.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/posix_time.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_dec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_enc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_fre.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_new.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_typ.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_utl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/base64/base64.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio_mem.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/connect.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/fd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/file.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/hexdump.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/pair.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/printf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket_helper.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/blake2/blake2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/bn_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/convert.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/buf/buf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/asn1_compat.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/ber.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbb.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbs.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/unicode.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/cipher_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/derive_key.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesctrhmac.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesgcmsiv.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_chacha20poly1305.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_des.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_null.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc4.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_tls.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/tls_cbc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf_def.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_apple.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_freebsd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_fuchsia.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_linux.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_win.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_freebsd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_intel.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_ppc64le.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/crypto.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/asm/x25519-asm-arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519_tables.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/spake25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/des.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/dh_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/params.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/digest_extra/digest_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_derive.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/hash_to_curve.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdh_extra/ecdh_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdsa_extra/ecdsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/engine/engine.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err_data.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_dsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_hkdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/pbkdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/scrypt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/sign.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ex_data.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes_nohw.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/key_wrap.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/mode_wrappers.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/add.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/asm/x86_64-gcc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bn.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bytes.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/cmp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/ctx.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/exponentiation.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/generic.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/jacobi.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/mul.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/prime.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/random.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/shift.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/sqrt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/aead.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/cipher.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aes.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aesccm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cmac/cmac.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/co-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/delocate.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/check.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/dh.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digest.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digests.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/md32_common.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digestsign/digestsign.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_key.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_montgomery.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/felem.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/oct.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p224-64.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz-table.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256_table.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/scalar.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple_mul.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/util.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/wnaf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdh/ecdh.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/ecdsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/fips_shared_support.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/hmac/hmac.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md4/md4.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/md5.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cbc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cfb.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ctr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm_nohw.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ofb.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/polyval.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/ctrdrbg.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/getrandom_fillin.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/rand.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/urandom.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/blinding.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/padding.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa_impl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/fips.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/self_check.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/service_indicator.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1-altivec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha256.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha512.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/kdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86-mont.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hkdf/hkdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hpke/hpke.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/asm/poly_rq_mul.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/hrss.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/lhash.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/mem.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_dat.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_xref.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_all.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_info.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_lib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_oth.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pk8.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pkey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_xaux.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/p5_pbev2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm_asm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_vec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/pool.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/deterministic.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/forkunsafe.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/fuchsia.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/passive.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/rand_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/windows.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rc4/rc4.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_c11.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_lock.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/siphash/siphash.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/stack/stack.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_none.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_pthread.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_win.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/pmbtoken.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/trust_token.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/voprf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_digest.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_sign.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_verify.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/algorithm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_dir.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_file.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/i2d_pr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/name_print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/rsa_pss.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_crl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_req.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509a.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_att.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_cmp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_d2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_def.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_ext.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_lu.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_obj.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_req.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_set.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_trs.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_txt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vpm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509cset.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509name.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509rset.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509spki.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_algor.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_all.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_attrib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_crl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_exten.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_info.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_name.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pkey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pubkey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_req.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_sig.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_spki.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_val.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509a.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/ext_dat.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_cache.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_data.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_map.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_node.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_tree.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akeya.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_alt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bcons.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bitst.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_conf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_cpols.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_crld.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_enum.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_extku.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_genn.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ia5.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_info.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_int.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_lib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ncons.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ocsp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pci.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcons.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pmaps.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_prn.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_purp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_skey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_utl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aead.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aes.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_arm_arch.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1_mac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1t.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base64.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bio.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blake2.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blowfish.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols_asm.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buffer.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bytestring.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cast.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_chacha.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cipher.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cmac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_conf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cpu.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_crypto.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ctrdrbg.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_curve25519.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_des.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dh.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_digest.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dsa.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dtls1.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_e_os2.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec_key.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdh.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdsa.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_engine.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_err.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp_errors.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ex_data.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hkdf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hmac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hpke.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hrss.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_is_boringssl.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_kdf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_lhash.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md4.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md5.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_mem.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_nid.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj_mac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_objects.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslconf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslv.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ossl_typ.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pem.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs12.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs7.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs8.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_poly1305.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pool.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rand.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rc4.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ripemd.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rsa.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_safestack.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_service_indicator.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_sha.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_siphash.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_span.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_srtp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl3.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_stack.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_thread.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_tls1.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_trust_token.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_type_check.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509_vfy.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509v3.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/bio_ssl.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_both.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_lib.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_pkt.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_srtp.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_method.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_record.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/encrypted_client_hello.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/extensions.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handoff.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_client.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_server.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_both.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_lib.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_pkt.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_aead_ctx.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_asn1.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_buffer.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cert.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cipher.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_file.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_lib.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_privkey.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_session.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_stat.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_transcript.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_versions.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_32.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_64.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_32.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_64.h" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bool.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_d2i_fp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_dup.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_gentm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_i2d_fp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_int.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_mbstr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_object.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_octet.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strex.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_time.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_type.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_utctm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_par.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn_pack.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_int.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_string.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/posix_time.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_dec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_enc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_fre.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_new.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_typ.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_utl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/base64/base64.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio_mem.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/connect.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/fd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/file.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/hexdump.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/pair.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/printf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket_helper.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/blake2/blake2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/bn_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/convert.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/buf/buf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/asn1_compat.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/ber.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbb.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbs.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/unicode.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/cipher_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/derive_key.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesctrhmac.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesgcmsiv.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_chacha20poly1305.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_des.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_null.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc4.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_tls.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/tls_cbc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf_def.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_apple.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_freebsd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_fuchsia.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_linux.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_win.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_freebsd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_intel.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_ppc64le.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/crypto.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/asm/x25519-asm-arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519_tables.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/spake25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/des.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/dh_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/params.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/digest_extra/digest_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_derive.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/hash_to_curve.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdh_extra/ecdh_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdsa_extra/ecdsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/engine/engine.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err_data.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_dsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_hkdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/pbkdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/scrypt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/sign.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ex_data.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes_nohw.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/key_wrap.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/mode_wrappers.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/add.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/asm/x86_64-gcc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bn.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bytes.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/cmp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/ctx.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/exponentiation.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/generic.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/jacobi.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/mul.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/prime.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/random.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/shift.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/sqrt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/aead.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/cipher.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aes.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aesccm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cmac/cmac.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/co-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/delocate.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/check.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/dh.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digest.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digests.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/md32_common.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digestsign/digestsign.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_key.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_montgomery.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/felem.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/oct.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p224-64.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz-table.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256_table.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/scalar.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple_mul.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/util.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/wnaf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdh/ecdh.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/ecdsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/fips_shared_support.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/hmac/hmac.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md4/md4.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/md5.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cbc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cfb.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ctr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm_nohw.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ofb.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/polyval.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/ctrdrbg.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/getrandom_fillin.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/rand.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/urandom.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/blinding.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/padding.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa_impl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/fips.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/self_check.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/service_indicator.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1-altivec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha256.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha512.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/kdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86-mont.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hkdf/hkdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hpke/hpke.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/asm/poly_rq_mul.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/hrss.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/lhash.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/mem.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_dat.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_xref.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_all.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_info.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_lib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_oth.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pk8.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pkey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_xaux.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/p5_pbev2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm_asm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_vec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/pool.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/deterministic.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/forkunsafe.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/fuchsia.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/passive.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/rand_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/windows.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rc4/rc4.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_c11.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_lock.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/siphash/siphash.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/stack/stack.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_none.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_pthread.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_win.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/pmbtoken.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/trust_token.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/voprf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_digest.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_sign.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_verify.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/algorithm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_dir.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_file.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/i2d_pr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/name_print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/rsa_pss.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_crl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_req.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509a.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_att.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_cmp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_d2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_def.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_ext.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_lu.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_obj.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_req.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_set.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_trs.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_txt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vpm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509cset.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509name.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509rset.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509spki.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_algor.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_all.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_attrib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_crl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_exten.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_info.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_name.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pkey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pubkey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_req.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_sig.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_spki.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_val.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509a.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/ext_dat.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_cache.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_data.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_map.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_node.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_tree.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akeya.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_alt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bcons.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bitst.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_conf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_cpols.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_crld.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_enum.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_extku.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_genn.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ia5.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_info.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_int.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_lib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ncons.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ocsp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pci.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcons.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pmaps.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_prn.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_purp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_skey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_utl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aead.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aes.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_arm_arch.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1_mac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1t.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base64.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bio.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blake2.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blowfish.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols_asm.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buffer.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bytestring.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cast.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_chacha.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cipher.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cmac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_conf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cpu.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_crypto.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ctrdrbg.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_curve25519.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_des.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dh.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_digest.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dsa.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dtls1.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_e_os2.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec_key.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdh.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdsa.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_engine.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_err.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp_errors.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ex_data.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hkdf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hmac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hpke.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hrss.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_is_boringssl.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_kdf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_lhash.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md4.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md5.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_mem.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_nid.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj_mac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_objects.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslconf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslv.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ossl_typ.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pem.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs12.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs7.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs8.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_poly1305.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pool.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rand.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rc4.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ripemd.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rsa.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_safestack.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_service_indicator.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_sha.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_siphash.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_span.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_srtp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl3.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_stack.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_thread.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_tls1.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_trust_token.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_type_check.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509_vfy.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509v3.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/bio_ssl.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_both.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_lib.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_pkt.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_srtp.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_method.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_record.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/encrypted_client_hello.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/extensions.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handoff.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_client.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_server.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_both.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_lib.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_pkt.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_aead_ctx.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_asn1.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_buffer.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cert.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cipher.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_file.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_lib.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_privkey.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_session.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_stat.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_transcript.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_versions.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_32.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_64.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_32.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_64.h" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL", "n": "CNIOBoringSSL", "p": { "n": "CNIOBoringSSL", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSL.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSL.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params", "c": "CONFIGURATION-STABLE-22", "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/shims.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/shims.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims", "n": "CNIOBoringSSLShims", "p": { "n": "CNIOBoringSSLShims", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSLShims.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSLShims.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOSSL", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ByteBufferBIO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/CustomPrivateKey.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/IdentityVerification.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/LinuxCABundle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLClientHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ObjectIdentifier.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/PosixPort.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCallbacks.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificateExtensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLConnection.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLErrors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLInit.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPKCS12Bundle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPrivateKey.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPublicKey.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SecurityFrameworkCertificateVerification.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/String+unsafeUninitializedCapacity.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SubjectAlternativeName.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/NIOSSLSecureBytes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/RNG.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/SafeCompare.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/Zeroization.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/TLSConfiguration.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/UniversalBootstrapSupport.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ByteBufferBIO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/CustomPrivateKey.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/IdentityVerification.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/LinuxCABundle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLClientHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ObjectIdentifier.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/PosixPort.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCallbacks.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificateExtensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLConnection.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLErrors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLInit.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPKCS12Bundle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPrivateKey.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPublicKey.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SecurityFrameworkCertificateVerification.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/String+unsafeUninitializedCapacity.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SubjectAlternativeName.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/NIOSSLSecureBytes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/RNG.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/SafeCompare.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/Zeroization.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/TLSConfiguration.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/UniversalBootstrapSupport.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL", "m": true, "n": "NIOSSL", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.swiftmodule" } }, "p": { "m": "NIOSSL", "n": "NIOSSL", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libNIOSSL.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libNIOSSL.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOTransportServices", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOFilterEmptyWritesHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSBootstraps.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSChannelOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionBootstrap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSErrors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoopGroup.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerBootstrap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/StateManagedChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/TCPOptions+SocketChannelOption.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOFilterEmptyWritesHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSBootstraps.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSChannelOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionBootstrap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSErrors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoopGroup.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerBootstrap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/StateManagedChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/TCPOptions+SocketChannelOption.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices", "m": true, "n": "NIOTransportServices", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.swiftmodule" } }, "p": { "m": "NIOTransportServices", "n": "NIOTransportServices", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/libNIOTransportServices.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/libNIOTransportServices.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", "2": { "a": "x86_64", "m": "11.0", @@ -11218,283 +11218,283 @@ "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyUnpackError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDelimited.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingSizeVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/CustomJSONCodable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Data+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Decoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/DoubleParser.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Enum.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensibleMessage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFieldValueSet.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFields.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTag.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Duration+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Struct+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Value+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Wrappers+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/HashVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Internal.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONMapEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONScanner.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MathUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+AnyAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONArrayAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+TextFormatAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MessageExtension.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/NameMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtoNameProviding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufAPIVersionCheck.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SelectiveVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/StringUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatScanner.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TimeUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnknownStorage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeBufferPointer+Shims.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeRawPointer+Shims.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Varint.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Version.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Visitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/WireFormat.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ZigZag.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/any.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/api.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/descriptor.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/duration.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/empty.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/field_mask.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/source_context.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/struct.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/timestamp.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/type.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/wrappers.pb.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyUnpackError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDelimited.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingSizeVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/CustomJSONCodable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Data+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Decoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/DoubleParser.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Enum.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensibleMessage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFieldValueSet.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFields.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTag.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Duration+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Struct+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Value+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Wrappers+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/HashVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Internal.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONMapEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONScanner.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MathUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+AnyAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONArrayAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+TextFormatAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MessageExtension.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/NameMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtoNameProviding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufAPIVersionCheck.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SelectiveVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/StringUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatScanner.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TimeUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnknownStorage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeBufferPointer+Shims.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeRawPointer+Shims.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Varint.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Version.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Visitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/WireFormat.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ZigZag.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/any.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/api.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/descriptor.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/duration.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/empty.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/field_mask.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/source_context.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/struct.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/timestamp.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/type.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/wrappers.pb.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf", "n": "SwiftProtobuf", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.swiftmodule" } }, "p": { "m": "SwiftProtobuf", "n": "SwiftProtobuf", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/libSwiftProtobuf.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/libSwiftProtobuf.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "GRPC", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Array+BoundsCheck.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncUnaryCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCSendable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/NIOAsyncWrappers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/BidirectionalStreamingServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ClientStreamingServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerHandlerProtocol.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerStreamingServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/UnaryServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/BidirectionalStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/Call.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/CallDetails.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/LazyEventLoopPromise.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponseContainers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponsePartContainer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ServerStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/UnaryCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnection.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnectionConfiguration+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientErrorDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CoalescingLengthPrefixedMessageWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/CompressionAlgorithm.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/DecompressionLimit.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/MessageEncoding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/Zlib.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionBackoff.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionKeepalive.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager+Delegates.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManagerChannelProvider.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionManagerID.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+PerConnectionState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+Waiter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/GRPCChannelPool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine+PerPoolState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PooledChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/StreamLender.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectivityState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DebugOnly.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DelegatingErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Error+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/EventLoopFuture+RecoverFromUncleanShutdown.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/FakeChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NWTLS.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannelBuilder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClient.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCContentType.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCHeaderName.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandlerStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCKeepaliveHandlers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCLogger.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCPayload.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerRequestRoutingHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServiceDescription.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatus.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusAndMetadata.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusMessageMarshaller.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTLSConfiguration.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTimeout.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCWebToHTTP2ServerCodec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCServerCodec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorPipeline.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorProtocol.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransportFactory.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/MessageParts.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorPipeline.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/InterceptorContextList.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LengthPrefixedMessageReader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Logger.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LoggingServerErrorDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/MessageEncodingHeaderValidator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/PlatformSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ReadWriteStates.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Ref.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Serialization.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/ServerCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/StreamingResponseCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/UnaryResponseCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerChannelErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorProcessor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Stopwatch.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/StreamEvent.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVerificationHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVersion.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TimeLimit.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/UserInfo.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Version.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WebCORSHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WriteCapturingHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_EmbeddedThroughput.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_FakeResponseStream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_GRPCClientCodecHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_MessageContext.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Array+BoundsCheck.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncUnaryCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCSendable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/NIOAsyncWrappers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/BidirectionalStreamingServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ClientStreamingServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerHandlerProtocol.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerStreamingServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/UnaryServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/BidirectionalStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/Call.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/CallDetails.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/LazyEventLoopPromise.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponseContainers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponsePartContainer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ServerStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/UnaryCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnection.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnectionConfiguration+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientErrorDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CoalescingLengthPrefixedMessageWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/CompressionAlgorithm.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/DecompressionLimit.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/MessageEncoding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/Zlib.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionBackoff.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionKeepalive.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager+Delegates.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManagerChannelProvider.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionManagerID.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+PerConnectionState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+Waiter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/GRPCChannelPool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine+PerPoolState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PooledChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/StreamLender.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectivityState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DebugOnly.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DelegatingErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Error+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/EventLoopFuture+RecoverFromUncleanShutdown.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/FakeChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NWTLS.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannelBuilder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClient.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCContentType.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCHeaderName.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandlerStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCKeepaliveHandlers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCLogger.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCPayload.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerRequestRoutingHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServiceDescription.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatus.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusAndMetadata.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusMessageMarshaller.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTLSConfiguration.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTimeout.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCWebToHTTP2ServerCodec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCServerCodec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorPipeline.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorProtocol.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransportFactory.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/MessageParts.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorPipeline.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/InterceptorContextList.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LengthPrefixedMessageReader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Logger.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LoggingServerErrorDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/MessageEncodingHeaderValidator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/PlatformSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ReadWriteStates.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Ref.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Serialization.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/ServerCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/StreamingResponseCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/UnaryResponseCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerChannelErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorProcessor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Stopwatch.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/StreamEvent.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVerificationHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVersion.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TimeLimit.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/UserInfo.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Version.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WebCORSHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WriteCapturingHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_EmbeddedThroughput.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_FakeResponseStream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_GRPCClientCodecHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_MessageContext.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC", "m": true, "n": "GRPC", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.swiftmodule" } }, "p": { "m": "GRPC", "n": "GRPC", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/libGRPC.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/libGRPC.a", "t": "com.apple.product-type.library.static" }, "x": [ @@ -11544,7 +11544,7 @@ "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "GRPC_echo_proto_swift", "SWIFT_COMPILATION_MODE": "wholemodule" }, @@ -11594,7 +11594,7 @@ "BAZEL_OUTPUTS_PRODUCT": "bazel-out/CONFIGURATION-STABLE-22/bin/GRPC/echo_client_codesigned", "BAZEL_OUTPUTS_PRODUCT_BASENAME": "echo_client_codesigned", "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/rules_xcodeproj/echo_client/Info.plist", - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "GRPC_echo_client_library", "SWIFT_COMPILATION_MODE": "wholemodule" }, @@ -11635,7 +11635,7 @@ "v": "macosx" }, "b": { - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "GRPC_echo_proto_swift", "SWIFT_COMPILATION_MODE": "wholemodule" }, @@ -11685,7 +11685,7 @@ "BAZEL_OUTPUTS_PRODUCT": "bazel-out/CONFIGURATION-STABLE-22/bin/GRPC/echo_server_codesigned", "BAZEL_OUTPUTS_PRODUCT_BASENAME": "echo_server_codesigned", "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/rules_xcodeproj/echo_server/Info.plist", - "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "GRPC_echo_server_library", "SWIFT_COMPILATION_MODE": "wholemodule" }, diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/project.pbxproj b/examples/integration/test/fixtures/bwx.xcodeproj/project.pbxproj index 8a4914cf82..98325b8c15 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/project.pbxproj +++ b/examples/integration/test/fixtures/bwx.xcodeproj/project.pbxproj @@ -23,1193 +23,1193 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 00261BC1CC0D4F1A512964AC /* ClientTransportFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E1EB007F8C170F3CC8AE911 /* ClientTransportFactory.swift */; }; - 00308EA4F9B4A32F51019AB6 /* vpaes-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 85E62AD993F8A57DFF692156 /* vpaes-x86_64.linux.x86_64.S */; }; - 00616A46CD0112F4BE9B8F3E /* GRPCSendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D17064CAF89E56720796CFEF /* GRPCSendable.swift */; }; - 0070997C96021B5D6C08383C /* HTTPHeaders+Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089148A1866D35BD25931245 /* HTTPHeaders+Validation.swift */; }; - 008265E0CCB720736104D588 /* x509_txt.c in Sources */ = {isa = PBXBuildFile; fileRef = 474D203D523DAF4F5DB52AD4 /* x509_txt.c */; }; - 00A37F80819E948B476BF396 /* ClientConnectionConfiguration+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68058C6D994691402255EA37 /* ClientConnectionConfiguration+NIOSSL.swift */; }; + 0014936279B066A4B37C1A43 /* thread_pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B7B728B0D64AD4266ADBAAA /* thread_pthread.c */; }; + 002116FD848C4D57EAE64327 /* rsaz-avx2.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = A888E3FE0DBA28DB2A54150B /* rsaz-avx2.linux.x86_64.S */; }; + 00473EEBE9D35EA34262C293 /* x_sig.c in Sources */ = {isa = PBXBuildFile; fileRef = A614214DA4333D8C9C62A64D /* x_sig.c */; }; + 00B02339186E82C6B56A29EF /* a_type.c in Sources */ = {isa = PBXBuildFile; fileRef = 15FF30C5964564DBAD41098B /* a_type.c */; }; 00B5190F04A27B7E62D4B461 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 31F2E42A4BD4E29268C437B5 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 00BB39EBAEF19DA29084E310 /* HPACKEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A97434728773741E47059AC2 /* HPACKEncoder.swift */; }; - 019D8CFA5F984DE63F1304AA /* WebCORSHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0FB3594F0A4C621ADE76E51 /* WebCORSHandler.swift */; }; - 01EF972DCD87D07B8BF52CD9 /* HTTP2SettingsState.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA1F57C3669ACBC80C8CD608 /* HTTP2SettingsState.swift */; }; - 020B7398AE21D4043D6E2949 /* SSLPKCS12Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 760F83B7471B2E2E96D54773 /* SSLPKCS12Bundle.swift */; }; - 02A6E5EF3E1E0CD14C322DC4 /* Codec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D555C729170ABE562DB01B7 /* Codec.swift */; }; - 02B64CC811686B158D7ED554 /* socket.c in Sources */ = {isa = PBXBuildFile; fileRef = 07E96D8288DADBA7708525FB /* socket.c */; }; + 00C0408A561C507ED9296842 /* TextFormatEncodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BF79269842BC8AC9B982637 /* TextFormatEncodingOptions.swift */; }; + 00D2D3E9F8D2CAF217DD6B46 /* x509rset.c in Sources */ = {isa = PBXBuildFile; fileRef = 29D581E0445C7875626F8E97 /* x509rset.c */; }; + 00FE75C851C0072D9E7D0E1C /* rsa_pss.c in Sources */ = {isa = PBXBuildFile; fileRef = 02AC15CE18D14F91C51C3C6F /* rsa_pss.c */; }; + 010AD99B1E8CD127D291256E /* rand.c in Sources */ = {isa = PBXBuildFile; fileRef = EB439D87342FFD1AACA6F69B /* rand.c */; }; + 01330C73B321E29E57F28362 /* CoalescingLengthPrefixedMessageWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D6C1F2AE01CDA985344E52D /* CoalescingLengthPrefixedMessageWriter.swift */; }; + 013B71A2B821D0EFBE3296F0 /* LocallyQuiescingState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364CD706E3A938BE0C7AB95F /* LocallyQuiescingState.swift */; }; + 019193D380ACCF3C566243F7 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 04F07574D263433E508F7378 /* hmac.c */; }; + 01A6EA92FE6B1E3A63586BB7 /* s3_both.cc in Sources */ = {isa = PBXBuildFile; fileRef = D2F0F9B3C94EC7652F781B87 /* s3_both.cc */; }; + 01B0880FF404CA68FFEBA4A7 /* ReceivingDataState.swift in Sources */ = {isa = PBXBuildFile; fileRef = E36117DAF5F3CEE507751E6E /* ReceivingDataState.swift */; }; + 024B99C5C786A476CBC4A230 /* Deque+CustomReflectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 842A97832DF604970B18CE07 /* Deque+CustomReflectable.swift */; }; 02D87BED4526C97122B45047 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 31F2E42A4BD4E29268C437B5 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 03093E4CE69E9234691443D0 /* LibFramework.watchOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 90FC1B8C28EBA9669CB888E0 /* LibFramework.watchOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 03337DE8CCE0E1A8FE963F12 /* a_bool.c in Sources */ = {isa = PBXBuildFile; fileRef = 520AC4DFCA605F41CFB2A241 /* a_bool.c */; }; - 033F6F7FAD54C485668334CA /* Google_Protobuf_ListValue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A611B633B22584A7FB83909C /* Google_Protobuf_ListValue+Extensions.swift */; }; - 03C3332BFF5CC6B3A99A2D56 /* x25519-asm-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = FC9AC616A1DF5CDFE21DDDD3 /* x25519-asm-arm.S */; }; - 03E5443528D87F80EC9399D6 /* Error+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52E5F26F15864B60D0D5CBA1 /* Error+NIOSSL.swift */; }; - 0414991EAE6230D1E4FB819E /* conf.c in Sources */ = {isa = PBXBuildFile; fileRef = ADD46BBD401D8870132D5570 /* conf.c */; }; - 041F18C7F0E0A6984A2CA0DE /* ecdh_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B92524B8859DB87B22B4790 /* ecdh_extra.c */; }; - 0432029855C8A75450676715 /* digest_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = AA1713A0E40CCF88BE2320BB /* digest_extra.c */; }; - 0510D1DB4264FE3C8C65291B /* v3_int.c in Sources */ = {isa = PBXBuildFile; fileRef = 0DBA43DDAC71DEC06742272B /* v3_int.c */; }; - 0521C14A7FEE9A181DF53EF1 /* ghash-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = D3B7DE732FF2BFB90EAC639C /* ghash-armv4.ios.arm.S */; }; - 054B0918DB1ECFAFB14380F2 /* IntegerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08CBCBB353333142E09F2CF5 /* IntegerTypes.swift */; }; - 0580F3C961F2F909A7A6BA76 /* ControlMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA9B6C0657135C5407AB691B /* ControlMessage.swift */; }; - 05C1F0010BFE9000F315FA39 /* Deque._UnsafeHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = A83FBC5591C72BFFE0D2BDE0 /* Deque._UnsafeHandle.swift */; }; - 0635C12F23E7D6FAE01E08EC /* cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = 289555A8D7EF71A983A41FC4 /* cfb.c */; }; - 063EE1C2197186E21BC9A9C9 /* BinaryEncodingSizeVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E0C4A141881BE1A9D4E41B6 /* BinaryEncodingSizeVisitor.swift */; }; - 06F88707F0B429018CEF3978 /* GRPCClientChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D97F0EE64A708FA7A9441322 /* GRPCClientChannelHandler.swift */; }; + 0341FDEBCE331378E2B8C2CD /* FileHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 443F9D8A3EBCD2E97054ED24 /* FileHandle.swift */; }; + 0357CBD3C1A6FD3E61B4BA8D /* vpaes-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 0F0A71078C64BB41DE58C051 /* vpaes-armv8.linux.aarch64.S */; }; + 040968C94B9DF2085098ADC2 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894869AA8130F1C9E82CEE32 /* Socket.swift */; }; + 043A181D85C1E6F672D43F52 /* Channel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03679B45684FE82713FEE16F /* Channel.swift */; }; + 049D162061385F5601B2CD41 /* _DequeSlot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 200253CE2FFEBF359FC4BEA0 /* _DequeSlot.swift */; }; + 04AA7887A7B8A3E3ED6D01FC /* GRPCStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 013327301ADD396196DE316F /* GRPCStatus.swift */; }; + 0620F2620463D4A8410F5150 /* Google_Protobuf_Timestamp+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3334D5C2FED2B13BDBA0E16 /* Google_Protobuf_Timestamp+Extensions.swift */; }; + 0623C5A6B8938BF011B9C2DD /* StreamMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4804D8D72561B45F8A5CDB1 /* StreamMap.swift */; }; + 06767AAE43C250225D8CDB6F /* asn1_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = C2503FDFADB01266F4256CC0 /* asn1_compat.c */; }; + 06F159F77A160B87F8E03C49 /* JSONEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB2118C6DE1ECA30FF807C46 /* JSONEncoder.swift */; }; + 0718D7C44E438FB439F6BD05 /* GRPCAsyncResponseStreamWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0343C2B23B13B398B415241F /* GRPCAsyncResponseStreamWriter.swift */; }; 071B5BF1FB1E957B8C3C2847 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8EF2F35351356F773D344694 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 072CF542E1E6603915222F0F /* chacha-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 0E6B48595F97BC3C36E005B1 /* chacha-x86_64.mac.x86_64.S */; }; - 075B2185D977610FC5B9D061 /* pbkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 863DE39AC6F83150C3F9539B /* pbkdf.c */; }; - 077B6B6B29C1FCC69FBA676F /* lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B778F33A44EC63ABD2A209A /* lock.swift */; }; - 07C300533D16C58BC5B10BF3 /* BinaryEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43338DA7E5028F495A9AEBBE /* BinaryEncodingVisitor.swift */; }; - 07E70AA8D5D6C55D72C49E32 /* BaseSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9974006CDB3C708E4EF717 /* BaseSocket.swift */; }; - 07F51BA897436E94A0F1D7DC /* GRPCStatusAndMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E256BF8D9F7A1D6868AB942 /* GRPCStatusAndMetadata.swift */; }; + 0756269FDC35A098ADC13D3C /* file.c in Sources */ = {isa = PBXBuildFile; fileRef = 69D30DCEDF94331913CB3C06 /* file.c */; }; + 0788240E5B7B649A92BEBC6C /* pem_info.c in Sources */ = {isa = PBXBuildFile; fileRef = 4AE8F07FDF8843DF894B3F39 /* pem_info.c */; }; + 07936FF3CCFDD7EB419BF956 /* ByteBuffer-conversions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C118F3B6D4316FC1C36856A9 /* ByteBuffer-conversions.swift */; }; + 07A96D3B20D7F6183145FF2C /* felem.c in Sources */ = {isa = PBXBuildFile; fileRef = F8210A9EFD74DCE42E5B63A1 /* felem.c */; }; + 07C377FAEDD66553C3DD4FD6 /* fips.c in Sources */ = {isa = PBXBuildFile; fileRef = 98DE262202E5DF262F0C663F /* fips.c */; }; + 07C89A4582B13E1949989C73 /* p_ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = EBF5616F15D048C726935C0F /* p_ec_asn1.c */; }; 081633A4FCFAFBA49F35D45C /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6905F8EAA9F5C72849172F18 /* Lib.swift */; }; - 0820BFAA1EA0EF5639C98D23 /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = 00A15151C9D83C53FB2F40DF /* err.c */; }; - 0834B7DAB5F6F85C9FD3699B /* montgomery.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F0FC1AEE10715E417D26CBA /* montgomery.c */; }; - 085A11BF9D8EA7F6CF483C78 /* Message+BinaryAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F548E36E81C5751902046FA3 /* Message+BinaryAdditions.swift */; }; - 0878A244D50E41955FBD911A /* ChannelPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A0DC071D1A1120E4327BA3 /* ChannelPipeline.swift */; }; - 0916EEF6D5ED960CB6B0B7F8 /* e_rc2.c in Sources */ = {isa = PBXBuildFile; fileRef = D6421CF3D0B965FABA8A8520 /* e_rc2.c */; }; + 0826F7B200460B7133F5784F /* WireFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A110573F555404EBDBDED0F /* WireFormat.swift */; }; + 08D5118873A53C70CE5C93D5 /* a_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = E9C6AF77A7417980871354E2 /* a_digest.c */; }; + 0914631BDAC299D78FD447B2 /* ghash-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = F305DA308FAC5648864A793F /* ghash-x86_64.linux.x86_64.S */; }; + 09165AF54B07D75F58D4397D /* evp_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = 19941AF855BCA7B59709C572 /* evp_ctx.c */; }; + 0918CD5289DD5B13E62B4065 /* ServerStreamingServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D1F3B444FA50563901567B8 /* ServerStreamingServerHandler.swift */; }; 0943EFDCCE15D053ACADFAEE /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F9D60E36DADDFDD39E81F7F4 /* Preview Assets.xcassets */; }; - 09522E5F9B220E90449113B2 /* JSONEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01AC54C68F3883E89533FAC /* JSONEncoder.swift */; }; - 09C21E519DEC929861868E8E /* HTTP2StreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 009F4D7DBC5524B17207860D /* HTTP2StreamMultiplexer.swift */; }; - 09E2E2C371D7A9C003E39DC7 /* Deque+CustomDebugStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C2203F6B16DAA1D1DDD4A62 /* Deque+CustomDebugStringConvertible.swift */; }; + 095FBC30CD53F5BC12A9CA67 /* ByteBuffer-lengthPrefix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B02BB61B070034CEDB931BD /* ByteBuffer-lengthPrefix.swift */; }; + 098299520D24939FAC05DA26 /* IntegerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB33620048C7064A32B7639C /* IntegerTypes.swift */; }; 0A004D025AFC72B67B26E18F /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF7D5DB2B0BFF1FD546CA92B /* Lib.swift */; }; 0A2B10D3F7A3B72231C1ED61 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8134FF80F7253AC3316252E9 /* Lib.swift */; }; - 0A30B832FE8AB10859FD488D /* simple_mul.c in Sources */ = {isa = PBXBuildFile; fileRef = 9AC82BDEF904FC223C2FA248 /* simple_mul.c */; }; - 0A9D28884D111F2A1CA95BAC /* HTTP2StreamChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFFC16B13341468FF5E52A75 /* HTTP2StreamChannel.swift */; }; - 0AA50D007AE152EA4C16236E /* GRPCAsyncServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B2E6D71DEF7001BB0449EEC /* GRPCAsyncServerHandler.swift */; }; - 0B1D6812B06AB9A6D21FA910 /* SendingDataState.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6B4F3B50F01DC46BDED7B12 /* SendingDataState.swift */; }; - 0B90475735D9A70FFFAAFD63 /* ssl_x509.cc in Sources */ = {isa = PBXBuildFile; fileRef = 27728EBFDEBE453977761CB5 /* ssl_x509.cc */; }; - 0BF1244B6AB2059F08854AF0 /* DebugOutboundEventsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E17ABC143529142DA402E2EE /* DebugOutboundEventsHandler.swift */; }; - 0C1E2D3A2AA27F69E4A6DCB3 /* ClientInterceptorPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = F32204968E66D36AA9C918C4 /* ClientInterceptorPipeline.swift */; }; - 0C6E0C92FD7CE116D9D10E18 /* SendingGoawayState.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCDC518BF7F83BF6C265C502 /* SendingGoawayState.swift */; }; - 0C88D97261F697C8335E08D1 /* NIOSSLClientHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F164A42894C9EC5C67FA8425 /* NIOSSLClientHandler.swift */; }; - 0D948830A80F51D82E08B996 /* ghashv8-armx64.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 101C05AC99B1BFD6C9C0C7F2 /* ghashv8-armx64.ios.aarch64.S */; }; - 0DB8C9EEFA79B0B23B2F920F /* ConnectionKeepalive.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9FCA276E898245110DA1C95 /* ConnectionKeepalive.swift */; }; - 0DC1BE6C14FF0C0E92E9F5D3 /* ssl_asn1.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7587B53675AA8C093523CA34 /* ssl_asn1.cc */; }; - 0DF6EB11BCC45C880156A548 /* Ref.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB1188E6D9958EC92E668BE0 /* Ref.swift */; }; - 0E30A226341A75AFA6021CEC /* aesv8-armx64.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = A37401B916A152E321AC2150 /* aesv8-armx64.linux.aarch64.S */; }; - 0E69F0D06BB73702B6CE8E0C /* TextFormatDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672771CAD4F8A2AD79FA23CE /* TextFormatDecoder.swift */; }; - 0E9EA6652525DF7C694F60DD /* StreamMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3FC7C8BCFD519C3CA6C097C /* StreamMap.swift */; }; - 0EDC7EDFAD6A9B33BB903433 /* IntegerConformances.swift in Sources */ = {isa = PBXBuildFile; fileRef = E051827CE9E455ABC1C4B4CE /* IntegerConformances.swift */; }; - 0F0C16E4FC2E13DF8012BE40 /* TypeAssistedChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = B140AEE488062D89E33EA739 /* TypeAssistedChannelHandler.swift */; }; - 0F2826121FDAE499E2106CA4 /* GRPCClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15DCD9625DC32C7A3EE374FD /* GRPCClient.swift */; }; + 0A32AA38154A0174A6FE88D9 /* HTTP2Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8F23B903FAE6A28356FB757 /* HTTP2Error.swift */; }; + 0A36D90CC8961D01E28EE401 /* posix_time.c in Sources */ = {isa = PBXBuildFile; fileRef = 164DE25F438CB21067D1D439 /* posix_time.c */; }; + 0A82907387B1EEC9339371DA /* ExtensionFields.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87CFE3C69F7E614DAD566AE8 /* ExtensionFields.swift */; }; + 0AA0BF78E558D0E8DADD1A61 /* MultiThreadedEventLoopGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 927F23650FD750B48F0E3841 /* MultiThreadedEventLoopGroup.swift */; }; + 0B748EB381B54F1F879BBF68 /* Zlib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BE17A21E74A18C3B54F9DA6 /* Zlib.swift */; }; + 0B833486FC70F529FDDCAA0A /* poly1305_vec.c in Sources */ = {isa = PBXBuildFile; fileRef = C6C4B917886F025F5891CEAC /* poly1305_vec.c */; }; + 0BAB421BDE8B929F69FCB0C8 /* shims.c in Sources */ = {isa = PBXBuildFile; fileRef = FA0E21D7D3E764EDFE197103 /* shims.c */; }; + 0BE171B371784761871A67D2 /* thread.c in Sources */ = {isa = PBXBuildFile; fileRef = 5137E32FAEEAC12F087D842E /* thread.c */; }; + 0BF7F1D34C34D8C7FBF38D23 /* aesv8-armx32.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = E0A1C84C8C38C14D783CBCF9 /* aesv8-armx32.ios.arm.S */; }; + 0C0FA808A11C897E26826965 /* SSLPublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DAC42192EF4E8820465357C /* SSLPublicKey.swift */; }; + 0C70C77F127304657821E213 /* ConnectionPool+Waiter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9201F589B3945C7DB445359 /* ConnectionPool+Waiter.swift */; }; + 0C798687094A078B27B3869B /* cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = AAD4EB1F3C24E0BBCE5BA47C /* cfb.c */; }; + 0CA108CEBFC803D87BC10350 /* CompressionAlgorithm.swift in Sources */ = {isa = PBXBuildFile; fileRef = E55C87C02B75C2326EA191AB /* CompressionAlgorithm.swift */; }; + 0CAB339E4E93780795866C16 /* Deque+Testing.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF7658183ECEAFAA2C171AAC /* Deque+Testing.swift */; }; + 0D1CBADD17964F7DB246B746 /* x_exten.c in Sources */ = {isa = PBXBuildFile; fileRef = 826F5BF172CBB694A8C86B02 /* x_exten.c */; }; + 0D8EC1ADC74078E12D66FD62 /* chacha-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = DF85EA23904C237DF441F99B /* chacha-armv8.linux.aarch64.S */; }; + 0D963DF3562BB45F34D71224 /* SSLContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9BFD02EEB0228E7EDE8D546 /* SSLContext.swift */; }; + 0D9AC6E654CD025B5A8C43C4 /* GRPCError.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7054A394728B7DF8F9874FD /* GRPCError.swift */; }; + 0DD21F7D7D2146FB8FE515CD /* ssl_cert.cc in Sources */ = {isa = PBXBuildFile; fileRef = DDD2A8A2302E0CD4FE181691 /* ssl_cert.cc */; }; + 0E4878E4541235AADA3CF824 /* ReceivingRstStreamState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 349289EE06A82543BFE22D14 /* ReceivingRstStreamState.swift */; }; + 0EA70309E4ED8E3671CA9857 /* GRPCAsyncRequestStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = A758E8A153547A0B98933B2A /* GRPCAsyncRequestStream.swift */; }; + 0F0164E57AFCE41C3DC36C08 /* JSONScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF03DBA44DE7A2E295D065A4 /* JSONScanner.swift */; }; + 0F1C11FF91098F939F8426F3 /* ChannelOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BFB06B975FDCA4DE0A027D7 /* ChannelOption.swift */; }; + 0F2835F739DC916BF896EC7F /* GRPCAsyncResponseStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 606808295521274B3AEAC42F /* GRPCAsyncResponseStream.swift */; }; 0F2A01EE12EB64A0D34CE084 /* ExampleFramework.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0E61A4D2267ABDA80881881E /* ExampleFramework.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 0F35A3A6946A22BF50025641 /* UnaryResponseCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2C90C22E3052E727E0E812F /* UnaryResponseCallContext.swift */; }; - 0F4D079CAC51AB8AC2738386 /* ExtensibleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47A701DF5C50C8381F6B0DDF /* ExtensibleMessage.swift */; }; - 0F8BC251B859D4BE771082E2 /* HTTPServerPipelineHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5246F657E477F6E9899546AE /* HTTPServerPipelineHandler.swift */; }; - 0F952259A75361A1E65865AB /* sha256-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 654A56734BC3654CE20D7FB5 /* sha256-armv8.linux.aarch64.S */; }; - 0FA4ADD86729A5197378A6BD /* ThreadPosix.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3B3DD1064901B06B6AE1FDE /* ThreadPosix.swift */; }; - 0FB0D826E25C1BA7DB23DC30 /* LineBasedFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 084CEF5B57FF23D5F5A7A8FC /* LineBasedFrameDecoder.swift */; }; + 0F39A9FC3FC40C42994E806C /* GRPCLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC663D48D9C1F9ADE9740F37 /* GRPCLogger.swift */; }; + 0F7E425E7C2F5B5A2BE9EF90 /* Stopwatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4F3B859C85E32A998AF13DB /* Stopwatch.swift */; }; + 0F88DCD27A9BBDE678DDDE4C /* tasn_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = 30E33A5BCCCFCC5A81B48461 /* tasn_enc.c */; }; + 0FAD06E24C0A42345EF91CBD /* a_print.c in Sources */ = {isa = PBXBuildFile; fileRef = 8CB28A5D09C970D90CD52EED /* a_print.c */; }; 0FB9257F29B5174C12CA4769 /* UIFramework.iOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D5BBE2ECC921BED8A450ADA7 /* UIFramework.iOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 0FEE1307B650AC7819BAA830 /* t_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 640811DBDD919D6804AA78C3 /* t_x509.c */; }; - 0FF18046A559ABE031A06E56 /* rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 34BF3A61DDF88DEDDBED43AA /* rc4.c */; }; + 0FBAE517C6143D6BDB1854C6 /* AsyncTestingChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F712A12A75E65FB19FA337C /* AsyncTestingChannel.swift */; }; + 0FD74F6E9381517BFD27DD14 /* ObjectIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA340ACFB82921992910796 /* ObjectIdentifier.swift */; }; 0FF9D4A8602D2544D978E425 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 760F6E68BCA2F8BFE08A3488 /* Assets.xcassets */; }; - 10706269B26207E04C2593AE /* ClientErrorDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33AE220D45BAD25078F59F8A /* ClientErrorDelegate.swift */; }; - 1085B22207688BD6A6B92236 /* Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 488EE304D7EE389042BE8F26 /* Internal.swift */; }; + 1074A5514BC9A25730B27086 /* SSLInit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2A31A6F895B87C6AD08AA9 /* SSLInit.swift */; }; 1086EEDE6F79A6219D045DAD /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BD403D59FD279723BD9B059 /* _CompileStub_.m */; }; - 10CE653F2A9C583EDC37A30F /* x509_def.c in Sources */ = {isa = PBXBuildFile; fileRef = BAA4C536B6C784476F114D1A /* x509_def.c */; }; - 118CC57DA40C9B9102F0315A /* fips_shared_support.c in Sources */ = {isa = PBXBuildFile; fileRef = 88233F088AF85CBBE1ECBA08 /* fips_shared_support.c */; }; - 1198E31ED99C986DEEF539A3 /* c_nio_api.c in Sources */ = {isa = PBXBuildFile; fileRef = ABC64CEE880F5F9DF915F5EC /* c_nio_api.c */; }; - 11CDFC519363B324C1F576B5 /* chacha-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 061D4AFD33C5BF89CACDCB50 /* chacha-x86_64.linux.x86_64.S */; }; - 13923805E66A108456D66839 /* GRPCAsyncWriterSinkDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14A4DE9E381AF49A5AABC88F /* GRPCAsyncWriterSinkDelegate.swift */; }; - 13A53951C72A20C5B9EB6813 /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 2AFDDB41CAFCED62BA18AA9F /* aes.c */; }; - 13B2E3892F15081CCCC3C365 /* engine.c in Sources */ = {isa = PBXBuildFile; fileRef = DFDC935DB2E4F9FFEEB27998 /* engine.c */; }; - 13F7607743F1613E05565DD3 /* AsyncTestingChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29BD3EA1B4D9CC1D4FD298D5 /* AsyncTestingChannel.swift */; }; + 112C50F8730CEC05B594A5EE /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = 033B355DF9782BF6A999954A /* dh.c */; }; + 11B081A955E02253FE28120A /* unicode.c in Sources */ = {isa = PBXBuildFile; fileRef = 905C79DA513D635DC8712AA9 /* unicode.c */; }; + 1243884C4908DAA1B0675C9E /* v3_extku.c in Sources */ = {isa = PBXBuildFile; fileRef = DE45B8A7347E8DB3EED492EE /* v3_extku.c */; }; + 126D24B9A00D36DD270E6DE6 /* pem_xaux.c in Sources */ = {isa = PBXBuildFile; fileRef = 45E2FBA26B1BD7EA123C436A /* pem_xaux.c */; }; + 129B2DB457978F00236F8D8D /* ControlFrameBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE1D18CD77A4C0D945F863 /* ControlFrameBuffer.swift */; }; + 1321475F0F45444DE5CC0344 /* ConnectionManagerChannelProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B818725AA7292D4831263C8 /* ConnectionManagerChannelProvider.swift */; }; + 1385B339CE6D812B531FBB35 /* generic.c in Sources */ = {isa = PBXBuildFile; fileRef = 725A8E85FD12CFC312D85C01 /* generic.c */; }; + 139370E7EB5A592E30C62EC5 /* md5-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = E8FC1B3B61FD8E2E1AD1CD80 /* md5-x86_64.mac.x86_64.S */; }; + 13B5704E171CD0A8111A9565 /* ExtensibleMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5483BA84E9612BDBE18B770 /* ExtensibleMessage.swift */; }; 140AF3632B4CCA885475EB27 /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9FF63D3932325707AA4F878 /* echo.pb.swift */; }; 1422B6CB70DF04075ED1840D /* MessagesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB0BFC82E23A0F0BB9D548D4 /* MessagesViewController.swift */; }; - 14333C9A386DB9261D283AF9 /* tls_record.cc in Sources */ = {isa = PBXBuildFile; fileRef = 9B22BB6B408BA5B8595323AE /* tls_record.cc */; }; - 143567436858524D1F930B5A /* tasn_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 91DD600097B941D748459DC2 /* tasn_dec.c */; }; - 143F73D237253F750BEC4270 /* FileRegion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BDF5F9AE61CE4D82D507782 /* FileRegion.swift */; }; - 14563D410B3FCA5E923907DC /* digest.c in Sources */ = {isa = PBXBuildFile; fileRef = EA2541A799BC8135269E6B5E /* digest.c */; }; - 145759D1840DEC50CB10C311 /* aesni-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 3E1A7B5C4E345B7B19DB7E58 /* aesni-x86_64.mac.x86_64.S */; }; - 148063A71A77E900DE5633E8 /* obj.c in Sources */ = {isa = PBXBuildFile; fileRef = 0557A53DD7F139D5926A662F /* obj.c */; }; + 142D7CC67072C7045FA8835C /* v3_info.c in Sources */ = {isa = PBXBuildFile; fileRef = 1365AF09AAC859AE51EDD54D /* v3_info.c */; }; + 146CF0441F7567CD02CC1CD5 /* tls13_client.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3849175474B105BEF66A26BB /* tls13_client.cc */; }; + 14716A8DFB9953D71A28B9EE /* x_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A9A2D7645E9BF2FF5E86A48 /* x_crl.c */; }; + 149184BD74DA915E2C60DF7A /* rand_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = D0B3759D0DEA7CE6A33B6C1C /* rand_extra.c */; }; + 14BEC9124CF748E7C31F9EC0 /* e_aesctrhmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 1693357E10321F3906D2EFDB /* e_aesctrhmac.c */; }; + 14DC733DCA9AD0BED3284D9F /* Deque._Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A427CA8CC2AA6DCAAF5C782 /* Deque._Storage.swift */; }; 14EACDC6D2E29FC0859FCAEC /* server_main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C319BCFC22AFE80F338C0AF /* server_main.swift */; }; + 152CC373CAA5ACBA0FEA5CB7 /* ServerStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F61FE688C68ECCCED1E6D71 /* ServerStreamingCall.swift */; }; 153144D5D6AE2311625710DE /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30089D451F0546E84FE14A2B /* Lib.swift */; }; - 154CA02EA4E0E50693071998 /* NIOTSNetworkEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = D41C046E20D7634B05B74F3B /* NIOTSNetworkEvents.swift */; }; - 15A3CB3B740F93813FCF2DB6 /* x86_64-gcc.c in Sources */ = {isa = PBXBuildFile; fileRef = E707A6C84C1AB8CBC5800D77 /* x86_64-gcc.c */; }; - 15CC86215DDAEFFD62A2C34A /* t_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = 337AB65A3EF2D004227879A0 /* t_x509a.c */; }; - 15EEFA5D9F71C6328D8F00C7 /* SingleStepByteToMessageDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AFA9DC87752766312C5E745 /* SingleStepByteToMessageDecoder.swift */; }; - 16A4300AC99164C5B20DB675 /* GRPCAsyncServerCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 469D06BEA1346E8E79AB47F2 /* GRPCAsyncServerCallContext.swift */; }; - 16D36EC5F0B45963931BB336 /* ChannelInvoker.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAEF52E0F8F495DD3731C4B8 /* ChannelInvoker.swift */; }; - 16F405FEA899AD2E6538EA92 /* ssl_key_share.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2787E3D2571B3694E14C603F /* ssl_key_share.cc */; }; - 172A970B11997ABC97944191 /* ByteBuffer-core.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADB67B15B1B65C98758294F2 /* ByteBuffer-core.swift */; }; - 1734CBD19801FA567E2A84A6 /* ServerInterceptorStateMachine+Intercepting.swift in Sources */ = {isa = PBXBuildFile; fileRef = F09131C6D778BD7F54D51EAB /* ServerInterceptorStateMachine+Intercepting.swift */; }; - 17578E4C474C3996E7CBD7A2 /* rdrand-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = D279246FB1AD6E08B1FD6027 /* rdrand-x86_64.mac.x86_64.S */; }; - 17601EDC7FC6E5508E175082 /* NIOAny.swift in Sources */ = {isa = PBXBuildFile; fileRef = 368EA42FBDCC7C2C34D42043 /* NIOAny.swift */; }; + 154471AA66B4BDFFB23BB09B /* NIOThreadPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F0C1BC74220BDCCD2507290 /* NIOThreadPool.swift */; }; + 1587DE7C1644D9D2CAE9E39F /* refcount_lock.c in Sources */ = {isa = PBXBuildFile; fileRef = EADF15BCCF4803C017056F34 /* refcount_lock.c */; }; + 1591FC913C8E52C18F40F969 /* HTTP2ConnectionStateChange.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CAF14390101A83D70A6A18D /* HTTP2ConnectionStateChange.swift */; }; + 15D33D5B89D27584625B26A8 /* v3_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C0B9B2FCAA68626F4779B95 /* v3_prn.c */; }; + 1693A6FFBB84664A20488C85 /* ber.c in Sources */ = {isa = PBXBuildFile; fileRef = 182FB25A94FF5D4471C0B7B4 /* ber.c */; }; + 171A72DCEDC29BBA24E9ED0B /* ServerInterceptorStateMachine+Actions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1798FA8774F3CF62A27ECA1E /* ServerInterceptorStateMachine+Actions.swift */; }; + 173BA5ED3CB9D36F6420E2B7 /* AtomicRawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3828D3315BD844B04DD2EE31 /* AtomicRawRepresentable.swift */; }; 1767B9A39900B8CD739EF51A /* Resources.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1FC7CD938D96895389A09A5 /* Resources.swift */; }; - 17B8BFD750568C59A86B777D /* GRPCAsyncServerStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F0BE94BA1830F5CD986B506 /* GRPCAsyncServerStreamingCall.swift */; }; + 17B5484B21DA5B851F4D3770 /* BidirectionalStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0840BD8AB24D44F5D4E0265 /* BidirectionalStreamingCall.swift */; }; + 17D240C6E6F8926BC0D97A61 /* Server+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F1621C8C3E14B569EFF9EE5 /* Server+NIOSSL.swift */; }; + 184984C7CD858368EABE54BB /* co-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 27C586BE79B9C20CAA9D505F /* co-586.linux.x86.S */; }; 184D98C3D76374B2F6DF2D72 /* LibFramework.iOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 1EBCB856193A610747419205 /* LibFramework.iOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 1852874804156F3CAF9D70F1 /* v3_pcons.c in Sources */ = {isa = PBXBuildFile; fileRef = EDECC5D8D03A501D9D8EDB2F /* v3_pcons.c */; }; - 1888758CBAF65929FB61E82E /* c-atomics.c in Sources */ = {isa = PBXBuildFile; fileRef = 30283292A01F7CCD834276D0 /* c-atomics.c */; }; - 18B4EEA214DB43460F001B80 /* self_check.c in Sources */ = {isa = PBXBuildFile; fileRef = 5FD1879CF4C794335101D341 /* self_check.c */; }; + 18984575B24B18EDF116D465 /* ghash-ssse3-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 328030E6769DE0AFC7FE1B87 /* ghash-ssse3-x86_64.linux.x86_64.S */; }; + 18ACE68CA95B6CBF978AAB3E /* FakeChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC552F89178DE50E5719A421 /* FakeChannel.swift */; }; + 18FFAB65AD4E844FB2DAB4AA /* HTTP2UserEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32F668AE352D7F821F7EE3EE /* HTTP2UserEvents.swift */; }; 191F1E18831DA860A87627D0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 015E6004A77E27E5BDBF92F8 /* Assets.xcassets */; }; - 1970FF176ABF1497E27A865B /* t_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = 1036F715B384857F2A019FE1 /* t_crl.c */; }; - 1977566727F5931F40B86AB1 /* x509_req.c in Sources */ = {isa = PBXBuildFile; fileRef = 05014C6F146E4CC5FE8080D5 /* x509_req.c */; }; - 19B389B7D2B7858F8BB58E8A /* aesv8-armx32.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = DA980713E6E0363C98F97596 /* aesv8-armx32.ios.arm.S */; }; - 19CA56C5C7BD9E83AEC9C818 /* TimeUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A49B7247A1C6A4D7AAB8FCA9 /* TimeUtils.swift */; }; - 1A54F4CA9D2B6C54532519AD /* EventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = A79C697B8FDA09686F66BBDC /* EventLoop.swift */; }; - 1A768BE1DD5507361271CFB9 /* sha256-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 0C1325A377FA060CB904608E /* sha256-armv4.linux.arm.S */; }; - 1AEA2D9C3E7822B345AC6D6F /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = D07F6E3F28D7FFA4067E53EB /* dh.c */; }; - 1B817AD25A18E958A8907CCA /* SafeCompare.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983FE17FAC901F5600F15170 /* SafeCompare.swift */; }; + 195247C5484345913BAFAE48 /* gcd.c in Sources */ = {isa = PBXBuildFile; fileRef = F6492FD994B7034D32973313 /* gcd.c */; }; + 197711759C124A92C92BD5EC /* service_indicator.c in Sources */ = {isa = PBXBuildFile; fileRef = EFAF0E8BF50BFE53A5FADA7F /* service_indicator.c */; }; + 198E55597DA8C217CB8CED81 /* x509_cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = C41FED14FCC5137A0507D503 /* x509_cmp.c */; }; + 19C2FBF84070911C5B64282F /* ConnectionPool+PerConnectionState.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9324D103853F29C914836E8 /* ConnectionPool+PerConnectionState.swift */; }; + 19D73CE20369480BC3825A50 /* chacha20_poly1305_armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = AE1F40102C8E3D93F94853B8 /* chacha20_poly1305_armv8.linux.aarch64.S */; }; + 19EA2673F6C64CB61F56436D /* NIOHTTPObjectAggregator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1846E8993ED9B19E26A3ECD7 /* NIOHTTPObjectAggregator.swift */; }; + 19EC066D76F6681ED1A9C998 /* GRPCKeepaliveHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = A54ECAFEF510AA8E885F9CC5 /* GRPCKeepaliveHandlers.swift */; }; + 1A50E4D6F113617381DA36D3 /* sha256-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = C64BFFE10F6533A0C2083555 /* sha256-armv4.linux.arm.S */; }; + 1AC7A4CF45CDDC2D8C00C0BA /* JSONEncodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57200E665932EE22723E09C0 /* JSONEncodingError.swift */; }; + 1AD7B369DD6EBE733A232795 /* SSLConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 69CE32DEB63E5AD7FD7A2079 /* SSLConnection.swift */; }; + 1B05A5E556432DF8EA02CEA5 /* ghashv8-armx64.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 056023F1E048692F8757ABEB /* ghashv8-armx64.ios.aarch64.S */; }; + 1B600E87B8EE298052A7A802 /* HTTP2StreamID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00DECB0BF21412BBAE7C3388 /* HTTP2StreamID.swift */; }; 1B9627AB6674FF3FAC94BF75 /* lib.m in Sources */ = {isa = PBXBuildFile; fileRef = A05675A4B440A99E53CDBBA4 /* lib.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1B9CC6B2BEF34108ACBCBB8D /* tls13_enc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 27F6A128495E5E1F2E53844B /* tls13_enc.cc */; }; - 1BA7E60180FCC3598DF1D4F5 /* fips.c in Sources */ = {isa = PBXBuildFile; fileRef = B6777367A4C7BC6F2124EA2A /* fips.c */; }; - 1BE9D92F5258FDFA8E28979C /* rand.c in Sources */ = {isa = PBXBuildFile; fileRef = 6414578320880FADAC2FC37B /* rand.c */; }; - 1C022CFBC8A09AA01CD2CD9C /* Message+JSONArrayAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 191BFDB95D076ED7DAD76F92 /* Message+JSONArrayAdditions.swift */; }; - 1C027E6F039A5D1DAC59E0BF /* NIOAsyncSequenceProducerStrategies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A9D93905432E89845927463 /* NIOAsyncSequenceProducerStrategies.swift */; }; - 1C14A334ED2FE9EF68F91B16 /* Google_Protobuf_Duration+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27A26227A9DC86FB86DB3B4C /* Google_Protobuf_Duration+Extensions.swift */; }; - 1C265F0AA0CBAA55EBC1D593 /* ControlFrameBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1305B18935C119542627C6C /* ControlFrameBuffer.swift */; }; - 1CA7EFE951968F71BAA49F33 /* ServerInterceptorStateMachine+Actions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5959A62A0B261F5D6E944B /* ServerInterceptorStateMachine+Actions.swift */; }; + 1B99C80CEF370BE07FB5B889 /* GRPCAsyncUnaryCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D223FC8FCA885443589F2E9 /* GRPCAsyncUnaryCall.swift */; }; + 1C53384818AE93F09562860B /* simple.c in Sources */ = {isa = PBXBuildFile; fileRef = CB5D1508F1E923D918C264B0 /* simple.c */; }; + 1C802D0440C33E843C7D6078 /* ServerSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70710A660A012489DB230AAB /* ServerSocket.swift */; }; + 1D3DDD497BFDE80EDE6D8968 /* EventLoopFuture+WithEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 795C3CBD60FA00CD0F941EE1 /* EventLoopFuture+WithEventLoop.swift */; }; 1D5465B448487B3D26FB752F /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 046AED4B10177D33CFCC68A5 /* Lib.swift */; }; - 1D59CA5C259D79D8BF1FD3EC /* x_val.c in Sources */ = {isa = PBXBuildFile; fileRef = 05F1017D68E611553AC01999 /* x_val.c */; }; 1D725A50764A6284B5963C07 /* BasicTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3632237E836C0C7A637DB6E6 /* BasicTests.swift */; }; - 1E1DEB0B81C41358C55D3B9D /* GRPCTLSConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3960A951DF5A580DB7162ED /* GRPCTLSConfiguration.swift */; }; + 1DA78DF9A2FE0B253839D62E /* a_utctm.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B4B2524A0D7B1179D4E27AA /* a_utctm.c */; }; + 1DADC53B4C85B9DDDBB1A0D3 /* HTTP2StreamChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F42EAD5FA237CC92C5ADF2B /* HTTP2StreamChannel.swift */; }; + 1DCFCC27D7E967B74378F3F6 /* BSDSocketAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B734D10D27CF7214FE048EC4 /* BSDSocketAPI.swift */; }; + 1E201E85E94A35103B955013 /* polyval.c in Sources */ = {isa = PBXBuildFile; fileRef = CA11AD76EA3341F115EA5E16 /* polyval.c */; }; 1E2088B2E7D5E1A042744FAF /* MixedAnswer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C74F0CE27C1BE62BAD492BC2 /* MixedAnswer.swift */; }; - 1F014D54FDBABA378444DF83 /* NIOHTTPObjectAggregator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 880172C2CC8D75AEC3EE1190 /* NIOHTTPObjectAggregator.swift */; }; - 1F7A7884105258394A22E6BC /* ghash-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = FB6B36A04530FE519641AC67 /* ghash-armv4.linux.arm.S */; }; - 1F7FCD4D7352FCC9A988E4E2 /* HTTP2FrameEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC4FADD19CE1AEA5A18FEC6C /* HTTP2FrameEncoder.swift */; }; - 1FA1E1F5A28664D2C877F397 /* SSLCertificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 061BA8E4CD4AAB059102F90E /* SSLCertificate.swift */; }; - 2022F12D75E8936AD15221F4 /* HPACKErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834882550188530E54C8A07D /* HPACKErrors.swift */; }; - 20945393D08A7689F1D8ABFA /* Google_Protobuf_Any+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE0E9134712F3E93A3A66C41 /* Google_Protobuf_Any+Extensions.swift */; }; + 1E2E674947D4CF44ED959E3D /* empty.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 080546DEC512B202559280CD /* empty.pb.swift */; }; + 1EB153805304FDC57886A621 /* by_file.c in Sources */ = {isa = PBXBuildFile; fileRef = 307CA851CCFE9915FB27CD52 /* by_file.c */; }; + 1F64A1C214145B67F472C0CC /* pkcs8.c in Sources */ = {isa = PBXBuildFile; fileRef = 711F65D06CEBB79384E81930 /* pkcs8.c */; }; + 1F9744949D33DF034863FC71 /* v3_alt.c in Sources */ = {isa = PBXBuildFile; fileRef = E659A75329274280948AE653 /* v3_alt.c */; }; + 1FB138B7183E30626A163001 /* buf.c in Sources */ = {isa = PBXBuildFile; fileRef = BAFE5A8304915B7A28574934 /* buf.c */; }; + 1FB4628CBBAAD6ECFE16E829 /* ConnectionStreamsState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70DDC77588DBA927B33DE2B5 /* ConnectionStreamsState.swift */; }; + 2001C25106FDA06C1675F708 /* urandom.c in Sources */ = {isa = PBXBuildFile; fileRef = 838D747CF7593A70DA59D44A /* urandom.c */; }; + 20245853192A182C7BEEB4C3 /* WritePCAPHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3636977C3F988F3147E1BE0 /* WritePCAPHandler.swift */; }; 209BBE960EDAC91C58DA1F02 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 01E54717DF8812882A479430 /* main.c */; }; - 20D1995D8669EB313B8F2C27 /* Codable+ByteBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34884BC4F25DBAB4DA0AF754 /* Codable+ByteBuffer.swift */; }; - 20E53C6E586FA14662C589A3 /* GRPCPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDE614E1EA65B7EC7AD54766 /* GRPCPayload.swift */; }; - 21085B86A4169B415A78E4D9 /* AnyUnpackError.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC4E5A973C64F63AEEBD8331 /* AnyUnpackError.swift */; }; - 211BC33A51AD9D21F28FC536 /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 1DD7EC5A7B7C9D4D9A7F4C1B /* rsa.c */; }; + 20A5D2574D22E4EA14A9C736 /* GRPCServiceDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B03DC15DC9FC7DFFFFA3D58 /* GRPCServiceDescription.swift */; }; + 20D29A31675C8516F8CC8D2A /* CancellationError+GRPCStatusTransformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49FBE222AD12AD7B258898F /* CancellationError+GRPCStatusTransformable.swift */; }; + 20E100DD1CC2E89077A5893E /* montgomery_inv.c in Sources */ = {isa = PBXBuildFile; fileRef = E6DC44304E47E761B74AE838 /* montgomery_inv.c */; }; + 21EEEEFC7D9860DEA3C61A0A /* ConvenienceOptionSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87FDDABCA045C6A56C5D338D /* ConvenienceOptionSupport.swift */; }; + 222DF246A0C94B4C4E3CE14E /* chacha20_poly1305_x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = E402749C8E3F47094DEFB02C /* chacha20_poly1305_x86_64.mac.x86_64.S */; }; + 22A849A6A4D69DB6A246C065 /* ProtobufAPIVersionCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41A3C15A821CC6544139AAE1 /* ProtobufAPIVersionCheck.swift */; }; 22BECAD1425B83336D9973AD /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 65689CDD728D49E33DAAAFCB /* main.m */; }; - 232778B8FA34E64E9025993B /* v3_info.c in Sources */ = {isa = PBXBuildFile; fileRef = A87485C5F460DA66DD083AA2 /* v3_info.c */; }; + 22FF19645C787AFD98356742 /* StreamEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7706A4FAE5B117248CEDA26 /* StreamEvent.swift */; }; + 230568968F9C34A61E57B507 /* c_nio_llhttp.c in Sources */ = {isa = PBXBuildFile; fileRef = 11EB4AACFBC38A304A12955C /* c_nio_llhttp.c */; }; + 230821F474C42CBFED043211 /* tls_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = FBBC8A3AAED62E58F8ED3BA0 /* tls_cbc.c */; }; 232C6F5946207A6A51C3D3F7 /* UITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6A7B49CE03CEE55F8C30804 /* UITestsLaunchTests.swift */; }; + 232FB8A719C1C7B13CD039F6 /* ssl_cipher.cc in Sources */ = {isa = PBXBuildFile; fileRef = F58C90B4B5FF9A7C806E14E2 /* ssl_cipher.cc */; }; 23624A528204335D2F28FDD7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AEC214E4750445CF57C1429A /* Assets.xcassets */; }; + 23A3333894F33110D3652F13 /* NIOSSLSecureBytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 448C2F5232A669908677917A /* NIOSSLSecureBytes.swift */; }; 23C4764DD58445DBF2C91226 /* Person.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BE0AC7DEDC1E09945DF6803 /* Person.pb.swift */; }; - 23F088B2AC72592E6B3E8AC2 /* cbb.c in Sources */ = {isa = PBXBuildFile; fileRef = F87A708C16851282E47D2882 /* cbb.c */; }; - 2471BA49CB7F70C430A1E05D /* cpu_ppc64le.c in Sources */ = {isa = PBXBuildFile; fileRef = 446990DF603EA61C5D0B742C /* cpu_ppc64le.c */; }; - 24FC17FA3472A5D2DAF0239E /* DoubleParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E2BF71F02D75076C067C330 /* DoubleParser.swift */; }; - 2526361E4DFF25C4CC399559 /* ReceivingGoAwayState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72CDB566091CBA8F4787309 /* ReceivingGoAwayState.swift */; }; - 255B84587A235234E1FFD9D7 /* p256-nistz.c in Sources */ = {isa = PBXBuildFile; fileRef = E0D67E5B116729B9E19C885D /* p256-nistz.c */; }; - 2574F566A653D240A5E0EAC0 /* connect.c in Sources */ = {isa = PBXBuildFile; fileRef = 34A08F3A0ED5535DB6F11A12 /* connect.c */; }; - 25810196D25F7FE2BAEEB106 /* _MessageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F92550C311F0B3F50D60C11 /* _MessageContext.swift */; }; - 25A8D49B13A0B1F39F695F6C /* HTTPServerUpgradeHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3027A3731FA0F809A0762ED0 /* HTTPServerUpgradeHandler.swift */; }; - 25C4A4303454F2096A601730 /* HTTP2Frame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2677AD7480BF3CF48227A6F1 /* HTTP2Frame.swift */; }; + 240945182460AAD6E468FC9C /* Varint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0738FBB30679BC8CC0974501 /* Varint.swift */; }; + 2445624EABFC01382AE93FDE /* sha256-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 4B1F6885AF943956A243B669 /* sha256-armv4.ios.arm.S */; }; + 24EA2E59E261BD2FB9D30F82 /* GRPCClientChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1F68F63E2522CE523246359 /* GRPCClientChannelHandler.swift */; }; + 257506FDF09186D9CDE9C3AA /* HTTP2StreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF5F56C42A4F2BB3D12D6C7B /* HTTP2StreamMultiplexer.swift */; }; 25FAFAE501C89D9738B457C1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 015E6004A77E27E5BDBF92F8 /* Assets.xcassets */; }; - 261C7D5701B9FBFBCFDC6070 /* d1_both.cc in Sources */ = {isa = PBXBuildFile; fileRef = E76CB8DA085CBC1E33A56EDB /* d1_both.cc */; }; - 2623E5E8E5244CFF8F6A6049 /* x509_att.c in Sources */ = {isa = PBXBuildFile; fileRef = 346B136FBED8205F1476080D /* x509_att.c */; }; - 2652099E843060D3E3DE0D9A /* PoolManagerStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A3E5FA625E3C07194C36D23 /* PoolManagerStateMachine.swift */; }; - 2669B458B22CEB2CE2054070 /* TLSConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C140CB1A24FDC6198B41C62 /* TLSConfiguration.swift */; }; - 26ED87DFAF73F303A582291B /* x_all.c in Sources */ = {isa = PBXBuildFile; fileRef = C665926CD2170321456D5C0A /* x_all.c */; }; - 273BCD30F282C2387E55F39C /* HTTP2CommonInboundStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D604CC63F20DF26752EBBF0C /* HTTP2CommonInboundStreamMultiplexer.swift */; }; + 260174EDCC403E8BA03B2D9A /* x509_vpm.c in Sources */ = {isa = PBXBuildFile; fileRef = F6969776F7B7AEE3B0F22F0C /* x509_vpm.c */; }; + 261FAA74F6863FEF4559D5BC /* QuiescingState.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED29AD71D0526F8586CE2E0D /* QuiescingState.swift */; }; + 26308684D64714173B94D16B /* x509_v3.c in Sources */ = {isa = PBXBuildFile; fileRef = 9DBBCDF1A85D99F08F57280C /* x509_v3.c */; }; + 265D5CA15894A9D836B69C3E /* ssl_aead_ctx.cc in Sources */ = {isa = PBXBuildFile; fileRef = F35CEF8943AD2E534EB1BDE8 /* ssl_aead_ctx.cc */; }; + 2660594D1ADEC7ADDA4EE436 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97DBA0C856BE5B14FAA6AD5D /* Utilities.swift */; }; + 26E245487A0D96B7BD7FEB8F /* Call.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42A9E77775FE4AE36D64C157 /* Call.swift */; }; + 273B54FA43995C8A2C26384E /* Deque._UnsafeHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B77282D84E8363151D505765 /* Deque._UnsafeHandle.swift */; }; 27889020C443EFA79EDD9792 /* LibFramework.iOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 1EBCB856193A610747419205 /* LibFramework.iOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 2788EB6A61D3580C527B9C45 /* algorithm.c in Sources */ = {isa = PBXBuildFile; fileRef = EE8CB28699A399C579A965B5 /* algorithm.c */; }; + 27C10D9F7A9E8CE7C42A5459 /* chacha-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 3ACCD74C3DFCD8681A254696 /* chacha-x86_64.mac.x86_64.S */; }; + 27D6BFA605E532937087672B /* obj.c in Sources */ = {isa = PBXBuildFile; fileRef = 49075B67C59A5D9F1B5750CD /* obj.c */; }; 27D76B83D500EEA4B01EBCA1 /* UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C92817094989724C49C8102 /* UITests.swift */; }; - 27EA01F62FA874212951991F /* TLSVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = F55C5FA01C05394CD076A284 /* TLSVersion.swift */; }; - 2886DC95D226A67DD530EE6F /* digests.c in Sources */ = {isa = PBXBuildFile; fileRef = 8B353BEEFCC1BAA93AB677DF /* digests.c */; }; - 2890A7ADFEA855D1857914B9 /* BinaryEncodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2318185655310B3EDB02A9F /* BinaryEncodingError.swift */; }; - 28A901F7C434B2595C5D4BE3 /* GRPCClient+AsyncAwaitSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4C613800EA1AACD79CF9815 /* GRPCClient+AsyncAwaitSupport.swift */; }; - 28CB2D08658E3B69A18D9363 /* ReceivingHeadersState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C48F3922731A131B48B24DCF /* ReceivingHeadersState.swift */; }; - 28D4B456A503086EDC1E79EC /* aead.c in Sources */ = {isa = PBXBuildFile; fileRef = E87C22A6891F75CAEB18E858 /* aead.c */; }; - 28D994524B4AFE47B0A901C3 /* x_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 975FF9F64120EA88F24C0311 /* x_x509.c */; }; - 28F0CA9BBCBD4B66E7865B8B /* co-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 78C8FCDA60CF57E493A776B3 /* co-586.linux.x86.S */; }; + 2812F0D68E2479F14360D3BA /* IntegerBitPacking.swift in Sources */ = {isa = PBXBuildFile; fileRef = E86FE570D80EE3B21747F04F /* IntegerBitPacking.swift */; }; + 282CABF0B3CEAD254EA15CF6 /* curve25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 9B55DD49745687B86487FAC6 /* curve25519.c */; }; + 2871FC58C0E999D19989734F /* MaySendFrames.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73239C1BA55606F6DF25FC2F /* MaySendFrames.swift */; }; + 288FAFBBFE02686EB2A06893 /* GRPCClient+AsyncAwaitSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3BFD0DA9F233B4E6B778791 /* GRPCClient+AsyncAwaitSupport.swift */; }; + 28D96E069D024F42C41DABF8 /* Message+JSONArrayAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C51345F43448585836E9C8BE /* Message+JSONArrayAdditions.swift */; }; + 290DBF970BADFDA22D296DAD /* GRPCChannelBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA8A1E5530BAB89A241A14E2 /* GRPCChannelBuilder.swift */; }; + 29192CCC51BA548BAE13D3F0 /* x_all.c in Sources */ = {isa = PBXBuildFile; fileRef = 7D881A29D062EA519D0C2FB3 /* x_all.c */; }; 292CCE43F55F607AA4DFA35A /* ExtensionAssets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9D43DF405F8552589305B5B5 /* ExtensionAssets.xcassets */; }; - 292D985A1353146AEB0CC6C4 /* Google_Protobuf_FieldMask+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715119B3C9ECE091A97FFC9C /* Google_Protobuf_FieldMask+Extensions.swift */; }; 2933C701709AEF1FEE0D1A59 /* private_lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F5B724BDC1069B03FE231A1 /* private_lib.swift */; }; + 294B27C0B74D0EAFC3F7529E /* HTTP2FrameEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = E89DE830AF8B7F1D4B461CCD /* HTTP2FrameEncoder.swift */; }; + 299103AD7FFB4629C5A9CF36 /* tasn_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = BE2200ABB3E0D847E2A2606C /* tasn_utl.c */; }; 299393F3FDB453AA9FB4A466 /* lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78D06BF3F4D379602F04C828 /* lib.swift */; }; - 2A119A9BB5C1668F340C2041 /* ServerHandlerStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E00D4CC667D2E953D71C4F9 /* ServerHandlerStateMachine.swift */; }; - 2A4030589C5F9EF5D98B9169 /* ConnectionManagerID.swift in Sources */ = {isa = PBXBuildFile; fileRef = A22011C066B1C24E94AEBAB6 /* ConnectionManagerID.swift */; }; - 2A6AA690D108DB9B9B5924F8 /* _UnsafeWrappedBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5818FF1D939642802FD9C169 /* _UnsafeWrappedBuffer.swift */; }; - 2AC3CB91509F5CF6B1725CF6 /* evp_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 12F06C0F97B6F841A7071905 /* evp_asn1.c */; }; + 29A0D7D6369EA21B31B520FD /* bio_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E5D4087FA6F54EF45CEB505 /* bio_mem.c */; }; + 29B5E8ED7E2EC4D28B77AFFD /* e_tls.c in Sources */ = {isa = PBXBuildFile; fileRef = EF5E5DA8024B3C72D5717D6F /* e_tls.c */; }; + 29FEEDCFA70662EB9E372A29 /* crypto.c in Sources */ = {isa = PBXBuildFile; fileRef = 3B95EBF94992EE26EE434F5F /* crypto.c */; }; + 2A0BC009EE46C735AFA62366 /* p224-64.c in Sources */ = {isa = PBXBuildFile; fileRef = B34EF7881D82318793AA0594 /* p224-64.c */; }; + 2AC298889B929357A86C54BA /* ClientConnection+NWTLS.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46E83A97256A58BCF347BF2A /* ClientConnection+NWTLS.swift */; }; 2B1D66EE2CE6060155434A3A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 85E7714EA831CA635017CD09 /* Preview Assets.xcassets */; }; - 2B2A8E9FD7FE6BE750A3D55D /* HighLevelTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FD943C7C73D60A66163405A /* HighLevelTypes.swift */; }; - 2B4DE0278DAE32A04C743DD8 /* cpu_aarch64_apple.c in Sources */ = {isa = PBXBuildFile; fileRef = 18141A525D8C7373B7426F69 /* cpu_aarch64_apple.c */; }; - 2B64512141277CB8E955A2F0 /* HTTP2ToRawGRPCStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = F523C34871AF68EB8D07935E /* HTTP2ToRawGRPCStateMachine.swift */; }; - 2BE3F3F3B15DDAAF479E5242 /* chacha-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = DBCE785E31429CC9D53748B8 /* chacha-armv8.linux.aarch64.S */; }; + 2BA9E331D61E17F215AD3BB9 /* fips_shared_support.c in Sources */ = {isa = PBXBuildFile; fileRef = AD13D1E88B8EA1414440F6DB /* fips_shared_support.c */; }; 2BF789F6A8D1C1EAA55D8451 /* BasicTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3632237E836C0C7A637DB6E6 /* BasicTests.swift */; }; - 2C1435E142F32F3B12D1DAE3 /* DoubleWord.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFDA2F3C2159B7BE8B8327B9 /* DoubleWord.swift */; }; - 2C672DCE5DCAE15B7A2C5C5D /* sha1-armv4-large.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 3DA63C332FC530807C89A5B6 /* sha1-armv4-large.linux.arm.S */; }; + 2C2512A218BEEE5869AB91BF /* cbs.c in Sources */ = {isa = PBXBuildFile; fileRef = C4500C09585AC86E5B96A52D /* cbs.c */; }; + 2C8DD1ED2127ED0AFCBA3756 /* f_string.c in Sources */ = {isa = PBXBuildFile; fileRef = AE672E16881D86CFDABD2E09 /* f_string.c */; }; 2C934908C11AE8D7381D7457 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FC92166D9838E8767CE818C /* Lib.swift */; }; - 2CC54FFD1989AABEB123120B /* Resolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BADC1D03A3F8FDC057A5C21 /* Resolver.swift */; }; - 2CDC4E9C7DF0B4467888CE79 /* NIOExtrasError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E6B35A91FCC49202DD89FE1 /* NIOExtrasError.swift */; }; - 2D1E3AB9CA6EA74FA31B4BFD /* SSLInit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5031ED5BFF977313DCD65895 /* SSLInit.swift */; }; - 2D3625421ADADDA42FEFA9DE /* MessageExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 231540E7DD757A13143B42E0 /* MessageExtension.swift */; }; - 2D62B698CB27736A7460D90C /* api.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC4FB32CC1F5B3FEB77BFF9A /* api.pb.swift */; }; - 2D95615792AA2FDA734091E1 /* GetaddrinfoResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58F0DC0575372063744451B5 /* GetaddrinfoResolver.swift */; }; + 2CC94F4B1BDF8332C2BCBF75 /* UnaryServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E5B450F2888A67A58FABD46 /* UnaryServerHandler.swift */; }; + 2D7B25D0FA02A31504633149 /* NIOTSNetworkEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502EFCE621BE5749612CFCCC /* NIOTSNetworkEvents.swift */; }; + 2D808789B44DAF7D351A20B7 /* spake25519.c in Sources */ = {isa = PBXBuildFile; fileRef = ED3F8037CD3FE19921CAE3EA /* spake25519.c */; }; + 2D904A19137963CB4300BA02 /* x_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = 4BF5DD4455EF265945FB4BF5 /* x_x509a.c */; }; 2DCA185225DAE4A1F842E283 /* UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D877D8438CA7799E8AEC192 /* UITests.swift */; }; - 2DF8E98B7A57E70E2AF390F7 /* InterceptorContextList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6795884565CAC6AAEC98A20F /* InterceptorContextList.swift */; }; - 2E2DFA37B8F524745A99D013 /* printf.c in Sources */ = {isa = PBXBuildFile; fileRef = B50140D7962353C930BB185F /* printf.c */; }; - 2E53F1BF3DB5C70E6533D70F /* thread.c in Sources */ = {isa = PBXBuildFile; fileRef = E7CB3CA658E11BE1E5AC70E5 /* thread.c */; }; + 2DD0C4F3BE518C3BD498DFEF /* HTTP2ToHTTP1Codec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5697F5C092F07001DB48DF17 /* HTTP2ToHTTP1Codec.swift */; }; + 2E75F511C64578368CEAF5B7 /* atomics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371B5B32B68AC13A33144E5D /* atomics.swift */; }; 2E8D2E72F341F75D9730E2F5 /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BD403D59FD279723BD9B059 /* _CompileStub_.m */; }; + 2EB2E0445A7C6609EA0B62E9 /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCAB562BCE1FDD4908F4B0BB /* Version.swift */; }; + 2EC0F9CAA302E51D6ACB6A6A /* by_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = 614CDCFBB59C85B1486C1462 /* by_dir.c */; }; 2EC12F3E27668B6E9A133788 /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90CFB6EF0D91C328C13F3540 /* TestingUtils.swift */; }; - 2EDDD8C42047ADFB75EA67D4 /* siphash.c in Sources */ = {isa = PBXBuildFile; fileRef = 4E1BAF846E1CC655BD26254C /* siphash.c */; }; - 2F0AE687428B98BD6000365E /* HTTPPipelineSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6842AFF2D0795BF4A2FD62B3 /* HTTPPipelineSetup.swift */; }; - 2F3CE66F68187D3DD0BB8879 /* refcount_lock.c in Sources */ = {isa = PBXBuildFile; fileRef = 58CB59B05A9E0974922C62CD /* refcount_lock.c */; }; - 2FD87FE17E9F62A9DC283FCC /* rsaz_exp.c in Sources */ = {isa = PBXBuildFile; fileRef = 2D035C14DF849B058EC4738F /* rsaz_exp.c */; }; - 2FEE582521A5B61B1497D9FC /* MulticastChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1094B0E3AC1920609F9885CE /* MulticastChannel.swift */; }; - 3029933212F21319FA0E9125 /* params.c in Sources */ = {isa = PBXBuildFile; fileRef = DE84974741400D3A1BBFB257 /* params.c */; }; - 303B3454F5E549C8A81E042C /* UnsafeMutableBufferPointer+Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9080E9EEAC2B07AADE5A244C /* UnsafeMutableBufferPointer+Utilities.swift */; }; - 303E7B3E71D16314682D0F24 /* vpaes-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 2FA2B73F85E52BCA945C538A /* vpaes-armv8.linux.aarch64.S */; }; - 30EB6A9F25F6F80F88CB62CF /* aesni-gcm-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 6E42FAA12F121DCB4444D6B6 /* aesni-gcm-x86_64.linux.x86_64.S */; }; - 3117F11A090B5816F69E34F8 /* blinding.c in Sources */ = {isa = PBXBuildFile; fileRef = 45DDD4CF9B0E8D930EEF9F00 /* blinding.c */; }; - 312150CC051257C3BAE9AA04 /* EventLoopFuture.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCA368B8CE9945EF9B8F2EEE /* EventLoopFuture.swift */; }; - 3136009857619957AE9BAB4F /* ChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E3F0E7459917BEA103CE23E /* ChannelHandler.swift */; }; - 31D1D1D51EAD418913EFB5CC /* pem_all.c in Sources */ = {isa = PBXBuildFile; fileRef = F396ABA98B7D2613C8DDE359 /* pem_all.c */; }; + 2EEE14550E0A1C295B0A9E5E /* oct.c in Sources */ = {isa = PBXBuildFile; fileRef = 3205CAE0BA47C07E2CF50E6C /* oct.c */; }; + 2F0781FAA62A4FFF2B548D7D /* d1_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = A6FDE9165F4833623CF0CB1D /* d1_lib.cc */; }; + 30BF1313020FAE6080E6A86D /* IntegerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8FD20CCB5E9A8BC3BEF03E2 /* IntegerTypes.swift */; }; + 31129F39FBB709F992C8F38A /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EB7ED0CEAFA12E0932B1AD4 /* rsa.c */; }; + 31A4BC6782E3D1A450712A47 /* e_aesccm.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B994D82992E9DAB651B5F86 /* e_aesccm.c */; }; + 31AE21FAE31DBE020A5E9022 /* GRPCChannel+AsyncAwaitSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7FB7D28C57BAE2E45953F7 /* GRPCChannel+AsyncAwaitSupport.swift */; }; + 31BA6EE5E8AFACFA3A599D4F /* Google_Protobuf_Wrappers+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B77F5279837799B13A0B90B9 /* Google_Protobuf_Wrappers+Extensions.swift */; }; + 31D993D646EFFE87F98E10E0 /* armv8-mont.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 31FE62DBBD0157912DACA50A /* armv8-mont.linux.aarch64.S */; }; + 32250580FCA4732B08FA070F /* ghashv8-armx64.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = BB2F4A639F7414DAB1E07995 /* ghashv8-armx64.linux.aarch64.S */; }; + 32263102FF64A1E375D40BC3 /* thread_none.c in Sources */ = {isa = PBXBuildFile; fileRef = 0AC73377D1B500756F6E9CD7 /* thread_none.c */; }; + 328192A63A54459B6A8C538D /* cpu_aarch64_apple.c in Sources */ = {isa = PBXBuildFile; fileRef = 396937FBA1759C7D54FE045E /* cpu_aarch64_apple.c */; }; 3290F05FD4E6208AD26D893F /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 7CAB6D6261A03404DF4225C2 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 32B50438D9C1D44089CD3CB7 /* pcy_node.c in Sources */ = {isa = PBXBuildFile; fileRef = B75475F6B6790FC438812BBA /* pcy_node.c */; }; - 336BA07E168BC4F607141C53 /* Deque+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B4B5D3B5592D4437AAE025 /* Deque+Collection.swift */; }; + 33008F3153CF42240CCE1F35 /* HTTP2ChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 728EB48BF105CD28DC6F93F6 /* HTTP2ChannelHandler.swift */; }; + 335CBC465425ED97E6A89417 /* ProtobufMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7335E6AFBF186588B80C9BB1 /* ProtobufMap.swift */; }; + 33BF9F33322A69A35FA87D57 /* digests.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A8FD0E25BA5CF691BF1B170 /* digests.c */; }; 33C9107F190D8AE3E20C39F2 /* WatchOSAppUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7B005556CA96365E4CD9D39 /* WatchOSAppUITestsLaunchTests.swift */; }; - 33D3897F1C36880CD622FAC0 /* thread_none.c in Sources */ = {isa = PBXBuildFile; fileRef = 51CD89B56B4A20C2CFF95B82 /* thread_none.c */; }; - 33EC15D2F98A93036CBBED05 /* x509_cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 51090B88547DBA4A5141402B /* x509_cmp.c */; }; - 34200B5485C906DACE049250 /* GRPCStatusMessageMarshaller.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE1AB9307476945FDD387EAD /* GRPCStatusMessageMarshaller.swift */; }; - 3445B2B92E6A14A3BB8494CD /* HTTP2PingData.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAF6708CE4FECA73EC234D4E /* HTTP2PingData.swift */; }; - 3461194ADCC752C11F0BD163 /* ex_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 51022FE7C3B530D37D293E95 /* ex_data.c */; }; - 3472D9311F98139DAEB73CF8 /* TextFormatEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DF69505B30005294774B431 /* TextFormatEncoder.swift */; }; + 33C992B5B2423371D06C591C /* s3_pkt.cc in Sources */ = {isa = PBXBuildFile; fileRef = 473542CDB72AFC532744F213 /* s3_pkt.cc */; }; + 33E52F8DE124C2EE1763DD79 /* FieldTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A2C704C9630EBA433F34285 /* FieldTypes.swift */; }; + 341C5A5A2661E8A8789308A8 /* TextFormatScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11221B6477EAD94E9C2D5BE0 /* TextFormatScanner.swift */; }; + 346758B815FE63471DADFAD0 /* pem_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 9EFE019593DFD7EC14567917 /* pem_x509.c */; }; 34779941BB78F538351B0C0B /* CoreUtilsObjC.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DB1707851007E63305C749E4 /* CoreUtilsObjC.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 34786D1CB8453581A7EBEF00 /* Google_Protobuf_ListValue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B9FEFC102EA62A3A317C06D /* Google_Protobuf_ListValue+Extensions.swift */; }; 348A7405A84D3E4FBD9B8538 /* GoogleMaps.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6EAECE5BF330FB31BF938F31 /* GoogleMaps.bundle */; }; - 34CFC55609DC66578C1795F7 /* aes128gcmsiv-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 6F5B6DC5827179609550A011 /* aes128gcmsiv-x86_64.mac.x86_64.S */; }; - 34DB5791BD842AF8E7416C8D /* a_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CB230F8AC2C80FBE6189AA /* a_verify.c */; }; - 35191FBE0F6FA6836F5FB542 /* WatermarkedFlowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87A3337D70FCD5B7ECEA3262 /* WatermarkedFlowController.swift */; }; - 352EAA51E6183214DB4A0685 /* ExtensionFields.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B0E4007A0150775CAD9FD9 /* ExtensionFields.swift */; }; - 35BA05A1EF33C400C1E7CB1C /* chacha20_poly1305_x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 9F09DB5A8D670F0768537BAD /* chacha20_poly1305_x86_64.mac.x86_64.S */; }; - 3605C54445BB38ECB5CFC28C /* MessageEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCB6CB5FDD832F83A7281FFE /* MessageEncoding.swift */; }; - 3672CEA950D93394CA55EFC6 /* NIOLockedValueBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = C186AB85A49622035ABE33E1 /* NIOLockedValueBox.swift */; }; - 369A2D15194986329D4C9EA1 /* ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = F106960EF361CB2DE34018C0 /* ec_asn1.c */; }; + 35875F9D58EA15713DB0529B /* WatermarkedFlowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE00B9537C739E78B33584C /* WatermarkedFlowController.swift */; }; + 35934F8B16FF4D5DF8DC8491 /* handshake.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3DC5EFF186814C53F09DCF2A /* handshake.cc */; }; + 35D2D58178CF02971FE6BC6A /* ec_montgomery.c in Sources */ = {isa = PBXBuildFile; fileRef = 10E6DD0D02324B68B59C010F /* ec_montgomery.c */; }; 369BE4C45C89E24BF5B89491 /* WidgetExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = ACCBAFFBB5927FE7677AD3A7 /* WidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - 36EDED7505D9A7B87885ABF4 /* AtomicBool.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF951EFE205B5D9A723DB67E /* AtomicBool.swift */; }; - 36EF2F75CEB30FC1D1FA6A72 /* deterministic.c in Sources */ = {isa = PBXBuildFile; fileRef = 25200431CA075BBBE42AF570 /* deterministic.c */; }; - 36F9CB52F9BEB6977E3826EB /* ServerSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = A45828CB32BFA1FA0738A76E /* ServerSocket.swift */; }; + 36A1024555774CBCD3A8A5A6 /* PooledChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA4B971C35BCD56077649C1F /* PooledChannel.swift */; }; + 36C36E225E79802D26930FC1 /* any.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9B6F6A6EF3884F6FEEC515E /* any.pb.swift */; }; + 3728C3D8BDBA94D6D5607C50 /* f_int.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D0F47F2DE9F2D758CCE3316 /* f_int.c */; }; + 3770AA2B08C501767DC9EC35 /* x86_64-gcc.c in Sources */ = {isa = PBXBuildFile; fileRef = FC699DCAF73F648693223E3F /* x86_64-gcc.c */; }; 379ABDCAB2000606A34286D7 /* CoreUtilsObjC.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DB1707851007E63305C749E4 /* CoreUtilsObjC.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 37C5CF46F7E90D5A33D45AED /* _FakeResponseStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43A7CEFCF8665AEF25711DDB /* _FakeResponseStream.swift */; }; - 37E7ED673C631908BC628C8C /* GRPCAsyncRequestStreamWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EA5151005F2A9612BC1D695 /* GRPCAsyncRequestStreamWriter.swift */; }; - 37F6CE9C42D4F47181B76CDB /* DelegatingErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46808C7BB683E7294634F440 /* DelegatingErrorHandler.swift */; }; + 37F04ECCF95696DDB66252B2 /* tls_record.cc in Sources */ = {isa = PBXBuildFile; fileRef = 912100C3370A9623D88B3692 /* tls_record.cc */; }; 3803899939A9570691E9B89F /* Utils.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 2C7C5A1611AD27A599F53640 /* Utils.bundle */; }; - 380712BAA0A937941DAF98AD /* cpu_aarch64_win.c in Sources */ = {isa = PBXBuildFile; fileRef = B77C392F1EA3AB8943A7A0F6 /* cpu_aarch64_win.c */; }; - 38810FD541E21A5F34B6FC01 /* aes_nohw.c in Sources */ = {isa = PBXBuildFile; fileRef = A49C6C52CEEE348669979023 /* aes_nohw.c */; }; - 3896B39B5E2B93AA5CC7EB89 /* a_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AFE5BA8D26ECF25BF200111 /* a_digest.c */; }; - 38D7F91AF8906E2F8231B4EC /* mul.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C92C3EC64B83BFC5C6EE9B4 /* mul.c */; }; - 391F96A9391B6C935F9EF8C7 /* a_object.c in Sources */ = {isa = PBXBuildFile; fileRef = 28E367FF0C53D0AECF9FA79F /* a_object.c */; }; - 3931D3B3CEB8321D0DEE6BE2 /* sha1-armv4-large.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 749659C2B12087CBF9EA4DCB /* sha1-armv4-large.ios.arm.S */; }; - 3964D4A3623DE8D494B965C5 /* HTTP2FlowControlWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DEB81C28DAD9F6773C348CB /* HTTP2FlowControlWindow.swift */; }; - 3A0CF1E1B9D0D3D199B66447 /* Deque+Testing.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC823F181CA1B45501CD1648 /* Deque+Testing.swift */; }; - 3A98429EC336C2E9DE313E3D /* curve25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 02A638BC4DE7F6E7839011A2 /* curve25519.c */; }; - 3ABA79CE7F41962EF18D8152 /* p_rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 66CA6FE10E610708FB9F2A8C /* p_rsa_asn1.c */; }; - 3ACB89C9128F35EF97EB4720 /* v3_ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 48EF64D6F9A091D0214AA47B /* v3_ocsp.c */; }; - 3B169ACBDB902BC1663C446E /* v3_pmaps.c in Sources */ = {isa = PBXBuildFile; fileRef = D9BCB3372AD2246F2475CACB /* v3_pmaps.c */; }; - 3B5110CDBAFFAEC05E62AE68 /* ecdh.c in Sources */ = {isa = PBXBuildFile; fileRef = F7B31DC726A8BE7760E1805E /* ecdh.c */; }; - 3BB3EBB543E50DE136D3D84F /* HTTP2PipelineHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC1899ABC3AEEAECC892F071 /* HTTP2PipelineHelpers.swift */; }; - 3BE0E1203BFB7262D931FD4A /* chacha20_poly1305_x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 185F2CD8F39B5DEBC819F5E4 /* chacha20_poly1305_x86_64.linux.x86_64.S */; }; - 3C1279A8E8AD3B949543B77B /* AnyMessageStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79A1FA7042B0CD3C2082320F /* AnyMessageStorage.swift */; }; - 3C3C07E1DABFB6DEEFD34AA7 /* d1_pkt.cc in Sources */ = {isa = PBXBuildFile; fileRef = 634E1A9B127E7B15D64192C5 /* d1_pkt.cc */; }; - 3C5C21D17E274DCFFBEA01D3 /* shift.c in Sources */ = {isa = PBXBuildFile; fileRef = CF3A5F6631E5B1337A4DDC5F /* shift.c */; }; - 3CD6912C711E0B2ADF648AB9 /* des.c in Sources */ = {isa = PBXBuildFile; fileRef = 7139B375FD0AC48FE82AE023 /* des.c */; }; - 3CFEF80383C3982E5E9E82EB /* ServerHandlerStateMachine+Actions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC30C649C2FB1149B0784349 /* ServerHandlerStateMachine+Actions.swift */; }; + 38746EAFA1A2F56C36F48B01 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71CCE8914AFEA740C37100F2 /* Utilities.swift */; }; + 388D7223A783D9984EBA7EA2 /* ServerHandlerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55F738BA8517D61DC8F6BBC2 /* ServerHandlerProtocol.swift */; }; + 38A0DB47A6ADA4C06AF78525 /* ssl_transcript.cc in Sources */ = {isa = PBXBuildFile; fileRef = 055C345FCF3DD7A456D6D47E /* ssl_transcript.cc */; }; + 38F1A423B6878EE453E394CC /* ServerHandlerStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9FCB2DA9B7F6C783B11C002 /* ServerHandlerStateMachine.swift */; }; + 39618EF64ED5D95975275CF2 /* tasn_new.c in Sources */ = {isa = PBXBuildFile; fileRef = A583259F7A65C5E20FC92266 /* tasn_new.c */; }; + 3A43A0863EBA773F19C24394 /* p256-armv8-asm.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 3F8EA08E40F21CA8788A3416 /* p256-armv8-asm.ios.aarch64.S */; }; + 3A67C50D232EFB78D16ABFDD /* p256-nistz.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B96B6D5A11081DDE88B312E /* p256-nistz.c */; }; + 3B0DD72AE8CDDA9E6722BB12 /* p_ed25519_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = E49FE0F275E85F4420C98CFE /* p_ed25519_asn1.c */; }; + 3B6CECB28EB049ACF983362C /* print.c in Sources */ = {isa = PBXBuildFile; fileRef = 8FE8BFB68E22AE21232B1FF8 /* print.c */; }; + 3D00EEC2FEA1986A6543CE0F /* JSONDecodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C33FD1FE64A801A0F113A765 /* JSONDecodingOptions.swift */; }; 3D06AD45B262752009D91D24 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754CEA6FEB88C4D8BEAEEDFC /* ContentView.swift */; }; - 3DA6FEE8D09ED6C30B066C22 /* DatagramVectorReadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE964D8538036DC3E017D258 /* DatagramVectorReadManager.swift */; }; 3DB5B62545E1286F7EE7FF88 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 9BB6C73E3E87E48E1F2BA124 /* Localizable.strings */; }; - 3E15B850797D515FBAE4542B /* pem_xaux.c in Sources */ = {isa = PBXBuildFile; fileRef = 8A7611398BC5C9B32CD33497 /* pem_xaux.c */; }; - 3F7C11E227FAE13CF8575F59 /* IO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E301BF11503A2CFF6811849 /* IO.swift */; }; - 3FA1C861831B08280639F24E /* SocketChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA2FFA28C5994B046121BE90 /* SocketChannel.swift */; }; - 3FC09E37A037D72828AE8986 /* handoff.cc in Sources */ = {isa = PBXBuildFile; fileRef = 47D078CBC49AB2397E4E4BA6 /* handoff.cc */; }; - 3FD1F78170ACA27CF1F410D7 /* HTTP2Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074DD6CCBB104D558D1D2B4C /* HTTP2Settings.swift */; }; - 4095D71D054BBFD9DBA792B2 /* bsaes-armv7.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = FE3072B4C1CBF18F9D3C4376 /* bsaes-armv7.linux.arm.S */; }; - 40A2553C39DFDB97AFF46F0D /* bn_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C602E63A2C0E5AF2183AEF6 /* bn_asn1.c */; }; - 4153EC5DA51BEB4CFC6A4D0C /* HTTP2Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC3B4FA79AE67581798EA991 /* HTTP2Stream.swift */; }; - 41B5ABD485FF7EDCA85BC6DD /* ByteBuffer-conversions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E68FD65115A2AAA51F01E0C8 /* ByteBuffer-conversions.swift */; }; + 3DC795540A61E8C56FA3B4E6 /* ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = AB7EAC21B9366ABD6C5EA3E6 /* ctx.c */; }; + 3DDC9551D4BB910FA70CDDEB /* Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F89D20B7C68DE638C603E2 /* Linux.swift */; }; + 3E0DADCD22CE450D062EA7D9 /* forkunsafe.c in Sources */ = {isa = PBXBuildFile; fileRef = E1065E33DC71D6D319CB53ED /* forkunsafe.c */; }; + 3E0F66BFA7C555FB63EE3DE8 /* ssl_asn1.cc in Sources */ = {isa = PBXBuildFile; fileRef = CCBD0C009AD740638ED1155C /* ssl_asn1.cc */; }; + 3E3819F7368442640F0B9B78 /* montgomery.c in Sources */ = {isa = PBXBuildFile; fileRef = C9C7A21DB6AE68CEF5A462C3 /* montgomery.c */; }; + 3E503C775E07DC4BA9335A6A /* NIOAsyncSequenceProducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71532E89B7995637A49C5574 /* NIOAsyncSequenceProducer.swift */; }; + 3E834296D3887F606CA5D1E7 /* ConnectionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB9B381A210CE54E9973D502 /* ConnectionManager.swift */; }; + 3EE39CD05AD0B5E93E565414 /* a_bitstr.c in Sources */ = {isa = PBXBuildFile; fileRef = AEF342185CE1FBA1DF643760 /* a_bitstr.c */; }; + 3F121F97912E5F45CA9EA5BA /* ReceivingWindowUpdateState.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE8309256680D0301A40C52A /* ReceivingWindowUpdateState.swift */; }; + 3F16660E810A1CCE2597B191 /* cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 3626B939F2ADDF031FE8A6C9 /* cmp.c */; }; + 40248BF015C44DF550BD178B /* cpu_aarch64_win.c in Sources */ = {isa = PBXBuildFile; fileRef = 67F79AAA2982811D8B15677F /* cpu_aarch64_win.c */; }; + 40C90F5A926AA07C3E257171 /* a_bool.c in Sources */ = {isa = PBXBuildFile; fileRef = E65F8BF08F495638B812E776 /* a_bool.c */; }; + 40D3112B199EDA1F8D26AF0C /* BinaryDelimited.swift in Sources */ = {isa = PBXBuildFile; fileRef = C740693BB65230B4262AE736 /* BinaryDelimited.swift */; }; + 40E5FBFC7FF29935BCC955BF /* TimeLimit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 601A24017A9EC4DE1E71B126 /* TimeLimit.swift */; }; + 4105DF37711F4A01DECCC72E /* tls13_both.cc in Sources */ = {isa = PBXBuildFile; fileRef = 66EBD34EB269C520EE91F7CB /* tls13_both.cc */; }; + 41289309A59A81B4A206F939 /* Google_Protobuf_Any+Registry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12E49B73A38770F198DFDFB8 /* Google_Protobuf_Any+Registry.swift */; }; + 415B49EFC6681BE6A8778636 /* AtomicInteger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 770263D3056B27C3A92F2325 /* AtomicInteger.swift */; }; 41B6707F763AD85D6B2FEFFD /* c_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F21B55C0FF592EB8A6B490E /* c_lib.c */; }; - 41D924253D4D88C98EE403AF /* rsa_pss.c in Sources */ = {isa = PBXBuildFile; fileRef = C85C8FD12D6898CA35C3A8F6 /* rsa_pss.c */; }; 41DB78A7E34FA8CD9C820AB1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 015E6004A77E27E5BDBF92F8 /* Assets.xcassets */; }; - 421CDD55110283D369079D37 /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = B67DFD8EBAC5C016FE66C975 /* sha512.c */; }; - 423881BFAC70CC24B48C397B /* Varint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D440891BB740CACB310A8E2 /* Varint.swift */; }; - 424047177F8A0CB7654084C3 /* convert.c in Sources */ = {isa = PBXBuildFile; fileRef = 656D5D4876FFFF46AAB1A596 /* convert.c */; }; + 41DD9060884A55EE71C0A371 /* p256.c in Sources */ = {isa = PBXBuildFile; fileRef = 67D76F4B9DEAEFC3DFE6E942 /* p256.c */; }; + 42884F2926E52CAD4907EFF2 /* NIOAsyncWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B80DCF9F0C4F3F78E047DBFA /* NIOAsyncWriter.swift */; }; 42BCBAD32806EF1C0A79C722 /* OnlyStructuredResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = DF443AB455A2BDD3CD13671D /* OnlyStructuredResources.bundle */; }; - 42BEB498E836B84A0AA9A07B /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 516AE80F0EA683A6D450C5E9 /* Utilities.swift */; }; - 437C0FD93A3D51504F012AF5 /* ServerInterceptorPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC65A43DA0A4D0D5F62BEE7 /* ServerInterceptorPipeline.swift */; }; - 43AA4B92A3DE89E11F700216 /* p256_beeu-x86_64-asm.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 7FC74D9382AB87A053C43511 /* p256_beeu-x86_64-asm.linux.x86_64.S */; }; - 44B9B3A871A96C71D6F213A3 /* empty.c in Sources */ = {isa = PBXBuildFile; fileRef = BA2B3A8481AE1321C344E5FE /* empty.c */; }; + 42FF02A9912A580F5CBA9453 /* c-nioatomics.c in Sources */ = {isa = PBXBuildFile; fileRef = 64FC2958677472DC17157AB5 /* c-nioatomics.c */; }; + 431E3159FD9EE7EC78474880 /* poly1305_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 70B24001CEDFA220208F46C0 /* poly1305_arm.c */; }; + 435641545F7C70CABFF816F2 /* RNG.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F5E2207A42CE7FEB493E991 /* RNG.swift */; }; + 435A9B65071C185824D54188 /* BinaryEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FDB807DCF6873A162906891 /* BinaryEncoder.swift */; }; + 43713C4BB92324E04814D834 /* ecdh.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A98698E0AE0B982A1BAF085 /* ecdh.c */; }; + 43B1E7B6AAE5AF51BAC43917 /* _AtomicsShims.c in Sources */ = {isa = PBXBuildFile; fileRef = 789ECCE753851F38E85A124E /* _AtomicsShims.c */; }; + 442ABCBBB7A29242EDEB72F2 /* dtls_method.cc in Sources */ = {isa = PBXBuildFile; fileRef = CEBDCDD367524192A99E5B09 /* dtls_method.cc */; }; + 44A63B842951F789AFAB172F /* Deque+Extras.swift in Sources */ = {isa = PBXBuildFile; fileRef = A78DC3A9B48CFED00E2DFB0A /* Deque+Extras.swift */; }; + 44C339F208D755E12C9E0490 /* x_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = F5498CF31D7697957913CC02 /* x_x509.c */; }; 44CCF7814B20BAA241CAD818 /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 740A289F9A8080094B6D0B47 /* TestingUtils.swift */; }; - 45011A331189C46D0AC0179F /* buf.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B21EFB48BDD9747DFD65F14 /* buf.c */; }; - 45320853C799F349A5868550 /* pmbtoken.c in Sources */ = {isa = PBXBuildFile; fileRef = 0E44237A2AC38DE5E19280EE /* pmbtoken.c */; }; - 454ED863E63176D0525D8E40 /* TextFormatEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074C31418538349E79E8724D /* TextFormatEncodingVisitor.swift */; }; - 456E945F00AF80F850E6A68A /* pcy_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 01E7955C54FB41F35EF46BAB /* pcy_data.c */; }; - 457DAF1321AE4A7B78409599 /* ssl_session.cc in Sources */ = {isa = PBXBuildFile; fileRef = CB8FBEFB07A2F3ADAE3EBDD5 /* ssl_session.cc */; }; + 44EA0147AE4D8F36E64D4882 /* ec_key.c in Sources */ = {isa = PBXBuildFile; fileRef = F70FE19AA0C20AFF99AFB70E /* ec_key.c */; }; + 4501F13DC8C2F6AFBB8D8E40 /* CircularBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66120E36EF489D5C9D594D8 /* CircularBuffer.swift */; }; + 455118A0CFFB13627E470986 /* e_rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 8915369062F203A5DE5B20CF /* e_rc4.c */; }; 45A3BBF20DA02E90B721F5FD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 015E6004A77E27E5BDBF92F8 /* Assets.xcassets */; }; - 45C0B7C679BD29E4E77F4FB0 /* v3_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = CD48C894958117CDA33FA597 /* v3_lib.c */; }; - 4623A93737B88AFE5273B4AF /* GRPCChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82A020E2A2120EF9DCAF2879 /* GRPCChannel.swift */; }; - 462C3EE1E19D2553A69A9B72 /* SNIHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0EB819BDD80FA854D40C7C /* SNIHandler.swift */; }; - 465DC835F41F8F0F82B57159 /* Enum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C8CBC22D122325AB0DC23C9 /* Enum.swift */; }; - 46783ED0BF0572D5B5E9DE77 /* BinaryEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E9B48912457B8BECCB3CA6 /* BinaryEncoder.swift */; }; - 472616E33BBC1E81F426B90D /* BaseStreamSocketChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53E2812884FFD3C9733EDBCD /* BaseStreamSocketChannel.swift */; }; - 47476C96AEDAA5975E7BA641 /* OutboundFrameBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A4282436AED708DC63B290A /* OutboundFrameBuffer.swift */; }; + 45D8B66199B3533A607BF2F5 /* sha256-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 4738C85DAD9DD92764B26B55 /* sha256-armv8.ios.aarch64.S */; }; + 462F929D3DF8049297A5031A /* OutboundFrameBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BED95DB60895D53032AF48D9 /* OutboundFrameBuffer.swift */; }; + 46423042DFB7DBD75FD78051 /* x509_att.c in Sources */ = {isa = PBXBuildFile; fileRef = CFD02B64F199F00981B477B2 /* x509_att.c */; }; + 46A131462A30EF3C026E4A15 /* HTTPDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2D4BBD78F8665A970ED9AB2 /* HTTPDecoder.swift */; }; + 46A5AE81006F9828D9450AAD /* cpu_ppc64le.c in Sources */ = {isa = PBXBuildFile; fileRef = 47D4F10ACA3ADCA82E42B246 /* cpu_ppc64le.c */; }; + 46AF11242C38D37496CB171E /* EventLoopFuture.swift in Sources */ = {isa = PBXBuildFile; fileRef = 594980538E4E9AB258A74DA3 /* EventLoopFuture.swift */; }; + 46D222F4D63B3CA8582D25C0 /* NIOTSErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 186FE3570875B45A87849A8D /* NIOTSErrors.swift */; }; + 46E4EF99A7834DEFB492C9FC /* pem_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 53726CE8348B002B8586ED74 /* pem_pkey.c */; }; + 46F618AE11D40BA9117B2DF0 /* ServerBuilder+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84D3E0D30D1CF067C6BAF318 /* ServerBuilder+NIOSSL.swift */; }; + 470A7324A4C1BE63247E4935 /* Selectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F266A9C984FC390AADF22B3F /* Selectable.swift */; }; + 4719F3DC9C4462D262E3DDD3 /* sha256-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = EE0B0393E524BA62F2B4A2B2 /* sha256-x86_64.linux.x86_64.S */; }; + 47406FBA9148C1F3519AE710 /* p256_beeu-armv8-asm.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 78F5DCD7214C1DAE39C495FB /* p256_beeu-armv8-asm.linux.aarch64.S */; }; + 474F37D194C84EEA8EA536D0 /* asn1_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = E88018D1C9D2732D16F2AB87 /* asn1_gen.c */; }; + 47AA1DA8B00D1DD8F868D6D2 /* GRPCHeaderName.swift in Sources */ = {isa = PBXBuildFile; fileRef = B23A550B7C61472516FD7F2D /* GRPCHeaderName.swift */; }; + 47DADDD1850F3CE39E46B88D /* ec.c in Sources */ = {isa = PBXBuildFile; fileRef = 1B934333D974C6F1A6F679A4 /* ec.c */; }; 47F1D0E177C04DF3D1199710 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3AEA177BB6224E61DB6C52B4 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 485E817E4928487AE149F375 /* socket_helper.c in Sources */ = {isa = PBXBuildFile; fileRef = ECB5F632EFEDCDBDCB9412CB /* socket_helper.c */; }; - 4860459B5B2F4F4B41F146F9 /* System.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CFF58184D68B8E442CAFDCC /* System.swift */; }; - 48DE58D5CE84CE8F4B11B609 /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 639173A1FF5B512D9F09936A /* Version.swift */; }; - 495A874A8F592E0DC1CD19D9 /* BSDSocketAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2532480E19CE34B0029BA318 /* BSDSocketAPI.swift */; }; - 498CCF7AA67B7D11D2C88ADD /* key_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 8F6870C62A9399A20682B24B /* key_wrap.c */; }; - 49A1567C2ADF20C07A98BE34 /* ProtoNameProviding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B01C654B0AD0EB6B9FC0560 /* ProtoNameProviding.swift */; }; - 49AD9F8EAB641966F14207FD /* ghash-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 307DCD5440DD3D83B774659D /* ghash-x86_64.mac.x86_64.S */; }; - 49C815CF1DBA705CD19D7D35 /* NIOSSLHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F78917D8F74CF09A321B196 /* NIOSSLHandler.swift */; }; - 49D80DC7CD296F669CA8F26B /* generic.c in Sources */ = {isa = PBXBuildFile; fileRef = 47D28C094C392D4AF8432D5E /* generic.c */; }; + 481D04C266EE6B39FEC4E6FA /* evp_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 4B2EFA1FE9500514658B3031 /* evp_asn1.c */; }; + 4844095D8B1D8A64545CD3AA /* Locks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43BA0E47DE5633C1A8B05BA8 /* Locks.swift */; }; + 48E4E94AF7BF38694CE7483B /* BSDSocketAPICommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2426AB4008ED445F72966EA9 /* BSDSocketAPICommon.swift */; }; + 48E586533BEFD70A8676208A /* GRPCAsyncRequestStreamWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AB51919387C1FCE43343D8A /* GRPCAsyncRequestStreamWriter.swift */; }; + 498579C2C872D3F88C5416FC /* derive_key.c in Sources */ = {isa = PBXBuildFile; fileRef = AAB897278F675FA9EB9F1D4E /* derive_key.c */; }; + 49998AC50C35A31EADD8260F /* FieldTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = D564DF6945CEAD7C824EF7DD /* FieldTag.swift */; }; + 499D99A73D2EB928D183A331 /* asn_pack.c in Sources */ = {isa = PBXBuildFile; fileRef = 3D943B47B9154CC767DF211A /* asn_pack.c */; }; + 49AA2D4DD007DB39452BE4FC /* x_name.c in Sources */ = {isa = PBXBuildFile; fileRef = 29B2EF041DC76FEAB4D4A822 /* x_name.c */; }; + 49E029A9692E951CCE71E329 /* poly1305_arm_asm.S in Sources */ = {isa = PBXBuildFile; fileRef = 6E5A80EEC343C326B47A0251 /* poly1305_arm_asm.S */; }; + 49E2489A26D1A0396FB10A0A /* SingleStepByteToMessageDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24D47746DDA43E28FD45707D /* SingleStepByteToMessageDecoder.swift */; }; 4A23E48D941F964E102BC08B /* WatchOSAppUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0EF429C363C7A90D155EF12 /* WatchOSAppUITests.swift */; }; - 4AA84FD9DC5A530584677F68 /* div.c in Sources */ = {isa = PBXBuildFile; fileRef = BA9065B56DCEBD00C60AE70B /* div.c */; }; - 4AA866C2EFC9407AC5903DE2 /* AtomicOptional.swift in Sources */ = {isa = PBXBuildFile; fileRef = E20B6C102346DFFE92A1F6A5 /* AtomicOptional.swift */; }; - 4AD1C278F31DE6E7C8FB5FF9 /* refcount_c11.c in Sources */ = {isa = PBXBuildFile; fileRef = D69EA59862AA7E23C041BDCC /* refcount_c11.c */; }; - 4B0D517871A615D78E3C58A8 /* obj_xref.c in Sources */ = {isa = PBXBuildFile; fileRef = 3D6B1B1D9D8299757D1AC778 /* obj_xref.c */; }; - 4B28FF227ADF25235C8C4FF1 /* asn1_par.c in Sources */ = {isa = PBXBuildFile; fileRef = 7974FD84605CAF73C1CDA8F6 /* asn1_par.c */; }; - 4B39D18889BB896F7E1A78D3 /* ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 2DC4B0C0C55CBDDCC077378D /* ecdsa.c */; }; - 4B66BB14A5051EACA95755AD /* p256_beeu-x86_64-asm.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 531B3A82A8F6CFD9915D61CF /* p256_beeu-x86_64-asm.mac.x86_64.S */; }; + 4A3124A74674FEFAC0A0BB3C /* ServerCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A0E3F598F869F09B0506ECF /* ServerCallContext.swift */; }; + 4A4DE1AD7956EC0C4BA810A1 /* v3_crld.c in Sources */ = {isa = PBXBuildFile; fileRef = 5198D2568D4BC146DF5C49A3 /* v3_crld.c */; }; + 4A6F6E37B16616503669F20F /* scrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = BBBF6A59F80E85B6C8A506C8 /* scrypt.c */; }; + 4AA5B890E887954B4F833405 /* AtomicMemoryOrderings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A16A8C7AFF6CA1046A67738 /* AtomicMemoryOrderings.swift */; }; + 4AB4821C42136E85D9837969 /* aead.c in Sources */ = {isa = PBXBuildFile; fileRef = CD67FF5F314CFD89E0E6DDCE /* aead.c */; }; + 4AE657032C33B81245398D3C /* hrss.c in Sources */ = {isa = PBXBuildFile; fileRef = 08B6801B9C5DE4012F1A6DB5 /* hrss.c */; }; + 4B169AA7ED7FC45F9C7583F3 /* x_val.c in Sources */ = {isa = PBXBuildFile; fileRef = E3DF13877BF4831211C945E1 /* x_val.c */; }; + 4B3790D9402962A582D2E562 /* tasn_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = 424582C8417E0B9D92339805 /* tasn_dec.c */; }; + 4B9BDCFC59918BA3DE97D961 /* IntegerBitPacking.swift in Sources */ = {isa = PBXBuildFile; fileRef = E53F27486A1E499D0B84E978 /* IntegerBitPacking.swift */; }; + 4B9C29050A161856C3470202 /* bytes.c in Sources */ = {isa = PBXBuildFile; fileRef = 77364CE361324AB53F487509 /* bytes.c */; }; + 4BA4DE030CF8BF12613170E8 /* NonBlockingFileIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76B4608F257A6367BFC0723 /* NonBlockingFileIO.swift */; }; 4BAA64EC25430110196B80F8 /* dir in Resources */ = {isa = PBXBuildFile; fileRef = C6ACA6BBC268EAC0509D95BE /* dir */; }; 4BD67B9452542BE3A92A7AA0 /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73217494D59E999C91A2C0ED /* TestingUtils.swift */; }; - 4BDB47C97F2503CFC57B5600 /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D0567945BE8107E419399F9 /* base64.c */; }; + 4BDE015BE6A6E0FF86D9CEA2 /* NIOLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A834E37BF7888D58563E19A /* NIOLock.swift */; }; 4BEBB8BB8763249093521FAA /* Intents.swift in Sources */ = {isa = PBXBuildFile; fileRef = D82BE910301119343850F82D /* Intents.swift */; }; - 4C4FCD222DF2067B01BF5A2B /* Primitives.native.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8A73CC45C5300E4282C1ACC /* Primitives.native.swift */; }; - 4C5300066B0D90E45630FBB5 /* e_null.c in Sources */ = {isa = PBXBuildFile; fileRef = 88618C85919B3A8C708D9313 /* e_null.c */; }; - 4C9CBC1F871AB62D5B30C98A /* ssl_buffer.cc in Sources */ = {isa = PBXBuildFile; fileRef = F83E864F4598B2668C1EBDB6 /* ssl_buffer.cc */; }; + 4CBC419C612CA4CF025C78CA /* blinding.c in Sources */ = {isa = PBXBuildFile; fileRef = 611FBBF63603E3574B8826D3 /* blinding.c */; }; 4CC179CAEA860C7A7881AB33 /* Answers.mm in Sources */ = {isa = PBXBuildFile; fileRef = B9DB47B3BF933EF7CB4377E1 /* Answers.mm */; }; - 4CE1E2A0ED1630578968996B /* poly1305_arm_asm.S in Sources */ = {isa = PBXBuildFile; fileRef = B689CA7CA6214C97EF94B49A /* poly1305_arm_asm.S */; }; - 4CFDD22446E5D921C758F963 /* ClientInterceptorProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB48CE4AD56E3B0EB377D2D0 /* ClientInterceptorProtocol.swift */; }; - 4D0A4A811224060528AFEB05 /* padding.c in Sources */ = {isa = PBXBuildFile; fileRef = 60BEAC5F5708297F2072213B /* padding.c */; }; - 4D20721E50DFAF6E1D695B84 /* BidirectionalStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = E096CBBA1DF0EAB7CDAC9E0F /* BidirectionalStreamingCall.swift */; }; - 4D27A715F418CA2A992C3193 /* LogHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840810606A51BE9631DBABFD /* LogHandler.swift */; }; - 4D38D9313724D007D9B28040 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B91F8D5066F50A8E89FE34A /* PriorityQueue.swift */; }; - 4D58BD377F0414ACA41EF304 /* pool.c in Sources */ = {isa = PBXBuildFile; fileRef = 83DEB5E11525258D16FAFFF2 /* pool.c */; }; - 4DAC63DE90C0E8503AC291AB /* HasRemoteSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22695C34AE71643228ECB753 /* HasRemoteSettings.swift */; }; - 4E1470E75A9056DDCF47ACB9 /* LinuxUring.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5A0787F359A21B0BCED2E99 /* LinuxUring.swift */; }; - 4E4A56569F70A327C829C655 /* AtomicLazyReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49765A025C814C20CCFA9FAF /* AtomicLazyReference.swift */; }; - 4E90F6DE74F3B9A153DE352B /* GRPCAsyncSequenceProducerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A4B85529D7609889C995C8 /* GRPCAsyncSequenceProducerDelegate.swift */; }; - 4EFA747502E53C9132312AE7 /* SSLPrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = F70869B0DF66598893B23822 /* SSLPrivateKey.swift */; }; - 5032FA05A3952BCFA84ED53F /* div_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 3274E2E7D6BCE061D4B497BC /* div_extra.c */; }; - 507620BDCE59620747089E9D /* Zeroization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 112F22CDBCDBB2B29BEC88E5 /* Zeroization.swift */; }; - 509A2B90A245B259A6324718 /* ProtobufAPIVersionCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EA98AD1D0F11BBBF6B8A659 /* ProtobufAPIVersionCheck.swift */; }; - 50A0E935BDBCAB2EFE729224 /* _EmbeddedThroughput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32B4DC4D0A0AF61150CA0C3E /* _EmbeddedThroughput.swift */; }; + 4CF1742A37988B6C36B62444 /* ReceivingGoAwayState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3D5B2AF6C25D08DE158178C /* ReceivingGoAwayState.swift */; }; + 4D0EFB3FD271BE9AAC0A52CF /* Deque+CustomDebugStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DB4D9AB0CB375AFB0373EDB /* Deque+CustomDebugStringConvertible.swift */; }; + 4D533CA1EEC16D53549B12CA /* HTTP2Frame.swift in Sources */ = {isa = PBXBuildFile; fileRef = AEE2B211A51E99699F3F18B0 /* HTTP2Frame.swift */; }; + 4DD2484156D4FE664F75500C /* ghash-neon-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 23752BE871261BEAE17D2DB7 /* ghash-neon-armv8.ios.aarch64.S */; }; + 4DDA80B4C63AAF2CD9602F9F /* x86-mont.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = DA5B6F81562D0EAD7BF749DB /* x86-mont.linux.x86.S */; }; + 4DE4872BC3AC8074DC23D359 /* cpu_intel.c in Sources */ = {isa = PBXBuildFile; fileRef = B2A4350149C31296BE70ACA7 /* cpu_intel.c */; }; + 4E23FB44B63390EAC9B4BEA9 /* SendingDataState.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDBD0FDAED5E4634EE7B1FCB /* SendingDataState.swift */; }; + 4E40FE208C2B1F3BCEED73F1 /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4C19C281C2B4A44E268B98F /* FileDescriptor.swift */; }; + 4EACDCA12CD3968A1CD0F8CF /* TLSVersion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2372735CEC76F60CECF89C4D /* TLSVersion.swift */; }; + 4EB4D16A9D45879A466D2724 /* handoff.cc in Sources */ = {isa = PBXBuildFile; fileRef = 22EC5E667FB790BBF0A999B0 /* handoff.cc */; }; + 4F3EE332B85A00A52505DF28 /* ServerInterceptors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BE33AF4AC38A4DE982F8D2E /* ServerInterceptors.swift */; }; + 4F974EDA0FB426E3B2CEAF00 /* JSONRPCFraming+ContentLengthHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E466C7C87DCBA22A4F2C0BD /* JSONRPCFraming+ContentLengthHeader.swift */; }; + 4FCA37A19FEDC92F52964A28 /* p256-armv8-asm.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = EF14FE1537163950DC3D754A /* p256-armv8-asm.linux.aarch64.S */; }; + 5052607484296758413EC79A /* JSONEncodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F290ABA4A87E70B5A826DC33 /* JSONEncodingOptions.swift */; }; + 50528BC5C377902A491B0A74 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BE6FED634D0663015D2B0AF /* sha256.c */; }; + 5068759D3DB5D09823D05C39 /* GRPCPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 967DDC2B3143225C658C95C8 /* GRPCPayload.swift */; }; + 50853447366802036C006411 /* HTTP2ToRawGRPCServerCodec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05A01914365B8304A0EFA861 /* HTTP2ToRawGRPCServerCodec.swift */; }; 50AC6A0F5882500957FBF137 /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BD403D59FD279723BD9B059 /* _CompileStub_.m */; }; - 50F0B97B9535559FDAA16E62 /* NIOTSConnectionBootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3631266778050E05419F954C /* NIOTSConnectionBootstrap.swift */; }; - 518943FA64EF269A2CA0EFBF /* pkcs8.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E73ABD07E29EB14E0A13B26 /* pkcs8.c */; }; - 51AC27819DD54D670D2ED04D /* TCPOptions+SocketChannelOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCFAD9086F5274598BD0EECC /* TCPOptions+SocketChannelOption.swift */; }; - 51EABC3BC7FDCBBE27BCEB07 /* ConnectionPool+PerConnectionState.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9948A3A6CCA939A59251C52 /* ConnectionPool+PerConnectionState.swift */; }; - 5248C7A63A74F3EF50A0C44D /* UserInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = A646C2363611BCA51107AC1B /* UserInfo.swift */; }; - 524B3E67C7D4C345C7D6CCA0 /* NIOSendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AE62913C639F0E5B41D750E /* NIOSendable.swift */; }; + 50D6720246AA5D8E99A6B374 /* wnaf.c in Sources */ = {isa = PBXBuildFile; fileRef = B98F15323EB1A3281754F1EC /* wnaf.c */; }; + 50FFB7C58547346F3D432D35 /* NIOSSLHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A1CB21716FEAA75FC33F20C /* NIOSSLHandler.swift */; }; + 5101C0A6C663A1ABD43AC8E4 /* v3_pcons.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D25D1B35C96BA09A84BE2B6 /* v3_pcons.c */; }; + 511D4669C95CA80F8C3E0B58 /* SimpleExtensionMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 694D825E401D5A76FB436586 /* SimpleExtensionMap.swift */; }; + 52299D69DA4E4FC645443C42 /* chacha20_poly1305_x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 86B4ADF1189187C0083BC4B0 /* chacha20_poly1305_x86_64.linux.x86_64.S */; }; + 52339F5EC7261BA37B07563B /* x_algor.c in Sources */ = {isa = PBXBuildFile; fileRef = B9AAE28233DCF1E435BC3BA8 /* x_algor.c */; }; 527F03BE92A466819AB47CBD /* lib.m in Sources */ = {isa = PBXBuildFile; fileRef = A05675A4B440A99E53CDBBA4 /* lib.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 5280AFFF088578AE26EAB5F3 /* urandom.c in Sources */ = {isa = PBXBuildFile; fileRef = ACBEB609A7E1E44A0B325976 /* urandom.c */; }; - 52891C0AB998F80423552A3A /* _DequeBufferHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0ED057BC048B1FF46347CE9C /* _DequeBufferHeader.swift */; }; - 52F07DE2503B5657865D96DF /* AtomicMemoryOrderings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DAC94B256DD7A76D2BD88AF /* AtomicMemoryOrderings.swift */; }; - 52F648945E4B8F52161FFC8A /* QuiescingHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0EA3059FD6DAB2DACEBB8E /* QuiescingHelper.swift */; }; - 5316E519F6BB8A680F7346EB /* chacha-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 097C89907673CF327C5383DD /* chacha-armv4.linux.arm.S */; }; + 528C50DB4660D4875537DEB1 /* HuffmanTables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE174AAE352A5C16E110E84 /* HuffmanTables.swift */; }; + 528D56DDB54B7CE5B0C6BC1D /* ClientStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36C0F99ED43A1B7B0CAE5661 /* ClientStreamingCall.swift */; }; + 52AB298E1C82A73466DE54AA /* SecurityFrameworkCertificateVerification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49421B7FAB92B47E6103A336 /* SecurityFrameworkCertificateVerification.swift */; }; + 52BF3746E23F28B49DF8FD87 /* StreamStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 826186A211999847AA94B26E /* StreamStateMachine.swift */; }; + 52C1F5AFE66EB75159EC04D1 /* refcount_c11.c in Sources */ = {isa = PBXBuildFile; fileRef = 82119B5AD4329B6C3CC1802C /* refcount_c11.c */; }; 53212E3B2F5BB5FD4ABDFCF8 /* CoreUtilsObjC.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DB1707851007E63305C749E4 /* CoreUtilsObjC.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 5348267D118372436DC55580 /* polyval.c in Sources */ = {isa = PBXBuildFile; fileRef = 65A82E11C262555F445464F8 /* polyval.c */; }; - 53754FBB968AF48D6FE5FDC2 /* x509name.c in Sources */ = {isa = PBXBuildFile; fileRef = 83777E53556DD4DEC9343534 /* x509name.c */; }; - 53B2489FC32F2DEB7589CD04 /* mode_wrappers.c in Sources */ = {isa = PBXBuildFile; fileRef = 88BF95950FA256D32FF04ABA /* mode_wrappers.c */; }; - 53D3E609E8C4B69D342443C2 /* Embedded.swift in Sources */ = {isa = PBXBuildFile; fileRef = 831138336E8843B0A49BCB3A /* Embedded.swift */; }; - 53D48929DDC4D03D503E5114 /* QuiescingState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 320176D449F1B08A4EE9DBDF /* QuiescingState.swift */; }; - 53D8F6797A6C4281054C357A /* Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8408A04284F554D26A4A5FB /* Linux.swift */; }; - 541CC05A4F0D6DAFF9D1A49C /* ssl_cipher.cc in Sources */ = {isa = PBXBuildFile; fileRef = 287D4FAF471770BF5E86D01F /* ssl_cipher.cc */; }; - 54ACBA9B0B2AE8606868BA35 /* RemotelyQuiescingState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C3C85927052E68673F25FE /* RemotelyQuiescingState.swift */; }; - 54C42AF644915C3230C187D5 /* handshake_server.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8A950E763E703D2F24B1586C /* handshake_server.cc */; }; - 54FF3DD879F7B441529E7C56 /* StreamLender.swift in Sources */ = {isa = PBXBuildFile; fileRef = A96950997DD5798C3351C3A2 /* StreamLender.swift */; }; - 5568C093AA9E07B1521BA8F7 /* EventLoopFuture+WithEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0281BB4AD7F230896CBDB806 /* EventLoopFuture+WithEventLoop.swift */; }; + 535129853D0C645BED3D8EF6 /* digest_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = CC9247EA44EE4B8F0B46FF7B /* digest_extra.c */; }; + 537F10C6CA2D5B036DBAD219 /* ecdh_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 71DA034562C60C5E95E51224 /* ecdh_extra.c */; }; + 53A405B4A05133C45702217A /* DebugInboundEventsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BAD88A1C629CC13315618A7 /* DebugInboundEventsHandler.swift */; }; + 53DD32D5B093F113D955BA80 /* asn1_par.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BFECE4BC262073E1DE1A35F /* asn1_par.c */; }; + 54381D2215E361A3935AB908 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F492A00AB1721F3E053269B3 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift */; }; + 543D47D5D18910773E5AB475 /* x509_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = F12E0048F3D3C979630FA6C8 /* x509_ext.c */; }; + 550B839DE273896CE152FCBD /* IO.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDBB539EB9BDA6918D3E0E13 /* IO.swift */; }; + 55797D447AD43948ABD8CDDA /* SendingRstStreamState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E8F78B1631C8F679CF72F07 /* SendingRstStreamState.swift */; }; + 558200DBC6C6B1F082604EFE /* DebugOutboundEventsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7247ACF4522D3675118C1CDC /* DebugOutboundEventsHandler.swift */; }; + 55858EC91167191FD2966A6B /* HPACKEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165E0D27386DE52485F3A0E8 /* HPACKEncoder.swift */; }; + 558ADB004DE0883DBDD80180 /* SelectableEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92D219284ABA9E84B3390603 /* SelectableEventLoop.swift */; }; 55C067CC07B2B164C7230498 /* defines.c in Sources */ = {isa = PBXBuildFile; fileRef = 165FFE61D8C34CB4238C6C68 /* defines.c */; }; - 55F3855FBC8D641AB6C2A9B7 /* Unmanaged extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 446AF217089CBD60F1F9A661 /* Unmanaged extensions.swift */; }; - 560D9CD94F7490B33E183007 /* v3_bitst.c in Sources */ = {isa = PBXBuildFile; fileRef = 60A12F937BEC94AC42C0D249 /* v3_bitst.c */; }; - 56DCF1586D04C33553469AEE /* Array+BoundsCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A6FD477BA5DED5E68D43156 /* Array+BoundsCheck.swift */; }; - 56E5BE513A1D7709685C1AC2 /* UniversalBootstrapSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D1DA608244B84BCC5AECA84 /* UniversalBootstrapSupport.swift */; }; + 56BD0193C5DAE46D6F602C1E /* digest.c in Sources */ = {isa = PBXBuildFile; fileRef = AA2B33DCF1B77B336F6F7C0F /* digest.c */; }; + 56D6BB093BD5552939F30A87 /* UniversalBootstrapSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 256A219C6252128501D9C835 /* UniversalBootstrapSupport.swift */; }; 572FAFBEE3430463CCAE4F92 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 015E6004A77E27E5BDBF92F8 /* Assets.xcassets */; }; 5748C8D48BA08EF8C2F33D56 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FB7044ABA509755C2214F8C0 /* Assets.xcassets */; }; - 57B760CC3EED2F33900A05F6 /* JSONDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A45055A427C3250ADE8CCF9 /* JSONDecoder.swift */; }; - 57CA7471C634EAECACC211C9 /* liburing_shims.c in Sources */ = {isa = PBXBuildFile; fileRef = C7C8E4C405071A2836C4D4ED /* liburing_shims.c */; }; - 57D62AC36E90BD63412E3A44 /* ByteBuffer-aux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59C52FDBDBF5C6D608F3EF63 /* ByteBuffer-aux.swift */; }; - 57EB9F325962C84352E9FE0D /* rsaz-avx2.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = EF50D89D1EAE03C7B53FB343 /* rsaz-avx2.mac.x86_64.S */; }; + 57827F864E5C105F82F70459 /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83835496FF4C136F786C6E99 /* Version.swift */; }; + 57932ABE93C372628F964CBA /* duration.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 870639E342CC9673F776A2E2 /* duration.pb.swift */; }; + 57EADC616FFAF3B7FF7D1D5B /* NIOAny.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20F69F39AF13D29F5B240854 /* NIOAny.swift */; }; 57EED96B528606A8CFEB0E68 /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BD403D59FD279723BD9B059 /* _CompileStub_.m */; }; - 581B8932E050325917E66266 /* md5-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 241EA9F1397C9454F1485423 /* md5-x86_64.mac.x86_64.S */; }; + 582F642C7B8077A8CAE6654F /* blake2.c in Sources */ = {isa = PBXBuildFile; fileRef = C1FC70C4F12FE1EAE07F941B /* blake2.c */; }; 5842FE679CC4B14887D01058 /* LibFramework.tvOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F7B18D45E415DC9708319FCC /* LibFramework.tvOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 586DDBE70C1820D203A7F766 /* FixedLengthFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D19D11981B37EAF9222E9055 /* FixedLengthFrameDecoder.swift */; }; 589A21714510243C1E9C6C42 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 65689CDD728D49E33DAAAFCB /* main.m */; }; - 589E40A3E950CDCCF22DDA27 /* HTTP2StreamDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B78E12C231FF4075D971D19 /* HTTP2StreamDelegate.swift */; }; - 58DBDCF194B3F454338C935A /* SendAndReceiveGoawayState.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF8D4AC83508CE4E2F359DF0 /* SendAndReceiveGoawayState.swift */; }; - 590714BC2D75AFEB679540FC /* DynamicHeaderTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6488AC30C62DF1A40F8DC17 /* DynamicHeaderTable.swift */; }; - 5984A2164BED622A5785B3E7 /* ServerErrorDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5588F8813811A353C2E3D1E /* ServerErrorDelegate.swift */; }; + 58B8C897274C0688DBE347DE /* x_pubkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 3C8A29BC7BA7E38291D860A1 /* x_pubkey.c */; }; + 594AEEF59E677731237CCBF2 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 15C514257E248A01B1064621 /* util.c */; }; + 59589F9FA43E5B00EE2B5DC2 /* DeadChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DABE82666C465A23490D8018 /* DeadChannel.swift */; }; + 596498269E99FEAE57916760 /* LengthFieldBasedFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9966D383C9150C47B873E7D5 /* LengthFieldBasedFrameDecoder.swift */; }; + 597CC2629488F558A9B400BF /* ClientCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CBC9DDC76A0313F2F017D70 /* ClientCall.swift */; }; 5992E77EED0D2F411DBD3557 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 74A3DF395E3D5D50857214BC /* Assets.xcassets */; }; - 59BEDE126519023C99C7EB85 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 16CD5D5B969A5DAA2500E525 /* sha256.c */; }; - 5A29806ED27E3F0667BA4E4A /* GRPCWebToHTTP2ServerCodec.swift in Sources */ = {isa = PBXBuildFile; fileRef = E99E8FBA365B517FC46362CC /* GRPCWebToHTTP2ServerCodec.swift */; }; - 5ADB3F7E9E9F9DDD1A69B5FF /* HasLocalSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EAA5EBE59B7B2E0CED747F5 /* HasLocalSettings.swift */; }; - 5B278BFD02E55C9288052D68 /* CoalescingLengthPrefixedMessageWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C30DA8AFB1D18ADA82734CF0 /* CoalescingLengthPrefixedMessageWriter.swift */; }; - 5B3A406FEC0EEE17E6095CFD /* ConnectionBackoff.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1D8A9606D2886CF2BDC51F4 /* ConnectionBackoff.swift */; }; + 5AA2C5F4A7D2CDD51402AD8D /* jacobi.c in Sources */ = {isa = PBXBuildFile; fileRef = D1996CDB95C4D8AFBB0DA536 /* jacobi.c */; }; + 5B025F5DAC52823D77529C9A /* x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 447C35ED2A315F67F6B5DC1C /* x509.c */; }; + 5B15EA238165063AD8053FD1 /* RecvByteBufferAllocator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D47E6312922C8BEE0A4E06 /* RecvByteBufferAllocator.swift */; }; 5B870C9EF77870363779257E /* bucket in Resources */ = {isa = PBXBuildFile; fileRef = 1AED2FAFCF0E7875CBA98028 /* bucket */; }; - 5B8B860631D7C24D248705C1 /* FileHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6B90DAEEF8A74D44C89F6B6 /* FileHandle.swift */; }; - 5BD0637E4214CAF6C358EA87 /* a_int.c in Sources */ = {isa = PBXBuildFile; fileRef = FEF7F3EA02F8FE84D1EB8D9B /* a_int.c */; }; - 5BFC0F6569CF72087A1EAE79 /* NIOSSLSecureBytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB5483E3F246DA3E624ABF99 /* NIOSSLSecureBytes.swift */; }; - 5C01338A34F9B8DCF384F5EB /* hash_to_curve.c in Sources */ = {isa = PBXBuildFile; fileRef = 7AA0611A39D89B108AF5174F /* hash_to_curve.c */; }; - 5C13CC48B669AC0F9E894FE0 /* v3_akeya.c in Sources */ = {isa = PBXBuildFile; fileRef = A4B24C5548A5D3D65E84A88B /* v3_akeya.c */; }; - 5C326D860E8812691A973983 /* ReceivingDataState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3651772BA50B95601394597D /* ReceivingDataState.swift */; }; - 5C410738F49B60754E54E38F /* t1_enc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6EE4103B4ABBFAB5C2578711 /* t1_enc.cc */; }; - 5C94B20A5D5BC7DC228EC6FB /* NIOTSEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC715AF4937B5F0A317202E1 /* NIOTSEventLoop.swift */; }; - 5CEE4EE80D66498557049428 /* Zlib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AE2FFD051B05D9E69901260 /* Zlib.swift */; }; + 5C00BA02C7DD715D83FD9092 /* aesv8-armx32.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = F9FBD5889862DF336928BA22 /* aesv8-armx32.linux.arm.S */; }; + 5C5CD5490EA682F793CC19A7 /* HasLocalSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05333B24725200844B02F3B3 /* HasLocalSettings.swift */; }; + 5CB39D3778E32D044C49A67E /* EventLoopFuture+RecoverFromUncleanShutdown.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78F0F693B9BAB3E926E1ACD /* EventLoopFuture+RecoverFromUncleanShutdown.swift */; }; + 5CCEAFE5D851CA68D45661AE /* p5_pbev2.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D84E7AD2C77F970D8BA3CE8 /* p5_pbev2.c */; }; + 5CDAACE426864DD378886A0E /* simple_mul.c in Sources */ = {isa = PBXBuildFile; fileRef = 1C3F00F69D6FAFD007B29C20 /* simple_mul.c */; }; 5CF9C172EC1643B89FBA323A /* LibFramework.iOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 1EBCB856193A610747419205 /* LibFramework.iOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 5D06940233779FFB7B1894FD /* cbs.c in Sources */ = {isa = PBXBuildFile; fileRef = 4AE0605814874C7E38EF0295 /* cbs.c */; }; - 5D129B96DAC5921E185F2DAA /* x_name.c in Sources */ = {isa = PBXBuildFile; fileRef = 15B79A754D667C53678E4F35 /* x_name.c */; }; - 5D15D154369581BA5C544C60 /* blake2.c in Sources */ = {isa = PBXBuildFile; fileRef = CA1C681A7563A7CCB58F5D50 /* blake2.c */; }; - 5D21C1D81CC864291A76B782 /* WireFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96B2DB808D6101795CCC6472 /* WireFormat.swift */; }; - 5D8C0B365C22850A87ED2779 /* MarkedCircularBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22DE223119F8F1B09EB87BF7 /* MarkedCircularBuffer.swift */; }; - 5DB0B20AA4060862B35DE4FF /* tasn_new.c in Sources */ = {isa = PBXBuildFile; fileRef = 88A1B41522C003CDCC4F37F5 /* tasn_new.c */; }; - 5DB67FAE3F7A5006EE5C8C75 /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 86A8CDF268896FB4F50CBE81 /* dsa.c */; }; - 5DFD58DA7FEF442E85DCD2E4 /* StaticHeaderTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 301EF818041095AEC83007D7 /* StaticHeaderTable.swift */; }; - 5E67127C303517EC3FA24014 /* a_print.c in Sources */ = {isa = PBXBuildFile; fileRef = C1934CE76BE901E94AE9E35D /* a_print.c */; }; - 5E748A0B5E83C88D84783FA1 /* ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7143FB3570C8ED009C27C /* ctx.c */; }; - 5F237D98470E13DE639E8DF3 /* bsaes-armv7.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 0E7635BA64C8D8004F6DFEAE /* bsaes-armv7.ios.arm.S */; }; - 5FC9D9DC1A7A735DB9B4D9C5 /* IO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D984990D1389A17DD2A1484C /* IO.swift */; }; + 5D356CC5F671F927B7F424AA /* TLSVerificationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958327DDE7B09A152BD8EBB7 /* TLSVerificationHandler.swift */; }; + 5DB7AE1BD9C3B596B4474FB9 /* a_gentm.c in Sources */ = {isa = PBXBuildFile; fileRef = CF2893846668FE949F8BF7B5 /* a_gentm.c */; }; + 5E49F5C86336BA0363CE2056 /* ssl_key_share.cc in Sources */ = {isa = PBXBuildFile; fileRef = 397584CECD6F32E7AE4C2CFA /* ssl_key_share.cc */; }; + 5ED9331A7BE08CE4EAA8FD7D /* chacha-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = D43B599E772DE483C643D23A /* chacha-x86.linux.x86.S */; }; + 5EF434024BF179ACAD045C77 /* siphash.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C9BF69CA5EEFB93E9EDB66D /* siphash.c */; }; + 5F0505C0E1CAA713E33C1632 /* BSDSocketAPIPosix.swift in Sources */ = {isa = PBXBuildFile; fileRef = C64240E37603CCE2EE497E8D /* BSDSocketAPIPosix.swift */; }; + 5F43A854078FDCD0397690A0 /* RequestResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E407FE587210101D9B0E87D /* RequestResponseHandler.swift */; }; 5FD6470DB8CC16471082F3B8 /* LibFramework.watchOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 90FC1B8C28EBA9669CB888E0 /* LibFramework.watchOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 5FF304CFBC5B73F922ABE950 /* ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 19DFDC76B6DC4AF21039C13B /* ecdsa.c */; }; + 5FFEFCD4F6E26CBB65ADDD22 /* ByteBuffer-aux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C82B68BABE39BAA9BC4B2D3 /* ByteBuffer-aux.swift */; }; 601DB89F17A2C44AE12A9568 /* iOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 287845DB347C55799A465CCB /* iOSApp.swift */; }; - 604B9DE67192C343D00ED4AA /* JSONRPCFraming+ContentLengthHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D46377A40841E4F1F89AF12B /* JSONRPCFraming+ContentLengthHeader.swift */; }; - 604EBE22C2256504A7073709 /* SelectorEpoll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79987A70DAD9E6B759BEEB0F /* SelectorEpoll.swift */; }; - 6068473D0FCE7FE948341B2C /* UniversalBootstrapSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57220A421247E214F490DE7A /* UniversalBootstrapSupport.swift */; }; - 6102F39E6BEC62C3BD64CDF5 /* SimpleExtensionMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9BB8E455B4C20B518B56763 /* SimpleExtensionMap.swift */; }; - 615683E8306DA0E4F87CB666 /* StreamState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C55881D64D6B369C2264F7B /* StreamState.swift */; }; - 6183BFFE1D9C4BB630CEAE5B /* p_x25519.c in Sources */ = {isa = PBXBuildFile; fileRef = D1FC60DF0726010D8B590292 /* p_x25519.c */; }; - 6271C93CEFDD330A5477A456 /* c_nio_http.c in Sources */ = {isa = PBXBuildFile; fileRef = 9013985E69C649BA633ED633 /* c_nio_http.c */; }; - 628A860C9CB5203D45B3DED9 /* SecurityFrameworkCertificateVerification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5029DAE65549125A75EB5925 /* SecurityFrameworkCertificateVerification.swift */; }; + 604BD3007CC0751B269FDCAF /* BinaryEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23CC291F90CA05D78421AFBB /* BinaryEncodingVisitor.swift */; }; + 60C17E1A8093DD1C531B0D1F /* ghashv8-armx32.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = C8A48AD4A12D9DCEBCD5F151 /* ghashv8-armx32.linux.arm.S */; }; + 60E77D29958BB0103C135F60 /* TextFormatDecodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CA05565B7402F1186B88AC4 /* TextFormatDecodingOptions.swift */; }; + 60E933680517CDE05C733B96 /* bn_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 60C7B52C50E8A8FEA2299C35 /* bn_asn1.c */; }; + 60F23BC223436D908FADB5C0 /* SelectiveVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F255ED8752030E316D4A3FD6 /* SelectiveVisitor.swift */; }; + 616C64479E176A23D9EBE144 /* GRPCSendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97315DEF5279D3D89A53E9B9 /* GRPCSendable.swift */; }; + 617C7EB3E9B5C8B2F7BE81D5 /* _DequeBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37024E77595DBFEBB3D74A7F /* _DequeBuffer.swift */; }; + 617DD762A3E7E2A4E62E8E28 /* aes_nohw.c in Sources */ = {isa = PBXBuildFile; fileRef = C051B21737BAE584B45CE673 /* aes_nohw.c */; }; + 61BE91C64FA73821D7CBA430 /* a_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = FF34C656C02EA0B395BDF223 /* a_sign.c */; }; + 6227993E5833704CD80D158A /* cmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 67EAEDFF6FE29BF959F5FC59 /* cmac.c */; }; + 62578732E9C53E6DD01A320B /* cpu_aarch64_fuchsia.c in Sources */ = {isa = PBXBuildFile; fileRef = 8240CC5A09473FDD7AB3E322 /* cpu_aarch64_fuchsia.c */; }; + 6260030E43FF624FD51C634A /* HTTP2ErrorCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56A608E82651CB2948C9D3CE /* HTTP2ErrorCode.swift */; }; 629D119D9C3B718A3D8EDFF3 /* unprocessed.json in Resources */ = {isa = PBXBuildFile; fileRef = 6BCA12DCF9A0AC70B5DCBC92 /* unprocessed.json */; }; - 62C79BD47DF55DB407078AB4 /* StreamingResponseCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7917865B99AF80490D7E592 /* StreamingResponseCallContext.swift */; }; + 62D8214EF7BC3DFBAF34328A /* x509_trs.c in Sources */ = {isa = PBXBuildFile; fileRef = D88BB0E18EA0CB4BA6A52030 /* x509_trs.c */; }; 635E11D1BA24D6852B3071D7 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3AEA177BB6224E61DB6C52B4 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 63AFBA930EB0230968CD6AD4 /* NIOTSErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5556B21F94E90B793194C111 /* NIOTSErrors.swift */; }; - 63F92E3A599DF37B067627AF /* ghash-neon-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 29B62C92AB7F7482286A5120 /* ghash-neon-armv8.ios.aarch64.S */; }; - 6414299E7F24DE9ECC0B80AD /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B92A02D620B6E3827AD1C6F /* hmac.c */; }; - 644ACF0A0FC043B4E3CBAC3D /* p_ec.c in Sources */ = {isa = PBXBuildFile; fileRef = 97E890AD91AD6F6B8B9E576C /* p_ec.c */; }; - 644C3C3F46E902C20E8F5854 /* e_chacha20poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = A19F7D9AB0A9F4E52E6930B4 /* e_chacha20poly1305.c */; }; + 63E0C046D593767432B060A0 /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A50505482A02E118C47C69D /* Server.swift */; }; + 63E4F3E873DDD17996E564F8 /* x25519-asm-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 8BFAB1696B972AF5FB33806C /* x25519-asm-arm.S */; }; + 6409D9AA472BD21BFB5D5254 /* pem_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = B4A545EF6D5FCA1C3FA0CFFC /* pem_lib.c */; }; 64B7F1959F949668483B260D /* UIFramework.iOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D5BBE2ECC921BED8A450ADA7 /* UIFramework.iOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 64FEF9A9FB886F96898ED8CB /* sha512-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = AC4357FF3AFE8A0BFEC2941D /* sha512-armv4.linux.arm.S */; }; - 652611E684443DCD0ADADD20 /* armv4-mont.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 59DACBC1F37F79C68661A8E5 /* armv4-mont.linux.arm.S */; }; - 655F575D47F3D938D7AC3030 /* x509_lu.c in Sources */ = {isa = PBXBuildFile; fileRef = 674786F2DCEA8C8E77696FC0 /* x509_lu.c */; }; - 65606FB4C2068D71665F57FC /* ServerHandlerStateMachine+Handling.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C67DC7CA31EB19A336EFE3A /* ServerHandlerStateMachine+Handling.swift */; }; + 65070199C0EB7065FA62AE32 /* BinaryEncodingSizeVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5F82932B3570132068013DB /* BinaryEncodingSizeVisitor.swift */; }; + 6571F513495523DA01D45F66 /* a_octet.c in Sources */ = {isa = PBXBuildFile; fileRef = 94FCA96D409E8B7032A38CDD /* a_octet.c */; }; 658AD800D6AC3611A5F9D9E2 /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 452FE458957DD1C1AD83C7C9 /* TestingUtils.swift */; }; - 65CC24CEE2BDAA4FD15144FA /* aesni-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 92F01D6D4C04CF2FEEB00DFF /* aesni-x86.linux.x86.S */; }; - 66095A5FC542AEC99324126B /* AddressedEnvelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CBFBC7D61E4FE2D00DBBE83 /* AddressedEnvelope.swift */; }; - 668A73CB78BEB92FA30C1CBD /* cpu_aarch64_freebsd.c in Sources */ = {isa = PBXBuildFile; fileRef = A885147FE63567D5BBD079F1 /* cpu_aarch64_freebsd.c */; }; - 673DA0D3FDF932A67481E75B /* Channel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 663FF768542A81EB19667904 /* Channel.swift */; }; - 6754061B3782AD87DA50153C /* cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = 030EBA5B49897C5F72DB119E /* cmp.c */; }; + 65D0A5841C483B3FDCE83D5D /* p256_beeu-x86_64-asm.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 09D8F8000722E3B32F6FB0E7 /* p256_beeu-x86_64-asm.mac.x86_64.S */; }; + 661E9E4F42E4FF4E12767677 /* ChannelPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D0A5FD0956653F4CF7D1EAB /* ChannelPipeline.swift */; }; + 6664B69B2951FD2778D317FF /* c_nio_api.c in Sources */ = {isa = PBXBuildFile; fileRef = E465C1158E8D76153527E65D /* c_nio_api.c */; }; + 66B9AD1EB425D7A250C6ABB5 /* ClientInterceptorPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E35876B285002263E61BAA /* ClientInterceptorPipeline.swift */; }; + 674CC910F3A27679B6DC9456 /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 7BBEBC2168A17147FB9A45EA /* sha1.c */; }; + 676608D0858BED1C1E29F1CA /* d1_both.cc in Sources */ = {isa = PBXBuildFile; fileRef = 70599BF0687B9A718B9CA686 /* d1_both.cc */; }; + 67C77B8BC67E5A8303EF8CA4 /* e_aesgcmsiv.c in Sources */ = {isa = PBXBuildFile; fileRef = EC5484D5B85631D82E620123 /* e_aesgcmsiv.c */; }; + 67F5A81E785D11CBE3445C6C /* NIOSSLClientHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF69E5C3826074D43A8DA884 /* NIOSSLClientHandler.swift */; }; 67F7693F652FB29101B88F97 /* Person.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = D058CBEDAB714BCD6EB207D3 /* Person.pb.swift */; }; - 681DAC1955DD8BD918ECFBC3 /* x_sig.c in Sources */ = {isa = PBXBuildFile; fileRef = 2B2E2BEA50B245FB9007019E /* x_sig.c */; }; - 68DB1F1F04F7CD7B2DA449D0 /* MultiThreadedEventLoopGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = C940E3F44C929B22334FA458 /* MultiThreadedEventLoopGroup.swift */; }; - 68F4ED3614B63585F0785B07 /* ByteBuffer-int.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14AC2E6F0A54438CDD180854 /* ByteBuffer-int.swift */; }; - 691511A1A0A335DBD86F07A1 /* SocketProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 550B0CB98BF08C697329FC80 /* SocketProtocols.swift */; }; - 696DEDD98A352022A3D638CE /* SocketAddress+NWEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E424B37A341D61FCDEAFBF1 /* SocketAddress+NWEndpoint.swift */; }; + 68BB0BB7B10384A7093BC9B1 /* ghashv8-armx32.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 32F2B175FF485FF43782F17F /* ghashv8-armx32.ios.arm.S */; }; + 6947057341DDE7C281A96251 /* aesv8-armx64.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = D3072DB1B3D07D733A021C98 /* aesv8-armx64.linux.aarch64.S */; }; + 694F8C5D477355A5382A9EB8 /* BaseSocketChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB41612359158D6C6462A524 /* BaseSocketChannel.swift */; }; + 697660D115D5F03F8FFB6DCB /* Deque+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDED97B3C741BE0AA053F280 /* Deque+CustomStringConvertible.swift */; }; 699CB0DF00DDCA236A9FAFC7 /* client_main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 329569943591BDB90CCDBF46 /* client_main.swift */; }; - 69DF5B2A7D563CDC57E39781 /* SocketAddresses.swift in Sources */ = {isa = PBXBuildFile; fileRef = E535B5C1D5005807E1E01C0E /* SocketAddresses.swift */; }; - 6A1F51A5426DD1F480D4A6CD /* JSONRPCFraming.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26AFCC03B3000EA384EF555D /* JSONRPCFraming.swift */; }; - 6A41841C75550CB679CEE383 /* x509_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = E673AD1E785B878781A7D416 /* x509_vfy.c */; }; - 6A67C8009D30D453FF19B756 /* Google_Protobuf_NullValue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4B7C1AF389867B4787B477E /* Google_Protobuf_NullValue+Extensions.swift */; }; + 69D444927FED544C4B34F6C0 /* shim.c in Sources */ = {isa = PBXBuildFile; fileRef = BFB5C4718F4CF9154CF1AEFE /* shim.c */; }; + 69F9B998B20D97CD73912178 /* JSONDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5CFE7F04E82F3E297B7162C /* JSONDecodingError.swift */; }; 6AA9919976797F638F0FFEB1 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DBA73471509029925E38EE6 /* Lib.swift */; }; - 6ADAF7C1191210F1CF4AA28B /* p_dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = A106C880CA9C83F026909AD2 /* p_dsa_asn1.c */; }; 6B002EC26AA40F4B4705B73F /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BD403D59FD279723BD9B059 /* _CompileStub_.m */; }; - 6B69EDC54A2DA876B143F502 /* CallDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B1BDDE7328DF9BA316295E4 /* CallDetails.swift */; }; - 6B996C127F84224382978E60 /* WritePCAPHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F0102AFE6196AE7637F0CD6 /* WritePCAPHandler.swift */; }; - 6C38C86CDFAAAD379F52F3B5 /* ByteBufferBIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 648A4C753BF726E5A63C7516 /* ByteBufferBIO.swift */; }; + 6B112A3B1F2F3016BFA68F3A /* SendingHeadersState.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE774B60D48088674222A555 /* SendingHeadersState.swift */; }; + 6B41A42FD7A245412DEA81D2 /* ServerInterceptorPipeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDDE83A0E4128E4527E8589F /* ServerInterceptorPipeline.swift */; }; + 6B51CF001085FA7E600E1E7D /* MessageEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3207F84C381A2643F8BF5AA1 /* MessageEncoding.swift */; }; + 6B79EFFBAE5AEB88F5045FFE /* des.c in Sources */ = {isa = PBXBuildFile; fileRef = D22944EC8D2319999722C367 /* des.c */; }; + 6B7CA995330DBAF442D6321A /* wrappers.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4001CFEA61696150BDFBA02 /* wrappers.pb.swift */; }; + 6B7D24FF6AE936FC0473CAE3 /* ThreadPosix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F801FE4C3DBA524F3515B92 /* ThreadPosix.swift */; }; + 6B8462D4D7A8E5448D28D882 /* v3_purp.c in Sources */ = {isa = PBXBuildFile; fileRef = 535E758E0E855E3BACB6846C /* v3_purp.c */; }; + 6BACF6EC45090A352A88001A /* descriptor.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = E93DBB07BF5AF4055804E53A /* descriptor.pb.swift */; }; + 6BEC52AB167EC5441615A234 /* MultiplexerAbstractChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49DEAEF9214722B586967E29 /* MultiplexerAbstractChannel.swift */; }; + 6C2E6FD4B75E70E6E77FC682 /* a_dup.c in Sources */ = {isa = PBXBuildFile; fileRef = DD2CA8705D1FC8751B3C342A /* a_dup.c */; }; 6C6C52A6AB3952C4EF3A04F1 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA734BE45AABB7B303D22C82 /* Lib.swift */; }; - 6C8E6C70FC317EDD99F6ACBA /* Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CB251D75E1FEBE5DB66942C /* Server.swift */; }; - 6CA4F8A102371426150111E8 /* NIOTSBootstraps.swift in Sources */ = {isa = PBXBuildFile; fileRef = 706CCCE7D004727B8085A5FD /* NIOTSBootstraps.swift */; }; - 6CF6BCF09DE544C2C609EE42 /* p_ed25519_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 697B134F751D4AC174D89AA0 /* p_ed25519_asn1.c */; }; - 6D333C4FAC160B698AD1655A /* FieldTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68A51B7ECD33E5E285E6FFB7 /* FieldTypes.swift */; }; + 6CFB2807069C766049724869 /* d1_pkt.cc in Sources */ = {isa = PBXBuildFile; fileRef = 28F86B2620D7B75C6305F571 /* d1_pkt.cc */; }; + 6D2B7BAA595F2F3CE9AD6F8B /* e_null.c in Sources */ = {isa = PBXBuildFile; fileRef = CDA8CA8CB7B9A803625044B2 /* e_null.c */; }; + 6D2B83182A4FCEA4AA7C78EA /* TLSConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DAA8BB71EE60B5C2990271C /* TLSConfiguration.swift */; }; + 6D5DDC4522AC149C078EB178 /* fork_detect.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F7EA70177D77AB6917511C5 /* fork_detect.c */; }; 6D6E24F6CAC3D1757D0B0CBE /* Utils.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 2C7C5A1611AD27A599F53640 /* Utils.bundle */; }; + 6D79658411BDE430BE010312 /* SubjectAlternativeName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99AE778F1629146ADBAA8DC7 /* SubjectAlternativeName.swift */; }; 6DA1C52EF70B0509B870CEBC /* CoreUtilsObjC.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DB1707851007E63305C749E4 /* CoreUtilsObjC.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 6DE0D838C46657EDF20E7FBD /* Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08F3535763AFF2A497E648D3 /* Linux.swift */; }; - 6DEC46781A6024E8D1743496 /* poly1305_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 76A158A8796F6A1973CDB308 /* poly1305_arm.c */; }; + 6DE15662C7EDF60CEC05FA73 /* HasRemoteSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = A788C199B17754C5D9CB783C /* HasRemoteSettings.swift */; }; 6DFABA720515679A57B21E9A /* tvOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0A8819411CDBE6FBDD4DC5D /* tvOSApp.swift */; }; - 6E7431F2A1B82755EF26C3D5 /* TimeLimit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7711A588CC187644646C3C68 /* TimeLimit.swift */; }; + 6E0CA1661D22D77CFB5F4715 /* NIOAtomic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C4A68AB64006DAB89C00D7C /* NIOAtomic.swift */; }; + 6E1FC51EE209308B93416AA8 /* ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = B153723EBD83B7A10EC03037 /* ec_asn1.c */; }; + 6E21A1A598A406E9304E7850 /* e_des.c in Sources */ = {isa = PBXBuildFile; fileRef = DF8C1A063AC8112802440BF4 /* e_des.c */; }; + 6E4A89053AD33E9869F47C9F /* a_strnid.c in Sources */ = {isa = PBXBuildFile; fileRef = C7D0B9EC73CD369620E9CE4E /* a_strnid.c */; }; + 6E50E934B3A34C2269229AF8 /* md5-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = B5C06594860200E8039BD1E4 /* md5-x86_64.linux.x86_64.S */; }; + 6E7CCCA9EB97759F9003000E /* type.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0792F779941A9C96734B55D1 /* type.pb.swift */; }; 6E97A7DBF178CAB03AACFE67 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C24C8C9FE5E31A1421D3C3B /* Lib.swift */; }; - 6E9D8DD168C75CEE30503C69 /* bio_ssl.cc in Sources */ = {isa = PBXBuildFile; fileRef = C6311F761ED07AC8DBB21E94 /* bio_ssl.cc */; }; - 6EAB16220EB328162016F474 /* rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 036A9C8A207095EC9C700703 /* rsa_asn1.c */; }; - 6F20E60BB425EF2859A4AFBF /* GRPCAsyncResponseStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = E14C185004B508A7F57124E4 /* GRPCAsyncResponseStream.swift */; }; + 6EA33D006CFF5AB663925E04 /* x509_obj.c in Sources */ = {isa = PBXBuildFile; fileRef = EF261DC9033B96106DC50D51 /* x509_obj.c */; }; + 6F41B528748422BEFD87320D /* SSLErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BA571B276CA8DB864CC682A /* SSLErrors.swift */; }; + 6F4FCC555D537E08434375D8 /* t_req.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F39D576D3FB536FC9879107 /* t_req.c */; }; + 6F5AC7A6E41FEAD88F3A1E10 /* ghash-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 23736B00E703F296A93C2B7A /* ghash-x86_64.mac.x86_64.S */; }; + 6F62900C73043DCEAA4BDB7C /* GRPCTimeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92A436C40486F776F5A54D5E /* GRPCTimeout.swift */; }; 6F78A6C73B0378AA8314B2A3 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9D916CEC9612ECAE7074643 /* Lib.swift */; }; - 6FBC03E31F186859DBBC0E0D /* hrss.c in Sources */ = {isa = PBXBuildFile; fileRef = E1EEAE4AA7370F73B1B7A9C0 /* hrss.c */; }; - 6FE1D382C1270528C40015E8 /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B36AC1B869A4503D3D91DE4 /* FileDescriptor.swift */; }; - 70B386ACA705A2603CFAB09C /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D98BB4D6420D3C41C4CB5CFA /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift */; }; - 70B5B4CBA85B808F0711ACE6 /* aesni-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 4C4784C69B8B3C0C1F07CCC5 /* aesni-x86_64.linux.x86_64.S */; }; - 70B8CAF5D9958A9281A4DA6F /* tasn_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = 2EF1DB65CB3DACFE7F2F0831 /* tasn_utl.c */; }; - 70BA430114003B10C880EC01 /* DeadChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9F375A2C741C830D8FE4D5F /* DeadChannel.swift */; }; + 6FED35B397399D0CE8EA5EA4 /* AnyMessageStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 241C24B2443FC7A23157017C /* AnyMessageStorage.swift */; }; + 70089BF040FD04579BF46A43 /* EventLoopFuture+Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73F737C0B955AD1D72B891E5 /* EventLoopFuture+Deprecated.swift */; }; + 702137CCA76709FB0B91E86B /* shim.c in Sources */ = {isa = PBXBuildFile; fileRef = 10D62C2149CB4FDF48570CE9 /* shim.c */; }; + 705E0CF8F70E0BE05507EBC7 /* SSLCallbacks.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD23317252CEFEE8D072A72E /* SSLCallbacks.swift */; }; + 70870C854D1161526DB12ABD /* Zeroization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66C1A8B232B541C708511830 /* Zeroization.swift */; }; + 70A888CF792E5DC0BD3140DA /* pem_all.c in Sources */ = {isa = PBXBuildFile; fileRef = E846831ADB9A8F0F6E534030 /* pem_all.c */; }; + 70AB360B44F940C73188733B /* aesni-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = A2A5F2B830F6B890DF19968E /* aesni-x86_64.linux.x86_64.S */; }; + 70ADBB01C1444BE28A3CBF6D /* kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 597B4CDB90CB94EB8E27096C /* kdf.c */; }; + 70B0E5A7AC221944E287B847 /* DispatchQueue+WithFuture.swift in Sources */ = {isa = PBXBuildFile; fileRef = E22DCDA38C2F29CA2796C7CF /* DispatchQueue+WithFuture.swift */; }; + 70CB8927AD624542D2412353 /* TypeAssistedChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB4CA5C16DD587C5A10DA190 /* TypeAssistedChannelHandler.swift */; }; 70D12DE876F37F430731896C /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82167721BA77E81D2E5F3177 /* echo.pb.swift */; }; - 70F0366405EB1E46FFEBA550 /* sha512-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 0E1CB4F3D25F8467ACE56E23 /* sha512-x86_64.mac.x86_64.S */; }; - 716133836A374C29D0681ABB /* x86_64-mont5.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = EC3C10148BF13BA4871D831F /* x86_64-mont5.linux.x86_64.S */; }; - 718886285156EA58643E01C3 /* ServerHandlerStateMachine+Idle.swift in Sources */ = {isa = PBXBuildFile; fileRef = C43916DA8B86D4FAA12365D8 /* ServerHandlerStateMachine+Idle.swift */; }; - 719BC0D2CC721F5F9B49D1E6 /* voprf.c in Sources */ = {isa = PBXBuildFile; fileRef = C8CAB8C9EF1805D2FFDC5A81 /* voprf.c */; }; + 70E081F6F51F97664983E2B7 /* mode_wrappers.c in Sources */ = {isa = PBXBuildFile; fileRef = C46AAA718785218FC959B965 /* mode_wrappers.c */; }; + 7175E6160DF549A9451BB05E /* NIOThrowingAsyncSequenceProducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD3D1FDB76F1746E0BE0B2B3 /* NIOThrowingAsyncSequenceProducer.swift */; }; 71B26B7CE70D8AF56D2FFC4E /* private_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 8782496D7D7A013102474DAC /* private_lib.c */; }; - 71B49F1D7596BD8C587563CF /* ghashv8-armx64.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 37C04B0F940A83D3E7DD3EAB /* ghashv8-armx64.linux.aarch64.S */; }; - 71C6BA93C967DF060EE0A420 /* v3_pci.c in Sources */ = {isa = PBXBuildFile; fileRef = 08D7CE432E5A39596289AB92 /* v3_pci.c */; }; - 71F14B4CA653C22675FE85E0 /* EventLoop+Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55A1567DF1E75E1E05A9C7B /* EventLoop+Deprecated.swift */; }; - 71FA3A91CC51315F42B30DDF /* encrypted_client_hello.cc in Sources */ = {isa = PBXBuildFile; fileRef = AD8052D2130A6D8FB9981B7A /* encrypted_client_hello.cc */; }; - 720E4B697FF80EB76BF27C6A /* c_nio_llhttp.c in Sources */ = {isa = PBXBuildFile; fileRef = 0B1674033A7DBC6E2ACB3D0A /* c_nio_llhttp.c */; }; - 721A3D95F35DB8DCAB10F860 /* x86_64-mont5.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = D714F5477A34195D0E29C0CB /* x86_64-mont5.mac.x86_64.S */; }; - 7244F40445C1577282A582A2 /* CallOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDF598A3EBDB7BE9DD3A27BF /* CallOptions.swift */; }; - 724EAF59BCC49068B184E971 /* GRPCContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE75645909416E1474148400 /* GRPCContentType.swift */; }; - 72768165BB6705C25D5126EA /* v3_ncons.c in Sources */ = {isa = PBXBuildFile; fileRef = 230A7E1F7B15C70D7D89214C /* v3_ncons.c */; }; - 72C4AACCF8BFDA7FA3270B37 /* rsa_impl.c in Sources */ = {isa = PBXBuildFile; fileRef = A199E2C9403119D9B761B686 /* rsa_impl.c */; }; - 72F7422ADEB327F515EFB4F8 /* ApplicationProtocolNegotiationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C9C2C64E8E178BB3D4A0A46 /* ApplicationProtocolNegotiationHandler.swift */; }; - 730A3E8838D9B35FC46F7963 /* ClientTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81FE035DC30CFE6A26672954 /* ClientTransport.swift */; }; - 7313FFDBC1E9A421999DA45A /* ResponseContainers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D0ECC54F7B4661D57CC77C8 /* ResponseContainers.swift */; }; - 737454CD61B9FF8A133B8561 /* ClientStreamingServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 673A1B724E802AFF14A4A410 /* ClientStreamingServerHandler.swift */; }; - 73A0A56BC3BF6E95BEB0A729 /* InboundWindowManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80A24970EEA95132151A4BF2 /* InboundWindowManager.swift */; }; - 73D4A8B3D16C40A042FE4CE6 /* GRPCAsyncUnaryCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15ADDAFF49B33C7314258F89 /* GRPCAsyncUnaryCall.swift */; }; + 7234BE52BACCEAE74C90D6B5 /* ExtensionMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D1A179B0C5452718593AF16 /* ExtensionMap.swift */; }; + 72D32833927AC39B56CE9FC8 /* MathUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24611CB0120E0487AAC0675B /* MathUtils.swift */; }; + 73005E84880B9D513ADAD94C /* ClientErrorDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AB7936C645D4EE95CFFCCFE /* ClientErrorDelegate.swift */; }; + 734FDC4FAAC075D0FEE6BAE8 /* Google_Protobuf_Struct+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41A8A234B628B38B27BE24BA /* Google_Protobuf_Struct+Extensions.swift */; }; + 7357EBBDF020919A634FAD77 /* name_print.c in Sources */ = {isa = PBXBuildFile; fileRef = 2CD76041CDC3BFEAE468F67C /* name_print.c */; }; + 740B978663856BD1F942D24D /* NIOAsyncWrappers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 238698EE01F8F6E3C2F63AF5 /* NIOAsyncWrappers.swift */; }; 7428DE8606CFC2F72507532C /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F1FBB1B7A080153519B1914B /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 74398DA87EB97BDECD5D1839 /* FakeChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF87F8BF7E82691B780D164F /* FakeChannel.swift */; }; - 749F0EF2866AA62288A217C2 /* cpu_aarch64_fuchsia.c in Sources */ = {isa = PBXBuildFile; fileRef = EF017E03023463492833B559 /* cpu_aarch64_fuchsia.c */; }; - 74D1DDCBF69B2D072181C69A /* fork_detect.c in Sources */ = {isa = PBXBuildFile; fileRef = 19AAF4E0297C64A510095413 /* fork_detect.c */; }; - 75148F87BC0334A30865D42D /* cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CB968CCE35B0F8B449A06FB /* cipher.c */; }; - 7523B741389D76075121F160 /* GRPCIdleHandlerStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = C930AF1CEC3D3101F76C4AAE /* GRPCIdleHandlerStateMachine.swift */; }; - 756B70BD5BF6AB209E7F3C68 /* JSONScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9C19194274326FBE0F2782E /* JSONScanner.swift */; }; + 744DE6CF45B6542C741B1B67 /* vpaes-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 8DDE2BA723C26471E0185997 /* vpaes-x86_64.mac.x86_64.S */; }; + 748B4B60A5A99C9C1BF4E392 /* ServerChannelErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6CFF66C0526F782E69F2EED /* ServerChannelErrorHandler.swift */; }; + 74E108A59A7CE281AD2B7863 /* SSLCertificateExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3F829027CFE3E7548474789 /* SSLCertificateExtensions.swift */; }; + 757B19AF765B4DA627091209 /* Decoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D660CCFF169491FD40548117 /* Decoder.swift */; }; 758B219226B4E0F9E9BF6E7B /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9C4E3DA71F4F122F83E8D303 /* Preview Assets.xcassets */; }; - 75E56D411166CE988959D6BF /* ClientStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E105EE2059206846483F11C /* ClientStreamingCall.swift */; }; - 7658657925B7C77DD389DFEF /* GRPCServerRequestRoutingHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F850E781E8A5F685F71B6A35 /* GRPCServerRequestRoutingHandler.swift */; }; - 7709F8F5D78897F6A8165C81 /* a_bitstr.c in Sources */ = {isa = PBXBuildFile; fileRef = 247A316E3E65B79D45143D95 /* a_bitstr.c */; }; - 77952CB984B030B69673F0E6 /* vpaes-armv7.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = D2FC0F889CD7183CE04B1979 /* vpaes-armv7.ios.arm.S */; }; + 762CC67D5F8B64CE45150C65 /* chacha20_poly1305_armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 565B6AA78B027E2A6A3FE486 /* chacha20_poly1305_armv8.ios.aarch64.S */; }; + 769DAFEAFB1A2F81992245F4 /* CustomJSONCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F385EF22033EE8538D1C362F /* CustomJSONCodable.swift */; }; + 76C4AE4BDC973CF0A9AD2DF5 /* i2d_pr.c in Sources */ = {isa = PBXBuildFile; fileRef = 2055FCDA72F6F2B54F3EFD43 /* i2d_pr.c */; }; + 773F42142AC22F843A856B7A /* WSAStartup.c in Sources */ = {isa = PBXBuildFile; fileRef = E2EDB7045ACA9E0B7EF6E964 /* WSAStartup.c */; }; + 7746C65C8260328A0E0906CA /* ClientTransportFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDB87D3B53318E27B0A958BF /* ClientTransportFactory.swift */; }; + 775B83C02DAF53E8500198C1 /* HTTP2FlowControlWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B4FA5EC38B595FB433BDB7C /* HTTP2FlowControlWindow.swift */; }; + 777A9C253E95CC972A5CEF5C /* ghash-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = FC91D191CF7AE655DEEAD619 /* ghash-x86.linux.x86.S */; }; 77B3E40BD1F9A0EE4D7913F2 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 31F2E42A4BD4E29268C437B5 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 77CFD0126B38AF7916082065 /* Google_Protobuf_Value+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01969EB1AC40F014428B3356 /* Google_Protobuf_Value+Extensions.swift */; }; - 7836EDA1042EDC87795529D0 /* HTTP2ChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC58693BF9AC196A83A54FAE /* HTTP2ChannelHandler.swift */; }; - 785A60190FE1A7135461C076 /* DOSHeuristics.swift in Sources */ = {isa = PBXBuildFile; fileRef = B793BB7833001DC181F6AD44 /* DOSHeuristics.swift */; }; - 787E9D1F2286F24EA23A67F4 /* NIOThreadPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4C1F47061591F36ED690D6 /* NIOThreadPool.swift */; }; + 77BA1F4CF92E2B07993514DD /* e_chacha20poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 0380D5CEF74D88DC37D10F6D /* e_chacha20poly1305.c */; }; + 77BF4F16BB94CA5DB0F74B97 /* NIOTSListenerBootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9898C9B14349017AF916C59E /* NIOTSListenerBootstrap.swift */; }; + 788AF64050C9610EC1A99C8F /* QuiescingHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = F433047B2F70045AE972C8B6 /* QuiescingHelper.swift */; }; + 78C029EBC8962C1FC9841C15 /* chacha-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 9BF639AA8F8C2E4E50D7FA5A /* chacha-armv8.ios.aarch64.S */; }; 793995836547404F5B8FECE1 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F494EEFF90BADAEC2F08D9E /* Lib.swift */; }; 7950848A641B9A1086428155 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 015E6004A77E27E5BDBF92F8 /* Assets.xcassets */; }; + 796F3DF9C3B9E9704CCFCB84 /* FileRegion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51C7304C8AD248D6C1F5103A /* FileRegion.swift */; }; + 7986F5EAA10421EEC7F84B00 /* gcm.c in Sources */ = {isa = PBXBuildFile; fileRef = E7B2661853DC46081626040A /* gcm.c */; }; + 799ABD9CFE6992D9BCD69B96 /* ExtensionFieldValueSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46676973075CF7C5FA195126 /* ExtensionFieldValueSet.swift */; }; + 7A21005420B375C624549945 /* HasFlowControlWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3611A4379777B60468FCF238 /* HasFlowControlWindows.swift */; }; + 7A3D5C9922FEF96C61FD6C62 /* PoolManagerStateMachine+PerPoolState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40336DFFFEC4E26119658893 /* PoolManagerStateMachine+PerPoolState.swift */; }; 7A5178938D9B87D07206CD28 /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82167721BA77E81D2E5F3177 /* echo.pb.swift */; }; - 7A629459300BE8DA4F51110F /* handshake_client.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FF788A18DF9FE145138DF /* handshake_client.cc */; }; + 7A8A55BA2F5A10E85F285AE4 /* v3_pci.c in Sources */ = {isa = PBXBuildFile; fileRef = 92713A07AFB95B7E486D1628 /* v3_pci.c */; }; + 7A96953FE3D5AA56FB762CA6 /* ChannelHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B8134C10FB6914341FCA28E /* ChannelHandlers.swift */; }; + 7AA9D021CF403797060843BA /* p256-x86_64-asm.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 83141900A7D91F73790DC800 /* p256-x86_64-asm.linux.x86_64.S */; }; 7AC2306FD6390ED59CF68B43 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 760F6E68BCA2F8BFE08A3488 /* Assets.xcassets */; }; + 7B78AB415E9167817EF46078 /* EventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0046EFB26BFDF84D87CFAA9B /* EventLoop.swift */; }; 7B95FB51C2726ADB3DE139C5 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD9B5C446AD8743E2EC5284C /* ContentView.swift */; }; - 7BF4A1E7DCEA9DA8E2EC43EB /* x_req.c in Sources */ = {isa = PBXBuildFile; fileRef = 78F6B1DBA133653A54F75E67 /* x_req.c */; }; - 7C2AE68822822D3624ABC27B /* vpaes-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 8104E2D3C0F12EFEC7DA26D2 /* vpaes-x86_64.mac.x86_64.S */; }; - 7C3280F1CB5AA7319718A131 /* GRPCKeepaliveHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC8F2D6DA42031D3A43A0876 /* GRPCKeepaliveHandlers.swift */; }; + 7BABA18D7A0D10E7CB55AD49 /* NIOTSEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81BAA548D0296248E528BAC8 /* NIOTSEventLoop.swift */; }; + 7C2222B2C1440EA1FF51E481 /* aesni-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 4FF4A1D9EF6F4E9092B29930 /* aesni-x86_64.mac.x86_64.S */; }; + 7C228A8B40F09770A43538CB /* BaseSocketChannel+SocketOptionProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC88D192212F95CF866FACBB /* BaseSocketChannel+SocketOptionProvider.swift */; }; + 7C384D2264985ADB7560767C /* DebugOnly.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012BB48658A7858BC2D319B7 /* DebugOnly.swift */; }; + 7C3E82C49C769AD2E91F9F71 /* _FakeResponseStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F732F057A30D39E88AE69DC /* _FakeResponseStream.swift */; }; 7C5010C0A096F0389262CC35 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DF4802D8580A4DE0B18BE23D /* Assets.xcassets */; }; - 7C89FC887FD0319449A6771A /* HTTPTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89AE6772321ABB860C330F88 /* HTTPTypes.swift */; }; - 7CA559C691F7164CE95D21C4 /* SelectiveVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACAFC544B514BF5484504BC0 /* SelectiveVisitor.swift */; }; + 7C68CF6D488545F12C3A7306 /* x509spki.c in Sources */ = {isa = PBXBuildFile; fileRef = 907A7D4594D335AC3967D5E0 /* x509spki.c */; }; + 7CB4B4B7E0EB445FECF3B5B5 /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = CBF4E8D5DCB77CD32665F710 /* md4.c */; }; + 7CF377354E2F7FB37D9F36E3 /* key_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = 716DA5D3D45E130BE0F25DC1 /* key_wrap.c */; }; + 7D10ABC1693EBE56968D5CBA /* Google_Protobuf_FieldMask+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 043F1D1C7E68C81DB2A839C7 /* Google_Protobuf_FieldMask+Extensions.swift */; }; + 7D1AFCEB2FBF7EEA9F27A448 /* BinaryDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B4DE5A33BE734D9530B781F /* BinaryDecoder.swift */; }; + 7D21FEF7D9320C0092B0A868 /* ghash-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 34C1DF4CEF2C942C3BB82C1A /* ghash-armv4.ios.arm.S */; }; + 7D29E278CD3FE622358C9634 /* tls13_server.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2A99B1CD7E2FC65060F05DF6 /* tls13_server.cc */; }; 7D4B251FF37D9767A89014AB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B72CB4B5F7896B3C3EB681E3 /* Assets.xcassets */; }; - 7D6FFED7E3973D43B62E9479 /* unicode.c in Sources */ = {isa = PBXBuildFile; fileRef = 80721336B4A3BAE7AF86AF0B /* unicode.c */; }; - 7D89FA105CC304149F028102 /* Deque+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FD6A6F06F37DF3A9429439D /* Deque+Codable.swift */; }; - 7D8A6CC3002C5A6CEB978684 /* cpu_arm_freebsd.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F9F6AF72509D167228F3D9A /* cpu_arm_freebsd.c */; }; - 7DA1262522D407E5C7AA6881 /* v3_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = 39802B794A04DDB64E97D666 /* v3_enum.c */; }; - 7DD844CD7B2B7562C93ED9FC /* ec_key.c in Sources */ = {isa = PBXBuildFile; fileRef = 96EEE55D89B3B5E66143D1B8 /* ec_key.c */; }; - 7DDEA391D24EA7D841736376 /* SendingHeadersState.swift in Sources */ = {isa = PBXBuildFile; fileRef = E593EC781F5A6212CD004478 /* SendingHeadersState.swift */; }; - 7DE93CEEB2535930B15B64FE /* Call+AsyncRequestStreamWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44CE353941F6D6A76C298243 /* Call+AsyncRequestStreamWriter.swift */; }; - 7E144DE6EECDF3F292FB8FB2 /* ghash-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 7A0A4ED6B63AF3EE83CE74F8 /* ghash-x86_64.linux.x86_64.S */; }; - 7E3CD4C07DECD45F114D111F /* e_rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 2FCC498C92FD877D7CB5E409 /* e_rc4.c */; }; + 7DC5FFC314E285BE9AB3CBFC /* v3_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = DC609E023B091EF2F65E04D9 /* v3_enum.c */; }; + 7E0F274AC8264822B36C2849 /* a_int.c in Sources */ = {isa = PBXBuildFile; fileRef = B22016B7CB36F3ADCD412176 /* a_int.c */; }; + 7E1873DECE9C19A1173B4B46 /* v3_genn.c in Sources */ = {isa = PBXBuildFile; fileRef = 61AD8BC86701A84E34199895 /* v3_genn.c */; }; + 7E2820AAC30B3E931E41D280 /* Deque.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFCAF5BD9B00F56A426A0B30 /* Deque.swift */; }; 7E46D7B03B74741284C3EACB /* UIFramework.tvOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 7E16D0C3B1A292BBEE1E86A9 /* UIFramework.tvOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 7E48F7CEAA889698AF522217 /* pkcs7.c in Sources */ = {isa = PBXBuildFile; fileRef = D0B71FF027F01F0ABA8CE56F /* pkcs7.c */; }; - 7E74475CE97386E51AD3778C /* pcy_tree.c in Sources */ = {isa = PBXBuildFile; fileRef = 062A4B2A76F3D1CAAC06E88F /* pcy_tree.c */; }; 7E8E039A17C3B37272030C11 /* WatchOSAppExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30752600FA7DB86C634859D3 /* WatchOSAppExtensionTests.swift */; }; - 7F33F2A5D8F2B6E07D36BB0C /* wrappers.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51D388F94F289FBE6523399B /* wrappers.pb.swift */; }; - 7F3C1894C458BBF4EA319E83 /* ec_montgomery.c in Sources */ = {isa = PBXBuildFile; fileRef = B68B36C2A9084C6F33F1F472 /* ec_montgomery.c */; }; - 7F47FECE636295112F50769B /* md5-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1DE69262336E347D2F788614 /* md5-x86_64.linux.x86_64.S */; }; - 7F822A40C803C1E7B8A62724 /* NIOAtomic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54D5693133F6443CDE3C1E25 /* NIOAtomic.swift */; }; - 7F9A822201AC3E7EA8221EC3 /* LengthFieldBasedFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABFCD1E19238FFDAEA4140FF /* LengthFieldBasedFrameDecoder.swift */; }; - 7FCEE72EA5E5C86F61C6F99A /* ClientInterceptorContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE838B70FFF5122790E0B0CE /* ClientInterceptorContext.swift */; }; - 7FE1845B071BF6841A53981D /* v3_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = 63699FDABC7CF33017B1BC4C /* v3_conf.c */; }; - 803B139DE41BCFBD997868D0 /* v3_crld.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CCD96F6CA0AE1354DB43B9D /* v3_crld.c */; }; + 7EBA42AAEB0349526665E1B8 /* pkcs7_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 178D951E2CF74CC9AB667C14 /* pkcs7_x509.c */; }; + 7F2AAE443C0B4740921889C0 /* fd.c in Sources */ = {isa = PBXBuildFile; fileRef = 1CBFB58E710ABCD316EEC45D /* fd.c */; }; + 7F3C47B72C22C0CC3917CAE6 /* GRPCAsyncClientStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6964069A017505C9AC548DDA /* GRPCAsyncClientStreamingCall.swift */; }; + 7F71D59E2C63A09D762798F7 /* SelectorUring.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB294B9AF9C198D7EE514C /* SelectorUring.swift */; }; + 7F9C16084AEE5E2D11AF4F87 /* GRPCServerRequestRoutingHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D01F63B5A196793520C12903 /* GRPCServerRequestRoutingHandler.swift */; }; + 7FBA56B7B9CEA1A17B053C0C /* a_object.c in Sources */ = {isa = PBXBuildFile; fileRef = 8C43EA14949D5909F8EC100C /* a_object.c */; }; + 7FBE0A202BEBEE09A3100D98 /* connect.c in Sources */ = {isa = PBXBuildFile; fileRef = 521A6C0ADC1FF19E7DEFD0DF /* connect.c */; }; 80D01808C4857F976B5B975E /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8EF2F35351356F773D344694 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 8138F8C9F3EEA384BDEA030C /* FixedLengthFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = E85890D608BF90E19A2C3ACB /* FixedLengthFrameDecoder.swift */; }; - 8147979EB03368008AF8BD67 /* SSLConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AABA37E096AA2758B1312269 /* SSLConnection.swift */; }; + 80E232723126EFF7C8FF515A /* GRPCAsyncServerCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A4CDF260F070DB22F9040C /* GRPCAsyncServerCallContext.swift */; }; 8152761EBCCD1E166A453396 /* lib.m in Sources */ = {isa = PBXBuildFile; fileRef = A05675A4B440A99E53CDBBA4 /* lib.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 8153FBF866FDE274B3E6841E /* TextFormatScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06D4DBC96556AC36EE3453CF /* TextFormatScanner.swift */; }; - 8175F6FED73375FA9190439B /* Message+JSONAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB3400C169C11CF7D77B4DAA /* Message+JSONAdditions.swift */; }; - 8177F29C931E1A1C863C9C7B /* PosixPort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C944412E15A09A11D63D62E /* PosixPort.swift */; }; - 819EBE608CBDF1DAB149C93D /* x509rset.c in Sources */ = {isa = PBXBuildFile; fileRef = 13BCAF7F302062584E083F35 /* x509rset.c */; }; - 8224EBDA16D9D7E31D99AA32 /* CompressionAlgorithm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D710A1FAC23A91F78AD8C58 /* CompressionAlgorithm.swift */; }; - 8227528DF21128B2642C9526 /* ChannelOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25D936D0F6165C7B2A9B3F30 /* ChannelOption.swift */; }; - 823D1DE23B49B82A980477A9 /* ConnectionPool+Waiter.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3F6F5AD26AACE84D5F8F795 /* ConnectionPool+Waiter.swift */; }; + 81AB0BF7EDA40C9CF2F85C39 /* CallOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC09206420C1195A2E49AD2A /* CallOptions.swift */; }; + 81AE2A04B8B4AA9C655ECD80 /* Bootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = E90B534E46ECFBD9770EEE07 /* Bootstrap.swift */; }; + 81FDC5DE45804AA1B092BFC6 /* ChannelHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8C1C02EF591A25785B41DD5 /* ChannelHandler.swift */; }; 8248BF354607F1E0CC751982 /* ExternalResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 0F4D611843B0F9CDBC2DB43C /* ExternalResources.bundle */; }; 82881842C41103C65604178B /* SwiftUnitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99E2337032E558F62FD5C809 /* SwiftUnitTests.swift */; }; 82DC723B8559AF3892394338 /* watchOSAppExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = F4A79CA93C28136AB52F7991 /* watchOSAppExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + 82F80618C717FE00D38E4383 /* HTTP2SettingsState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A51F6EDCDFFC92A1ABE99839 /* HTTP2SettingsState.swift */; }; + 8307B9754BDBED2FD1DA1352 /* StateManagedChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20744896C995F70C01EF0E83 /* StateManagedChannel.swift */; }; 833A0FE996561136AFADB387 /* UI.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DAFA2A92EEBC0B9090DD9CF /* UI.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 835B2B5497B8BAD370D0F27F /* shim.c in Sources */ = {isa = PBXBuildFile; fileRef = 584CD84A7FC48ACCF5CFE86D /* shim.c */; }; - 8390A1D37E20029A85E873F5 /* chacha-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 0212A0EE26D0A7FB6CB0E0C9 /* chacha-armv8.ios.aarch64.S */; }; - 83DE37CD5D3F76EFA3C74DF4 /* LocallyQuiescingState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E19ABAD0DCD554214391055 /* LocallyQuiescingState.swift */; }; + 838D3E98A5A444A2C3E863A4 /* x_attrib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4EBF9D9A90E1D4FB7D62E2F5 /* x_attrib.c */; }; + 83B6B23BC7E622414082F36D /* HTTP2FrameParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBCFB45391037292192FEEEF /* HTTP2FrameParser.swift */; }; + 83D8375183F57DA15CEDBB1B /* pcy_cache.c in Sources */ = {isa = PBXBuildFile; fileRef = B539BF356DE4F66403A7CCD0 /* pcy_cache.c */; }; 83EA81847B83A56365847435 /* Answers.h in Headers */ = {isa = PBXBuildFile; fileRef = 296C9CFBA4D8FD11763EE764 /* Answers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8418C4FA6F1446C491FDD80D /* UnaryResponseCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BECF751F27A884021450A64 /* UnaryResponseCallContext.swift */; }; 841FD05A8F0A04BEF298D3EE /* iMessageAppExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 633C32915CDE543C2EC82940 /* iMessageAppExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - 844640A4FCFC9A6B658AD7D9 /* PipePair.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A6B78CF530E525E4C90682 /* PipePair.swift */; }; + 842721621447196953BC9026 /* PointerHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = E89D427E105353C6EA037B49 /* PointerHelpers.swift */; }; + 842CBD69499586E7185A3DA5 /* AnyUnpackError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3D415D07148AD6D1215856D /* AnyUnpackError.swift */; }; + 848355C9494272F2EDE66746 /* HTTP2StreamDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD16A0E95ABFD11FC1307AC6 /* HTTP2StreamDelegate.swift */; }; + 84B4C890FCEEE8C5ECFC6CA2 /* p256_beeu-armv8-asm.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 49C87CFD133886FCFDA1C632 /* p256_beeu-armv8-asm.ios.aarch64.S */; }; + 84B76FA80F48340508204686 /* field_mask.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 834E11067619FC7EB1B36534 /* field_mask.pb.swift */; }; + 84BFEA63E0B1F8D13C9BBB69 /* vpaes-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 38CD0CB8C24B32F9E8A7E092 /* vpaes-armv8.ios.aarch64.S */; }; + 84DCD999CF8548E7F12D5C27 /* sha1-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 71816A070C21B044D42F5D61 /* sha1-586.linux.x86.S */; }; 8504886D8BA8C9CF710B59CE /* c_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F21B55C0FF592EB8A6B490E /* c_lib.c */; }; - 85159311F92D02B830223887 /* Message+TextFormatAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B48C7A158187D56CE42BDB08 /* Message+TextFormatAdditions.swift */; }; - 85786945DEF628A6064177D9 /* sha512-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = DBAF80E8FD89B45F3C73AFF9 /* sha512-armv4.ios.arm.S */; }; + 852A062EC47203B50A40CB37 /* PendingDatagramWritesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5BC09200D837AB31D3EC05A /* PendingDatagramWritesManager.swift */; }; + 85773CBD41104C3E8C3C5DB6 /* v3_bcons.c in Sources */ = {isa = PBXBuildFile; fileRef = A8B56B44EB72C0F0879A8685 /* v3_bcons.c */; }; 85CA26E4C4B3713061D9F735 /* nested in Resources */ = {isa = PBXBuildFile; fileRef = 1A0CBA5ABAB0C568409A9675 /* nested */; }; - 8617F43DA32AD62105B7D4EB /* poly1305_vec.c in Sources */ = {isa = PBXBuildFile; fileRef = 5982A13D6D1A07DA94D44435 /* poly1305_vec.c */; }; - 86359418E9DB3DDA88DDE17D /* Visitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B277279F14A3851AD476B00D /* Visitor.swift */; }; + 85E5222E116A9787784BB448 /* UnsafeBufferPointer+Shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = 853D5E9409882D5C1043CC16 /* UnsafeBufferPointer+Shims.swift */; }; + 861CA13D1D67467AFE61D4A9 /* rdrand-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 7A16578061C8BFD9761E3C39 /* rdrand-x86_64.linux.x86_64.S */; }; + 8687A0CDABD436B026222FA8 /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 1DA7394AE5E8F16297CE8CE0 /* random.c */; }; + 86A2F7BE422A2B8791CA3063 /* UnsafeMutableBufferPointer+Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06C6A9F4369DD7003D514282 /* UnsafeMutableBufferPointer+Utilities.swift */; }; 86D5122F9B021A7C910EC0F5 /* SwiftUnitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99E2337032E558F62FD5C809 /* SwiftUnitTests.swift */; }; - 872DE1509AF7722AD2761630 /* SelectorUring.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB5D6C12BC1E4FCE67F3711B /* SelectorUring.swift */; }; - 87884F9558F8CC72B32FFB64 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 116B1D2D5E92481EFDAE1739 /* Message.swift */; }; - 87935B9A147042CB1B0D306B /* ConnectionStreamsState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50B1161A90FC36B35A5FF462 /* ConnectionStreamsState.swift */; }; - 87D7629FAC09A32DC7118191 /* OutboundFlowControlBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A948AEB5A5F174F8D94C669D /* OutboundFlowControlBuffer.swift */; }; + 871D794A8E20EE8B24ADD4EB /* sha512-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 80FB262E65550D1FCA64340F /* sha512-armv8.linux.aarch64.S */; }; + 8733BA782F1A55C350EDF2FB /* WebCORSHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 301F1B8515A440223B27163D /* WebCORSHandler.swift */; }; + 87391FBB980D238E278BE8D5 /* pem_oth.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A68E1A6D969C01D4C75606F /* pem_oth.c */; }; + 87AAA227E8DD5A565B0EEAE4 /* p_hkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 7941C6EED52F4AC9D377B36C /* p_hkdf.c */; }; + 87AFE6034A09E0D001212F79 /* BaseSocket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CD42A066FA852CECAFA5D7E /* BaseSocket.swift */; }; 87E3E4E8C9851CE4B951252E /* ObjCUnitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 157663D9790842ADFB5AA1B5 /* ObjCUnitTests.m */; }; - 8814EFA9EFEF6C4AE4E92A50 /* dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 57C95D8334053DA19D479587 /* dsa_asn1.c */; }; - 882DF0400B067C39F71D2B37 /* ServerInterceptorContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B5B973A742CC95EE5E69C88 /* ServerInterceptorContext.swift */; }; - 88315B91C3917971B766C75A /* GRPCStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3828C2EB6FC303FA99A57F97 /* GRPCStatus.swift */; }; - 88B3AD77AF5636BA3449A9DE /* SSLCallbacks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3176F7B61EB6796946EE7388 /* SSLCallbacks.swift */; }; - 88D29CD5C95142BF184F1CA0 /* ssl_versions.cc in Sources */ = {isa = PBXBuildFile; fileRef = BF0675F2C0E3E15E67EED917 /* ssl_versions.cc */; }; - 89958FAACD79AE7CFDCFC5E9 /* tasn_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = BCC202F1A07C1E342016DFBD /* tasn_enc.c */; }; - 89A5698A8E79DEBBA74816E6 /* HuffmanTables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3178DC8A2A71BD69A4CD59A4 /* HuffmanTables.swift */; }; - 89CF3F41CF097D64236CCDAA /* MaySendFrames.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7058584004E5D2B39F92A1CC /* MaySendFrames.swift */; }; - 89E6A2F9AED1EBCB55A46F18 /* pair.c in Sources */ = {isa = PBXBuildFile; fileRef = 670466D577FEB6B5BAE4BC25 /* pair.c */; }; + 8812DDD9F75A2D9F569FC6DD /* cbb.c in Sources */ = {isa = PBXBuildFile; fileRef = AF92AF694E1B57A4051B883F /* cbb.c */; }; + 88B1C7A00A0275EB5705D68A /* LinuxUring.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58224855A9AA90AB1CB5945F /* LinuxUring.swift */; }; + 88E942D4BADA747F4CBB457F /* trust_token.c in Sources */ = {isa = PBXBuildFile; fileRef = C48F31854FB76C28424948BB /* trust_token.c */; }; + 890DAE0B2CE4DB7E5DF89C13 /* ZigZag.swift in Sources */ = {isa = PBXBuildFile; fileRef = D78B5BB8EA7680C7FDE89C9C /* ZigZag.swift */; }; + 893832B60ECB1A5222D13047 /* tasn_fre.c in Sources */ = {isa = PBXBuildFile; fileRef = 8EF6913C3E9F7250F314AFDD /* tasn_fre.c */; }; + 897B796B52672B296AFEE184 /* NIOTSBootstraps.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7ED21E3B056F789CFA0CCEB8 /* NIOTSBootstraps.swift */; }; + 89FC5938A9C43F25F34BFB77 /* ghash-ssse3-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = A1E8D982E6192C014DFFC23B /* ghash-ssse3-x86.linux.x86.S */; }; 8A0447F58BEDFD5FDB294BC6 /* Intents.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDFA27C7FCCD0636C81E67FC /* Intents.swift */; }; - 8A0E8FDC7E8B198C61D6C0CF /* ByteBuffer-multi-int.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E0035E3A5AAB4EDF26BDF43 /* ByteBuffer-multi-int.swift */; }; - 8A548A57EF7B04D868933840 /* e_aesccm.c in Sources */ = {isa = PBXBuildFile; fileRef = 76616A87031F5087E085DE74 /* e_aesccm.c */; }; + 8A23AC1D84ACAA1A0239262C /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6ED826FEA89B8E6038C2117 /* Logger.swift */; }; + 8A2BFA5033639030B2127372 /* SendingWindowUpdateState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00EE0637950DFA65E301D6E /* SendingWindowUpdateState.swift */; }; 8A6C7A3ED2A911307E0F0F35 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8EF2F35351356F773D344694 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 8B7EB3AEBB855AF221787B06 /* HTTP2Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E23D284752E1136918FD21F /* HTTP2Error.swift */; }; - 8BAA67411ABE1E8BE9C44B18 /* v3_alt.c in Sources */ = {isa = PBXBuildFile; fileRef = C8905CBDF21984CB2C6ACBE5 /* v3_alt.c */; }; - 8BB8D2EE95B72163F6850E72 /* x_info.c in Sources */ = {isa = PBXBuildFile; fileRef = 43ABA8F7CC21B2B4BE9398D8 /* x_info.c */; }; - 8BF2938F9FBA095A9CE31CEE /* pem_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = 60998ED6897A47C3ADC1868F /* pem_pkey.c */; }; - 8BFAF82C8CA6FF3529EDA853 /* bio.c in Sources */ = {isa = PBXBuildFile; fileRef = AAC73F1A340C05325825FBD4 /* bio.c */; }; - 8C04F979AE2BAEE3B35011C0 /* asn1_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = B876423E49DAF74BDA599F48 /* asn1_gen.c */; }; - 8C5CA6F79D0AC737542E3BD0 /* PooledChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB98C0C64DAD9D7F58CD6719 /* PooledChannel.swift */; }; + 8A6D7919F5E2E6BBE8259CFF /* passive.c in Sources */ = {isa = PBXBuildFile; fileRef = BDC0CFE903C7035EEA91B87D /* passive.c */; }; + 8A78B4E1F8F75D4323F07D24 /* bsaes-armv7.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = F52C4E986EFB5DED0DC008D6 /* bsaes-armv7.linux.arm.S */; }; + 8AC390E385457DE5933171FB /* Deque+Equatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9EAF49495E7D27BF66F94E7 /* Deque+Equatable.swift */; }; + 8AD6B44C1CA4C42A8F368CE3 /* deterministic.c in Sources */ = {isa = PBXBuildFile; fileRef = 5E1C4639E33757FDE2165771 /* deterministic.c */; }; + 8AEA1B1A375603FC92480F05 /* NIOFilterEmptyWritesHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A83DD08F0001E02162AB7DB /* NIOFilterEmptyWritesHandler.swift */; }; + 8AF947D408C25BAC5509A0B1 /* aesni-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 8A93D3AC5988B830B12D9237 /* aesni-x86.linux.x86.S */; }; + 8B03938FECF3F716CB75EE67 /* ResponsePartContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20F71AB265FB5E2A2D450E8E /* ResponsePartContainer.swift */; }; + 8B3C23E03EEA5B255009003E /* v3_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = 18076232052A349894D5193B /* v3_conf.c */; }; + 8B40C670E69CD204F55B029F /* ByteBufferBIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 246977C677E26D275B664D08 /* ByteBufferBIO.swift */; }; + 8B6D146DC7731BCD4D47EDC1 /* armv4-mont.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 9DA0178EAA552E9F365263A3 /* armv4-mont.linux.arm.S */; }; + 8BADA9EA5453131174082587 /* lhash.c in Sources */ = {isa = PBXBuildFile; fileRef = 3F6B5BFFCFE8EACE4169E0CD /* lhash.c */; }; + 8BC639F0E0147326925395F6 /* x86_64-mont5.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 730026E229D63A91F53E1F1A /* x86_64-mont5.mac.x86_64.S */; }; + 8C1F0351883A2EE463CF5E31 /* x_info.c in Sources */ = {isa = PBXBuildFile; fileRef = C1B1DEBD2A25040E0656AE9D /* x_info.c */; }; + 8C527F177E7A1CC2A4FA381D /* GRPCAsyncServerStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B0911D40A6B8A0553FE9510 /* GRPCAsyncServerStreamingCall.swift */; }; + 8C68C9ACA0682E517155924B /* ssl_x509.cc in Sources */ = {isa = PBXBuildFile; fileRef = 98B037D2779C92B31E152758 /* ssl_x509.cc */; }; 8C7286109BCF0A778F181613 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B3DCD4AE377C43BE59B1611 /* Lib.swift */; }; - 8CAA3D1458F72A0A90659D45 /* wnaf.c in Sources */ = {isa = PBXBuildFile; fileRef = 1D01AB0619573DAF47EB7741 /* wnaf.c */; }; 8CAA9BD47B1C914E70346072 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 015E6004A77E27E5BDBF92F8 /* Assets.xcassets */; }; - 8CE298B2555BB2CD502FC1E6 /* AtomicRawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4341DEBEC2AED52293EAFC3 /* AtomicRawRepresentable.swift */; }; 8CE4EDB7AE3A359A8F64B8D8 /* UITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D1C3274E698C0F339AC7EE1 /* UITestsLaunchTests.swift */; }; - 8D2A3802880B1FFB2B0E91D5 /* IntegerBitPacking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45D3A121F1E2CD236A24C01B /* IntegerBitPacking.swift */; }; - 8D3A7FBD29C18FEB3025D1B5 /* MathUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = A550479DDFC575DC846377F0 /* MathUtils.swift */; }; - 8D9B104DA564589A75DD6045 /* p_ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 87502DD5CA9F0FFB54999001 /* p_ec_asn1.c */; }; - 8DBAEEDDDEC8608F8D36253D /* PointerHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F09AA3F891912D85C943EB /* PointerHelpers.swift */; }; - 8E3FA16122729F599109087B /* derive_key.c in Sources */ = {isa = PBXBuildFile; fileRef = B46F9C3A94FE80206C63F5A8 /* derive_key.c */; }; - 8E73C628B3BF7C2F63AFCB44 /* shim.c in Sources */ = {isa = PBXBuildFile; fileRef = E1C618ADAB7F137AD503D5DA /* shim.c */; }; + 8CFA83C9CAD83A8790A6CCBA /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18D5CCFB1D8FFA4635EC0CEB /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift */; }; + 8CFC8D8F33D94407A0A19C69 /* ClientInterceptorContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1644D33837F921341A6BFBB /* ClientInterceptorContext.swift */; }; + 8D15306C89E354E2FA07922E /* ServerInterceptorStateMachine+Intercepting.swift in Sources */ = {isa = PBXBuildFile; fileRef = E67DE8F329E504635A0F8398 /* ServerInterceptorStateMachine+Intercepting.swift */; }; + 8DFA9456772579A4EF0E41F9 /* ClientInterceptors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E700C1EFD09A66DBBECA9B /* ClientInterceptors.swift */; }; + 8E2575C971757A2FD5C79735 /* HTTPPipelineSetup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EA80FB58B663231C7635E3 /* HTTPPipelineSetup.swift */; }; + 8E9DE704C09A45A0758C67BE /* v3_cpols.c in Sources */ = {isa = PBXBuildFile; fileRef = F86AF642DE340C9AB6B48F77 /* v3_cpols.c */; }; + 8FA843D76E58088E2973EC0E /* sha512-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = F6EF8B0207046C8A2A52663A /* sha512-armv8.ios.aarch64.S */; }; 8FA8E339A4D6550088042CF4 /* nested in Resources */ = {isa = PBXBuildFile; fileRef = 2D457A99D0ED81ADDF52D3FD /* nested */; }; - 8FC2D31C056F7700B048AD71 /* ghash-ssse3-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1E1CC1054B18627BF1053E7C /* ghash-ssse3-x86_64.linux.x86_64.S */; }; - 8FDAC22213C9E72CFA608EB2 /* JSONEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B29604620D21595807388CEF /* JSONEncodingVisitor.swift */; }; - 901CCBB35164F1FA0EBEC891 /* pcy_map.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A0E68627821540D34C0E13E /* pcy_map.c */; }; - 903AB57F0CA47ABA39FF870E /* montgomery_inv.c in Sources */ = {isa = PBXBuildFile; fileRef = 6F76041C58BF0CF2C32B950C /* montgomery_inv.c */; }; - 90C73436A59F624E854C5490 /* vpaes-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 6931D24AE16801A86C27EDBB /* vpaes-x86.linux.x86.S */; }; - 90F2DB728A56B44F65E73AF5 /* simple.c in Sources */ = {isa = PBXBuildFile; fileRef = 236E3FBCB9BDC2D5188892B3 /* simple.c */; }; - 91543BA5018E065D385E5BCD /* timestamp.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6760BAF33210AADF195F18C /* timestamp.pb.swift */; }; + 90743A34D0BBA5919368BD1D /* DoubleWord.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1406D2FD1EFFAB54BB802A1 /* DoubleWord.swift */; }; + 90C66E0634FB8ED71CFAB58A /* NIOCloseOnErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 197B60DE3F895979153DD3E4 /* NIOCloseOnErrorHandler.swift */; }; + 9156A82816C79EB5D7657E58 /* _MessageContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C1AED0960DAEA05FA51F981 /* _MessageContext.swift */; }; + 918CADE72408470CC040A71B /* SSLPrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B29CFC0E23F3283F3FF6829 /* SSLPrivateKey.swift */; }; 9190E0BA24E8CA315E23A7B1 /* UIFramework.iOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D5BBE2ECC921BED8A450ADA7 /* UIFramework.iOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 9209E656B3CA80FE432E4EFC /* NIOAsyncWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878E7ADC38DF9AA64C2D7933 /* NIOAsyncWriter.swift */; }; - 9235CEB01C8887D9A961B5AD /* aesv8-armx32.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 8369F01D26D37B886CD9F172 /* aesv8-armx32.linux.arm.S */; }; + 91915333EEC728F273BCAA5D /* a_i2d_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A297A8B4BCC44BE9F8CDD47 /* a_i2d_fp.c */; }; + 91ECE32CA4F6680548161E72 /* v3_pmaps.c in Sources */ = {isa = PBXBuildFile; fileRef = 3045567C7150388217B4B3F2 /* v3_pmaps.c */; }; + 9238004944C5287D402B872F /* ctr.c in Sources */ = {isa = PBXBuildFile; fileRef = C10BCE02FC62E07E00C3ECB8 /* ctr.c */; }; 923A6592934515C92189695D /* Lib.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B3094355DA56D54FD4B96EFD /* Lib.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 926D355CDFD5B14889CF3385 /* Deque._Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCE817A0F3A5CF412CD4D6B2 /* Deque._Storage.swift */; }; - 92CF25508BA7DE545816770C /* x509spki.c in Sources */ = {isa = PBXBuildFile; fileRef = D9755796E333C6061228CCE5 /* x509spki.c */; }; - 92D1F0BB5D8E9D36A6495C32 /* v3_cpols.c in Sources */ = {isa = PBXBuildFile; fileRef = 77351C3FF25787E944CDFAA2 /* v3_cpols.c */; }; - 93164595C4FC10F4CBE548A0 /* oct.c in Sources */ = {isa = PBXBuildFile; fileRef = 003DC484D70209610507C00C /* oct.c */; }; + 92CC360C65D282974441FFF8 /* vpaes-armv7.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 77061EDD0AB0469D4209B777 /* vpaes-armv7.linux.arm.S */; }; + 931B32C0AFAA2E87ED74D7FB /* JSONSerialization+ByteBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B98815337DD836DE83E22432 /* JSONSerialization+ByteBuffer.swift */; }; 93B976C2A65BE389D190692F /* Nested in Resources */ = {isa = PBXBuildFile; fileRef = CB4A0FB26B6A160C6B667828 /* Nested */; }; - 943C8EC49A1E1DF565C5836F /* TextFormatEncodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F572C00CF09874B5E1B67426 /* TextFormatEncodingOptions.swift */; }; - 9441D0C83E57744DCE7AF8EF /* Deque+CustomStringConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0F084A9F745C8144BAF84AB /* Deque+CustomStringConvertible.swift */; }; - 94852678AA4897623A3874EF /* v3_bcons.c in Sources */ = {isa = PBXBuildFile; fileRef = D6326027681968A049332B4B /* v3_bcons.c */; }; - 9528B99BC15DACEB03B2A7FA /* DebugOnly.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BCEE982F92B5852BDDC379D /* DebugOnly.swift */; }; - 952BD0A499FD11BAC463FAE9 /* add.c in Sources */ = {isa = PBXBuildFile; fileRef = B0772C067091052CE40583A6 /* add.c */; }; + 93D148A721584D94FA02FC23 /* _EmbeddedThroughput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7380C28407CA3218DFA9123F /* _EmbeddedThroughput.swift */; }; + 93F30640E638AB78D93D7BEA /* obj_xref.c in Sources */ = {isa = PBXBuildFile; fileRef = AE3B36BB7F335C2FE7181C8C /* obj_xref.c */; }; + 94134A833750E3CB014B4B5D /* stack.c in Sources */ = {isa = PBXBuildFile; fileRef = CE65D4FC30DEB0C3AD9788C6 /* stack.c */; }; + 941B9F1BD0602D10D3668D0E /* SocketOptionProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B0952EE86E2348D29B5C1BF /* SocketOptionProvider.swift */; }; + 9428D200524F02EFE52C081D /* GRPCServerPipelineConfigurator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F9213D75874A5EED7EC8C7 /* GRPCServerPipelineConfigurator.swift */; }; + 94931DD8E3518A759F868C88 /* ConnectionPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB516E1318292789FFA8FBA7 /* ConnectionPool.swift */; }; + 94D238EFEE9AC5A2C4D87493 /* GRPCContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64CB8CEAFBA56A4D0ADB7909 /* GRPCContentType.swift */; }; + 94DE31E1E8205F334E35C131 /* dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 9759956C8EFFCB821098F105 /* dsa_asn1.c */; }; 953FC69FD8F805356EC9A509 /* lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 64D876015491E8C73F775F7C /* lib.c */; }; - 95A99F9B4F8EFBA9205F827F /* ServerBuilder+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EC6BBA924107BAD654A0994 /* ServerBuilder+NIOSSL.swift */; }; - 95D429D2D5E982879B26EDEA /* ExtensionMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6AC6B1017EAF160BFBF9AA /* ExtensionMap.swift */; }; - 95E4C30DE46145BDD30EC499 /* v3_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = B14EED5D2AC771D42D184EC1 /* v3_prn.c */; }; - 95F1957FA7E4E76DB9CA5607 /* CustomJSONCodable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FAC279F15716D1EA166CA9 /* CustomJSONCodable.swift */; }; - 95FC9639CB71251238660CCD /* x509_obj.c in Sources */ = {isa = PBXBuildFile; fileRef = B6AFB63ACBA4D24927509145 /* x509_obj.c */; }; - 96179B4226481B1AD6BC40B6 /* ClientConnection+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = C02C848FDE34ABB580B017FE /* ClientConnection+NIOSSL.swift */; }; - 962940E6075E6F339ED4B72D /* source_context.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CD8EF4F69C4DB5E5A0A9E09 /* source_context.pb.swift */; }; - 96490D4E2A0794E4EB05859D /* x_attrib.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A5B557DE985B0ECA8BB58F1 /* x_attrib.c */; }; + 9567261B1E7D0960DC300065 /* extensions.cc in Sources */ = {isa = PBXBuildFile; fileRef = BC26387C035C92897584E83A /* extensions.cc */; }; 9662270A130DFD557C8BEBA5 /* ExampleResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 0F4BE0C4D3926E5116BC3EF3 /* ExampleResources.bundle */; }; - 96E5408093CE73802B77051E /* IntegerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C8589A7ABDBF775293B0C51 /* IntegerTypes.swift */; }; - 971A0E0C06481B0208300C2C /* ByteBuffer-views.swift in Sources */ = {isa = PBXBuildFile; fileRef = B87115DE4A0F66012DBD5351 /* ByteBuffer-views.swift */; }; + 9681344B3406F5FD48779C85 /* ByteBuffer-multi-int.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1645111F6BFB77028F2D421F /* ByteBuffer-multi-int.swift */; }; + 9686789653F6E9235A26D312 /* PipePair.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD9903ECA0BA616979986F91 /* PipePair.swift */; }; + 96960421EF93C8BA2B0C7EFD /* x509_d2.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AB5D3C3B2ADDA512C4B4C46 /* x509_d2.c */; }; + 969CE45C6CDAD341D1F87797 /* TLSEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17FB653191524EC01DB19659 /* TLSEvents.swift */; }; 974B5BFDEB97E845A816BB4E /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8EF2F35351356F773D344694 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 9782D731F70DEB9F9C001B57 /* Deque+Extras.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85A2913208DE6D27F2C103B8 /* Deque+Extras.swift */; }; - 97A961A4F569463F4A5DD9D8 /* thread_win.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C09B05B8E924BA1CA9193B1 /* thread_win.c */; }; - 97AE2CFFF133FB02DA3FE0BD /* a_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = CEED675530F9FB9EB0376D86 /* a_sign.c */; }; - 97B4A3D6567D0D019850D95D /* sha256-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 8167480CED0B9C9820264713 /* sha256-x86_64.linux.x86_64.S */; }; - 97D580D376B657CB4D758ACB /* sha512-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 94438C81B8A238F4CA03443F /* sha512-armv8.ios.aarch64.S */; }; - 981CB84A6E6E40FC362EB599 /* InboundEventBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F02D74A89B19C8A9CA0CE0C1 /* InboundEventBuffer.swift */; }; - 984B7FC00099D10AF3985111 /* RecvByteBufferAllocator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B6914D10511C9A8037576A3 /* RecvByteBufferAllocator.swift */; }; - 9854DACE41BAF050CCB57AF3 /* PointerHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 355AD914F00C5472312FCFC1 /* PointerHelpers.swift */; }; - 98B1CBEB8C23D438CF402FD7 /* a_octet.c in Sources */ = {isa = PBXBuildFile; fileRef = D5E0A080D0773053C5C7AB4B /* a_octet.c */; }; - 98D43B5481841473E595829E /* JSONEncodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC24AE276DE7B8E054522F6 /* JSONEncodingOptions.swift */; }; + 976ED17039365CFBB227EDE5 /* BidirectionalStreamingServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2B3732F994E115C65C22BF9 /* BidirectionalStreamingServerHandler.swift */; }; + 97AAC2A16F7A02A1B830201E /* sign.c in Sources */ = {isa = PBXBuildFile; fileRef = 6AC8BD35536BF2D741305D0E /* sign.c */; }; + 97AE98F31EADBF68D5C90D63 /* scalar.c in Sources */ = {isa = PBXBuildFile; fileRef = 03131CACC7AC8C8FC5EC9F3B /* scalar.c */; }; + 97D669EBDB81AF82C0E7AFD0 /* cpu_arm_freebsd.c in Sources */ = {isa = PBXBuildFile; fileRef = 1E650DB60CC310F13BD113D7 /* cpu_arm_freebsd.c */; }; + 97E119F777597FA20F7CBADB /* ConcurrentStreamBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8128C8431E5C4131DCCAB23 /* ConcurrentStreamBuffer.swift */; }; + 983787F7EE9006A3888251C2 /* ClientConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 149B0052DFF8B0E5EC7D4B2E /* ClientConnection.swift */; }; + 984F17F9F6AD7AF747D754C4 /* AtomicValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE3DB25075A4AAB78819C188 /* AtomicValue.swift */; }; + 988518092AF933052EA6ED4E /* Linux.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B36D3AF973D6F888B94051B /* Linux.swift */; }; + 98A9819CF509246E890A532F /* BaseStreamSocketChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8AFEA2C38650C0D958C71C4 /* BaseStreamSocketChannel.swift */; }; + 98EF752B5B9EF92D848C778F /* sha256-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1CBDFBCEAA4839A11DD3B974 /* sha256-armv8.linux.aarch64.S */; }; + 991E0ADFB83EE64ADBA4E501 /* SendingPushPromiseState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 554A92F49876D1D4E02EA828 /* SendingPushPromiseState.swift */; }; + 996979621BD8BFC7B6A34C82 /* ReceivingPushPromiseState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22AAB07464DF32AB67D3F78E /* ReceivingPushPromiseState.swift */; }; + 996FD70C645080140E68F3A4 /* lock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B4BA7109F92D1D1A4A12B6A /* lock.swift */; }; + 998A12CF3DCC73DE2FC1D299 /* GRPCChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02E7B971D18A48D7BF4F2B8A /* GRPCChannel.swift */; }; 998F6ABEDFC3F5E18C6F88E1 /* AppClip.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE5C7FA633009F456D7C4262 /* AppClip.swift */; }; - 99D85DE103D8DBE9CFB1A93D /* posix_time.c in Sources */ = {isa = PBXBuildFile; fileRef = A9CEE2EC73BA0F6351D79AAB /* posix_time.c */; }; - 9A250ECF99F55D56347123EC /* scalar.c in Sources */ = {isa = PBXBuildFile; fileRef = E0A32D2D139B2D21883E72A6 /* scalar.c */; }; - 9A4F79AC1C91C5440D67D313 /* chacha20_poly1305_armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 8E0E5E623B5056B6D759BB12 /* chacha20_poly1305_armv8.linux.aarch64.S */; }; - 9A5DB9AFB71B4846FCA7937F /* digestsign.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B8B552A8C9A3DFE63B7B1C6 /* digestsign.c */; }; - 9A8C2340FF68CA9322BA13E7 /* asn1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = C03D71E8BDF9A6D02A6BD781 /* asn1_lib.c */; }; + 999625C9B9A46F1EE1307C81 /* dh_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C593ADB9EFFFCCAAA3835B9 /* dh_asn1.c */; }; + 99A0FFC05800AA80CE6A3451 /* bsaes-armv7.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = A6A45A9313BCD3384AC644E0 /* bsaes-armv7.ios.arm.S */; }; + 9A968D13FC38D0465613AB99 /* ctrdrbg.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F87C2A5DC64FA0CE1BC9B0D /* ctrdrbg.c */; }; 9AA26EDEF9856DE985230D92 /* private_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 8782496D7D7A013102474DAC /* private_lib.c */; }; - 9AAC534F6DF1F5E58D077610 /* JSONEncodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09CE8B1E483D234C8A751038 /* JSONEncodingError.swift */; }; - 9AB189DB1C30A335D532261A /* x_pubkey.c in Sources */ = {isa = PBXBuildFile; fileRef = CE3A5F1B48BCAEF39B5F6BE0 /* x_pubkey.c */; }; - 9AE956F2971E32640BD8C372 /* Data+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CC05620C78F7D6FBA0BCBDC /* Data+Extensions.swift */; }; - 9B31A7EC62D8A93E552EE948 /* Call.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7212B7DB02A56CC23444E53B /* Call.swift */; }; - 9B3EB24DD8351B005E9BBD8F /* HTTPHeaderValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90AE2DE688754E20F07671DD /* HTTPHeaderValidator.swift */; }; - 9B67A50C240F6B9422BBDC30 /* poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = B312E5BA0100433803A165EA /* poly1305.c */; }; - 9BC2467AC93AF8283FB06E84 /* ResponsePartContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC1114516C34F1A4AFCF4F6D /* ResponsePartContainer.swift */; }; - 9C49889D42241F33D9B5D494 /* HTTP2UserEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3338C96925571FC1B2F8FEEF /* HTTP2UserEvents.swift */; }; - 9C51C4396185B5F54FF08FD4 /* GRPCAsyncBidirectionalStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 771857B1F19A4C55A3E2EC6E /* GRPCAsyncBidirectionalStreamingCall.swift */; }; + 9AE048390ADF1CF9A9A2450E /* TimeUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CCD8577624A17BB9D773C0C /* TimeUtils.swift */; }; + 9B6C30301BC440691F97CC84 /* UnknownStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C62357A9DFAA1B20420C447 /* UnknownStorage.swift */; }; + 9B886CE6A4C8738A32DD65E7 /* NIOLockedValueBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14D89F32EB6CDAFB10DBA592 /* NIOLockedValueBox.swift */; }; + 9BA26E8B15A4E6A1E63E1FBA /* div.c in Sources */ = {isa = PBXBuildFile; fileRef = E278B95D9F546CED99F191F0 /* div.c */; }; + 9C384AAE1FDE155106521259 /* ssl_privkey.cc in Sources */ = {isa = PBXBuildFile; fileRef = 137D55F2EF0078D426A828DC /* ssl_privkey.cc */; }; 9C68E0E812B4BDDA59B6C41F /* lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78D06BF3F4D379602F04C828 /* lib.swift */; }; - 9CA08EC815B1583C565BA552 /* p224-64.c in Sources */ = {isa = PBXBuildFile; fileRef = 37E00B392F327160C40A38D2 /* p224-64.c */; }; - 9CAD85C690E267B638A8BDBF /* HTTPEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDB6C688B829F13E4A9966BC /* HTTPEncoder.swift */; }; - 9CC8215F29DFCFFFD2037980 /* RequestResponseHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AC6D446BA72EF874F73F1E /* RequestResponseHandler.swift */; }; - 9D4701EAA22AF172822A0D76 /* p_x25519_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 5652569158E48C3C6B60344E /* p_x25519_asn1.c */; }; - 9D9DBF0D46AF2A97713C0FE0 /* field_mask.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03F77C05485E927FC2B60D13 /* field_mask.pb.swift */; }; - 9DAEC562FDA19A055B3B1C6F /* IdentityVerification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 372E6ADAE3715CBA851C279B /* IdentityVerification.swift */; }; + 9C7A1B640D3419B653AC9406 /* ChannelInvoker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1567CFB2C41ACA600AA327F3 /* ChannelInvoker.swift */; }; + 9C85B062A91867FF5005F0E1 /* SafeCompare.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0FA4539F071D9A836617EAE /* SafeCompare.swift */; }; + 9CB91BDFCBBA082253988EAC /* PoolManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C7B9A76F11346F7EBBA55C /* PoolManager.swift */; }; + 9D025386F6AB2AF3766C91DC /* PoolManagerStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4ABD63E9248AF15371CA5D73 /* PoolManagerStateMachine.swift */; }; + 9D5CE6247A836A9CD15C5C7F /* ThreadWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4561F5B5A8473C3114455D /* ThreadWindows.swift */; }; + 9DA30952896EB31DE6009C9C /* GRPCAsyncBidirectionalStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB801B4BFC56D57AEA0C1FE3 /* GRPCAsyncBidirectionalStreamingCall.swift */; }; + 9DA79BADF949CCD8CC93989E /* ServerHandlerStateMachine+Draining.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDC15F0B5C87892F45409F80 /* ServerHandlerStateMachine+Draining.swift */; }; 9E8914B49E2E9F1BFFA0C46D /* LibFramework.iOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 1EBCB856193A610747419205 /* LibFramework.iOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 9E8F04218CC0D3FC3B437FE8 /* LibFramework.tvOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F7B18D45E415DC9708319FCC /* LibFramework.tvOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - 9EB53A34293576B28C278A64 /* ClientCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F4E6BCEF2BB31A63C3195E9 /* ClientCall.swift */; }; - 9EBF54C6BEC5562490591E19 /* SelectorKqueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 576F6256EA99B55CF6EFFD12 /* SelectorKqueue.swift */; }; - 9EDFA9A7D213AA771E233B62 /* MayReceiveFrames.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39103AFC785431021E0CEE56 /* MayReceiveFrames.swift */; }; - 9EF30493B23E3C5B42C26AA6 /* ClientInterceptors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F105F912D5A507A1AD10D8E2 /* ClientInterceptors.swift */; }; - 9F0BF330D8A9FD9D88D38F37 /* sign.c in Sources */ = {isa = PBXBuildFile; fileRef = F8241519B41AB26E678CA444 /* sign.c */; }; - 9F1E286F475F6C5F4725266B /* ChannelHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 594DE9C82EEFD3C3C61C6B8B /* ChannelHandlers.swift */; }; - 9F286CD03512668FED82CEFA /* Thread.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DA9A7F82F3728DF18B4590B /* Thread.swift */; }; + 9EE31F87D34A14B010DD03C1 /* p_dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 8FAAC026EFF47DD4DCF29B18 /* p_dsa_asn1.c */; }; + 9EEAAD51EC3B7F45376B9E9A /* x_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = C0AA092A292A1A2DCB316253 /* x_pkey.c */; }; + 9F1280B458C5DE5FE2F3600D /* pcy_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F133AF5981380821DEAD811 /* pcy_data.c */; }; + 9F506A23F1C68AAEA9FD0C07 /* Codec.swift in Sources */ = {isa = PBXBuildFile; fileRef = F385F1F3ECBED7F67E5039FC /* Codec.swift */; }; 9F50BD5FA8B14B9DC0ED8B12 /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BD403D59FD279723BD9B059 /* _CompileStub_.m */; }; - 9FB9C41A9DD2A300FC63171D /* empty.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = C48BF777DACABD8FC0907430 /* empty.pb.swift */; }; - 9FE48599EE8D279308F1D637 /* ecdsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 1CFC680F97E3DD6A222EFE6C /* ecdsa_asn1.c */; }; - 9FEDAD0AA1CF9BC87EF23BA5 /* by_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = 49F5B5E69F939D6008C2ACC6 /* by_dir.c */; }; - A01CC426D7BA48882ACA0CB3 /* GRPCServerPipelineConfigurator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2974A233CBCC6F0D21A9547B /* GRPCServerPipelineConfigurator.swift */; }; - A024011903109CD3C0092ED2 /* x509_trs.c in Sources */ = {isa = PBXBuildFile; fileRef = 4AFFB760D111D3783B457000 /* x509_trs.c */; }; - A02B673EBE07206D63F62631 /* sha1-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 714093AF16F6A60DDB7DC7DA /* sha1-586.linux.x86.S */; }; - A05C7EE1F3540ABAB1270329 /* gcm.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E780DD361E9AE85F009BBC9 /* gcm.c */; }; - A06CB413E6CFB27662C7A95D /* thread_pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = F96CFC910CB09F0BD5F01340 /* thread_pthread.c */; }; + 9F7EB24A15E4AEE8D5F7EA39 /* JSONMapEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5825958D982F3F25E4ECA9C7 /* JSONMapEncodingVisitor.swift */; }; + 9F8983B1D91DF9074BE05AFC /* DOSHeuristics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E1BCF960B3B3D7CAC14EC8A /* DOSHeuristics.swift */; }; + 9FAB87FF438872302C10B4E7 /* s3_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2E3AB613F4D577B4B715CDDE /* s3_lib.cc */; }; + 9FAF78B47959A87B3EBB8CAC /* ssl_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = FC53D6675B598C2F9FBC910A /* ssl_lib.cc */; }; + A055EFFCC1A9B8AF86D8C46E /* x86_64-mont.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = B62152C421EF1CBF4C69B74F /* x86_64-mont.linux.x86_64.S */; }; + A07532E886C8D7213BEA75BF /* armv4-mont.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 80237A7D2BB134DA878DB12C /* armv4-mont.ios.arm.S */; }; + A0878D50AFF42D8AE228BE44 /* HPACKHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851A0F6752E3112938FDFB61 /* HPACKHeader.swift */; }; + A09853CA1CBDE4B168B950F3 /* UnaryCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DDC1C947FD209144149ACB /* UnaryCall.swift */; }; A0BFD238DEFC8E9D142BB090 /* Foo.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A580E62D3570C8171C06E7C /* Foo.m */; }; - A0FE2BBEF3AF831178AF23EE /* PointerConformances.swift in Sources */ = {isa = PBXBuildFile; fileRef = E53CD688A957F63C712DBAD9 /* PointerConformances.swift */; }; - A169C74F15D227603EF4F6C4 /* ContentLengthVerifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FC6AE8DDB78DA68E66096A6 /* ContentLengthVerifier.swift */; }; - A1F75DA186C9C9422C08F819 /* NIOTSChannelOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AFA88A920245D03F896E5E7 /* NIOTSChannelOptions.swift */; }; - A2179FD5F6AA72CF978F654F /* a_i2d_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = 8047A7243D8A2F72B64D195D /* a_i2d_fp.c */; }; + A0FB23C5CB2073F212009614 /* ServerHandlerStateMachine+Handling.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14D517F1FD75709E22605488 /* ServerHandlerStateMachine+Handling.swift */; }; + A19710590DDD91F73DA0A6E3 /* ResponseContainers.swift in Sources */ = {isa = PBXBuildFile; fileRef = C56B85841FB8F297B86BBF0B /* ResponseContainers.swift */; }; + A1F4E83435F3D09CE973E499 /* ConnectionManager+Delegates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CE090EEE540682649393DF5 /* ConnectionManager+Delegates.swift */; }; A21F72ED6A0C7649E4C25D8C /* UIFramework.watchOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B93E97B994939406F03CCD10 /* UIFramework.watchOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - A24D60EC569D4963A6818FC5 /* v3_ia5.c in Sources */ = {isa = PBXBuildFile; fileRef = D5DBA99080A3200E20197FBC /* v3_ia5.c */; }; + A23A1B8EEB6CF921F82715A9 /* cpu_aarch64_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = 0654FF3C12CDEEEC1DC7DF73 /* cpu_aarch64_linux.c */; }; A26D3A049C09843E5904E615 /* AppClip.app in Embed App Clips */ = {isa = PBXBuildFile; fileRef = 86D7CCDBD0CDEAAAEDF3C86E /* AppClip.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - A26E5A785992462261E54C1C /* name_print.c in Sources */ = {isa = PBXBuildFile; fileRef = DA28D7510E0AE6EBC06BF6BA /* name_print.c */; }; - A2C0CD37B1372FE9BA4C7F3C /* lhash.c in Sources */ = {isa = PBXBuildFile; fileRef = 06BC53B161844DBF6967CECB /* lhash.c */; }; - A2DF42197427F006CB9F55E9 /* p_ed25519.c in Sources */ = {isa = PBXBuildFile; fileRef = CACB1D3CD38EE9BD96D6BD45 /* p_ed25519.c */; }; - A31000FCFFA96D74D946B1E1 /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EDDFC3541AE81457804575F /* Logging.swift */; }; - A317169692636E6FB164643E /* ServerStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B78EFC07AD8747589B9EEF2 /* ServerStreamingCall.swift */; }; - A36CB996C97903EDD24607D2 /* NIOAsyncWrappers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 526050A31F5E9552517E8B62 /* NIOAsyncWrappers.swift */; }; - A3A03D54FF4FE300A2992BDA /* pem_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = A5E37C51159F7023B28FDD17 /* pem_lib.c */; }; + A2AB14BEFA20FEC7D2726C16 /* bio_ssl.cc in Sources */ = {isa = PBXBuildFile; fileRef = C08647CB281BABA54C72D978 /* bio_ssl.cc */; }; + A325FA81CB396029C8B26CF1 /* ex_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 105EEE2202AED5C47D129F89 /* ex_data.c */; }; + A33869695DF8733E042B42EF /* ReadWriteStates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CF2F4F380A0970866612234 /* ReadWriteStates.swift */; }; A3C8CF0C9D0AC54B39027ECE /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = E163D2859CA079F915A35718 /* MainInterface.storyboard */; }; A3D696B4B1EE5EA27510E85E /* ObjCUnitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 157663D9790842ADFB5AA1B5 /* ObjCUnitTests.m */; }; - A41BB2C5A0575B25207B2C58 /* SSLCertificateExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 228C55A04AFCCDCC48103669 /* SSLCertificateExtensions.swift */; }; - A421259A485B1C0F2E891EC1 /* poly_rq_mul.S in Sources */ = {isa = PBXBuildFile; fileRef = 28727D060A4E3680BFC37BF5 /* poly_rq_mul.S */; }; - A466A12BB01FFDECDD653B55 /* GRPCTimeout.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3683613020A8F228B61CDD7 /* GRPCTimeout.swift */; }; - A472E198457CFC077BB6B7BA /* aes128gcmsiv-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = BE7B7FECE306E79321803D25 /* aes128gcmsiv-x86_64.linux.x86_64.S */; }; + A42580D741A522FDED9702C6 /* chacha-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = DC15250881542FAC2E7ABFFC /* chacha-armv4.ios.arm.S */; }; + A43C4780CAC0894A81E3F1DB /* pbkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 19ACA23BCEFB2E0AE7E6EA94 /* pbkdf.c */; }; A48717BC5F009B090ECFBE3D /* ExampleNestedResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BEABA3215EF0ADFD43509CBC /* ExampleNestedResources.bundle */; }; - A4CAB87367D73350179F4157 /* HasFlowControlWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27EC04974D99407813382695 /* HasFlowControlWindows.swift */; }; - A4E0D02785A505C1F8849EBD /* HuffmanCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68FF17E44515737D39E4E915 /* HuffmanCoding.swift */; }; + A4DEC32D3EF5D26863F30250 /* Deque+ExpressibleByArrayLiteral.swift in Sources */ = {isa = PBXBuildFile; fileRef = 644D456911B99156F136EAC7 /* Deque+ExpressibleByArrayLiteral.swift */; }; A4FDEB49ABCE9E2A3688417B /* UIFramework.watchOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B93E97B994939406F03CCD10 /* UIFramework.watchOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - A50C55E1209389B2AF4565DD /* md5-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 137E5C6631693A476AFAF81A /* md5-586.linux.x86.S */; }; - A5350EDB1F8F611A09C2F282 /* x86_64-mont.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 3CF2A299870F8F4CD2CA74F7 /* x86_64-mont.mac.x86_64.S */; }; - A559D9BDB94611B9C614CCD3 /* t_req.c in Sources */ = {isa = PBXBuildFile; fileRef = B32F8C989669F27385A6413E /* t_req.c */; }; - A5838CA35142A91D81D60499 /* rdrand-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = BF4B31401F9EA717975D6D46 /* rdrand-x86_64.linux.x86_64.S */; }; - A5C85F3DB40C1CF46AE557ED /* GRPCClientStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08FDEDEA3CD4CF57EF85B4BE /* GRPCClientStateMachine.swift */; }; - A6954C7233CA0E375B895C5E /* ZigZag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0002B09476838FBB660C50D5 /* ZigZag.swift */; }; + A57CF4ECE67129A1E30F25F7 /* GRPCStatusMessageMarshaller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A3633C30B764B442A048727 /* GRPCStatusMessageMarshaller.swift */; }; + A58D84A6BD35810804E2C6CA /* windows.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6B1C8711C7CD2B83A24C0F /* windows.c */; }; + A5C616BA833268F2B33A228C /* AddressedEnvelope.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51F5292380418C62A2AF3458 /* AddressedEnvelope.swift */; }; + A6151F4DD84E1107E2E95442 /* HashVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 176235F1E9C765D7146F793E /* HashVisitor.swift */; }; + A6272BA9A6D44360C2E3C90B /* v3_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = B43D00A38A8C0C2441AA8DCC /* v3_skey.c */; }; + A65336D54FA4B54CB99FEC6A /* DynamicHeaderTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E03B89835555F61F6B12D90 /* DynamicHeaderTable.swift */; }; + A6538109FAA56DA74DB5B134 /* ServerInterceptorContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C9616B6CBF3AF170D6DFD11 /* ServerInterceptorContext.swift */; }; + A66A4CD5E4847D53A20FE56B /* vpaes-armv7.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 944C9FF18965041090CE3361 /* vpaes-armv7.ios.arm.S */; }; + A68E60C7A9286295B0272EA6 /* p_rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A0B7DB137E942F34736670F /* p_rsa.c */; }; + A69010A408CE95F92D15D114 /* chacha-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = F351BCFE3579A20C58D12736 /* chacha-x86_64.linux.x86_64.S */; }; + A6BD034A481B80B6D51B60CC /* shim.c in Sources */ = {isa = PBXBuildFile; fileRef = 31148A03A3D4A6B5286AC9EE /* shim.c */; }; + A6E9E7D828DEC71620DD153F /* PointerHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87C94FA25434A240F458216F /* PointerHelpers.swift */; }; + A72B72D1485649B63D9E5141 /* StateMachineResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = B477AAB8BE4BCE068F1416ED /* StateMachineResult.swift */; }; + A736305DC5C6B99737ED29BD /* UniversalBootstrapSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E74F1FF6E9796E9DEFE60C8 /* UniversalBootstrapSupport.swift */; }; A752F8B9ECB1B7AFE42A6489 /* CoreUtilsObjC.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DB1707851007E63305C749E4 /* CoreUtilsObjC.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - A7940AAC23E6EDECF63AE011 /* SubjectAlternativeName.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6C1821838CFF3F79C0CF698 /* SubjectAlternativeName.swift */; }; + A78903894472604F87C1B697 /* HTTP2Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 922F1E21895AD0629CB7D78F /* HTTP2Stream.swift */; }; + A78EDC44AB71DF7FCB09282B /* ServerInterceptorStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C4A02F2FA780EC3A59E27C /* ServerInterceptorStateMachine.swift */; }; + A7933659173FE168498F271C /* ByteCollectionUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4D8390930B02AB66C02AA50 /* ByteCollectionUtils.swift */; }; + A796817C88F7F2CB526C1638 /* ssl_versions.cc in Sources */ = {isa = PBXBuildFile; fileRef = 504B4023E58C0E911D1C4852 /* ssl_versions.cc */; }; A7EE330C67CB794EA5DC8FCE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 760F6E68BCA2F8BFE08A3488 /* Assets.xcassets */; }; - A80CCBA0E9C194EB7AE2755C /* p256-x86_64-asm.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = C392CB9758B94BA597B73FB2 /* p256-x86_64-asm.mac.x86_64.S */; }; - A82F06238EECC31D4EAFF86A /* dtls_record.cc in Sources */ = {isa = PBXBuildFile; fileRef = 23DC3BDC0FBC5E94E8C2134D /* dtls_record.cc */; }; A8508DD18B5CCC7037BEE8FD /* SwiftGreetingsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7132631C56C8635B793BD17 /* SwiftGreetingsTests.swift */; }; + A85D22271AE8E618BB2AAA75 /* GRPCClientStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1DB0B6B9A0B14F4180420B /* GRPCClientStateMachine.swift */; }; + A8A33295CEDD6848629E96AB /* HighLevelTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7B1C8CFC183B09731032278 /* HighLevelTypes.swift */; }; + A8BCE5348BB1B78B686B54AF /* Thread.swift in Sources */ = {isa = PBXBuildFile; fileRef = B39A17C03807C5C66334C10E /* Thread.swift */; }; + A8CC3244DC5C5D1D33927293 /* LinuxCABundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D64767203D70335AD697544 /* LinuxCABundle.swift */; }; + A8DEC7F5E5EB5D3BEDC6405A /* Logging.swift in Sources */ = {isa = PBXBuildFile; fileRef = B012C064669604BA9086C958 /* Logging.swift */; }; + A8E10C570F43590DCE2A6B4E /* IndexedHeaderTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AED7903C6239384B40C4374 /* IndexedHeaderTable.swift */; }; A8E15A66A743BFC12782D5D8 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8EF2F35351356F773D344694 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - A90DC3A80901BBC9E16FC0B3 /* ssl_privkey.cc in Sources */ = {isa = PBXBuildFile; fileRef = 39B02C4C798B48A164800B47 /* ssl_privkey.cc */; }; - A9340A0375AB632FA3890573 /* Serialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8361716284C306F36B7876E /* Serialization.swift */; }; - A946731747BFA6663B0828DA /* v3_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = 24422FF5025A377946664BBE /* v3_skey.c */; }; - A971AD2195CA5A421B208260 /* x_spki.c in Sources */ = {isa = PBXBuildFile; fileRef = 4666333CB14A8D5AB2E018C6 /* x_spki.c */; }; - A9905A4CCAC238CF436A5D1B /* cpu_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 1F5958181A486075D61DE1E8 /* cpu_arm.c */; }; + A935C6169460F66FA4ABF04C /* MayReceiveFrames.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D334E0AD850490B58C07CFA /* MayReceiveFrames.swift */; }; + A9592C7731973CFEFAB0BD26 /* JSONRPCFraming.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF89632826817EEDABBA1247 /* JSONRPCFraming.swift */; }; + A97744A2D13AD6D7242A2FF9 /* ServerErrorProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = CEF4D4E969CD61ED49CBB938 /* ServerErrorProcessor.swift */; }; A9AD2A031B5DD7AE87A4BD4D /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 31F2E42A4BD4E29268C437B5 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - AA2F576469DEBDA8DD4C863B /* ghash-ssse3-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 6A176996D1D8FC32F72B6980 /* ghash-ssse3-x86.linux.x86.S */; }; - AAC0FF4B11CB01659390207C /* Bootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = C84481073CF87CA507AD83A0 /* Bootstrap.swift */; }; - AAC70EBAC372B28080CE2A76 /* UnknownStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E051B519322B5F5C360937E /* UnknownStorage.swift */; }; - AB39FE563940F01C90E182A4 /* p256_beeu-armv8-asm.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 91F8FA63EDAF6C09D43EF3F4 /* p256_beeu-armv8-asm.linux.aarch64.S */; }; + A9F3FF75021B1A74B78D8E8A /* p_ec.c in Sources */ = {isa = PBXBuildFile; fileRef = D006C87CE99C69D88554B25D /* p_ec.c */; }; + AA238BC7B079FBDC28610655 /* DecompressionLimit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 245B85C56FA04B494B037FD4 /* DecompressionLimit.swift */; }; + AAB89E811494CB8BA5283686 /* v3_akey.c in Sources */ = {isa = PBXBuildFile; fileRef = CCF8504AC735C0A21AAE7C48 /* v3_akey.c */; }; + AAD557035C509AF4F883E6CE /* pcy_map.c in Sources */ = {isa = PBXBuildFile; fileRef = 741AC7B368A8258147E06CD0 /* pcy_map.c */; }; + AB3B25CB48FD31060A3A1121 /* NIOExtrasError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1749291779AEA8CC2609163E /* NIOExtrasError.swift */; }; + AB420B2BA37E0DA1695B119F /* ControlMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF67E05ED7848BC6F78449E5 /* ControlMessage.swift */; }; ABC2B691EBD8D4F1D7284001 /* ExternalResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 0F4D611843B0F9CDBC2DB43C /* ExternalResources.bundle */; }; ABD9E6B69B7BB047995655C9 /* LibFramework.iOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 1EBCB856193A610747419205 /* LibFramework.iOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - AC6782DD648A904BC653FC70 /* DecompressionLimit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 918D0271A4885A663A565BA1 /* DecompressionLimit.swift */; }; - AC802CCDE697464DC12CC320 /* Deque+CustomReflectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3A8133A33138F0FC70D1C6F /* Deque+CustomReflectable.swift */; }; - AC9637DBD68CDAA8D2486947 /* NIOFilterEmptyWritesHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FD638B9C5556CE7AF0CB7EE /* NIOFilterEmptyWritesHandler.swift */; }; - AD005A6CDBD12DD607A2D184 /* ConnectionManager+Delegates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F46554635F90705A79B1331 /* ConnectionManager+Delegates.swift */; }; - AD68BB4DECA86BE002D0054A /* x_algor.c in Sources */ = {isa = PBXBuildFile; fileRef = DEF2790F9F9FEAF612C41D32 /* x_algor.c */; }; - ADDA0680C3C3A4624ECCCB0F /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 780EC0FF383C526F67B8FCC1 /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift */; }; + AC5971E03F917B28DE76CD88 /* SSLPKCS12Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DC85FA03F0EF606CFC5E363 /* SSLPKCS12Bundle.swift */; }; + ACBF7C8F367BAE9DD8DEF355 /* x509_req.c in Sources */ = {isa = PBXBuildFile; fileRef = A6E163D85DAEBCC1F3EBFB10 /* x509_req.c */; }; + ACE34BF902BCB7C14E53FCBB /* HTTPServerPipelineHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8710EC1714CCD5965FD46BB8 /* HTTPServerPipelineHandler.swift */; }; + AD4FA6F0DFB95B9304D8340C /* chacha.c in Sources */ = {isa = PBXBuildFile; fileRef = 79489419B3F8D99967A4F05D /* chacha.c */; }; + AD5021952364DB62D6307C64 /* x509_set.c in Sources */ = {isa = PBXBuildFile; fileRef = 1921DF80958A107F2D73A05E /* x509_set.c */; }; ADF725E5002FDFC347088A1E /* watchOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = D897B29D0000EA5C72EEA672 /* watchOSApp.swift */; }; - AE0AB7140C260796B4FC765F /* file.c in Sources */ = {isa = PBXBuildFile; fileRef = 6987A61CBFA99B6BFCCCBA37 /* file.c */; }; - AE39E8793BC355C1E8799E81 /* p5_pbev2.c in Sources */ = {isa = PBXBuildFile; fileRef = 9A0E51CA3BC195C103AAFE34 /* p5_pbev2.c */; }; - AE46FED7E7508751318B02A7 /* scrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 08EC0204C0F2D65EA35F3916 /* scrypt.c */; }; - AE69748720B1F7B491614958 /* MessageParts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 321EB4E50BAB30EBCD56880E /* MessageParts.swift */; }; - AE7F4B07FA744350B390843E /* ReadWriteStates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81211F34871954C613E5816E /* ReadWriteStates.swift */; }; + AE3EB5CFEAD3C8C8EC1D5C80 /* JSONDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F11A47B9FAB4D7EAC47D5A4C /* JSONDecoder.swift */; }; + AE5FCA00FAC38C274FC7041B /* StreamChannelList.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA68F7AF1DBDCF2F6149324E /* StreamChannelList.swift */; }; + AE7E4FDEB49934280CE082DC /* convert.c in Sources */ = {isa = PBXBuildFile; fileRef = 397A093A3A89FB113338C05A /* convert.c */; }; + AEAC56BC3AEDACE7F43AC52F /* MarkedCircularBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90447FB6102C1A9991A97B87 /* MarkedCircularBuffer.swift */; }; AEB6E8B5DB8CD8C0DC7DE898 /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE9FD7FE73F3D3D62B644544 /* TestingUtils.swift */; }; - AEC114D28F8FB56127F5D72A /* chacha20_poly1305_armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 30C5C098F98AC4E722AA51F1 /* chacha20_poly1305_armv8.ios.aarch64.S */; }; - AEC7E77F84983BFEEFC6F0B4 /* rsa_print.c in Sources */ = {isa = PBXBuildFile; fileRef = 8A02158B981DCD3AF89DEFAE /* rsa_print.c */; }; - AED2A70AC2C57B4EF1D72B81 /* Selectable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42F49087302A2BF01B9BE475 /* Selectable.swift */; }; - AEE0AD0A81ABD7C2875F17FC /* x509_v3.c in Sources */ = {isa = PBXBuildFile; fileRef = 91455A55347CCACFB4BCF396 /* x509_v3.c */; }; + AFC0D19F2995D62E6C9CB320 /* p_ed25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 2815856B732CB9756834F223 /* p_ed25519.c */; }; + AFF1E259690B8DFADA3E10E7 /* sha1-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 47000CFD9A5569E359459B35 /* sha1-armv8.ios.aarch64.S */; }; + B00FEFE6939F1F0A00416E8C /* rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = FA4BA2324BD66C44C10A088D /* rc4.c */; }; B01560B527C92136543EFD32 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F1FBB1B7A080153519B1914B /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + B0767D6CEB3A16ACC64A14D2 /* ghash-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = B7CC314834BAF5385DE6B50A /* ghash-armv4.linux.arm.S */; }; B0AB20DD63F3504EA1BC681B /* lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 75495D2A3DF89821094A640C /* lib.c */; }; + B0C2F9486D953AAF9096D76F /* a_mbstr.c in Sources */ = {isa = PBXBuildFile; fileRef = 52C99E61B7E40A0AA7CC057C /* a_mbstr.c */; }; + B0CC98BFF8B21D36AB31C821 /* bio.c in Sources */ = {isa = PBXBuildFile; fileRef = 4AF12590E7DA302E91D97038 /* bio.c */; }; B0E96EBBCFC90FF1EE19917A /* TestingUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F4E12A574DB270606EC9B1F /* TestingUtils.swift */; }; B113FDC76331C2B59078B69C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7FD86A86C4F55369ABD1CD50 /* Localizable.strings */; }; - B13E31849174667608DFCD35 /* shims.c in Sources */ = {isa = PBXBuildFile; fileRef = F701CC0C101929E4C344DF2D /* shims.c */; }; + B1397EF22D6EAFEEED0E0F39 /* hash_to_curve.c in Sources */ = {isa = PBXBuildFile; fileRef = AF596C31E23C33492577DF17 /* hash_to_curve.c */; }; + B13BA5F668C6F13BA8196E39 /* gcm_nohw.c in Sources */ = {isa = PBXBuildFile; fileRef = 9826C734E1F2EFA5A4D12DE0 /* gcm_nohw.c */; }; B1676EF10B4D9DFE44F13308 /* UITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C746F329964A16E18B55B4F2 /* UITestsLaunchTests.swift */; }; - B186992DDEB46BDFADF82998 /* AtomicInteger.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7330134E7EAD814735293C5 /* AtomicInteger.swift */; }; - B1F28BF1F20F73552BE8ED1A /* bytes.c in Sources */ = {isa = PBXBuildFile; fileRef = B26C97D594287863DEE920FA /* bytes.c */; }; + B18F896EA5529F24C70ED2AC /* Google_Protobuf_Value+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E05D7DAE0001BCE03CD644A /* Google_Protobuf_Value+Extensions.swift */; }; + B2558B4E3867264E0579A2AB /* x86_64-mont5.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = E59A4FA3163B3C0B9C43835A /* x86_64-mont5.linux.x86_64.S */; }; + B268893D85AC86276B70AC26 /* rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 1C31BD81F385A8BBD3FA4459 /* rsa_asn1.c */; }; + B275627EE0A94C34F61D6144 /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 15566D7A93028D0B98590A84 /* dsa.c */; }; + B2C3194471D0C1BD6EDDF925 /* GRPCWebToHTTP2ServerCodec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22903A63990E9A1FF0BD40C9 /* GRPCWebToHTTP2ServerCodec.swift */; }; B2D857CCC0213B0ECBCEF688 /* Resources.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1FC7CD938D96895389A09A5 /* Resources.swift */; }; B2EC47B4B10BFE6BCE8CC796 /* UITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6A7B49CE03CEE55F8C30804 /* UITestsLaunchTests.swift */; }; - B2F50C8B72931FD0F4DBCB8D /* evp_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = 990DA2071818487111C96F6D /* evp_ctx.c */; }; - B335C57F459F240D1536F4AD /* bn.c in Sources */ = {isa = PBXBuildFile; fileRef = 3ED69ECBACC5576BCB638E4F /* bn.c */; }; - B33AFDD71B05C3EB1F264368 /* AsyncAwaitSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DC5B068026910490E22B405 /* AsyncAwaitSupport.swift */; }; + B32B0EABB33EACD018C1AD6F /* x509_def.c in Sources */ = {isa = PBXBuildFile; fileRef = F116793D85732D203CC01101 /* x509_def.c */; }; + B37452B443115A60BB983299 /* ByteBuffer-core.swift in Sources */ = {isa = PBXBuildFile; fileRef = E41DA7314F2E44A70CB64FED /* ByteBuffer-core.swift */; }; B37465D5BE95F4AE333BF26C /* bucket in Resources */ = {isa = PBXBuildFile; fileRef = 72575FA9D8C757998631CB45 /* bucket */; }; - B3C63CB94476CE1042992FD6 /* dtls_method.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1CEC9F7A34FB1180981D149C /* dtls_method.cc */; }; - B3E84ED1E33FCFDED781133F /* vpaes-armv7.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 144EA60A152289C4DCDE40DC /* vpaes-armv7.linux.arm.S */; }; - B44A72A63AC4DDC2963BA5EA /* cpu_aarch64_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = 021A33BCF828EB1CA666ACF9 /* cpu_aarch64_linux.c */; }; + B37EDAEC3D0C33C3F569AFC7 /* conf.c in Sources */ = {isa = PBXBuildFile; fileRef = B17F0AB97509401D00D10E68 /* conf.c */; }; + B380F352668A433B116C9E68 /* rsa_impl.c in Sources */ = {isa = PBXBuildFile; fileRef = B0306DC466F6D7EC8D382242 /* rsa_impl.c */; }; + B3CD665FB15CF56FF2F36B66 /* ec_derive.c in Sources */ = {isa = PBXBuildFile; fileRef = F10AB97EF80BA02488019D5B /* ec_derive.c */; }; + B430B001120C1AB50E84E234 /* vpaes-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 22865B6FE987EBC67474870F /* vpaes-x86.linux.x86.S */; }; B4585A9598D005FECDF5D77F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 015E6004A77E27E5BDBF92F8 /* Assets.xcassets */; }; - B491F78854101905BD8D14C7 /* ServerHandlerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83472D716D17C2A3E4A69270 /* ServerHandlerProtocol.swift */; }; - B4A4674B507A6B0C5C5ACC50 /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50ED196424ABC4AEAC7A6596 /* FileDescriptor.swift */; }; - B4A4E0910230AF1BB39126AB /* ServerCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46D25E969083A68FED034F35 /* ServerCallContext.swift */; }; - B4F7B00797E3BEBDA1261B56 /* cpu_intel.c in Sources */ = {isa = PBXBuildFile; fileRef = F5F35CF8460238DDCEA88A05 /* cpu_intel.c */; }; - B50FE40FE60602D1F9D0A2F8 /* gcd.c in Sources */ = {isa = PBXBuildFile; fileRef = 32894667BDF98A4EFBB330AA /* gcd.c */; }; + B4687017009F93384C713214 /* BinaryDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2485D248BD46BEEF57CDBE3 /* BinaryDecodingError.swift */; }; + B4A40F20E9FAFA1E5C2FBE18 /* e_aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 7AF456BC2B2FAA9055ED2648 /* e_aes.c */; }; + B4D29EAB54D66F8829153727 /* ConnectionBackoff.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A1AE65BEB95EFD56A43E6CC /* ConnectionBackoff.swift */; }; + B4FDB584C3172222B1D868F0 /* socket_helper.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A2CE5DCE5D71B6AFDA45958 /* socket_helper.c */; }; + B583BC475819CEBD0B74518E /* Deque+Collection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 116D702A3BE365FEADDEAF8D /* Deque+Collection.swift */; }; + B58C2D4E78D074C7E09CEDFC /* StringUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6979BD431AAB6587EFAE15E /* StringUtils.swift */; }; + B5913F6477753E3450BA55AD /* GRPCAsyncWriterSinkDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F7C6EB678F091DDCBF16DD6 /* GRPCAsyncWriterSinkDelegate.swift */; }; B5A4EC57C18DB2267A4B5CFE /* Intents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AFD54271421FB2E20F76CBA /* Intents.swift */; }; - B5AAFFF2186182D7669C0D5E /* ByteBuffer-lengthPrefix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 221759DA67E086C52F7BEE25 /* ByteBuffer-lengthPrefix.swift */; }; - B601CAE3D2DFB7080CF6B74E /* PoolManagerStateMachine+PerPoolState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 963094192D1119E9A276808A /* PoolManagerStateMachine+PerPoolState.swift */; }; - B60EF1E53B47D9EBDE0060A8 /* HeaderTables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98BBAF7B25194D9B3B028566 /* HeaderTables.swift */; }; - B65829A347CE3E43819670CB /* felem.c in Sources */ = {isa = PBXBuildFile; fileRef = E8A21152BF05DA3499BCFC0F /* felem.c */; }; - B662FC129CE50C61DA3BE89F /* StreamStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFFF66482AA3F7508A49628D /* StreamStateMachine.swift */; }; - B69D40E5E0E14C056ADF4523 /* sha1-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = DEC346A53831ACF58BC5C53C /* sha1-armv8.linux.aarch64.S */; }; - B6A27BC0E6A8B2D8314AEE8B /* ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = EB60B5FDB3D36A29FA0E6AC5 /* ofb.c */; }; - B6DBC3BDB4220338328996C7 /* bio_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = 8173E77F103354E1B5870E6F /* bio_mem.c */; }; - B6F3F5C7897FF6BFED268143 /* ClientConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B25FC310A7694A4ACE12F59 /* ClientConnection.swift */; }; + B5A7DCE69C80A85E8F859D9F /* MessageEncodingHeaderValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6CCF1455944EB5E7077D60 /* MessageEncodingHeaderValidator.swift */; }; + B5B3A6423DAD175A345D9EFA /* LineBasedFrameDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A8CA0EEAD36E26D076E07D0 /* LineBasedFrameDecoder.swift */; }; + B5CCA3BB11EF325C59B7ECFC /* GRPCChannelPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 710AF609AB33702CF277A945 /* GRPCChannelPool.swift */; }; + B5D8A6E0A28BB8D0C62222AA /* ServerHandlerStateMachine+Actions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37EADD353483B5960ADAD19E /* ServerHandlerStateMachine+Actions.swift */; }; + B5FAC57BF3D7C538F6CCB69E /* TextFormatEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = A522C90C7663D925EA351D22 /* TextFormatEncoder.swift */; }; + B66490FF47F94DEB4A3ADF4E /* pkcs7.c in Sources */ = {isa = PBXBuildFile; fileRef = A59B2E08340604D6770DFFDC /* pkcs7.c */; }; B73CBF460483486ED2CABE06 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 015E6004A77E27E5BDBF92F8 /* Assets.xcassets */; }; - B74961471485338F41F31309 /* exponentiation.c in Sources */ = {isa = PBXBuildFile; fileRef = 552D1D5EB047C9CE79678D02 /* exponentiation.c */; }; + B7486C9BB7158DF1A60614B3 /* JSONEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC42802331FFCDE38A2C5CB /* JSONEncodingVisitor.swift */; }; + B75FED2B98DBD5C4387CE988 /* aesni-gcm-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 3187870AB0792AB188AE64B5 /* aesni-gcm-x86_64.mac.x86_64.S */; }; + B76321B10169B94438BAB5CD /* mem.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F5495E93CCBAC9C73F4DD95 /* mem.c */; }; + B7D234891C6682B26206B1FB /* HTTPHeaders+Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031AD83DA221399F3813BF15 /* HTTPHeaders+Validation.swift */; }; B7E9EF7E594CF579430DBCB9 /* UIFramework.iOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D5BBE2ECC921BED8A450ADA7 /* UIFramework.iOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - B86FD25942272CC206CC030B /* sha256-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 3B39EE401BC4565D43E2FFBB /* sha256-armv8.ios.aarch64.S */; }; - B87CF3BDFFED170701FC605B /* _DequeSlot.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7633E75A27FC8C58C55C422 /* _DequeSlot.swift */; }; - B8DB6237684C67D110365791 /* ConnectionPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CBFBC82D29F66676935BF46 /* ConnectionPool.swift */; }; - B99AA6932189E3A9878A2CFE /* ssl_file.cc in Sources */ = {isa = PBXBuildFile; fileRef = 14FB5F124898E9AB0FADEF4B /* ssl_file.cc */; }; - B9B661140D0C7A8C627976A5 /* SSLErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A3D1134EE350C8E4200F974 /* SSLErrors.swift */; }; - B9EC92ACFC18ACFD352B0258 /* JSONDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 826026CE8D8EAF3A3E747BC9 /* JSONDecodingError.swift */; }; - BA1BAE7B7570C43E603FEF03 /* tls13_server.cc in Sources */ = {isa = PBXBuildFile; fileRef = 90DBFE132938ED7436F36988 /* tls13_server.cc */; }; - BA20B2A3236702070B4178F8 /* service_indicator.c in Sources */ = {isa = PBXBuildFile; fileRef = 652BCD04F7B91239D8BB7621 /* service_indicator.c */; }; - BA5128B666C7AA6D0C31AB8E /* p256.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B0DFE82A397F04DFF3CC513 /* p256.c */; }; - BA8A976E88821FAFD4181CE6 /* s3_both.cc in Sources */ = {isa = PBXBuildFile; fileRef = 171578FD24E78F65CFB889C2 /* s3_both.cc */; }; - BAA179D32288568CA3DA3DAC /* Heap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10E86ABE5FE1C1C4DDA8B49B /* Heap.swift */; }; - BB32CDD8CA80BCF838DB133E /* ghash-neon-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 08EA8223BAB405948D7EB337 /* ghash-neon-armv8.linux.aarch64.S */; }; - BB567122CED40973272D767F /* x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 7194EC0AE603E9FA0545E72A /* x509.c */; }; + B8ABFE9EB98073B2449C17FF /* params.c in Sources */ = {isa = PBXBuildFile; fileRef = F825BF522D19253A3989B19F /* params.c */; }; + B8B916A13225E6FBF58024B4 /* SelectorGeneric.swift in Sources */ = {isa = PBXBuildFile; fileRef = B693771501ED2E9E6A5FECBA /* SelectorGeneric.swift */; }; + B91B5ED81D6C04135B90BB48 /* HappyEyeballs.swift in Sources */ = {isa = PBXBuildFile; fileRef = E57F46BFE5C252975398D956 /* HappyEyeballs.swift */; }; + B968093E732B623474A42ED6 /* Unmanaged extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E056E6D3D66A4E0F647A8DAB /* Unmanaged extensions.swift */; }; + B9D83B6B3A8E187E64D42BC9 /* encrypted_client_hello.cc in Sources */ = {isa = PBXBuildFile; fileRef = AAF46AFBFD7383256FFB2CC7 /* encrypted_client_hello.cc */; }; + BA01BADA4A1A34E53F95BFAC /* Google_Protobuf_Any+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A08A3AB2D63F89E24C81BFE4 /* Google_Protobuf_Any+Extensions.swift */; }; + BA5865946C2F10047190C9C1 /* Primitives.native.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D692E8E196FC35D739D807F /* Primitives.native.swift */; }; + BA6DF9648307FCB5E4A3393D /* ClientStreamingServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDAD89631748AF99BBAFBB00 /* ClientStreamingServerHandler.swift */; }; + BB4BE0FE19E511D2796BDBA9 /* aesni-gcm-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 3ABEBC10C4EDB192BC07A73A /* aesni-gcm-x86_64.linux.x86_64.S */; }; + BB5893374AAFE4073761F38E /* mul.c in Sources */ = {isa = PBXBuildFile; fileRef = EAE012ED36256ACC4ABBE7D9 /* mul.c */; }; + BB6AA3D2B7B0E3625966837C /* poly_rq_mul.S in Sources */ = {isa = PBXBuildFile; fileRef = 2AAA0E1DF4DF12E7F5BFA9E4 /* poly_rq_mul.S */; }; + BB77DBD3F1FB34EAE76F85CD /* sha1-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = C41A7E4D5FBEBB6C1DC81E0E /* sha1-x86_64.linux.x86_64.S */; }; + BB8ACA630A30E02B61E4831B /* self_check.c in Sources */ = {isa = PBXBuildFile; fileRef = 023B1C47F067AE3868B6A0BB /* self_check.c */; }; + BB9500790D54437E12A3AD3E /* GRPCAsyncServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15AE0211280A33052CD04B0B /* GRPCAsyncServerHandler.swift */; }; BB991966466B275277CA7893 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F76F8B3EC53B4C89A1B8F218 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - BBD7A79F557209F424426416 /* FieldTag.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0F84C6A9A31187DBC2CD16A /* FieldTag.swift */; }; - BC492DD7E14B356645B3A911 /* prime.c in Sources */ = {isa = PBXBuildFile; fileRef = E47370128DC42C3521226828 /* prime.c */; }; - BC9EE3BEDC3681347BA4DCFC /* tls_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7794D2111BA8C85703869127 /* tls_cbc.c */; }; - BD050570BCB3F0193CE51707 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92DC3F8FC80766098037EEF5 /* Utilities.swift */; }; - BD2AFC9E329B3C78D284425B /* d1_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = E76E48356BCE0A0A2AB1774F /* d1_lib.cc */; }; - BD2E622E41434A00ECD89DF0 /* windows.c in Sources */ = {isa = PBXBuildFile; fileRef = 8379DA239A4977BE4CAE6907 /* windows.c */; }; + BBA14E8820104DE87A5649D7 /* SelectorEpoll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AC34DA0E78968D48AAE67FC /* SelectorEpoll.swift */; }; + BBB2C3CAC005402804C4A0D4 /* IdentityVerification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8C3F5C914B947C24E3C58A /* IdentityVerification.swift */; }; + BC02AC5F6A0040242AB4BACA /* check.c in Sources */ = {isa = PBXBuildFile; fileRef = FF28945D334835A300344423 /* check.c */; }; + BC7A34AF830D4DF4A1B462B7 /* SSLCertificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CA56DA719680553CCC84B30 /* SSLCertificate.swift */; }; + BC93E50623F692A12DC3AA4E /* HuffmanCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2266B6A967EB060722158D01 /* HuffmanCoding.swift */; }; + BCA032103CD6F805A321CB9D /* ghash-ssse3-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = E6696B6FF5A562C53B154812 /* ghash-ssse3-x86_64.mac.x86_64.S */; }; + BD1F5A1135162C3E07415DF2 /* x_req.c in Sources */ = {isa = PBXBuildFile; fileRef = A28814FF0DFC1D6800CD92C7 /* x_req.c */; }; BD3D65944DBF530A2D379E36 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ED5C62073E22618279978B6 /* Lib.swift */; }; - BD53ED117F8BCE1EA914259D /* NonBlockingFileIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D502F9B225B166A9EA97869 /* NonBlockingFileIO.swift */; }; - BD5C100AF3E61C14FCED69E2 /* SendingPushPromiseState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C9205DF66C63DCAB38320D /* SendingPushPromiseState.swift */; }; - BDC08623E9471DBA8D38CDF1 /* hkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 68DCC56B662F17E817C16A93 /* hkdf.c */; }; - BDED4807AE0025E42795F92E /* x509_d2.c in Sources */ = {isa = PBXBuildFile; fileRef = 82DEF96F99EFBE58415F2089 /* x509_d2.c */; }; - BE479EDA64654C9BC8F94F65 /* x86-mont.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = F318F01C13ED86FE5FB63ECE /* x86-mont.linux.x86.S */; }; - BE4E4D685DE808A454EC676D /* trust_token.c in Sources */ = {isa = PBXBuildFile; fileRef = 1311DDB655792329881B29F1 /* trust_token.c */; }; - BE6750C3829B61E7FD2A97AE /* bn-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = CD4971473AB16326E6610C2E /* bn-586.linux.x86.S */; }; - BE743C3DF0E6FBFE8DD9461E /* IntegerBitPacking.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EC4D94AA7C6171AEC5BF770 /* IntegerBitPacking.swift */; }; + BD89F7B14F3CDD88E4E3D577 /* GRPCAsyncSequenceProducerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A959564A5AA57CBC592846 /* GRPCAsyncSequenceProducerDelegate.swift */; }; + BD8D17DCEBF709C9B0F09A54 /* tasn_typ.c in Sources */ = {isa = PBXBuildFile; fileRef = D8F012DA15EE1F451E6FA0F6 /* tasn_typ.c */; }; + BD9623ACC54912B254BADD46 /* chacha-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 035E5C7385E6468D9FA5C250 /* chacha-armv4.linux.arm.S */; }; + BDE93ED53ED4ACDA8FB6703C /* hexdump.c in Sources */ = {isa = PBXBuildFile; fileRef = 1324FB7179F0D3379F5F1C9E /* hexdump.c */; }; + BE0B18EB1757E3CBDFD8DD68 /* pool.c in Sources */ = {isa = PBXBuildFile; fileRef = C279BBF9354E03D7ABD11DD2 /* pool.c */; }; BE795160CDB9793507CD7B8E /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5A1DE8230903D34ABF2C220B /* Preview Assets.xcassets */; }; - BE9D27714297A12170FDB96A /* NIOAsyncSequenceProducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 907799D5E5F7840F592166CE /* NIOAsyncSequenceProducer.swift */; }; - BEA82FA2EBBE3A4092F2D332 /* ber.c in Sources */ = {isa = PBXBuildFile; fileRef = 931FB01DC911F473BD177D0B /* ber.c */; }; BEBB2CF7AE0B1C4F607D11F6 /* Model.xcdatamodeld in Resources */ = {isa = PBXBuildFile; fileRef = EEB5F696008D91BA9F310EFD /* Model.xcdatamodeld */; }; - BEEE326CCA44C9EC937DA28E /* RNG.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FBC3CEC40F6A7E6537D8C9C /* RNG.swift */; }; - BEF487F055F4140BA58FBB20 /* duration.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4C5F8FAD86241646980BC61 /* duration.pb.swift */; }; + BEF90012253A8B7ACBE530E3 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = D2A1A453F4B823FF686C0909 /* md5.c */; }; + BF2CD3CFE9BD3E6CC67061AE /* ssl_buffer.cc in Sources */ = {isa = PBXBuildFile; fileRef = F3CC1D92A6651646E71C395B /* ssl_buffer.cc */; }; BF4099D647CD5EEF95F87490 /* watchOSApp.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 875CA26FB8119C039F89E8E6 /* watchOSApp.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; - BFBA1431AABB12213D78EA88 /* PipeChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE1067E76F54251058063F3D /* PipeChannel.swift */; }; - BFC8E59E4DC3272C60C5AE7D /* f_int.c in Sources */ = {isa = PBXBuildFile; fileRef = C7A3CE6B215EAF6BCF6860ED /* f_int.c */; }; - BFEADD3F4D43A8F1A5F0742F /* x_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = EE9FFCD62B05697E7BBD8B3D /* x_pkey.c */; }; - BFF3866655ABBA2889220138 /* LengthFieldPrepender.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5932227E6992708687537398 /* LengthFieldPrepender.swift */; }; - C0CD15C33210ABD933F5C1C9 /* _AtomicsShims.c in Sources */ = {isa = PBXBuildFile; fileRef = 25272E47C095826DA08AD231 /* _AtomicsShims.c */; }; + BF56731D250A054E7EC3F48C /* StreamState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01EA90AAE5C838B6F3064358 /* StreamState.swift */; }; + BFD854F66DA43531AF8D5328 /* NameMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F7109AF4A1A562973527E04 /* NameMap.swift */; }; + C023B606D642928C4429CC82 /* bn.c in Sources */ = {isa = PBXBuildFile; fileRef = BCCA687D415B3EAD04548D88 /* bn.c */; }; + C06F68F58D01D30F418E5894 /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = F27864750298296D3B06414B /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift */; }; + C08696AE6875C49DF9CB8823 /* GRPCTLSConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F8AA34927DF1FDE90B3F73 /* GRPCTLSConfiguration.swift */; }; + C0AC76DB7479A4D2ECF8478E /* sha256-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1B6DB86A2276F35CDE2E21EA /* sha256-x86_64.mac.x86_64.S */; }; C1299C3B42AD0949DA98FDB1 /* ExampleNestedResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = B57B7FC4C3EEFE3C844AAA66 /* ExampleNestedResources.bundle */; }; - C14A45DDDFC478586BE6C0D1 /* TextFormatDecodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4E90E86D2A61D4FAB01065D /* TextFormatDecodingOptions.swift */; }; - C159D2E96EC29EE5DBEAC99C /* tls13_both.cc in Sources */ = {isa = PBXBuildFile; fileRef = EA5AA0BC8B73BAD4A6595A86 /* tls13_both.cc */; }; - C15EC9FB01E053BE10E0AF5F /* pem_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = CCDA482A770D8638E17046F6 /* pem_x509.c */; }; - C15F0FDE86739A4F065B16FD /* NIOTSListenerBootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = C54CE9820FF15D590063A855 /* NIOTSListenerBootstrap.swift */; }; - C1759F97DF2E1722AA5FBE58 /* pem_info.c in Sources */ = {isa = PBXBuildFile; fileRef = DABF98394E7CE12C0B56E00D /* pem_info.c */; }; - C1D5D70044358307E3B6C2B6 /* ServerHandlerStateMachine+Finished.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CF8DC651F48392E7B8665D0 /* ServerHandlerStateMachine+Finished.swift */; }; - C2181D9C9B0D962C4BF700A6 /* armv4-mont.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 11187CAD324270BF4FFA29D2 /* armv4-mont.ios.arm.S */; }; - C29AB1A2BB77DF74D021EF7B /* _DequeBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 119D4CEE91DE4DC8FF1C9402 /* _DequeBuffer.swift */; }; - C2A949EBE85DC5866794D209 /* cmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 5C03F7BF9C5D3D3E2C5F8880 /* cmac.c */; }; + C1B505EEEDA0751A4217A8F9 /* pmbtoken.c in Sources */ = {isa = PBXBuildFile; fileRef = BF58231FA4E44B7E10347658 /* pmbtoken.c */; }; + C1DC571A07239573C0AE2849 /* SocketAddresses.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD04F748494E89D60CB8C893 /* SocketAddresses.swift */; }; + C1DF0071E6F00A554CE90398 /* cpu_arm.c in Sources */ = {isa = PBXBuildFile; fileRef = 4EA4DAC7F9809BF738C4B2E5 /* cpu_arm.c */; }; + C26410CC402DE5796D94B113 /* pcy_node.c in Sources */ = {isa = PBXBuildFile; fileRef = 045E55ED077F15E003E92045 /* pcy_node.c */; }; C300D6272DDC22355F372E29 /* Utils.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 2C7C5A1611AD27A599F53640 /* Utils.bundle */; }; - C32B5F8EB62541ACE7B582A3 /* ssl_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = 222F60163C86FC89573205EE /* ssl_lib.cc */; }; - C36A05FE98FBE09F00C4ECD4 /* NIOThrowingAsyncSequenceProducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2BAA024286B474267EB02B5 /* NIOThrowingAsyncSequenceProducer.swift */; }; C395444B905557CE7D8DBE5C /* WidgetExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD2681FF92A3EF76D38D118 /* WidgetExtension.swift */; }; - C3BC3F049B615D15AAFA35AD /* HTTPDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7502939895DF3A5B55FDB622 /* HTTPDecoder.swift */; }; - C3EE072F2E40E8B06396BBC1 /* SelectorGeneric.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C0E7EC018A83B319CFE80B /* SelectorGeneric.swift */; }; - C442A6398F63970554E728F1 /* sha1-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = CB8270625CAD5BF17837F4F0 /* sha1-armv8.ios.aarch64.S */; }; - C4459539FF6ACF8FC0D060B3 /* BinaryDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC72F93E43A41AA31125B9E3 /* BinaryDecoder.swift */; }; - C4C6E3D1647EB73C613B1FBF /* kdf.c in Sources */ = {isa = PBXBuildFile; fileRef = D137BC54DCA4C5864128998B /* kdf.c */; }; - C4D4B10A6557267F0E0DC898 /* c-nioatomics.c in Sources */ = {isa = PBXBuildFile; fileRef = CC0428FD102CC92EB28E3CED /* c-nioatomics.c */; }; - C4F20DC46B16C736775C75E6 /* e_aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 07479F4D89F3F490CDE64310 /* e_aes.c */; }; - C50AEC9F847C6F1E5EEF99F2 /* chacha.c in Sources */ = {isa = PBXBuildFile; fileRef = F88C786E714A3BFE3780E6CC /* chacha.c */; }; - C513E8745BC4E554C52A1843 /* ConnectionStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAFE181FEADAA1FA772FF0D2 /* ConnectionStateMachine.swift */; }; + C39864A26DC1B3EF6A77E231 /* a_time.c in Sources */ = {isa = PBXBuildFile; fileRef = 15CB89853A55C3D0C8FCC69E /* a_time.c */; }; + C3A3243148FB3F7D3B330181 /* ClientInterceptorProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59823D67BD43828B9664CAE4 /* ClientInterceptorProtocol.swift */; }; + C3C29C0AE902A7D0F80D09DD /* cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = 04EDC52CC9E722F1F1675101 /* cipher.c */; }; + C3D9DD2CA4FD68EF03470516 /* ContentLengthVerifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BA1798DD39647C40C5B685 /* ContentLengthVerifier.swift */; }; + C3ECB4E210C48AD71D246D0B /* LazyEventLoopPromise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C214B07B969147D65407719 /* LazyEventLoopPromise.swift */; }; + C401E2C49B12CE0CAB36779F /* GetaddrinfoResolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3F9BAEA8ACACA405ED9B8D0 /* GetaddrinfoResolver.swift */; }; + C47CF5703F3212E8D746B541 /* IntegerConformances.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A165BBD7FED528F8CDA0BE /* IntegerConformances.swift */; }; + C4A7A15E907F9FCBF040C824 /* ConnectionStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = D245EB8087FE3DD689F0BC69 /* ConnectionStateMachine.swift */; }; + C4CEE9060256A0B8B69D9979 /* AtomicBool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698EC903EF9C148E19F0428D /* AtomicBool.swift */; }; + C4D0B18D875D216DA3D6B328 /* PendingWritesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8137D9FB06971CBA8E9503A9 /* PendingWritesManager.swift */; }; C51679722258F4A83BC56C5A /* private_lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F5B724BDC1069B03FE231A1 /* private_lib.swift */; }; C52713F177F42B0488A82FA1 /* launch_images_ios.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0701D4FA5A690C1643D35B00 /* launch_images_ios.xcassets */; }; - C535941179A96F2C72E22AC2 /* sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D4EF3E929B3746153B2E3FB /* sha1.c */; }; - C54217481CB84751598697B1 /* a_d2i_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = EB01EA654D7BEC1E458E6579 /* a_d2i_fp.c */; }; + C555A12C8A0E1A7A62DAA3F0 /* PipeChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 694F4888C2B727150CED1105 /* PipeChannel.swift */; }; C55FE0873A7924AC2C3EA5E4 /* UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F43CF7476674E5FCD5C5FBB /* UITests.swift */; }; - C57AF899293A3854262462DA /* SSLContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 888F5F4EB000059A6076039D /* SSLContext.swift */; }; - C57DE6ADFE9168770D11BA78 /* Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D0085AD01830D71ECEE30ED /* Version.swift */; }; - C6703A181DEC41C210A86BB3 /* HPACKHeaders+Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 135397705844A354219EB4F7 /* HPACKHeaders+Validation.swift */; }; - C68F86FF52845C9B6E48E79E /* SelectableChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24CA9FDA95A0E747365E0BC /* SelectableChannel.swift */; }; - C6CC4DC154629D43D86F094F /* ConnectionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46BA36E54CFBFD2DCEAB05E4 /* ConnectionManager.swift */; }; - C6EAC40CBB9985ECB9EFE4CB /* passive.c in Sources */ = {isa = PBXBuildFile; fileRef = C054AE83C0240284609834F3 /* passive.c */; }; - C6EB729D90E5F80A14202A2A /* AtomicStrongReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F758C00074D6F51B9B70D98 /* AtomicStrongReference.swift */; }; - C6F850B2E86968CCA9244A13 /* GRPCChannelBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59D41EFECD2D1B3CB5804F30 /* GRPCChannelBuilder.swift */; }; - C708D933FEC2776F8F35751A /* LinuxCPUSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4056BD4260DCAFE5A0898C5 /* LinuxCPUSet.swift */; }; - C738AA7FF54EF1B4A635D989 /* Google_Protobuf_Wrappers+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BB8FD5E7D1D795A28371542 /* Google_Protobuf_Wrappers+Extensions.swift */; }; + C59CED27521D449CC7C82FAC /* AsyncAwaitSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 554B41D703D28FB200CEB271 /* AsyncAwaitSupport.swift */; }; + C5EC66A1A26E9BCE21445A55 /* Exports.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9704F2A8F00761C4A41BE82 /* Exports.swift */; }; + C66961AE52CB42DCA0A01C7E /* x509_lu.c in Sources */ = {isa = PBXBuildFile; fileRef = 46FDFD8BAA808A6D67B6084E /* x509_lu.c */; }; + C678AF29601643494DF453E2 /* ghash-neon-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = BD5CA7D22F24A79DF2342524 /* ghash-neon-armv8.linux.aarch64.S */; }; + C69A6A203A3D097AF8462890 /* digestsign.c in Sources */ = {isa = PBXBuildFile; fileRef = D3D3D44475A6A62951A07376 /* digestsign.c */; }; + C7004B53308CD8FEDAE7485F /* LengthPrefixedMessageReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA52FA51B9304E717DC5B022 /* LengthPrefixedMessageReader.swift */; }; + C714F5E9434814E034739ED0 /* exponentiation.c in Sources */ = {isa = PBXBuildFile; fileRef = FD82B646898434D2BB42FB85 /* exponentiation.c */; }; C74D0A7695EE71D266021B9E /* AltIcon-60@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 59B34C572E2BF4CAEACFAD47 /* AltIcon-60@3x.png */; }; C751815B466D9BBF9230CDD1 /* AltIcon-60@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = CC08EB503D739663D1FCF7B0 /* AltIcon-60@2x.png */; }; - C75291DE879FDD2A37B52AD3 /* cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4210A920FE1C595B0635ADCE /* cbc.c */; }; - C75EC5688B2F2E70299627B3 /* v3_purp.c in Sources */ = {isa = PBXBuildFile; fileRef = E994056A4FBF4327359A8FF1 /* v3_purp.c */; }; - C7E402EA30B41B486B7BA34A /* e_aesctrhmac.c in Sources */ = {isa = PBXBuildFile; fileRef = DF37A0701098E2016C9EB9A8 /* e_aesctrhmac.c */; }; - C845BA8A543C9B21A5B8DF0B /* NIOTSListenerChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FCFDC181F44CA969EC0B31C /* NIOTSListenerChannel.swift */; }; - C850B3A757CF6500184A87B4 /* HTTP2ErrorCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5C916CEB90E4F74823FBF94 /* HTTP2ErrorCode.swift */; }; - C863291B911BBDEAA4EBDA29 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 8ADE6032DB012EB5A653BBB2 /* util.c */; }; - C8A810D3026E8AFF9DEA0B16 /* NIOCloseOnErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8241B512CC7B77E4104DCEF4 /* NIOCloseOnErrorHandler.swift */; }; - C8FB3C0235A751789DF3E916 /* v3_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = 2EE1B89B2D7101ECC2898A73 /* v3_utl.c */; }; - C9572C831C3F66858BBBAEA7 /* AtomicOptionalRawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37229233EB604542EEF9A29C /* AtomicOptionalRawRepresentable.swift */; }; + C768A7C30333687DF3D499A4 /* GRPCStatusAndMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CDAA3BBD714B6958EE1552 /* GRPCStatusAndMetadata.swift */; }; + C76AECE26333CB84FC7C14CD /* PointerConformances.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB9C1324CBCE5EC03CA52177 /* PointerConformances.swift */; }; + C79568525B021FB2E5C55A33 /* NIOSSLServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F36F09FA783F0B04A50508A0 /* NIOSSLServerHandler.swift */; }; + C8357E0307D356C06E275999 /* SelectableChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFB23D468A12BADC4F338E46 /* SelectableChannel.swift */; }; + C8386BB26FDFE3B35C2DB6FA /* ServerBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0112666C287B32988C06A34 /* ServerBuilder.swift */; }; + C84FC2DB5F1D544D315F111C /* sha512-armv4.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = B108AB78B96D847FF4974681 /* sha512-armv4.linux.arm.S */; }; C96515E7CF5EB8DFDC4A4D33 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 001FDBFC42F9A11C5CFEEAA6 /* Assets.xcassets */; }; - C9CA83530D55D9C3C4F44241 /* Primitives.shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CB335ACDBFCC544F7EBB3BB /* Primitives.shims.swift */; }; - C9D606E37DE6D6D2A332C35C /* x86_64-mont.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 122D2979CA57921DF59F69DC /* x86_64-mont.linux.x86_64.S */; }; - C9DD9CFF92C2998677FADFF1 /* PlatformSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FF935C04DF257E87C89657 /* PlatformSupport.swift */; }; - CA5D85511BF82FF44E18086E /* GRPCServiceDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D277B89057367867C5F6634 /* GRPCServiceDescription.swift */; }; - CA7305B930EB13CCFD431074 /* ConcurrentStreamBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A5CC05A9CAAF504B9F69358 /* ConcurrentStreamBuffer.swift */; }; - CA82FB6E17148345D3100BF5 /* JSONSerialization+ByteBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AEB79B9D1E9CB0C8A604551 /* JSONSerialization+ByteBuffer.swift */; }; - CAA50150602C04B14919E5A7 /* print.c in Sources */ = {isa = PBXBuildFile; fileRef = FCDCAB11236CEDDF6ED16A65 /* print.c */; }; - CAAA36DA5C05DEA4A084B316 /* sha1-altivec.c in Sources */ = {isa = PBXBuildFile; fileRef = E05E0F0C6B158A836666B5DF /* sha1-altivec.c */; }; - CAF6B5BA313505ECD37955EC /* TextFormatDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F242595ABA0D40563EBDBC8F /* TextFormatDecodingError.swift */; }; + C983582E5EA9DD678A3941B7 /* OutboundFlowControlBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEE326E51679B52A651B676F /* OutboundFlowControlBuffer.swift */; }; + C9E519FE685A205B1F02E7B7 /* HPACKDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5B6837A0B0DA2D5E57C61F /* HPACKDecoder.swift */; }; + C9F1119CAC53C1E93FF53261 /* rsa_print.c in Sources */ = {isa = PBXBuildFile; fileRef = 0AC1161B9D113B9552AFCDF2 /* rsa_print.c */; }; + C9F994F3696B8C60848F3E57 /* x509_txt.c in Sources */ = {isa = PBXBuildFile; fileRef = DE2EE2CC66582691FF526020 /* x509_txt.c */; }; + CA36406DDE4C85E1A8BEA5E1 /* a_strex.c in Sources */ = {isa = PBXBuildFile; fileRef = 612A3491EDFBFA7A5F9CB0B2 /* a_strex.c */; }; + CAAADFAC694EAC8CA734B639 /* sha512-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = D5BA1BB4E11558D049A101A0 /* sha512-armv4.ios.arm.S */; }; + CABCB0EC96F97DCE9D848F65 /* TextFormatEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798E3E07AC4626DEF0A25CB5 /* TextFormatEncodingVisitor.swift */; }; + CAC03E42F0A95009D6CE99EA /* v3_ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = A68A5C8B9AED326BEAFFA639 /* v3_ocsp.c */; }; + CAC93873ED4CFF3658C8BF7F /* printf.c in Sources */ = {isa = PBXBuildFile; fileRef = AC7BC0B4FCA530A15C9A45E8 /* printf.c */; }; + CB043A8059E429BE0C524310 /* UnsafeRawPointer+Shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1726DDC815AD60B47E97DB3 /* UnsafeRawPointer+Shims.swift */; }; CB228941B7F5AD23A9A13FE8 /* UnitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2124C0E94F14B8B0F71C8AB9 /* UnitTests.swift */; }; CB2B50DE11932E4ACB8FC7D3 /* c_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 4F21B55C0FF592EB8A6B490E /* c_lib.c */; }; - CB6CD48771F2350822C735C8 /* i2d_pr.c in Sources */ = {isa = PBXBuildFile; fileRef = 2EE7AC61D0FED3CB0CB53470 /* i2d_pr.c */; }; - CC1E9D537F0F4B243D0D1329 /* UnaryServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEFC25C005CC3AF01EF38876 /* UnaryServerHandler.swift */; }; - CC346396043880FA10B3027D /* ghashv8-armx32.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 1095851F968F8896B9568033 /* ghashv8-armx32.ios.arm.S */; }; - CC4C5FE4390555C01ED5BE70 /* HTTP2FrameParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A6ED8901DB4449A808DB3DF /* HTTP2FrameParser.swift */; }; - CCAD2E9545CA7C1B70F330B7 /* HashVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5ABF60E3BB379ACB88D00AE /* HashVisitor.swift */; }; - CCB791B9C0CEDBB8DCA5DAAC /* NIOTSEventLoopGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9671458171BC43451BAB7CBC /* NIOTSEventLoopGroup.swift */; }; + CB39D3F76CF15EA74FCED0E9 /* fuchsia.c in Sources */ = {isa = PBXBuildFile; fileRef = DC83269B653EE7AC53C0984E /* fuchsia.c */; }; + CB7CA5F47752420F03CFA363 /* SocketProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4767357A0D902FE739A25C5F /* SocketProtocols.swift */; }; + CB8636F37EEC4A0D749AD54A /* TCPOptions+SocketChannelOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98B8B45FD235698679A9C3D8 /* TCPOptions+SocketChannelOption.swift */; }; + CB8BA6C95F59028A88DCC365 /* ssl_stat.cc in Sources */ = {isa = PBXBuildFile; fileRef = 49326A4ABAA9C1FEB861BDB1 /* ssl_stat.cc */; }; + CC0618E18EF1FED86A37AA4F /* ByteBuffer-int.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DBCA18CF5BD7E97DA9F3051 /* ByteBuffer-int.swift */; }; + CC34C9BF1A5A864DAE13FB38 /* HTTPEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9614EED133F4DB1B1BCF276 /* HTTPEncoder.swift */; }; + CC41455DD3D1A845A01095AA /* a_d2i_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = 1A436356947F20C443EA2CEC /* a_d2i_fp.c */; }; + CC540D23DA54C97E7DB49BC9 /* Message+TextFormatAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C29201E713D591C077AC65D /* Message+TextFormatAdditions.swift */; }; + CC5DF46BEF0FD0BC56E724F2 /* ssl_file.cc in Sources */ = {isa = PBXBuildFile; fileRef = 489669FD1CB8FB87EDC310B2 /* ssl_file.cc */; }; + CCA8CA6390E5296EBA5BFBF7 /* GRPCIdleHandlerStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BD9CB5095DBE43CC6A9786D /* GRPCIdleHandlerStateMachine.swift */; }; + CCD4E0D49EE612850F100A42 /* empty.c in Sources */ = {isa = PBXBuildFile; fileRef = E2B1583DA2C84F0295FCD91D /* empty.c */; }; + CCE387727323FDC90B3A897B /* pcy_tree.c in Sources */ = {isa = PBXBuildFile; fileRef = A34B8BF8AEC6952474F302A2 /* pcy_tree.c */; }; CD17510606E453561D5AFACE /* Utils.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 2C7C5A1611AD27A599F53640 /* Utils.bundle */; }; - CD1BB2CE911A799E87A50DA2 /* mem.c in Sources */ = {isa = PBXBuildFile; fileRef = 021F7EF6E478A5222F6D0494 /* mem.c */; }; - CD25712B0E8D2539F9866BD5 /* ServerErrorProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FDDEB8FCEAB258E37451875 /* ServerErrorProcessor.swift */; }; - CD25F30EFBB2F50957465EAA /* a_type.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC50F08DA5349DF64F8BC63 /* a_type.c */; }; - CD33F6E8ADD31EA56845D590 /* vpaes-armv8.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = C660E52AA662191B819C9CB3 /* vpaes-armv8.ios.aarch64.S */; }; - CD568A869044DF82FC33B1B3 /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE97AB27CCC66678756F436E /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift */; }; + CD7438D71877434B2BD1E7F7 /* AsyncTestingEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85E142201727CB93B5165BD0 /* AsyncTestingEventLoop.swift */; }; CD856934B9396439577A0D36 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 31F2E42A4BD4E29268C437B5 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - CDAA0F0B74D9DD97727D3B0F /* HTTP2ConnectionStateChange.swift in Sources */ = {isa = PBXBuildFile; fileRef = C25A66A7159ADAE7EA81FF47 /* HTTP2ConnectionStateChange.swift */; }; - CE781C67CDE2DF161C17AFD2 /* check.c in Sources */ = {isa = PBXBuildFile; fileRef = 61059ADDD9EF52E73FDB4F54 /* check.c */; }; - CEB3EDF8338D010392EFC6AC /* sha256-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 6259652C97A0CD397A3032F2 /* sha256-x86_64.mac.x86_64.S */; }; - CF0E57FC2776CC781AE20C8A /* x509_set.c in Sources */ = {isa = PBXBuildFile; fileRef = B913B62184DF5DAE93A5F745 /* x509_set.c */; }; - CF9738B95CE00EAD97CF01B6 /* Stopwatch.swift in Sources */ = {isa = PBXBuildFile; fileRef = A54C93586F3B45359E2A9C2F /* Stopwatch.swift */; }; - CFCC971CC10FAC3620568C09 /* sha512-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = E1086668CAAAE32E31124DFD /* sha512-armv8.linux.aarch64.S */; }; + CDAC9CC93CD9D713A1FE4BED /* v3_int.c in Sources */ = {isa = PBXBuildFile; fileRef = CD0AE4E40769938F4B624439 /* v3_int.c */; }; + CDCD05090A5553E833D5D630 /* Interfaces.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19A54AA50652BFC10C81B032 /* Interfaces.swift */; }; + CE2A678493400B4D06A2999B /* Message+AnyAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 691D81F696B2C8FC6F2D84C5 /* Message+AnyAdditions.swift */; }; + CE3E3AD5181E9E87AF3CCDC6 /* DatagramVectorReadManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F45CE8B2084EAB7E04D57ED /* DatagramVectorReadManager.swift */; }; + CEBF22130809527C903FACD1 /* source_context.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3552C6186317DF2FB9879B26 /* source_context.pb.swift */; }; + CECA018BD66176B85630134D /* engine.c in Sources */ = {isa = PBXBuildFile; fileRef = A9C856738BBEE39C88842070 /* engine.c */; }; + CEEEB31EA679F64179D0685C /* ServerInterceptorStateMachine+Finished.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F589852948AA9C000B18C52 /* ServerInterceptorStateMachine+Finished.swift */; }; + CF00A86E333F0E97253778E1 /* CallDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F86C9CB63F6C3323494783 /* CallDetails.swift */; }; + CF15D9CFEE571FFE4A8FF10C /* HTTP2ToRawGRPCStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79D61FEE5BDD88633C21AEAB /* HTTP2ToRawGRPCStateMachine.swift */; }; + CF4FEFA2B379526EB4CFBC12 /* PlatformSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 619D2531C0D90C0B249A2BCC /* PlatformSupport.swift */; }; + CF69BED1455E75F8FAEA26E2 /* v3_ncons.c in Sources */ = {isa = PBXBuildFile; fileRef = 63B1508CFF5A03D9B7F92F9D /* v3_ncons.c */; }; + CFB11B616427617992F01E89 /* aes128gcmsiv-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 6418751A441DB0999D481D2E /* aes128gcmsiv-x86_64.linux.x86_64.S */; }; + CFB55911A52710A66794E928 /* HTTP2CommonInboundStreamMultiplexer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99D2602CE0CB60899AB26433 /* HTTP2CommonInboundStreamMultiplexer.swift */; }; CFF921E3E67A351FB030D309 /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29DD829C6384A41334F710F4 /* Lib.swift */; }; - D068416B37390ACA0548ECA2 /* ServerChannelErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68470C9849E06733B9417117 /* ServerChannelErrorHandler.swift */; }; - D069F1ED87F67CA6B63D26FE /* e_tls.c in Sources */ = {isa = PBXBuildFile; fileRef = FC30AA98F0C0E7C1566EE237 /* e_tls.c */; }; + D01175243F6513B7C99D447B /* GRPCIdleHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C45A6E0F91A8E77947DE15B2 /* GRPCIdleHandler.swift */; }; D07F10F2ACBB815DA24D8092 /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9FF63D3932325707AA4F878 /* echo.pb.swift */; }; - D0F910BD46752E18CB7A89C5 /* v3_akey.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A9DD99E2ACC743BA06E5D68 /* v3_akey.c */; }; + D0B5C901640D6A30D6B472A8 /* AtomicOptional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 473EB304CDC1FE1ACB1D0FFF /* AtomicOptional.swift */; }; + D0C12E5969109F09CAA084A6 /* StreamChannelFlowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3957F3AD92DC08DE3EE30BB8 /* StreamChannelFlowController.swift */; }; + D0F78527A0A886D77014D110 /* p256_beeu-x86_64-asm.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 1A704F62FA009751AFB8A1B7 /* p256_beeu-x86_64-asm.linux.x86_64.S */; }; + D0F8A157AFE1259C6FEA9F8A /* HTTPHeaderValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF0F53599819EA7717B647E4 /* HTTPHeaderValidator.swift */; }; D0FDA6922FDA4876D6697366 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 65689CDD728D49E33DAAAFCB /* main.m */; }; - D13273658EE8854C685BF185 /* jacobi.c in Sources */ = {isa = PBXBuildFile; fileRef = 0BE6A0E0251064D9EE709CBF /* jacobi.c */; }; - D1935807674CFFFE238D74EA /* d1_srtp.cc in Sources */ = {isa = PBXBuildFile; fileRef = E41EE7C72688596917C30F87 /* d1_srtp.cc */; }; - D1B164F5A170545DA0B6314A /* s3_lib.cc in Sources */ = {isa = PBXBuildFile; fileRef = E81A76DE573CEB5343692FE0 /* s3_lib.cc */; }; - D1C10D2B014C8AFED319B518 /* p256-x86_64-asm.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = D11613957D23AEA40A40439A /* p256-x86_64-asm.linux.x86_64.S */; }; - D1D0556FA0526C83F859AECA /* evp.c in Sources */ = {isa = PBXBuildFile; fileRef = 6D13397A2C5125A11514F851 /* evp.c */; }; - D21ECA56BA8323CF74BAF807 /* dh_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 16FF217A400AD5A92B4B00DD /* dh_asn1.c */; }; + D1159D287F45A375A12FF849 /* HTTPTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C465A0C78E2563F29695E65 /* HTTPTypes.swift */; }; + D13FCF1F69C1248FBC55A7D2 /* BinaryDecodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DD26C0E29AA9A738B77229E /* BinaryDecodingOptions.swift */; }; + D14689434E7C9ABBB8CB7623 /* Call+AsyncRequestStreamWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65F68E2E98FD5A6B40C2689A /* Call+AsyncRequestStreamWriter.swift */; }; + D16788FF130838570E8B7355 /* AtomicOptionalRawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6995467EF72F7CD032A513 /* AtomicOptionalRawRepresentable.swift */; }; + D18C1B58EE168075B7FD3506 /* Deque+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = A07840C451B33454F1C7B46A /* Deque+Codable.swift */; }; D28B5A6CC2E73F8BACCE1CF1 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754CEA6FEB88C4D8BEAEEDFC /* ContentView.swift */; }; - D3681B3EC424FB331B408F90 /* BaseSocketChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030120291C367AA7D787381C /* BaseSocketChannel.swift */; }; - D42371E2802519F73AB71756 /* ec.c in Sources */ = {isa = PBXBuildFile; fileRef = 0D366640C64E7C6BFABD72C7 /* ec.c */; }; - D44D238F4DD093533173F3D7 /* GRPCChannel+AsyncAwaitSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C8BB3A203F60B2D423D813B /* GRPCChannel+AsyncAwaitSupport.swift */; }; - D4970DA9A458936FEC6953D7 /* forkunsafe.c in Sources */ = {isa = PBXBuildFile; fileRef = EFFA5332DCAE274B0CCCB394 /* forkunsafe.c */; }; - D4CD33CAB188319C5093339C /* IntegerCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4E1F185184EE3600ABCB37A /* IntegerCoding.swift */; }; + D2DC2C396BB2417C4D55FC4F /* sha512-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 9EF25B1B7903C460FA51C77A /* sha512-x86_64.mac.x86_64.S */; }; + D2DDD9378BD04395E088819F /* HeaderTables.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54121E336C73B278658A1EDD /* HeaderTables.swift */; }; + D2F9FF3249F16B202262C8F1 /* pem_pk8.c in Sources */ = {isa = PBXBuildFile; fileRef = 56267A2E8897792B7F47A242 /* pem_pk8.c */; }; + D34C802F972833E4CFCAF9AD /* Codable+ByteBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = E67CFC9304BFD477827C387F /* Codable+ByteBuffer.swift */; }; + D3542808D317908016D56646 /* NIOTSConnectionChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD61FD2038A8E05E557E7C9B /* NIOTSConnectionChannel.swift */; }; + D40A4E4ECC224D63CCFB4D58 /* t_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 04DDD0FB431B3D582C5E208F /* t_x509.c */; }; + D4980DEC4AF07782E2659DA0 /* ConnectionKeepalive.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2E6ED9F91DDD30492C799DA /* ConnectionKeepalive.swift */; }; + D4B4A8F80065E15B86A675FB /* sha1-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = D443B67D14CE2FB557148C9B /* sha1-x86_64.mac.x86_64.S */; }; + D4E219FF02C18A6BA5E62766 /* GRPCClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26989CA093D4A09C316F53FF /* GRPCClient.swift */; }; + D50A0359C5ECE49DF6484E56 /* ClientConnection+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87C92B9A11C174881028E696 /* ClientConnection+NIOSSL.swift */; }; + D5679791E73DCE51A94603A5 /* NIOSendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C42A73701278ECD0B932DA81 /* NIOSendable.swift */; }; + D581725A2EC195043F6F4F67 /* struct.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58C72728B0FEB8B8F70DA149 /* struct.pb.swift */; }; D5904FFD00556ECEE5599E43 /* private_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 8782496D7D7A013102474DAC /* private_lib.c */; }; - D5AC5012C8E26CFBD5E02626 /* GRPCError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C885C957481C044944877D /* GRPCError.swift */; }; - D5B4CB292A15F0CCF688552B /* SendingRstStreamState.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEA3E9664E0B0AC741BCDAE0 /* SendingRstStreamState.swift */; }; + D592BF91C70C86B8CC7C038A /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A06CFFF0FD373F4C8198EA53 /* Message.swift */; }; + D5B6F5A3DE2186CB9B41AA5F /* HTTPServerProtocolErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86C3058058C8C25590618C58 /* HTTPServerProtocolErrorHandler.swift */; }; D5C55726DCC1C0B9FDDE5678 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0CAFEF0F325F4DD3305F200F /* Assets.xcassets */; }; - D6158E814E0FD0CDE0B7AD13 /* WriteCapturingHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 473F17BEFC3CC91B3983FC5B /* WriteCapturingHandler.swift */; }; - D639769386EA9E6F80AE1994 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33231851B8E303C6DA83CAD7 /* Socket.swift */; }; - D66CC55680BE3E51DDEC2BDB /* ec_derive.c in Sources */ = {isa = PBXBuildFile; fileRef = 2DD0692F2D42227E4A8EFA43 /* ec_derive.c */; }; - D6F7E0732612DF98E0EAC769 /* UnsafeBufferPointer+Shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D1E4B5D07684D1ADA04044 /* UnsafeBufferPointer+Shims.swift */; }; - D73B231F071249EEDD3CE2FB /* CancellationError+GRPCStatusTransformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41D6F589C5E5E4BEC6FF4666 /* CancellationError+GRPCStatusTransformable.swift */; }; + D5D0A79B9D0C3DD8A804A1C2 /* x509cset.c in Sources */ = {isa = PBXBuildFile; fileRef = 4BF2380E2F9EDA4B235922C1 /* x509cset.c */; }; + D5E6C1EAC22A343F949B6EAA /* sha1-armv4-large.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 89CE0B4DAF50055A90BC1CE4 /* sha1-armv4-large.linux.arm.S */; }; + D5F43923FC61CA5C02842BCA /* d1_srtp.cc in Sources */ = {isa = PBXBuildFile; fileRef = C917633EF813325D6038B06B /* d1_srtp.cc */; }; + D716EC860B3AFE575E652E3C /* Ref.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45FB39040FEB1FB24ADE5D38 /* Ref.swift */; }; D766E11C38E89D4129336D24 /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9FF63D3932325707AA4F878 /* echo.pb.swift */; }; - D7893ED72F500F2F79E3A58E /* pcy_cache.c in Sources */ = {isa = PBXBuildFile; fileRef = 126025AE7F92951344A28436 /* pcy_cache.c */; }; - D7DB84515FEC8587D165ED10 /* x_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = C95E054EB7D6FF4D1EBDA9E7 /* x_crl.c */; }; - D8331DC0283345F42D4D99AF /* ByteCollectionUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FCE95B46ADA8CAA8AB3F315 /* ByteCollectionUtils.swift */; }; - D84681C7195EA7EB7D63847B /* ctr.c in Sources */ = {isa = PBXBuildFile; fileRef = 798EB85F7EACD15F46A0004C /* ctr.c */; }; - D888E98F3DC8BA9245AED148 /* Deque.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A4A20731757B74A6A836A5 /* Deque.swift */; }; + D77A92418E6CDFD53C78C9E8 /* t_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = 9F37CCF12C1896DC57E3A13E /* t_x509a.c */; }; + D77B4D4DDD117AC6F14D957A /* Google_Protobuf_NullValue+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = E86A29E05E9B0E8B5647C5BB /* Google_Protobuf_NullValue+Extensions.swift */; }; + D7F8FBED321505E50F1C1F8D /* MessageExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97DA766C76E7DD0A3762368 /* MessageExtension.swift */; }; + D7FCBC6468D78EA9154DCC51 /* armv8-mont.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 272902522CD7C221E2C4D598 /* armv8-mont.ios.aarch64.S */; }; + D81BC69F3A2EDB1DE4459C7A /* InboundWindowManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0CA68CF2D9C134ECDCAC52AF /* InboundWindowManager.swift */; }; + D83E4CB686E30402643CF8F8 /* Array+BoundsCheck.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD9BB6DAE8744028F555E5FB /* Array+BoundsCheck.swift */; }; + D87ADDE6E9A2F6084EB9E7AE /* InterceptorContextList.swift in Sources */ = {isa = PBXBuildFile; fileRef = A62E2CC2D0528F3E19FEC3E6 /* InterceptorContextList.swift */; }; + D8B2852636834362E66BD1EB /* err_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 27BFB8F3392F30B9F806E1E5 /* err_data.c */; }; + D8EBCFEBE9B80783607CCAF6 /* ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = D648C4E245C02C0F6CF7F0AB /* ofb.c */; }; + D9041F649C5134654BE339B6 /* ClientTransport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24265B199C44871330875F1B /* ClientTransport.swift */; }; + D918E0693B16E4AB64595F82 /* cpu_aarch64_freebsd.c in Sources */ = {isa = PBXBuildFile; fileRef = F466B63767C441EF8FF0925C /* cpu_aarch64_freebsd.c */; }; D942E3F73AD27C5C27B28B9D /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8EF2F35351356F773D344694 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - D9696B711D2D115E44BEBE16 /* ByteBuffer-foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E69F0B977F8C0A12289A0C8 /* ByteBuffer-foundation.swift */; }; - D9A437B21C65D1D280416AC1 /* v3_extku.c in Sources */ = {isa = PBXBuildFile; fileRef = DA6883CA2C5D9726F50C9FF0 /* v3_extku.c */; }; - D9F77E9E74099C16D413A3AA /* Decoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01109587DC0F27E0DF00F0F4 /* Decoder.swift */; }; - DA0B95CBFFCBAC4CFB7C2778 /* p256-armv8-asm.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 4FA4A7B4912C806EF15654BE /* p256-armv8-asm.ios.aarch64.S */; }; - DA16E6F82117B1773DF23030 /* ssl_aead_ctx.cc in Sources */ = {isa = PBXBuildFile; fileRef = 23056A148C1DD9F74C7555ED /* ssl_aead_ctx.cc */; }; - DA8CD19A1DD785692E838AB1 /* HTTPServerProtocolErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = A33C9CB7B094113A11EEB65F /* HTTPServerProtocolErrorHandler.swift */; }; - DA8F3760A3D5E5C426AB015D /* DebugInboundEventsHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0ED38A1FEE2314EC81719FC /* DebugInboundEventsHandler.swift */; }; - DB268DA1B7658757935EA547 /* x509_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = 9174F6F3037FE77D3B857DFA /* x509_ext.c */; }; - DBE667EE738FD8D379A24E75 /* AsyncAwaitSupport+OldXcodes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCE7FF407E256AEB20CB7044 /* AsyncAwaitSupport+OldXcodes.swift */; }; - DBF305A2C556333619CD03E7 /* Google_Protobuf_Timestamp+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D18BDD3432B4E77E61CD20EB /* Google_Protobuf_Timestamp+Extensions.swift */; }; + D94E8CA39553CE51706CF5B2 /* Embedded.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22F19D24774B78C43F72DCD0 /* Embedded.swift */; }; + D97472B4467FC3A5BBA0C40B /* voprf.c in Sources */ = {isa = PBXBuildFile; fileRef = 4653C4CD01B5426261BEA3D2 /* voprf.c */; }; + D99914B564D46C0CC7F7CDEF /* vpaes-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 83F1EF5D53D8309B486CACD1 /* vpaes-x86_64.linux.x86_64.S */; }; + DA16EEE06D03D4FDF1D13E20 /* Heap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA96DC2E42F69C681ECC9AA /* Heap.swift */; }; + DA47D995FD9AB83E716DCAE5 /* BinaryEncodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 351D48774BA65F009257FBDB /* BinaryEncodingError.swift */; }; + DAA162A11D1FCDA4AC151A32 /* RemotelyQuiescingState.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0F6A796EC98E253B68B9C1D /* RemotelyQuiescingState.swift */; }; + DAA4BDEE56BE4E21B0EB2CA5 /* v3_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 926E68911FE76F0F11163983 /* v3_lib.c */; }; + DAD021AFA8AC8CA0DC78728D /* cipher_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 3636EB50850079F267C14DA2 /* cipher_extra.c */; }; + DAE13C9AC52D0AE1E0D24DEF /* sha256-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 7159816E4E45824E6D73A815 /* sha256-586.linux.x86.S */; }; + DAFEE43CD9911570FF02988D /* SendingGoawayState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C90F3E815A36AF49639DA9A1 /* SendingGoawayState.swift */; }; + DB489ECC19507A137E4E341A /* x86_64-mont.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 8DC69EF722970BEF57F9B7E2 /* x86_64-mont.mac.x86_64.S */; }; + DB81612742D0B8E59DB42939 /* pair.c in Sources */ = {isa = PBXBuildFile; fileRef = 645262A3E0A718A0CDF0D705 /* pair.c */; }; DC219AFC7D1E7CE710196197 /* OnlyStructuredResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = DF443AB455A2BDD3CD13671D /* OnlyStructuredResources.bundle */; }; - DC64185AEBC3A3D7086CFE22 /* ConnectionManagerChannelProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31D983927C28EA6B50BFB71B /* ConnectionManagerChannelProvider.swift */; }; - DC66CC7496DA86FD88D36029 /* HappyEyeballs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FBA5DD9FE4ECE9B4082DC0D /* HappyEyeballs.swift */; }; - DC78308AB38DBB1E9E982D3A /* ssl_stat.cc in Sources */ = {isa = PBXBuildFile; fileRef = F4DB71A575D141A35F05A493 /* ssl_stat.cc */; }; - DC8A0D319AEABFB3C8618E23 /* UnaryCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = D362F13BDBDE02C867E011F9 /* UnaryCall.swift */; }; - DCCA63118E1A8B5A0D9F3A0D /* sha256-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 4F66E1DC17ACC28385A7E332 /* sha256-armv4.ios.arm.S */; }; - DD03E09808F0AB303B92D1BA /* e_aesgcmsiv.c in Sources */ = {isa = PBXBuildFile; fileRef = CE34FEAAF4FF6A45ABDD7EBB /* e_aesgcmsiv.c */; }; - DD170663A8B37922B52E7240 /* Google_Protobuf_Struct+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D36C3698FD79E18E08A9C9D2 /* Google_Protobuf_Struct+Extensions.swift */; }; - DD20DFA4C9B6DB62A9E28389 /* ghash-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 33996659093FA14B7370500E /* ghash-x86.linux.x86.S */; }; - DD472A0D8A84A4E2EEBFFA10 /* ServerInterceptorStateMachine.swift in Sources */ = {isa = PBXBuildFile; fileRef = B867A9F849121D20160DCD68 /* ServerInterceptorStateMachine.swift */; }; - DD474B0EA90E899967E1086C /* x_exten.c in Sources */ = {isa = PBXBuildFile; fileRef = DC50FF191A814703E589CE4D /* x_exten.c */; }; - DD53674C9D192F0DF4042617 /* a_utctm.c in Sources */ = {isa = PBXBuildFile; fileRef = 58DCCD051B28B7F62F5C4A84 /* a_utctm.c */; }; - DD9CFC4EC3A975CE63991E16 /* Interfaces.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6114EA20FFA34E3FA068BBAF /* Interfaces.swift */; }; - DDB2C47BBEF2CA382E21CB6C /* gcd_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 9129A87140A32FAF200771B4 /* gcd_extra.c */; }; + DC25AC2313ECDDE04A1A3E32 /* DelegatingErrorHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4C7E8681F616C3401495B6B /* DelegatingErrorHandler.swift */; }; + DCA9D68590589F83123E745F /* sha1-armv4-large.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 75EA77592B321C0E88037E7B /* sha1-armv4-large.ios.arm.S */; }; + DCB42C903E07C0785790A229 /* v3_pcia.c in Sources */ = {isa = PBXBuildFile; fileRef = D6B3FA865326B38D53EF1D99 /* v3_pcia.c */; }; + DCF662E929901021D5BAF5E0 /* handshake_server.cc in Sources */ = {isa = PBXBuildFile; fileRef = 0057E67E7EE106D3D54CDBF2 /* handshake_server.cc */; }; + DD04F5ED91E4F289BDFB2AAC /* _UnsafeWrappedBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2F9EB3A8C9932B8FC14F217 /* _UnsafeWrappedBuffer.swift */; }; + DD56D08551166DA9A5CBE0AB /* NIOTSConnectionBootstrap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13810B6A6142DFAAEEAB36EA /* NIOTSConnectionBootstrap.swift */; }; DDF88C3BE0B5751513A1E1B8 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0A3E796C0882FB9AD2F2B2AA /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; DE0B554FBC1DFE58D25B34F9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 015E6004A77E27E5BDBF92F8 /* Assets.xcassets */; }; - DE35422D42DA7C5472869B7D /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 12F95D6803D5EEB7E8E7D1AD /* random.c */; }; - DE55236226128B4B60ADB8AB /* a_strex.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BB9E4CBD944D9CDAEA7F506 /* a_strex.c */; }; - DE6164C0BAD7EF8945DBA365 /* CustomPrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AF8C3ECEC887B2C27AE50B9 /* CustomPrivateKey.swift */; }; - DE6784920FD3B4A2B029B4F7 /* type.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A20C2A4FD1A79A5F555BE1E /* type.pb.swift */; }; - DEDAC7FCC749913C411047EC /* GRPCChannelPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9258FA8ABB3E31385BC0621D /* GRPCChannelPool.swift */; }; - DF259E915DC8DA3836EA5276 /* fd.c in Sources */ = {isa = PBXBuildFile; fileRef = F20833169769DE558BE1D5C2 /* fd.c */; }; - DF5E18C45F7386F21B629CE0 /* a_dup.c in Sources */ = {isa = PBXBuildFile; fileRef = 9029F0F689B554776C387D64 /* a_dup.c */; }; - DFAEB221A28010979452EF76 /* gcm_nohw.c in Sources */ = {isa = PBXBuildFile; fileRef = C33EBA5C172FF6E55174BD2F /* gcm_nohw.c */; }; - DFC6EC95D4D0D3E4289C64B6 /* LengthPrefixedMessageReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC6CF547A9963B02D0A2C8B1 /* LengthPrefixedMessageReader.swift */; }; + DE9F043F3F65C8EFA84C29AB /* BSDSocketAPIWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AACB12B85E75D920C963C96 /* BSDSocketAPIWindows.swift */; }; + DF1EE577D2BFE5245BA648A0 /* padding.c in Sources */ = {isa = PBXBuildFile; fileRef = 8D90FB94DE7A92F082A204FC /* padding.c */; }; + DF35B2C7949ABB84ACAA2A20 /* hpke.c in Sources */ = {isa = PBXBuildFile; fileRef = 4EED43C87E6BC3FBE0754E87 /* hpke.c */; }; DFDD84B53EAFF232C75A274A /* lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78D06BF3F4D379602F04C828 /* lib.swift */; }; E01C947ED7D9B6A19D7FF19B /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82167721BA77E81D2E5F3177 /* echo.pb.swift */; }; - E01F6DCCCB3B5DBF36E60650 /* rsaz-avx2.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = C5F0D4889E7AECB9BCE07DA2 /* rsaz-avx2.linux.x86_64.S */; }; - E03AF991ED93A93373CD43E5 /* NIOSSLServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D79DB9A56D0258344CFD934 /* NIOSSLServerHandler.swift */; }; - E09CE6616740E6C9AA7C7C51 /* ReceivingPushPromiseState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 937BAA241BBC8FA37077BCF6 /* ReceivingPushPromiseState.swift */; }; - E0D922309EF4C4C99516C630 /* ServerInterceptorStateMachine+Finished.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13819504C9C7FC457CEBEEA5 /* ServerInterceptorStateMachine+Finished.swift */; }; + E0836D71007E4F9B6BDB8452 /* _GRPCClientCodecHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81BDCBC246DDE2FA5FCD555B /* _GRPCClientCodecHandler.swift */; }; + E09CC21DED3192026D95B535 /* CustomPrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC48C3D187D49D3645FAB989 /* CustomPrivateKey.swift */; }; E0E4271A8675CF758AA32A59 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754CEA6FEB88C4D8BEAEEDFC /* ContentView.swift */; }; - E0EA46F60267121121354FFF /* PendingWritesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C34D6D0BA0F9180A61C7B4A7 /* PendingWritesManager.swift */; }; - E0EFD5633E52E3A08196F5E0 /* sha1-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 6B6F8788F622033922E1DEDD /* sha1-x86_64.mac.x86_64.S */; }; - E104799FC12993710F89863A /* asn_pack.c in Sources */ = {isa = PBXBuildFile; fileRef = 0C2B15C6A5EBFCCBFC5F8191 /* asn_pack.c */; }; - E1333A89BCEAB98EA0F8124C /* HTTP2StreamID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1848496EB7C13B4FF6154E50 /* HTTP2StreamID.swift */; }; - E13A0E6CD342C1F233C28D9A /* asn1_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 8727056EE2D21E449513424E /* asn1_compat.c */; }; - E14DEA6BEDD388430B186043 /* ClientConnection+NWTLS.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9AB7A1BEA8B350C5B5271A8 /* ClientConnection+NWTLS.swift */; }; - E15453DD0D86DAD48C5B3BF9 /* tasn_fre.c in Sources */ = {isa = PBXBuildFile; fileRef = FB41D88CA3E8A2191B0EE619 /* tasn_fre.c */; }; - E15BF535E8A73CC1AE4C3039 /* HPACKHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D1A42F0487920FDA57AFA48 /* HPACKHeader.swift */; }; - E19EF5C1082E4FB2B80B8DA7 /* ssl_cert.cc in Sources */ = {isa = PBXBuildFile; fileRef = 3544D226CB56218BEE90EDB9 /* ssl_cert.cc */; }; - E1ADDFC22F0C4DA6CF2611CE /* BSDSocketAPICommon.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2482F5529D96A403E7467E75 /* BSDSocketAPICommon.swift */; }; - E224C04C773DF8ABA7E42D8A /* DispatchQueue+WithFuture.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83DDF7C253110E7C105812E9 /* DispatchQueue+WithFuture.swift */; }; - E224FCF9BA023E83AD24E54E /* p256_beeu-armv8-asm.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 4A02C97BFFD9372A2A408667 /* p256_beeu-armv8-asm.ios.aarch64.S */; }; - E24A1589E5DEFA90726532C4 /* NameMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9564BB4A689698B070B316A2 /* NameMap.swift */; }; - E26371D0A7C3389B18999A63 /* by_file.c in Sources */ = {isa = PBXBuildFile; fileRef = 30760B74F83AC588D7107171 /* by_file.c */; }; + E0F00A5A1642A5D0C7B39380 /* e_rc2.c in Sources */ = {isa = PBXBuildFile; fileRef = 98A379F9F50E1108BDF06A25 /* e_rc2.c */; }; + E192021EF01432923E1A9791 /* timestamp.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DE6ADF9583A6BDC477E5F42 /* timestamp.pb.swift */; }; + E1D7817513990004788D192A /* ServerErrorDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4D562BEBE0C9CFC2D4503CB /* ServerErrorDelegate.swift */; }; + E1F4FC7E59474F63E9966E13 /* SystemCallHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FB30CC304A37F0AE1F95D5F /* SystemCallHelpers.swift */; }; + E25F131E3C222A1BA15DAE61 /* sha512-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = B261A1F540B1B7EB0BE87371 /* sha512-586.linux.x86.S */; }; + E26E4CBEEBC367DD78FBFFF1 /* SendAndReceiveGoawayState.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2DA28CAFCAFD57D61D6C1D4 /* SendAndReceiveGoawayState.swift */; }; E278F1DD818736A085E8EF07 /* ExampleNestedResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BEABA3215EF0ADFD43509CBC /* ExampleNestedResources.bundle */; }; - E288A7BC173983368DC96794 /* Compatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99F4163D17E62BB86813CC7E /* Compatibility.swift */; }; + E2BFADB3128D8374634494EC /* IOData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 640FD1C258743CDF8A2FBA44 /* IOData.swift */; }; E2E1FA252D363BCBAAE2436C /* UIFramework.iOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D5BBE2ECC921BED8A450ADA7 /* UIFramework.iOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; E2EA2E2FC53E9E164A767C86 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8EF2F35351356F773D344694 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - E30F949F5F5A066A0D772E99 /* sha256-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 0306422D67A0DC991DC07275 /* sha256-586.linux.x86.S */; }; - E344A10323FBE2FBC4439177 /* Google_Protobuf_Any+Registry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A6990900118547EB5112C65 /* Google_Protobuf_Any+Registry.swift */; }; - E35C22E7961396C8B955BB0A /* p_hkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 2647D4FFF585FAB8E1C72AEB /* p_hkdf.c */; }; - E36BC4261ABF848D34424A96 /* p256-armv8-asm.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = B93AA533978D3F925C744A2B /* p256-armv8-asm.linux.aarch64.S */; }; E372FF2EEEDA50F8041AD197 /* Launch.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AC2F05074197F1DF4452D1AD /* Launch.storyboard */; }; - E375960EFE48F430D232CFFF /* GRPCAsyncClientStreamingCall.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3C9A5517EC23C4021992910 /* GRPCAsyncClientStreamingCall.swift */; }; - E379C677DDCB3655AFC49544 /* p_rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = E2805CFDB24FBE6B860B8DF8 /* p_rsa.c */; }; - E38833282D444B4340102F6E /* BinaryDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCB1B6F1664914740559D199 /* BinaryDecodingError.swift */; }; + E399C1E93F44DCA67B789EC6 /* Message+BinaryAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C1786BAE6B3319BF3171B74 /* Message+BinaryAdditions.swift */; }; E3A492D35581D874D404C0A5 /* nested in Resources */ = {isa = PBXBuildFile; fileRef = 311344A8E4A3913F06421A42 /* nested */; }; - E3C65E59CB63432E04074F52 /* SystemCallHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B1055E9F29C1902AC216516 /* SystemCallHelpers.swift */; }; - E40CD7F2C54D94ABD92EA0AD /* chacha-x86.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = DDBEF3A6441A186AB469AC59 /* chacha-x86.linux.x86.S */; }; - E44ECA0D69B642672516958E /* stack.c in Sources */ = {isa = PBXBuildFile; fileRef = 2F0742B6E3C8971C0D090CFF /* stack.c */; }; - E479B158188F6F0A052DA1D4 /* chacha-armv4.ios.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = A38DA896DC1AE635F5B159D4 /* chacha-armv4.ios.arm.S */; }; - E54C63145601634DF3AF0C6C /* MultiplexerAbstractChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A370F6D3EBB2DA346DC8F5C /* MultiplexerAbstractChannel.swift */; }; + E465AA47C121D15DEE98DF2E /* Primitives.shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = C325854994C9CCB6C84F2E5B /* Primitives.shims.swift */; }; + E49FF5E2F68631B3E05A1C1B /* v3_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = E84CD015527A6FCD264C2278 /* v3_utl.c */; }; + E4AD6170709FFC7EC0440014 /* LoggingServerErrorDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F29F1AEAD6F765EF3D7BE9D /* LoggingServerErrorDelegate.swift */; }; + E52D2424E9921D07A42063F9 /* shift.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BED1D03E6F7228BAD5D8F0A /* shift.c */; }; E5732411B92637B888F90C7F /* MixedAnswer.m in Sources */ = {isa = PBXBuildFile; fileRef = 69EB15DA988E9A2310D50777 /* MixedAnswer.m */; }; - E6407A25D1F8746E86631753 /* ServerInterceptors.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77FF867688B1B5AEC62B8A2 /* ServerInterceptors.swift */; }; - E65FC0E222F615C2D8EE2329 /* GRPCAsyncResponseStreamWriter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87C9D194247E3931ABE494B7 /* GRPCAsyncResponseStreamWriter.swift */; }; - E6857302587434E7B095FF84 /* cpu_arm_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E8E88B149EDFEF326339478 /* cpu_arm_linux.c */; }; - E6B17C492F02B6843A74EC7D /* ssl_transcript.cc in Sources */ = {isa = PBXBuildFile; fileRef = 6A72D74B73B91C1E9D1C42AA /* ssl_transcript.cc */; }; - E6B9FC8D5148B9A25C766F13 /* SendingWindowUpdateState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D2972E2604CA779B461ABAD /* SendingWindowUpdateState.swift */; }; - E6BAAA825627792A81C329F8 /* descriptor.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDA2996C8876296462B36DBF /* descriptor.pb.swift */; }; - E6BBB5BE8F152AE26BB6D3ED /* sqrt.c in Sources */ = {isa = PBXBuildFile; fileRef = 3337C1A8573A99E2B8C15BD5 /* sqrt.c */; }; + E5ABB300A45471BE1508DF62 /* thread_win.c in Sources */ = {isa = PBXBuildFile; fileRef = F5BEFBD00F5076E8760E14E1 /* thread_win.c */; }; + E624293F7213FD8698141658 /* rsaz_exp.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CE18CD0A7893645EF8074EC /* rsaz_exp.c */; }; + E6611A2BEC2072DDA37C5E90 /* c-atomics.c in Sources */ = {isa = PBXBuildFile; fileRef = 62722D276E5F5AB0318BC3B5 /* c-atomics.c */; }; + E67B1BF4E4527742FF30A3FF /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A55452BF9BA4B5E914CCCA9 /* err.c */; }; + E69A607A6D2C3ECD7662F480 /* InboundEventBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88CB182166E83BF91D588AA8 /* InboundEventBuffer.swift */; }; E6C73C63309A7541DBE05450 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D7509BF2E800A442944888BB /* Assets.xcassets */; }; - E6F5AACE02264EFDF8D05AC5 /* StateMachineResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 496178A5E25AB31A32F57EAE /* StateMachineResult.swift */; }; - E7176AFFC36D95E023DDB7A5 /* v3_genn.c in Sources */ = {isa = PBXBuildFile; fileRef = 4BD193FFFCC635C7DCF75D99 /* v3_genn.c */; }; - E78D2D33489AE16016256C82 /* s3_pkt.cc in Sources */ = {isa = PBXBuildFile; fileRef = 733EC2CE22B66D93D8A7FFFB /* s3_pkt.cc */; }; - E7D6F27B7E5084A590FC64A4 /* BinaryDecodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35809E88436E0389F9C3BECA /* BinaryDecodingOptions.swift */; }; - E80D06F645B024198E018E04 /* StreamChannelList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E02B6214F608A439ADD313 /* StreamChannelList.swift */; }; - E87AEE4808170D274540CEEF /* JSONDecodingOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B1276F29D5DFEA28051AEF6 /* JSONDecodingOptions.swift */; }; - E8B9F25A29996C064E11A640 /* TLSEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14844548ADA135608AC41F66 /* TLSEvents.swift */; }; - E8FAA274C9DA863F7C988CF5 /* f_string.c in Sources */ = {isa = PBXBuildFile; fileRef = C8378F8A405328ECC8F5A71F /* f_string.c */; }; - E902D87FFE145AB8CCDC15FD /* CircularBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D6D0893E0BD4CB4D9BBA8DA /* CircularBuffer.swift */; }; - E922581F14B183E75DF64CCC /* NIOTSConnectionChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BC7A5D2B4A782405C8C184E /* NIOTSConnectionChannel.swift */; }; - E9E94D2D6CC353C17FE862EF /* ServerBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FB60283DDCC80A51AF4C913 /* ServerBuilder.swift */; }; - EA0C9F309275357B9F5F4990 /* Deque+Equatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DB46DE0781AEA240746E54D /* Deque+Equatable.swift */; }; - EA12A4DCAF8195C028DC7FCD /* ConvenienceOptionSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4B675F198F9AE03535893AD /* ConvenienceOptionSupport.swift */; }; - EA213E32DB25CEDEAA2C281F /* LinuxCABundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD2B56633F92ADBA8FFF32D /* LinuxCABundle.swift */; }; - EA2DCC0EC79D0C65B3853764 /* ProtobufMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11FF4CA3EF8FFD1C354A8C91 /* ProtobufMap.swift */; }; - EAC71BA8AE31410E3F2F19E4 /* ConnectivityState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F01973F4997350177379F2E /* ConnectivityState.swift */; }; - EAE70E428DAD57D309BBC333 /* HTTP2ToHTTP1Codec.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4300EAE4B603AE8E8E8DA9C8 /* HTTP2ToHTTP1Codec.swift */; }; - EAFA7E53FA1837A40DAA4959 /* PoolManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA43C50432B88C5485172A57 /* PoolManager.swift */; }; - EB501AD74A111617AD6BD8CC /* tls_method.cc in Sources */ = {isa = PBXBuildFile; fileRef = E23F4C84B7E04386CD9B54E1 /* tls_method.cc */; }; + E6CDD1E08AF01C1673A44FB6 /* gcd_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 621F80BE133A966A31D2ABA9 /* gcd_extra.c */; }; + E7098CEA70C171071956474B /* Serialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3410696963146BDACB859B6C /* Serialization.swift */; }; + E719DD51F63C74FA4B412678 /* evp.c in Sources */ = {isa = PBXBuildFile; fileRef = E2D9674A69CEB5C5689525B3 /* evp.c */; }; + E79516F7CFA8D4189D179B5E /* LinuxCPUSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDC2B2B7DC414E338D4E43D4 /* LinuxCPUSet.swift */; }; + E7BA759AFA67A0E877D7F484 /* div_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = F5BB14B8EA056DBB07B4422D /* div_extra.c */; }; + E7F86DFCA5C5145168CBFF8C /* asn1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = A4B1B7D41846DED9D9E1EC8A /* asn1_lib.c */; }; + E868A5D1935206A85220A37B /* tls13_enc.cc in Sources */ = {isa = PBXBuildFile; fileRef = 02C7BD25203FC8DF8E43FB6C /* tls13_enc.cc */; }; + E8C1832DC2C065AF34E1C6F2 /* p_x25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 2BD4D249EA8853D4BC1EEDB5 /* p_x25519.c */; }; + E9977E146AF538026DA4A4A3 /* aes128gcmsiv-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = A48C6DEE9FE8D53467CD442D /* aes128gcmsiv-x86_64.mac.x86_64.S */; }; + E9C7BB3831B9EEBF564171A1 /* NIOTSChannelOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF6DF1D1181A4C4746A831C1 /* NIOTSChannelOptions.swift */; }; + E9F402164065A57A49408DEC /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 361A65EA8CAE7074A6BB8842 /* aes.c */; }; + EA2F022DCD29B18DA01D3CC1 /* ReceivingHeadersState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32E7B936BE25BEC76F413219 /* ReceivingHeadersState.swift */; }; + EA413A3817838B440AB81FBB /* SelectorKqueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35EAF3DDF8B07C90FC819A5E /* SelectorKqueue.swift */; }; + EAA29826EC6520189E8FDA62 /* t_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = C7B053BA58F95E6E53FDC600 /* t_crl.c */; }; + EB0D8CFC9FDE92E678A176E2 /* Message+JSONAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96B609CFD53CCD4FAF9F961C /* Message+JSONAdditions.swift */; }; + EB442D7E5F46F76A7E9A03D4 /* MessageParts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08D8EFBEBAB290213B11494D /* MessageParts.swift */; }; + EB5A046E50F23612EF0881F7 /* Internal.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CB1145431483152647A487 /* Internal.swift */; }; + EBC80815ACFEDA2579469E04 /* Error+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAACA0620001E7808BF726AB /* Error+NIOSSL.swift */; }; EBE677A7199CD8BEBF966C34 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D22497C1CE43FD5893341E12 /* Assets.xcassets */; }; - EBE7E8F2A72C13A25FCB9154 /* JSONMapEncodingVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9631F0C3203DF270B07FE15C /* JSONMapEncodingVisitor.swift */; }; EBF7B9720C884E09BA577444 /* macOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C226D0F1BBACB5AD32CCAF07 /* macOSApp.swift */; }; - EC4D689155B2C1DCE12E13F9 /* algorithm.c in Sources */ = {isa = PBXBuildFile; fileRef = 1BF53044945584DA15B3252E /* algorithm.c */; }; - EC4E6F38FF7732151B57F2FF /* TLSVerificationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C7AC53549C60100A241159E /* TLSVerificationHandler.swift */; }; + EC039FD644BF70E5D8B9F68C /* rsaz-avx2.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 848DC0353B5728513C3F5439 /* rsaz-avx2.mac.x86_64.S */; }; + EC042CCACBF8D90A932633CE /* AtomicStrongReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0783DF632798D98A9CFD3F1 /* AtomicStrongReference.swift */; }; + EC25BA98A08C05F0F1D5B049 /* p256-x86_64-asm.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 345CE470C8DB6A578A694F32 /* p256-x86_64-asm.mac.x86_64.S */; }; + EC401817943C86DF7617264B /* ConnectionManagerID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39929815902179D066CBA628 /* ConnectionManagerID.swift */; }; + EC696DDE11651AF6898ED4B8 /* HTTP2PingData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B2DBF0B73B69519B6CFD80 /* HTTP2PingData.swift */; }; EC7EF3E8DC0BED45BEF3B664 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8EF2F35351356F773D344694 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; - EC8AAF0043ADAE67BE0D2CB5 /* HPACKDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5043F1D15C2D9B86C4857672 /* HPACKDecoder.swift */; }; EC8FCC663A96676BEFC3B113 /* bucket in Resources */ = {isa = PBXBuildFile; fileRef = 8098DA3E9C604C5149E46879 /* bucket */; }; - ECA53BBE87D43D457F11595F /* HTTP2ToRawGRPCServerCodec.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B4A6475692C08EE38405D /* HTTP2ToRawGRPCServerCodec.swift */; }; - ECA5ADCF4A3DCC7BF36567D9 /* sha1-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 6487D47705001D8436CB0E34 /* sha1-x86_64.linux.x86_64.S */; }; - ECEB1E1E08E40E757C9A5ECE /* AsyncTestingEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12FE14783F154595DF321BDD /* AsyncTestingEventLoop.swift */; }; - ED03E9DFE6A6F4141E617B84 /* Message+AnyAdditions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A90C8847ABF4612B3E09368 /* Message+AnyAdditions.swift */; }; ED04AA20C5A9FA7768BE8C90 /* Intents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05D7BC0D73790F55EB6E47B9 /* Intents.swift */; }; - ED4ED361EC57C1939DFE5804 /* pem_pk8.c in Sources */ = {isa = PBXBuildFile; fileRef = 97A71AC1FDF0BC52E4564407 /* pem_pk8.c */; }; - ED9BFE682CDDDEF5DD16C72E /* sha512-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 4CBE94AFD834ABBB414FC9C1 /* sha512-586.linux.x86.S */; }; - EDC9106E80E951A9DA780EE9 /* pkcs8_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = FAD73AA7030B5397328980CA /* pkcs8_x509.c */; }; + ED41024B052DF96C7EA8307E /* ConnectivityState.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77866080F0BE139092AF96B /* ConnectivityState.swift */; }; + EDA793FF5D6DA2C3D9213C8A /* AsyncAwaitSupport+OldXcodes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9384E501C99EF7C513C2C435 /* AsyncAwaitSupport+OldXcodes.swift */; }; + EDEFDB6C7D3548CBE7CBA639 /* sha1-altivec.c in Sources */ = {isa = PBXBuildFile; fileRef = CE5AB4D3C2734D0389A7D3E9 /* sha1-altivec.c */; }; EDF65D8C928C2A6D9760E624 /* bucket in Resources */ = {isa = PBXBuildFile; fileRef = 99122958932A59DD97359B3B /* bucket */; }; + EDF6E80B6BB5C3D01A33F3C8 /* HTTP2PipelineHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78AF959A32315EFF92FC1BC8 /* HTTP2PipelineHelpers.swift */; }; EE1FA0DDE1962A39304D4859 /* Utils.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 2C7C5A1611AD27A599F53640 /* Utils.bundle */; }; - EE3044EB9AAB5915B8885BB7 /* Locks.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95BCEC2EEC60AF695DA96BB /* Locks.swift */; }; - EE82211FEBE35A09DBC2F8E0 /* _GRPCClientCodecHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = B787D81626AAB1DCEC2649A4 /* _GRPCClientCodecHandler.swift */; }; - EE9796F7AF769C9046081496 /* Server+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65CBD193008D45D76BA13241 /* Server+NIOSSL.swift */; }; - EE9EEF9DC34E30A4D8791CD7 /* a_gentm.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D0C771056E5365A3F5641F0 /* a_gentm.c */; }; - EED69C4C322D31DEA6D36EE3 /* String+unsafeUninitializedCapacity.swift in Sources */ = {isa = PBXBuildFile; fileRef = C35B1DFEA743890FEFB171D7 /* String+unsafeUninitializedCapacity.swift */; }; + EE2EC31E246F3FDCCEBD1E13 /* IO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4499679798E40ED54745B7C8 /* IO.swift */; }; + EE4E9E7972B757CE6C3ECDAF /* System.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCAD26B6836657840F573BCC /* System.swift */; }; + EE5D8BE23BC7419E7D95F574 /* ApplicationProtocolNegotiationHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551C35382306A30FD078966E /* ApplicationProtocolNegotiationHandler.swift */; }; + EE7010D305613A0EA0ED7B42 /* NIOTSListenerChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B60F76F697848040EB4F968 /* NIOTSListenerChannel.swift */; }; EED9431874A7B8BD3002DC52 /* RealAnswer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A479212312D9E970C284663 /* RealAnswer.h */; }; - EF59B5D36F708155D3FA6910 /* StringUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8B653D940340E99BD1221CF /* StringUtils.swift */; }; - EFE55E5701C4218C218D0C2C /* PendingDatagramWritesManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC19F9C8DE3A5D2B7D5FB51 /* PendingDatagramWritesManager.swift */; }; - F08F810604E6AA07A48E1719 /* GRPCAsyncRequestStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F9FAF2D5EB61398D3415A19 /* GRPCAsyncRequestStream.swift */; }; - F0923FD03795E6AF11AC7CFE /* hexdump.c in Sources */ = {isa = PBXBuildFile; fileRef = 52F6ADE3288FC526BBA234D1 /* hexdump.c */; }; - F097386C6EFD12C3DE4A3731 /* hpke.c in Sources */ = {isa = PBXBuildFile; fileRef = BFAE5B196A5751EA8F330812 /* hpke.c */; }; - F0A434F261B002502C3202F1 /* ghashv8-armx32.linux.arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 844694B5FF1314363F61041C /* ghashv8-armx32.linux.arm.S */; }; - F0B811F2F7A98572BC541525 /* BSDSocketAPIPosix.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E9261DB471B2E34468E3605 /* BSDSocketAPIPosix.swift */; }; - F0B86449EFB42BFC850F53CB /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 08CEB17A1EF8DE64D7A4E152 /* md5.c */; }; - F0BD9B1AC7890A4CAC1CE052 /* Exports.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8DCF93DBA52E0C57F939F541 /* Exports.swift */; }; - F0CA27790E596CDD3F323D81 /* MessageEncodingHeaderValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FD9503741B6CA7597DA4EEA /* MessageEncodingHeaderValidator.swift */; }; - F1242DC8656C207F68C5EFFE /* armv8-mont.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 29173AC1D4EE331A6BDEF997 /* armv8-mont.linux.aarch64.S */; }; - F143970C51AF905898138A63 /* Deque+ExpressibleByArrayLiteral.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44214E1219124CEE1525E0D2 /* Deque+ExpressibleByArrayLiteral.swift */; }; - F1C4A7D688C29DA55BB99567 /* handshake.cc in Sources */ = {isa = PBXBuildFile; fileRef = 18D567B106734A447CFC2294 /* handshake.cc */; }; - F2223B69975AA9078D920634 /* cipher_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 78109231DA2A86541D9273D6 /* cipher_extra.c */; }; - F2379DA2B3B12DA78891DCF8 /* IndexedHeaderTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14297F2A13BB40A28072813 /* IndexedHeaderTable.swift */; }; - F23EF295C9309C4CDF2268B6 /* rand_extra.c in Sources */ = {isa = PBXBuildFile; fileRef = AC8D9AEE54787FE2355F53F8 /* rand_extra.c */; }; + EF0D1BCB385656D44A69EA7C /* md5-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = 9921C8D62E9AACA141D1938D /* md5-586.linux.x86.S */; }; + EF153653347986D066BDD4D6 /* Visitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE7E1979A1859CD4C3DDCC3D /* Visitor.swift */; }; + EF9D728D1E67F8288B982629 /* Google_Protobuf_Duration+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B8218CE66A5841A3B6EE9CF /* Google_Protobuf_Duration+Extensions.swift */; }; + EFA2ABDE6C169C167030BB94 /* NIOAsyncSequenceProducerStrategies.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2333979ADFF0A3E7EF4A5C6E /* NIOAsyncSequenceProducerStrategies.swift */; }; + EFB401CABE6C9813BC75FE2C /* SocketChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4A9A9CF28C8C2A38D88F121 /* SocketChannel.swift */; }; + EFC357F6EB96D68CCE624E4D /* sqrt.c in Sources */ = {isa = PBXBuildFile; fileRef = 51BA510AF5C4E48FE28E2FC7 /* sqrt.c */; }; + F0203D5775289E13768ED596 /* t1_enc.cc in Sources */ = {isa = PBXBuildFile; fileRef = EFF3ED81F0D6C5106E2B5A08 /* t1_enc.cc */; }; + F06CFDD704D3E2AF029389D3 /* socket.c in Sources */ = {isa = PBXBuildFile; fileRef = 7BA104D0A76B89C91BB02929 /* socket.c */; }; + F07C7C20118B3DAEC126CCF7 /* p_rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 0A83764F9C825A8EEEED38B2 /* p_rsa_asn1.c */; }; + F0B28994BA960DF52D32D069 /* bn-586.linux.x86.S in Sources */ = {isa = PBXBuildFile; fileRef = D161449CC906AA0123C65BDF /* bn-586.linux.x86.S */; }; + F0EC3BC4CC8E7EF8FD9FD143 /* _DequeBufferHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = B38B2D87372A47697BEAEF5A /* _DequeBufferHeader.swift */; }; + F0F965911B12180AD82539F1 /* StaticHeaderTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BF909D45794A9890021CFD /* StaticHeaderTable.swift */; }; + F1218B7E6BCFD9C857C085A8 /* ByteBuffer-views.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FDB35EDCF6F4F013F3D473E /* ByteBuffer-views.swift */; }; + F15A2DF1801EDA5A9F130AC2 /* p_x25519_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = DF5CC23E8044829FCDC0804A /* p_x25519_asn1.c */; }; + F19A6F2659BBB825CB36BDA0 /* c_nio_http.c in Sources */ = {isa = PBXBuildFile; fileRef = 27351DFC959110D541552381 /* c_nio_http.c */; }; + F1B1A9828E3083E0288B849F /* TextFormatDecoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8A4643CE8E9C691002E8ED8 /* TextFormatDecoder.swift */; }; + F222471432C968A08DEFCFB1 /* DoubleParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F6B03C39FF2174643B17B0D /* DoubleParser.swift */; }; + F230C3B3362695B121A9A1F9 /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92C8AAC72E5AFBDE9685E7E3 /* FileDescriptor.swift */; }; F24F5FB0592E79027C20936E /* ExampleNestedResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 69D3E97CC8C328FFC97BFE72 /* ExampleNestedResources.bundle */; }; F2654AC7861464A75EF63853 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 70B71C416F5E59817DF61E83 /* Assets.xcassets */; }; - F298C6D393F97348B0F66D50 /* LazyEventLoopPromise.swift in Sources */ = {isa = PBXBuildFile; fileRef = 468F14DC1322644DD0E80504 /* LazyEventLoopPromise.swift */; }; - F29C2BD852CA542EE8E6C92D /* sha512-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 36DC69B795DBF2B18A259340 /* sha512-x86_64.linux.x86_64.S */; }; - F2CD77DB1BE913FA503BA36B /* fuchsia.c in Sources */ = {isa = PBXBuildFile; fileRef = 1437C49D92D00B9CFB02AD8B /* fuchsia.c */; }; - F2EB10B50C4678D3C68D6521 /* WSAStartup.c in Sources */ = {isa = PBXBuildFile; fileRef = A6C24B4759F99B7EDAFEF702 /* WSAStartup.c */; }; - F2F6E67C877A4EE0D67EEFEE /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = E7613AB043F4868A05FB4EC3 /* md4.c */; }; - F352B4E97756612D534D53B0 /* ThreadWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = C217E24E2FC2672BDF3F1CCA /* ThreadWindows.swift */; }; - F3B8B4E52B8D8C063C94796E /* StreamEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BE2D260A302E03909E0F822 /* StreamEvent.swift */; }; - F467272833FCF41CEC37DDCE /* a_mbstr.c in Sources */ = {isa = PBXBuildFile; fileRef = 27EE621860B82E36893846AE /* a_mbstr.c */; }; - F4A3C10CCD4BC90A01BA31D4 /* ReceivingRstStreamState.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2B35F2855A270AD30F946AB /* ReceivingRstStreamState.swift */; }; - F4AB37D97DDD0AF461B6FFA9 /* tasn_typ.c in Sources */ = {isa = PBXBuildFile; fileRef = 1AD0D49DEDBDCF7541AA96FA /* tasn_typ.c */; }; - F4DF7CD3F830B445093B4DFF /* SocketOptionProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06C657D94B5DAD38559DD872 /* SocketOptionProvider.swift */; }; - F4F6E203B81D54DFB5E3877E /* BinaryDelimited.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E92B8EEEF31554B3D37D1B6 /* BinaryDelimited.swift */; }; - F51FB741E65F62E623259E67 /* tls13_client.cc in Sources */ = {isa = PBXBuildFile; fileRef = 445298486290A90ED0043F2B /* tls13_client.cc */; }; - F529B606FF8B013A36EBD4F9 /* AtomicValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D57BA37A4AC52E2BEFB7A36 /* AtomicValue.swift */; }; + F2A05108DCE6ED91B9C4A86A /* liburing_shims.c in Sources */ = {isa = PBXBuildFile; fileRef = 25837C558B5D2234DFDF1E97 /* liburing_shims.c */; }; + F2A453858618FC95B90DB8E7 /* ssl_session.cc in Sources */ = {isa = PBXBuildFile; fileRef = AF9F595AD41758910B0568F2 /* ssl_session.cc */; }; + F373A3786DA66640C02FB666 /* v3_akeya.c in Sources */ = {isa = PBXBuildFile; fileRef = 5879113CCDED5406929C0F74 /* v3_akeya.c */; }; + F3775A6C8065EFFEF5088E0B /* Data+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA24AA7D7605B8AF6AEB49C5 /* Data+Extensions.swift */; }; + F3DB8D84B4F64D50C0AD459E /* StreamingResponseCallContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA90BE1916D2319C88E7C14F /* StreamingResponseCallContext.swift */; }; + F4305ADB022FF06A8481D5EA /* NIOTSEventLoopGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B743697D4A39DDBEB90EF348 /* NIOTSEventLoopGroup.swift */; }; + F4D1E8E9DEA6C3AC2B14419E /* UserInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611DD0F930C7E943E8525E00 /* UserInfo.swift */; }; + F5067C8B4A1BD9D2CA46973E /* cpu_arm_linux.c in Sources */ = {isa = PBXBuildFile; fileRef = 25993CF2B9102358237D0870 /* cpu_arm_linux.c */; }; F536583DD30B713978A9A9EE /* UITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C92817094989724C49C8102 /* UITests.swift */; }; - F53B2FE73656C0782C27D8C5 /* err_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C614B8F85E98C039F4C722A /* err_data.c */; }; F545C7636E7A2B5FB2BFE591 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 367747CF421F7A94164F20BF /* main.swift */; }; F546F4D0A2F047A6014C67AD /* GoogleMaps.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 055594E4A0984E6172CC7BEA /* GoogleMaps.bundle */; }; - F558B93EFB20AC0C863C0AFC /* EventLoopFuture+Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = A68299BC35697FF566A80746 /* EventLoopFuture+Deprecated.swift */; }; - F5932666B63176BC5477692A /* atomics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 872D94DFF56F8ACA7E7C3AE5 /* atomics.swift */; }; - F5BF972A895B4C542482F77C /* SelectableEventLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 355E309B455F387C05D039D8 /* SelectableEventLoop.swift */; }; - F614296DFE2C6C5F54C1FE90 /* Deque+Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3FE010E2238FE9E884E1F5B /* Deque+Hashable.swift */; }; - F65871E0B05A1E25D1421F0F /* a_strnid.c in Sources */ = {isa = PBXBuildFile; fileRef = B7EE0C16C5E27EC57F5A6715 /* a_strnid.c */; }; - F664412FA530BB67032EB8E2 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2605B2A13551D3715630FD12 /* Logger.swift */; }; - F6795D21C1F0A556C8F07CC7 /* e_des.c in Sources */ = {isa = PBXBuildFile; fileRef = 71246E0EDBE9101E33C6DCFF /* e_des.c */; }; - F6B8A7F61F11C57D4CDDF964 /* EventLoopFuture+RecoverFromUncleanShutdown.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36E553E89B1AE125AE80560B /* EventLoopFuture+RecoverFromUncleanShutdown.swift */; }; - F6BF752DB796A94B91D6CE94 /* aesv8-armx64.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = CBDECE866F3A66AF2B02A754 /* aesv8-armx64.ios.aarch64.S */; }; - F6D0074F74B53E497C927DDF /* StreamChannelFlowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7EFE02B3CD1FA480905AC6F /* StreamChannelFlowController.swift */; }; - F729C4C7EC33EC8CA55C1DAC /* GRPCLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 283A131150582EFFB839F207 /* GRPCLogger.swift */; }; + F55E28907B432CDC7A1D4968 /* HTTPServerUpgradeHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F09FD80E3F377D10974E491C /* HTTPServerUpgradeHandler.swift */; }; + F569A5F9658B16CDF91E88F9 /* Enum.swift in Sources */ = {isa = PBXBuildFile; fileRef = A52D7F5C90F6FB04433A2871 /* Enum.swift */; }; + F5C65043B85A9B1DFDB86CFB /* AtomicLazyReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A4600D253AC10FF7BA15FE5 /* AtomicLazyReference.swift */; }; + F659B887EB294207B01AFB28 /* LogHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D26545443383A574482009 /* LogHandler.swift */; }; + F6608354D88F4C73B25A7877 /* handshake_client.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2AA047D5669152DD96F2A809 /* handshake_client.cc */; }; + F6C65C2FFB4E1DBF4A2E6C10 /* TextFormatDecodingError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3171533B71DA2F345F26A478 /* TextFormatDecodingError.swift */; }; + F6E5F53ABF936695CDBC887F /* poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 0781AAB1E69A950FE3742FD5 /* poly1305.c */; }; + F6EE457C8E4C12B4C61F60D9 /* ServerHandlerStateMachine+Finished.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3578E8367C08B598283585DA /* ServerHandlerStateMachine+Finished.swift */; }; + F6FCE2C9D46EA911B6C91165 /* prime.c in Sources */ = {isa = PBXBuildFile; fileRef = B516AAB0BBE2A6D76307E100 /* prime.c */; }; + F70B27F5FC79EA30AC97A735 /* ClientConnectionConfiguration+NIOSSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672392EE6CD7C9882EB5D7C5 /* ClientConnectionConfiguration+NIOSSL.swift */; }; + F72DAA631EB7E3372672C454 /* SocketAddress+NWEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD1BDB7138BC3271E0BA1540 /* SocketAddress+NWEndpoint.swift */; }; + F72F7C3FD8B6934246B19FB5 /* Deque+Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 857AD2AB18B57AEA3686766C /* Deque+Hashable.swift */; }; F75625602CA2330C13D16FC1 /* UIFramework.tvOS.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 7E16D0C3B1A292BBEE1E86A9 /* UIFramework.tvOS.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; F79625B63D13A5C9BFA20864 /* FXPageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0FEFAFF2C64D6D44B1DE10 /* FXPageControl.m */; }; F7AF2123ABEB48EF372A1F85 /* private_lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F5B724BDC1069B03FE231A1 /* private_lib.swift */; }; - F7B96BE638EDECB852F916C2 /* LoggingServerErrorDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACB5E26D8A399BE763AE59E4 /* LoggingServerErrorDelegate.swift */; }; - F7D428578965D904AACD3A64 /* ObjectIdentifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFB2E48F6FA7D420ADAFBD81 /* ObjectIdentifier.swift */; }; - F7E8E5DF31B39D770B98C75C /* NIOHTTPClientUpgradeHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65E18EAB815D16B94A54E378 /* NIOHTTPClientUpgradeHandler.swift */; }; - F7EAD46C5D06B2C61A7E5EEC /* a_time.c in Sources */ = {isa = PBXBuildFile; fileRef = 96864A6A00A037CB12BB22F9 /* a_time.c */; }; - F84A5BD7C481A3DEED485EA5 /* shim.c in Sources */ = {isa = PBXBuildFile; fileRef = 852BAC463D3861ADCCB59984 /* shim.c */; }; - F9095656C640A226C9A7D34C /* x_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = 146A8FCBF1D2AF24C574C6BA /* x_x509a.c */; }; - F90C098FC0936CE37538BEE2 /* x509_vpm.c in Sources */ = {isa = PBXBuildFile; fileRef = DDB49B61EFA804EE60D2446A /* x509_vpm.c */; }; - F90D278532AAAD262E75BD89 /* ctrdrbg.c in Sources */ = {isa = PBXBuildFile; fileRef = 43D8364D634A058E6CB77E11 /* ctrdrbg.c */; }; + F802818BBB5F074D3F012910 /* ProtoNameProviding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 123ADC4B5FF0D654F403451F /* ProtoNameProviding.swift */; }; + F80D46E9324776C3E9D25258 /* PosixPort.swift in Sources */ = {isa = PBXBuildFile; fileRef = C115F3B3C0651E5B311A0044 /* PosixPort.swift */; }; + F87A3649404848EDBE1C726D /* add.c in Sources */ = {isa = PBXBuildFile; fileRef = C6B5F66BEC7966097E969218 /* add.c */; }; + F8881903EDC8ECD349846C74 /* StreamLender.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02058933E1D9DED496073AF2 /* StreamLender.swift */; }; + F8B91C8641637518E8BC2209 /* a_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = 27B0D141457F9021E92935B6 /* a_verify.c */; }; + F8BFA8180BB38271CC0BA5A8 /* x509_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = A521917DDA0546CE02CABD12 /* x509_vfy.c */; }; + F8C37A2383FFEEBD342CD6E3 /* ecdsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = 205DAD2DBD344923ACCED26B /* ecdsa_asn1.c */; }; + F8D8B2D07ECBA9BC1D286702 /* MulticastChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7791F487A1B410A94F32C639 /* MulticastChannel.swift */; }; + F8E6C1B01485DAC5063832E2 /* PriorityQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E98EEFD73F68479336DAD51 /* PriorityQueue.swift */; }; + F8EA823BBE32A6A7D9E11AB7 /* x509name.c in Sources */ = {isa = PBXBuildFile; fileRef = D917CDE5577476246E265ED8 /* x509name.c */; }; + F936149FB94B56B29109F55E /* v3_bitst.c in Sources */ = {isa = PBXBuildFile; fileRef = ED6AA169DAFDEDD3BD8254C4 /* v3_bitst.c */; }; + F9953DF586EC712121A9DDA4 /* api.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = B15285CA87F2895B6D1032F8 /* api.pb.swift */; }; F9A1CDD0C7F69D98D0FD6E1F /* _CompileStub_.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BD403D59FD279723BD9B059 /* _CompileStub_.m */; }; - F9C92805CCD87EF4D919AC23 /* v3_pcia.c in Sources */ = {isa = PBXBuildFile; fileRef = 21E5AE1B6FD8A2CCB15472CF /* v3_pcia.c */; }; - F9EC6F012DFBD11AFEFF13E8 /* pem_oth.c in Sources */ = {isa = PBXBuildFile; fileRef = C0A81E1EF90DAEE75ACB6BAD /* pem_oth.c */; }; - F9F839A2C1B785D4298A9867 /* spake25519.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A7E4AD60774426367821465 /* spake25519.c */; }; - FA23CFA59EEC229BACDCD281 /* ExtensionFieldValueSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 791341AE4867229982D75CFD /* ExtensionFieldValueSet.swift */; }; - FA71CD12DE4E0A08E0656B8C /* aesni-gcm-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = B1FC1A404DC370F8315538F4 /* aesni-gcm-x86_64.mac.x86_64.S */; }; - FB51CE200E6EF054F0EFFAC7 /* pkcs7_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = 765D55A779443534D54F2EF4 /* pkcs7_x509.c */; }; - FC1FA83B50A4D84FE36CA3E0 /* crypto.c in Sources */ = {isa = PBXBuildFile; fileRef = B7720B3110A8E21E201926CF /* crypto.c */; }; - FC6BE8C02B0544CD49A0248A /* IOData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 10DE6C52FD01022A92448F00 /* IOData.swift */; }; + F9F088CDA37E606BB58FFC0D /* HPACKHeaders+Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A207A035DFD9DD9A8917ACF /* HPACKHeaders+Validation.swift */; }; + FB4980B770AD46A331D9F564 /* HTTP2Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFE64FA910E195A8FAEB7444 /* HTTP2Settings.swift */; }; + FB9378A8F1D6F0B8292A9379 /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = C5372B549C9D5B2F55D5EB25 /* base64.c */; }; + FBCBDFF39AF3F4A6D0BA7A6D /* sha512-x86_64.linux.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = C3642573EDC59887E01F8A30 /* sha512-x86_64.linux.x86_64.S */; }; + FBDE4E42B84F906753CC5DFB /* ByteBuffer-foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26DF07EFC8FD9DDCFAEEE381 /* ByteBuffer-foundation.swift */; }; + FBE319DD54FCC1BD27D14348 /* cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = E6780A135C66B202F8AD9DAD /* cbc.c */; }; + FBFC69D1966882CC733F5D67 /* sha1-armv8.linux.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = BA427681B64B83473947C4D4 /* sha1-armv8.linux.aarch64.S */; }; + FBFDB9BDF5DA045DC7FA2287 /* hkdf.c in Sources */ = {isa = PBXBuildFile; fileRef = 32FC670CDB63661C449B5A77 /* hkdf.c */; }; + FC210DFF48165E657D81460C /* pkcs8_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = E4B3BBC657C88A358F3096AB /* pkcs8_x509.c */; }; + FC229A19ED1D53FD5CFCCA8C /* dtls_record.cc in Sources */ = {isa = PBXBuildFile; fileRef = 2B4BBAF727D67E311CE0F828 /* dtls_record.cc */; }; + FC26F5791B4AADB577E6BA3A /* HPACKErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FD032C57FB35A341326F9B /* HPACKErrors.swift */; }; + FC7171546D7FC2E607081460 /* rdrand-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 2EF577689E5568A57A2A7037 /* rdrand-x86_64.mac.x86_64.S */; }; FCAE3377AF6DDF6D1ACFBC78 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A9B9689D76A550CCCEB0600 /* ContentView.swift */; }; - FCEE6DE899CF86C02C1DB38F /* GRPCIdleHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A4E5092B90D40033D0D564 /* GRPCIdleHandler.swift */; }; - FD000A25AC9B1E792DD255A7 /* StateManagedChannel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26A770AA954A6372C7A60BDD /* StateManagedChannel.swift */; }; + FCCB505A1299A42314428017 /* SNIHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFF95421AC944FD2AEF05C3C /* SNIHandler.swift */; }; + FCD28AAFA2E47E1AA20483B0 /* aesv8-armx64.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 9F2D02368EE297AA791F7789 /* aesv8-armx64.ios.aarch64.S */; }; + FD153708F6C4567BB67AB0F6 /* ServerHandlerStateMachine+Idle.swift in Sources */ = {isa = PBXBuildFile; fileRef = C064F0309C9BC5312F999964 /* ServerHandlerStateMachine+Idle.swift */; }; FD2F6B909C399C3EA258CD02 /* lib.c in Sources */ = {isa = PBXBuildFile; fileRef = 264FBB623C659E66DC08211F /* lib.c */; }; - FDA85A24DC2E40D38FC475D5 /* NIOLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEE4E494E2520A4CE04A5393 /* NIOLock.swift */; }; - FDC03F7759152C75D336F138 /* extensions.cc in Sources */ = {isa = PBXBuildFile; fileRef = 02563133C59F7AE8B0A3455A /* extensions.cc */; }; - FDCD350C14D9F5B0C432A8F6 /* struct.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91EE8713FA37931151B8649B /* struct.pb.swift */; }; - FE2185D34D0931C96191FC05 /* BaseSocketChannel+SocketOptionProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B772AB62FE56C0D8837E10 /* BaseSocketChannel+SocketOptionProvider.swift */; }; - FE571D69756C952529E0EA9B /* x509cset.c in Sources */ = {isa = PBXBuildFile; fileRef = 91A1147DD597C758908889DA /* x509cset.c */; }; - FE614372C7BC17B368A35022 /* UnsafeRawPointer+Shims.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63F9250FD819772F05150097 /* UnsafeRawPointer+Shims.swift */; }; - FE769F3AC61CD8E61415AF2A /* ServerStreamingServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2594C505514C600F0D2E104E /* ServerStreamingServerHandler.swift */; }; - FED60586B21672AD7D52DCD5 /* ghash-ssse3-x86_64.mac.x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = 34BBD3192AC8694E0DA73A85 /* ghash-ssse3-x86_64.mac.x86_64.S */; }; - FEDEA8BF1E300C8E81FF0C75 /* ReceivingWindowUpdateState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2686EA94AB548417D63E9121 /* ReceivingWindowUpdateState.swift */; }; - FEE82675F1AC002286C875DA /* SSLPublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = F97012246E964C5CE3FEDC09 /* SSLPublicKey.swift */; }; - FF0E3E9BB89F250DA34BADDC /* BSDSocketAPIWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = 876CC59FF42C4250BC4ECFD4 /* BSDSocketAPIWindows.swift */; }; - FF14114400E296E18C8FEA6B /* BidirectionalStreamingServerHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F39044F7CBEC81921C64DC /* BidirectionalStreamingServerHandler.swift */; }; - FF555D4A12560C14D9EA5825 /* ServerHandlerStateMachine+Draining.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1BBFE5FBAE867D7686385A /* ServerHandlerStateMachine+Draining.swift */; }; - FF5BA65D4D2600CF6ED5DA56 /* any.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4281A2F14A60DF3E9CF086F2 /* any.pb.swift */; }; - FF77FA2CA4B2E3453FD8F262 /* GRPCHeaderName.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902386A796C4264D6D699423 /* GRPCHeaderName.swift */; }; - FFDD3AD71BD45C21E9ADF3A3 /* armv8-mont.ios.aarch64.S in Sources */ = {isa = PBXBuildFile; fileRef = 7FF8BBC516D83E268EE56A44 /* armv8-mont.ios.aarch64.S */; }; + FD3B0A8949DFD5E875ADD49C /* EventLoop+Deprecated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C28B5A4BD6DDDA0C3FD638 /* EventLoop+Deprecated.swift */; }; + FD6392485FEADD6E04552531 /* IntegerCoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E833B43AA4FB5C4E3273F74 /* IntegerCoding.swift */; }; + FD67547B999165B7817EA44C /* tls_method.cc in Sources */ = {isa = PBXBuildFile; fileRef = 01BF057FC2EA27955C69DB78 /* tls_method.cc */; }; + FD6E21DAF9FACD510CC60AEB /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 015F5BC883495ABD752BA466 /* sha512.c */; }; + FDF3058EB3137F206FED83A0 /* LengthFieldPrepender.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AFF671C93E93BA0FB2ECA6 /* LengthFieldPrepender.swift */; }; + FE4618843AE507A12C8D00C9 /* Compatibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AEA798A4F40B31C22B3788C /* Compatibility.swift */; }; + FE4CE60AA2BA2A590082466E /* x_spki.c in Sources */ = {isa = PBXBuildFile; fileRef = E254B09F48EFFD411949030F /* x_spki.c */; }; + FE6E61963845F82F8FE78D97 /* Resolver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29AC22C306377064F4BF1D41 /* Resolver.swift */; }; + FEE23540F58B32222F8BB4BE /* v3_ia5.c in Sources */ = {isa = PBXBuildFile; fileRef = FEFBFD821913B94659003DB5 /* v3_ia5.c */; }; + FF141875078AF381D8D3ACFB /* String+unsafeUninitializedCapacity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36B7F90C2C7F636A22B0CB35 /* String+unsafeUninitializedCapacity.swift */; }; + FF5CCE7D137599DFA59D37BD /* WriteCapturingHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E1BB3EBF5C0C648CE33538 /* WriteCapturingHandler.swift */; }; + FF9623F66B99B02F86FCFF41 /* NIOHTTPClientUpgradeHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A17B24102E63F0B04B2481E /* NIOHTTPClientUpgradeHandler.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -3255,1976 +3255,1997 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0002B09476838FBB660C50D5 /* ZigZag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZigZag.swift; sourceTree = ""; }; 0013B4C099A74B627FD118D9 /* WidgetExtension.251.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.251.link.params; sourceTree = ""; }; 001FDBFC42F9A11C5CFEEAA6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 003DC484D70209610507C00C /* oct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = oct.c; sourceTree = ""; }; - 009F4D7DBC5524B17207860D /* HTTP2StreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamMultiplexer.swift; sourceTree = ""; }; - 00A15151C9D83C53FB2F40DF /* err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err.c; sourceTree = ""; }; - 01109587DC0F27E0DF00F0F4 /* Decoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Decoder.swift; sourceTree = ""; }; + 0046EFB26BFDF84D87CFAA9B /* EventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventLoop.swift; sourceTree = ""; }; + 0057E67E7EE106D3D54CDBF2 /* handshake_server.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handshake_server.cc; sourceTree = ""; }; + 008839657C16A56DDA712C78 /* CNIOLinux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOLinux.h; sourceTree = ""; }; + 00DECB0BF21412BBAE7C3388 /* HTTP2StreamID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamID.swift; sourceTree = ""; }; 011952D2FD7FBA5905CC7029 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 012BB48658A7858BC2D319B7 /* DebugOnly.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugOnly.swift; sourceTree = ""; }; + 013327301ADD396196DE316F /* GRPCStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCStatus.swift; sourceTree = ""; }; 015E6004A77E27E5BDBF92F8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 01969EB1AC40F014428B3356 /* Google_Protobuf_Value+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Value+Extensions.swift"; sourceTree = ""; }; - 01ACBD8E085A600292253814 /* CNIOBoringSSL_pool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pool.h; sourceTree = ""; }; + 015F5BC883495ABD752BA466 /* sha512.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha512.c; sourceTree = ""; }; + 0185C4C81E9D28DADEB30C4C /* CNIOBoringSSL_is_boringssl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_is_boringssl.h; sourceTree = ""; }; + 01BF057FC2EA27955C69DB78 /* tls_method.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls_method.cc; sourceTree = ""; }; 01D9044DE9BD1BBECAA5B467 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 01E54717DF8812882A479430 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; - 01E7955C54FB41F35EF46BAB /* pcy_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_data.c; sourceTree = ""; }; - 0212A0EE26D0A7FB6CB0E0C9 /* chacha-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv8.ios.aarch64.S"; sourceTree = ""; }; - 021A33BCF828EB1CA666ACF9 /* cpu_aarch64_linux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_linux.c; sourceTree = ""; }; - 021F7EF6E478A5222F6D0494 /* mem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mem.c; sourceTree = ""; }; - 022E295C0244B135E8D0A713 /* CNIOBoringSSL_rc4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_rc4.h; sourceTree = ""; }; - 02563133C59F7AE8B0A3455A /* extensions.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = extensions.cc; sourceTree = ""; }; - 0281BB4AD7F230896CBDB806 /* EventLoopFuture+WithEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoopFuture+WithEventLoop.swift"; sourceTree = ""; }; - 02A638BC4DE7F6E7839011A2 /* curve25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = curve25519.c; sourceTree = ""; }; + 01E6C9BBC5861DC6371D42B3 /* CNIOBoringSSL_asn1_mac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_asn1_mac.h; sourceTree = ""; }; + 01EA90AAE5C838B6F3064358 /* StreamState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamState.swift; sourceTree = ""; }; + 02058933E1D9DED496073AF2 /* StreamLender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamLender.swift; sourceTree = ""; }; + 023B1C47F067AE3868B6A0BB /* self_check.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = self_check.c; sourceTree = ""; }; + 02AC15CE18D14F91C51C3C6F /* rsa_pss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_pss.c; sourceTree = ""; }; + 02C7BD25203FC8DF8E43FB6C /* tls13_enc.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_enc.cc; sourceTree = ""; }; 02CE791179D9D68715C7B038 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; - 030120291C367AA7D787381C /* BaseSocketChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseSocketChannel.swift; sourceTree = ""; }; - 0306422D67A0DC991DC07275 /* sha256-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-586.linux.x86.S"; sourceTree = ""; }; - 030EBA5B49897C5F72DB119E /* cmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmp.c; sourceTree = ""; }; + 02E7B971D18A48D7BF4F2B8A /* GRPCChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCChannel.swift; sourceTree = ""; }; + 03131CACC7AC8C8FC5EC9F3B /* scalar.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scalar.c; sourceTree = ""; }; 031483E151BCD2F1FB50E04F /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 036A9C8A207095EC9C700703 /* rsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_asn1.c; sourceTree = ""; }; + 031AD83DA221399F3813BF15 /* HTTPHeaders+Validation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTPHeaders+Validation.swift"; sourceTree = ""; }; + 031CAE7B9F21ECE942C54900 /* CGRPCZlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGRPCZlib.h; sourceTree = ""; }; + 032EEEB7327B4B6BD2909EBC /* CNIOBoringSSL_cpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cpu.h; sourceTree = ""; }; + 033B355DF9782BF6A999954A /* dh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh.c; sourceTree = ""; }; + 0343C2B23B13B398B415241F /* GRPCAsyncResponseStreamWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncResponseStreamWriter.swift; sourceTree = ""; }; + 035E5C7385E6468D9FA5C250 /* chacha-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv4.linux.arm.S"; sourceTree = ""; }; + 03679B45684FE82713FEE16F /* Channel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Channel.swift; sourceTree = ""; }; + 0380D5CEF74D88DC37D10F6D /* e_chacha20poly1305.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_chacha20poly1305.c; sourceTree = ""; }; 038DDF703BB3D8DE31086F6B /* tool.149.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.149.link.params; sourceTree = ""; }; 03CD869F885C9500EE8C17F8 /* lib2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib2.h; sourceTree = ""; }; - 03F77C05485E927FC2B60D13 /* field_mask.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = field_mask.pb.swift; sourceTree = ""; }; + 03D26545443383A574482009 /* LogHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogHandler.swift; sourceTree = ""; }; + 03E7248FDC56814844C267DE /* CNIOBoringSSL_opensslconf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_opensslconf.h; sourceTree = ""; }; + 043F1D1C7E68C81DB2A839C7 /* Google_Protobuf_FieldMask+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_FieldMask+Extensions.swift"; sourceTree = ""; }; + 045E55ED077F15E003E92045 /* pcy_node.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_node.c; sourceTree = ""; }; 046AED4B10177D33CFCC68A5 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; 04D9C28E81207205F686C362 /* Foo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Foo.h; sourceTree = ""; }; + 04DDD0FB431B3D582C5E208F /* t_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_x509.c; sourceTree = ""; }; + 04EDC52CC9E722F1F1675101 /* cipher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cipher.c; sourceTree = ""; }; + 04F07574D263433E508F7378 /* hmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hmac.c; sourceTree = ""; }; 04F1F7A10AAC85171E7953CC /* echo_server */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = echo_server; sourceTree = BUILT_PRODUCTS_DIR; }; - 05014C6F146E4CC5FE8080D5 /* x509_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_req.c; sourceTree = ""; }; + 0525F106719676E3A72CEBB2 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 05333B24725200844B02F3B3 /* HasLocalSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HasLocalSettings.swift; sourceTree = ""; }; 055594E4A0984E6172CC7BEA /* GoogleMaps.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = GoogleMaps.bundle; sourceTree = ""; }; - 0557A53DD7F139D5926A662F /* obj.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj.c; sourceTree = ""; }; + 055C345FCF3DD7A456D6D47E /* ssl_transcript.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_transcript.cc; sourceTree = ""; }; + 056023F1E048692F8757ABEB /* ghashv8-armx64.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx64.ios.aarch64.S"; sourceTree = ""; }; + 05A01914365B8304A0EFA861 /* HTTP2ToRawGRPCServerCodec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ToRawGRPCServerCodec.swift; sourceTree = ""; }; 05D7BC0D73790F55EB6E47B9 /* Intents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intents.swift; sourceTree = ""; }; - 05F1017D68E611553AC01999 /* x_val.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_val.c; sourceTree = ""; }; 0618CC60871076BF8CC600D2 /* AppClip.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 061BA8E4CD4AAB059102F90E /* SSLCertificate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLCertificate.swift; sourceTree = ""; }; - 061D4AFD33C5BF89CACDCB50 /* chacha-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 062A4B2A76F3D1CAAC06E88F /* pcy_tree.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_tree.c; sourceTree = ""; }; - 06BC53B161844DBF6967CECB /* lhash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lhash.c; sourceTree = ""; }; - 06C657D94B5DAD38559DD872 /* SocketOptionProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketOptionProvider.swift; sourceTree = ""; }; - 06D4DBC96556AC36EE3453CF /* TextFormatScanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatScanner.swift; sourceTree = ""; }; + 0654FF3C12CDEEEC1DC7DF73 /* cpu_aarch64_linux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_linux.c; sourceTree = ""; }; + 06BD8112DCDEE0814F4EF8CB /* CNIOBoringSSL_ssl3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ssl3.h; sourceTree = ""; }; + 06C6A9F4369DD7003D514282 /* UnsafeMutableBufferPointer+Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafeMutableBufferPointer+Utilities.swift"; sourceTree = ""; }; 06E75DFC033DC0631CE8EF02 /* WidgetExtension.intentdefinition */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; path = WidgetExtension.intentdefinition; sourceTree = ""; }; 0701D4FA5A690C1643D35B00 /* launch_images_ios.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = launch_images_ios.xcassets; sourceTree = ""; }; + 0738FBB30679BC8CC0974501 /* Varint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Varint.swift; sourceTree = ""; }; 07478305545C1ADF4A72A42A /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 07479F4D89F3F490CDE64310 /* e_aes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aes.c; sourceTree = ""; }; - 074C31418538349E79E8724D /* TextFormatEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatEncodingVisitor.swift; sourceTree = ""; }; - 074DD6CCBB104D558D1D2B4C /* HTTP2Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Settings.swift; sourceTree = ""; }; 07743BE917254908D3AD522A /* libecho_client_services_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libecho_client_services_swift.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/GRPC/libecho_client_services_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 0781AAB1E69A950FE3742FD5 /* poly1305.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = poly1305.c; sourceTree = ""; }; + 0792F779941A9C96734B55D1 /* type.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = type.pb.swift; sourceTree = ""; }; 079A4D637305B8EFE514F9EA /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 07E96D8288DADBA7708525FB /* socket.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = socket.c; sourceTree = ""; }; - 08024B161F463969192E7B42 /* CNIOBoringSSL_safestack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_safestack.h; sourceTree = ""; }; - 084CEF5B57FF23D5F5A7A8FC /* LineBasedFrameDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineBasedFrameDecoder.swift; sourceTree = ""; }; - 089148A1866D35BD25931245 /* HTTPHeaders+Validation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTPHeaders+Validation.swift"; sourceTree = ""; }; + 080546DEC512B202559280CD /* empty.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = empty.pb.swift; sourceTree = ""; }; 08AD4C4F13488F292E739E5B /* tvOS.263.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.263.link.params; sourceTree = ""; }; - 08CBCBB353333142E09F2CF5 /* IntegerTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerTypes.swift; sourceTree = ""; }; - 08CEB17A1EF8DE64D7A4E152 /* md5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md5.c; sourceTree = ""; }; - 08D7CE432E5A39596289AB92 /* v3_pci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pci.c; sourceTree = ""; }; - 08EA8223BAB405948D7EB337 /* ghash-neon-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-neon-armv8.linux.aarch64.S"; sourceTree = ""; }; - 08EC0204C0F2D65EA35F3916 /* scrypt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scrypt.c; sourceTree = ""; }; - 08F3535763AFF2A497E648D3 /* Linux.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Linux.swift; sourceTree = ""; }; - 08FDEDEA3CD4CF57EF85B4BE /* GRPCClientStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCClientStateMachine.swift; sourceTree = ""; }; + 08B6801B9C5DE4012F1A6DB5 /* hrss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hrss.c; sourceTree = ""; }; + 08D8EFBEBAB290213B11494D /* MessageParts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageParts.swift; sourceTree = ""; }; + 08DDC9E15865906D72346D35 /* _AtomicsShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _AtomicsShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 093EF4A66385076144876A67 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 097C89907673CF327C5383DD /* chacha-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv4.linux.arm.S"; sourceTree = ""; }; 09A24191388BE9D2D959A2B2 /* watchOSAppExtensionUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = watchOSAppExtensionUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 09CE8B1E483D234C8A751038 /* JSONEncodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncodingError.swift; sourceTree = ""; }; + 09D8F8000722E3B32F6FB0E7 /* p256_beeu-x86_64-asm.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-x86_64-asm.mac.x86_64.S"; sourceTree = ""; }; + 0A0B7DB137E942F34736670F /* p_rsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_rsa.c; sourceTree = ""; }; + 0A0E3F598F869F09B0506ECF /* ServerCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerCallContext.swift; sourceTree = ""; }; 0A174131BF31EE36D20F320A /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 0A1AE65BEB95EFD56A43E6CC /* ConnectionBackoff.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionBackoff.swift; sourceTree = ""; }; 0A2A8B25215D55377A243667 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 0A3E5FA625E3C07194C36D23 /* PoolManagerStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PoolManagerStateMachine.swift; sourceTree = ""; }; 0A3E796C0882FB9AD2F2B2AA /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; + 0A55452BF9BA4B5E914CCCA9 /* err.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err.c; sourceTree = ""; }; 0A5D72E77C1FC374E3C1B3EC /* UIFramework.iOS.28.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.28.link.params; sourceTree = ""; }; 0A5F62893F657C808AAF0ACE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 0A6ED8901DB4449A808DB3DF /* HTTP2FrameParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2FrameParser.swift; sourceTree = ""; }; - 0A9DD99E2ACC743BA06E5D68 /* v3_akey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_akey.c; sourceTree = ""; }; + 0A68E1A6D969C01D4C75606F /* pem_oth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_oth.c; sourceTree = ""; }; + 0A83764F9C825A8EEEED38B2 /* p_rsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_rsa_asn1.c; sourceTree = ""; }; + 0A83DD08F0001E02162AB7DB /* NIOFilterEmptyWritesHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOFilterEmptyWritesHandler.swift; sourceTree = ""; }; + 0A98698E0AE0B982A1BAF085 /* ecdh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdh.c; sourceTree = ""; }; + 0A9A2D7645E9BF2FF5E86A48 /* x_crl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_crl.c; sourceTree = ""; }; + 0AB51919387C1FCE43343D8A /* GRPCAsyncRequestStreamWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncRequestStreamWriter.swift; sourceTree = ""; }; 0AB58EFEE78120F99D332B98 /* private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private.h; sourceTree = ""; }; - 0AC2806D2CBC560B36F1AC21 /* CNIOLinux.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLinux.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 0AC3A5485CA57ABCBD763885 /* DequeModule.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = DequeModule.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 0B1674033A7DBC6E2ACB3D0A /* c_nio_llhttp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_nio_llhttp.c; sourceTree = ""; }; + 0AC1161B9D113B9552AFCDF2 /* rsa_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_print.c; sourceTree = ""; }; + 0AC73377D1B500756F6E9CD7 /* thread_none.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_none.c; sourceTree = ""; }; + 0AEA798A4F40B31C22B3788C /* Compatibility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Compatibility.swift; sourceTree = ""; }; 0B1A26B514F34A13F22F8089 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 0B29CFC0E23F3283F3FF6829 /* SSLPrivateKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLPrivateKey.swift; sourceTree = ""; }; + 0B4B2524A0D7B1179D4E27AA /* a_utctm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_utctm.c; sourceTree = ""; }; 0B8F1B22E867BE873B1050D8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 0B91F8D5066F50A8E89FE34A /* PriorityQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriorityQueue.swift; sourceTree = ""; }; 0BBD803B6004ADC208A2F909 /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 0BC7A5D2B4A782405C8C184E /* NIOTSConnectionChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSConnectionChannel.swift; sourceTree = ""; }; - 0BCEE982F92B5852BDDC379D /* DebugOnly.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugOnly.swift; sourceTree = ""; }; 0BD403D59FD279723BD9B059 /* _CompileStub_.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = _CompileStub_.m; sourceTree = DERIVED_FILE_DIR; }; - 0BE6A0E0251064D9EE709CBF /* jacobi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = jacobi.c; sourceTree = ""; }; - 0C09B05B8E924BA1CA9193B1 /* thread_win.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_win.c; sourceTree = ""; }; - 0C1325A377FA060CB904608E /* sha256-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv4.linux.arm.S"; sourceTree = ""; }; - 0C2B15C6A5EBFCCBFC5F8191 /* asn_pack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn_pack.c; sourceTree = ""; }; + 0C0529AEEBE573A9FEA60FFF /* CNIOBoringSSL_bytestring.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_bytestring.h; sourceTree = ""; }; 0C35BAE44A9F83FAA3470A74 /* Entitlements.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Entitlements.withbundleid.plist; sourceTree = ""; }; - 0C55881D64D6B369C2264F7B /* StreamState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamState.swift; sourceTree = ""; }; + 0C4FB8F33A2574C5F2088147 /* CNIOBoringSSL_safestack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_safestack.h; sourceTree = ""; }; 0C7AF5D9C760E1DA1C49AEFE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 0C92C3EC64B83BFC5C6EE9B4 /* mul.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mul.c; sourceTree = ""; }; - 0C9C2C64E8E178BB3D4A0A46 /* ApplicationProtocolNegotiationHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationProtocolNegotiationHandler.swift; sourceTree = ""; }; + 0C9616B6CBF3AF170D6DFD11 /* ServerInterceptorContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptorContext.swift; sourceTree = ""; }; + 0CA68CF2D9C134ECDCAC52AF /* InboundWindowManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboundWindowManager.swift; sourceTree = ""; }; 0CAFEF0F325F4DD3305F200F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 0D1A42F0487920FDA57AFA48 /* HPACKHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKHeader.swift; sourceTree = ""; }; - 0D366640C64E7C6BFABD72C7 /* ec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec.c; sourceTree = ""; }; - 0D440891BB740CACB310A8E2 /* Varint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Varint.swift; sourceTree = ""; }; - 0D502F9B225B166A9EA97869 /* NonBlockingFileIO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NonBlockingFileIO.swift; sourceTree = ""; }; - 0D642E5A75671758D10FC964 /* libCNIOBoringSSLShims.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOBoringSSLShims.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSLShims.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DBA43DDAC71DEC06742272B /* v3_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_int.c; sourceTree = ""; }; - 0DC893E1642EA7A2897F0426 /* CNIOBoringSSL_bytestring.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_bytestring.h; sourceTree = ""; }; - 0DF69505B30005294774B431 /* TextFormatEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatEncoder.swift; sourceTree = ""; }; + 0D30D32147B6912A3CCAF60D /* CNIOBoringSSL_dh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_dh.h; sourceTree = ""; }; + 0D642E5A75671758D10FC964 /* libCNIOBoringSSLShims.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOBoringSSLShims.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSLShims.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 0D6C1F2AE01CDA985344E52D /* CoalescingLengthPrefixedMessageWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoalescingLengthPrefixedMessageWriter.swift; sourceTree = ""; }; + 0DD26C0E29AA9A738B77229E /* BinaryDecodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDecodingOptions.swift; sourceTree = ""; }; 0E1702AF0F286B948519476B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 0E1C0DB588270F600EB02234 /* libAtomics.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libAtomics.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/libAtomics.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 0E1CB4F3D25F8467ACE56E23 /* sha512-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 0E2BF71F02D75076C067C330 /* DoubleParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DoubleParser.swift; sourceTree = ""; }; - 0E424B37A341D61FCDEAFBF1 /* SocketAddress+NWEndpoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SocketAddress+NWEndpoint.swift"; sourceTree = ""; }; - 0E44237A2AC38DE5E19280EE /* pmbtoken.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pmbtoken.c; sourceTree = ""; }; + 0E1C0DB588270F600EB02234 /* libAtomics.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libAtomics.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/libAtomics.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 0E200E643222C056ECE65588 /* p256-nistz.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "p256-nistz.h"; sourceTree = ""; }; 0E61A4D2267ABDA80881881E /* ExampleFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ExampleFramework.framework; sourceTree = ""; }; - 0E6B48595F97BC3C36E005B1 /* chacha-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 0E7635BA64C8D8004F6DFEAE /* bsaes-armv7.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "bsaes-armv7.ios.arm.S"; sourceTree = ""; }; - 0EA5151005F2A9612BC1D695 /* GRPCAsyncRequestStreamWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncRequestStreamWriter.swift; sourceTree = ""; }; + 0E74F1FF6E9796E9DEFE60C8 /* UniversalBootstrapSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UniversalBootstrapSupport.swift; sourceTree = ""; }; + 0E98EEFD73F68479336DAD51 /* PriorityQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriorityQueue.swift; sourceTree = ""; }; 0EBE42ED3DC35436AF6ADC2E /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 0EC2C521947B0B92CEAB3805 /* Entitlements.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Entitlements.withbundleid.plist; sourceTree = ""; }; - 0ED057BC048B1FF46347CE9C /* _DequeBufferHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _DequeBufferHeader.swift; sourceTree = ""; }; + 0F0A71078C64BB41DE58C051 /* vpaes-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv8.linux.aarch64.S"; sourceTree = ""; }; 0F4BE0C4D3926E5116BC3EF3 /* ExampleResources.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleResources.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 0F4D611843B0F9CDBC2DB43C /* ExternalResources.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExternalResources.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F758C00074D6F51B9B70D98 /* AtomicStrongReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicStrongReference.swift; sourceTree = ""; }; - 0F78917D8F74CF09A321B196 /* NIOSSLHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLHandler.swift; sourceTree = ""; }; - 0F9F6AF72509D167228F3D9A /* cpu_arm_freebsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_arm_freebsd.c; sourceTree = ""; }; - 0FB60283DDCC80A51AF4C913 /* ServerBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerBuilder.swift; sourceTree = ""; }; + 0F589852948AA9C000B18C52 /* ServerInterceptorStateMachine+Finished.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerInterceptorStateMachine+Finished.swift"; sourceTree = ""; }; + 0F6B03C39FF2174643B17B0D /* DoubleParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DoubleParser.swift; sourceTree = ""; }; + 0F7EA70177D77AB6917511C5 /* fork_detect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fork_detect.c; sourceTree = ""; }; 0FC08CD88D407BDAE9AB7281 /* ios app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "ios app.entitlements"; sourceTree = ""; }; - 0FCE95B46ADA8CAA8AB3F315 /* ByteCollectionUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ByteCollectionUtils.swift; sourceTree = ""; }; - 0FD943C7C73D60A66163405A /* HighLevelTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HighLevelTypes.swift; sourceTree = ""; }; - 1004B20B8BED41C3D90F70EC /* lib_AtomicsShims.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = lib_AtomicsShims.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/lib_AtomicsShims.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 101C05AC99B1BFD6C9C0C7F2 /* ghashv8-armx64.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx64.ios.aarch64.S"; sourceTree = ""; }; - 1036F715B384857F2A019FE1 /* t_crl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_crl.c; sourceTree = ""; }; - 1094B0E3AC1920609F9885CE /* MulticastChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MulticastChannel.swift; sourceTree = ""; }; - 1095851F968F8896B9568033 /* ghashv8-armx32.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx32.ios.arm.S"; sourceTree = ""; }; - 1096B670FAF23161203E60C9 /* curve25519_64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curve25519_64.h; sourceTree = ""; }; + 0FDB35EDCF6F4F013F3D473E /* ByteBuffer-views.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-views.swift"; sourceTree = ""; }; + 1004B20B8BED41C3D90F70EC /* lib_AtomicsShims.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = lib_AtomicsShims.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/lib_AtomicsShims.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 100D36B3D8BF5C247B835AB8 /* curve25519_tables.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curve25519_tables.h; sourceTree = ""; }; + 105EEE2202AED5C47D129F89 /* ex_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ex_data.c; sourceTree = ""; }; 10B1BAEB163BDAC614AEA38D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 10DE6C52FD01022A92448F00 /* IOData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IOData.swift; sourceTree = ""; }; - 10E86ABE5FE1C1C4DDA8B49B /* Heap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Heap.swift; sourceTree = ""; }; - 11187CAD324270BF4FFA29D2 /* armv4-mont.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv4-mont.ios.arm.S"; sourceTree = ""; }; - 112F22CDBCDBB2B29BEC88E5 /* Zeroization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Zeroization.swift; sourceTree = ""; }; + 10D62C2149CB4FDF48570CE9 /* shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shim.c; sourceTree = ""; }; + 10E6DD0D02324B68B59C010F /* ec_montgomery.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_montgomery.c; sourceTree = ""; }; + 11221B6477EAD94E9C2D5BE0 /* TextFormatScanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatScanner.swift; sourceTree = ""; }; 116A54B3B0CF9FE2F3FE4EE2 /* exported-symbols.lds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "exported-symbols.lds"; sourceTree = ""; }; - 116B1D2D5E92481EFDAE1739 /* Message.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = ""; }; - 119D4CEE91DE4DC8FF1C9402 /* _DequeBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _DequeBuffer.swift; sourceTree = ""; }; - 11E9B48912457B8BECCB3CA6 /* BinaryEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncoder.swift; sourceTree = ""; }; - 11FF4CA3EF8FFD1C354A8C91 /* ProtobufMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtobufMap.swift; sourceTree = ""; }; + 116D702A3BE365FEADDEAF8D /* Deque+Collection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Collection.swift"; sourceTree = ""; }; + 11EB4AACFBC38A304A12955C /* c_nio_llhttp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_nio_llhttp.c; sourceTree = ""; }; 120CB9A9548AA2EA5A1F00BC /* CommandLineLibSwiftTestsLib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineLibSwiftTestsLib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 12261362A349735ECFB2A129 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 122D2979CA57921DF59F69DC /* x86_64-mont.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont.linux.x86_64.S"; sourceTree = ""; }; - 1239B2D03F88907F751801DE /* GRPC.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = GRPC.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 123D8CDC1621BECE35767580 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 126025AE7F92951344A28436 /* pcy_cache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_cache.c; sourceTree = ""; }; - 129653CCD6412EED50F5C38A /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 123ADC4B5FF0D654F403451F /* ProtoNameProviding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtoNameProviding.swift; sourceTree = ""; }; 129D21DD0016E94AC1D32137 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 12CC41882BCD85A272CFB1C6 /* CNIOBoringSSL_mem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_mem.h; sourceTree = ""; }; - 12F06C0F97B6F841A7071905 /* evp_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_asn1.c; sourceTree = ""; }; - 12F95D6803D5EEB7E8E7D1AD /* random.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = random.c; sourceTree = ""; }; - 12FE14783F154595DF321BDD /* AsyncTestingEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncTestingEventLoop.swift; sourceTree = ""; }; - 1311DDB655792329881B29F1 /* trust_token.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = trust_token.c; sourceTree = ""; }; - 135397705844A354219EB4F7 /* HPACKHeaders+Validation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HPACKHeaders+Validation.swift"; sourceTree = ""; }; - 137E5C6631693A476AFAF81A /* md5-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "md5-586.linux.x86.S"; sourceTree = ""; }; - 13819504C9C7FC457CEBEEA5 /* ServerInterceptorStateMachine+Finished.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerInterceptorStateMachine+Finished.swift"; sourceTree = ""; }; - 13BCAF7F302062584E083F35 /* x509rset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509rset.c; sourceTree = ""; }; - 13C885C957481C044944877D /* GRPCError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCError.swift; sourceTree = ""; }; - 13E7FEE1C1E92A818F63633E /* NIOEmbedded.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOEmbedded.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 12E49B73A38770F198DFDFB8 /* Google_Protobuf_Any+Registry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Any+Registry.swift"; sourceTree = ""; }; + 1324FB7179F0D3379F5F1C9E /* hexdump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hexdump.c; sourceTree = ""; }; + 1365AF09AAC859AE51EDD54D /* v3_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_info.c; sourceTree = ""; }; + 137D55F2EF0078D426A828DC /* ssl_privkey.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_privkey.cc; sourceTree = ""; }; + 13810B6A6142DFAAEEAB36EA /* NIOTSConnectionBootstrap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSConnectionBootstrap.swift; sourceTree = ""; }; + 13D11E372254CB109C7D5A3A /* _NIODataStructures.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _NIODataStructures.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 141CD3BDA4BF9C65F1C02E04 /* libc_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libc_lib.a; path = "bazel-out/CONFIGURATION-STABLE-27/bin/CommandLine/swift_c_module/libc_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 142CF80253CA85F46C83526F /* CNIOBoringSSL_pkcs12.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pkcs12.h; sourceTree = ""; }; - 1437C49D92D00B9CFB02AD8B /* fuchsia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fuchsia.c; sourceTree = ""; }; - 144EA60A152289C4DCDE40DC /* vpaes-armv7.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv7.linux.arm.S"; sourceTree = ""; }; - 146A8FCBF1D2AF24C574C6BA /* x_x509a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_x509a.c; sourceTree = ""; }; - 14844548ADA135608AC41F66 /* TLSEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSEvents.swift; sourceTree = ""; }; - 14A4DE9E381AF49A5AABC88F /* GRPCAsyncWriterSinkDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncWriterSinkDelegate.swift; sourceTree = ""; }; - 14AC2E6F0A54438CDD180854 /* ByteBuffer-int.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-int.swift"; sourceTree = ""; }; - 14FB5F124898E9AB0FADEF4B /* ssl_file.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_file.cc; sourceTree = ""; }; - 1515557F2BFF35B481337417 /* CNIOBoringSSL_poly1305.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_poly1305.h; sourceTree = ""; }; + 149B0052DFF8B0E5EC7D4B2E /* ClientConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientConnection.swift; sourceTree = ""; }; + 14B71C6CC5C98F053EA2AC7C /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; + 14D517F1FD75709E22605488 /* ServerHandlerStateMachine+Handling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Handling.swift"; sourceTree = ""; }; + 14D89F32EB6CDAFB10DBA592 /* NIOLockedValueBox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOLockedValueBox.swift; sourceTree = ""; }; + 150C7D3A56C1E7D804ADDA55 /* CNIOBoringSSL_blake2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_blake2.h; sourceTree = ""; }; + 151EEF6B0D2C3BF145B8CEA3 /* boringssl_prefix_symbols_nasm.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = boringssl_prefix_symbols_nasm.inc; sourceTree = ""; }; 1522DDF80DCE6FDC778EAA72 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 152EF9E1A73570C61F4E2C87 /* MixedAnswer_objc_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_objc_modulemap-module.modulemap"; sourceTree = ""; }; + 155058BC2FC7921288957107 /* CNIODarwin.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIODarwin.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 15566D7A93028D0B98590A84 /* dsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa.c; sourceTree = ""; }; + 1567CFB2C41ACA600AA327F3 /* ChannelInvoker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelInvoker.swift; sourceTree = ""; }; 15745EFB65DBD9421347FDB6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 157663D9790842ADFB5AA1B5 /* ObjCUnitTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ObjCUnitTests.m; sourceTree = ""; }; 1588BB854BB6B6ECC2AD3B1F /* GoogleMapsBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsBase.framework; sourceTree = ""; }; - 15ADDAFF49B33C7314258F89 /* GRPCAsyncUnaryCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncUnaryCall.swift; sourceTree = ""; }; - 15B79A754D667C53678E4F35 /* x_name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_name.c; sourceTree = ""; }; - 15DCD9625DC32C7A3EE374FD /* GRPCClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCClient.swift; sourceTree = ""; }; - 16539FCD15FAC70141E098E5 /* CNIOBoringSSL_bio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_bio.h; sourceTree = ""; }; + 15AE0211280A33052CD04B0B /* GRPCAsyncServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncServerHandler.swift; sourceTree = ""; }; + 15C514257E248A01B1064621 /* util.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = util.c; sourceTree = ""; }; + 15CB89853A55C3D0C8FCC69E /* a_time.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_time.c; sourceTree = ""; }; + 15FF30C5964564DBAD41098B /* a_type.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_type.c; sourceTree = ""; }; + 1645111F6BFB77028F2D421F /* ByteBuffer-multi-int.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-multi-int.swift"; sourceTree = ""; }; + 164DE25F438CB21067D1D439 /* posix_time.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = posix_time.c; sourceTree = ""; }; + 165E0D27386DE52485F3A0E8 /* HPACKEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKEncoder.swift; sourceTree = ""; }; 165FFE61D8C34CB4238C6C68 /* defines.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = defines.c; sourceTree = ""; }; - 16B0E4007A0150775CAD9FD9 /* ExtensionFields.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionFields.swift; sourceTree = ""; }; + 1673DDDB28C4FA677906E708 /* cpu_arm_linux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cpu_arm_linux.h; sourceTree = ""; }; + 1693357E10321F3906D2EFDB /* e_aesctrhmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aesctrhmac.c; sourceTree = ""; }; 16BD65AE3D98C246B6197D54 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 16CD5D5B969A5DAA2500E525 /* sha256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha256.c; sourceTree = ""; }; - 16FF217A400AD5A92B4B00DD /* dh_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_asn1.c; sourceTree = ""; }; - 171578FD24E78F65CFB889C2 /* s3_both.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = s3_both.cc; sourceTree = ""; }; + 1749291779AEA8CC2609163E /* NIOExtrasError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOExtrasError.swift; sourceTree = ""; }; + 176235F1E9C765D7146F793E /* HashVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HashVisitor.swift; sourceTree = ""; }; + 178D951E2CF74CC9AB667C14 /* pkcs7_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs7_x509.c; sourceTree = ""; }; + 1798FA8774F3CF62A27ECA1E /* ServerInterceptorStateMachine+Actions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerInterceptorStateMachine+Actions.swift"; sourceTree = ""; }; 17C2E496ED132D0E888398CA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 18141A525D8C7373B7426F69 /* cpu_aarch64_apple.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_apple.c; sourceTree = ""; }; - 1848496EB7C13B4FF6154E50 /* HTTP2StreamID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamID.swift; sourceTree = ""; }; - 185F2CD8F39B5DEBC819F5E4 /* chacha20_poly1305_x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_x86_64.linux.x86_64.S; sourceTree = ""; }; - 186BB7FAECB5E5E3A5FDF3D7 /* _AtomicsShims.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _AtomicsShims.h; sourceTree = ""; }; - 188D970476F3AB2C0338FE36 /* _NIODataStructures.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _NIODataStructures.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 18D567B106734A447CFC2294 /* handshake.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handshake.cc; sourceTree = ""; }; + 17FB653191524EC01DB19659 /* TLSEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSEvents.swift; sourceTree = ""; }; + 18076232052A349894D5193B /* v3_conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_conf.c; sourceTree = ""; }; + 181A3020F28605D3DFFB4DFB /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 182FB25A94FF5D4471C0B7B4 /* ber.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ber.c; sourceTree = ""; }; + 1846E8993ED9B19E26A3ECD7 /* NIOHTTPObjectAggregator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOHTTPObjectAggregator.swift; sourceTree = ""; }; + 186FE3570875B45A87849A8D /* NIOTSErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSErrors.swift; sourceTree = ""; }; + 18D5CCFB1D8FFA4635EC0CEB /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTP2StreamChannel+OutboundStreamMultiplexer.swift"; sourceTree = ""; }; 1905221614C0098490909554 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 191BFDB95D076ED7DAD76F92 /* Message+JSONArrayAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+JSONArrayAdditions.swift"; sourceTree = ""; }; 191F272987D60FE3D1FA471F /* MixedAnswer_swift_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_swift_modulemap-module.modulemap"; sourceTree = ""; }; + 1921DF80958A107F2D73A05E /* x509_set.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_set.c; sourceTree = ""; }; 19260487A996DFE8D2FB25E0 /* tvOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 1979107F5F392DB693E6125C /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 197B60DE3F895979153DD3E4 /* NIOCloseOnErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOCloseOnErrorHandler.swift; sourceTree = ""; }; 199204BBB6C5DFA389B44848 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 19A0DC071D1A1120E4327BA3 /* ChannelPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelPipeline.swift; sourceTree = ""; }; + 19941AF855BCA7B59709C572 /* evp_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_ctx.c; sourceTree = ""; }; 19A463340E43F60BDE6064AB /* iOSAppObjCUnitTests.175.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.175.link.params; sourceTree = ""; }; - 19A4B85529D7609889C995C8 /* GRPCAsyncSequenceProducerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncSequenceProducerDelegate.swift; sourceTree = ""; }; - 19AAF4E0297C64A510095413 /* fork_detect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fork_detect.c; sourceTree = ""; }; + 19A54AA50652BFC10C81B032 /* Interfaces.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Interfaces.swift; sourceTree = ""; }; + 19ACA23BCEFB2E0AE7E6EA94 /* pbkdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pbkdf.c; sourceTree = ""; }; + 19C7B9A76F11346F7EBBA55C /* PoolManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PoolManager.swift; sourceTree = ""; }; 19C9EA8EE55F1CAB17E8396D /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 19DFDC76B6DC4AF21039C13B /* ecdsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdsa.c; sourceTree = ""; }; 1A0CBA5ABAB0C568409A9675 /* nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = nested; sourceTree = ""; }; - 1A0E68627821540D34C0E13E /* pcy_map.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_map.c; sourceTree = ""; }; + 1A110573F555404EBDBDED0F /* WireFormat.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WireFormat.swift; sourceTree = ""; }; 1A1C3E7C932A74AF274D7C8A /* watchOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 1A207DA523947AC9D85C3825 /* Atomics.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Atomics.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 1A436356947F20C443EA2CEC /* a_d2i_fp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_d2i_fp.c; sourceTree = ""; }; 1A580E62D3570C8171C06E7C /* Foo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Foo.m; sourceTree = ""; }; - 1A5B557DE985B0ECA8BB58F1 /* x_attrib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_attrib.c; sourceTree = ""; }; 1A5E522B307DAB312C428DF0 /* Bundle.171.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Bundle.171.link.params; sourceTree = ""; }; - 1A661FABF030F6C62FB2CB4C /* delocate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = delocate.h; sourceTree = ""; }; - 1A917D21A81109388D23C373 /* NIOTransportServices.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTransportServices.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 1A704F62FA009751AFB8A1B7 /* p256_beeu-x86_64-asm.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-x86_64-asm.linux.x86_64.S"; sourceTree = ""; }; 1A9B9689D76A550CCCEB0600 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; - 1AD0D49DEDBDCF7541AA96FA /* tasn_typ.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_typ.c; sourceTree = ""; }; 1AE311B52FFAF33ACF97C45D /* WidgetExtension.122.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.122.link.params; sourceTree = ""; }; - 1AE62913C639F0E5B41D750E /* NIOSendable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSendable.swift; sourceTree = ""; }; 1AED2FAFCF0E7875CBA98028 /* bucket */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bucket; sourceTree = ""; }; 1AF17F9C82A96DA5ACA693B1 /* libcc_lib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libcc_lib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-2/bin/cc/lib2/libcc_lib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1B2E6D71DEF7001BB0449EEC /* GRPCAsyncServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncServerHandler.swift; sourceTree = ""; }; - 1B453557ED53D2020611178A /* CNIOBoringSSL_cmac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cmac.h; sourceTree = ""; }; + 1B4BA7109F92D1D1A4A12B6A /* lock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = lock.swift; sourceTree = ""; }; + 1B6DB86A2276F35CDE2E21EA /* sha256-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-x86_64.mac.x86_64.S"; sourceTree = ""; }; 1B777FABB6E274FDDA3AAC78 /* aplugin.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = aplugin.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 1BF53044945584DA15B3252E /* algorithm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = algorithm.c; sourceTree = ""; }; + 1B7B728B0D64AD4266ADBAAA /* thread_pthread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_pthread.c; sourceTree = ""; }; + 1B934333D974C6F1A6F679A4 /* ec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec.c; sourceTree = ""; }; + 1B994D82992E9DAB651B5F86 /* e_aesccm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aesccm.c; sourceTree = ""; }; + 1B9FEFC102EA62A3A317C06D /* Google_Protobuf_ListValue+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_ListValue+Extensions.swift"; sourceTree = ""; }; + 1BE6FED634D0663015D2B0AF /* sha256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha256.c; sourceTree = ""; }; + 1BECF751F27A884021450A64 /* UnaryResponseCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnaryResponseCallContext.swift; sourceTree = ""; }; + 1BED1D03E6F7228BAD5D8F0A /* shift.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shift.c; sourceTree = ""; }; + 1BFECE4BC262073E1DE1A35F /* asn1_par.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_par.c; sourceTree = ""; }; + 1C1786BAE6B3319BF3171B74 /* Message+BinaryAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+BinaryAdditions.swift"; sourceTree = ""; }; 1C17B3DEF00B53886D4EE871 /* UIFramework.watchOS.257.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.257.link.params; sourceTree = ""; }; - 1C8CBC22D122325AB0DC23C9 /* Enum.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Enum.swift; sourceTree = ""; }; + 1C31BD81F385A8BBD3FA4459 /* rsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_asn1.c; sourceTree = ""; }; + 1C3F00F69D6FAFD007B29C20 /* simple_mul.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = simple_mul.c; sourceTree = ""; }; + 1CA56DA719680553CCC84B30 /* SSLCertificate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLCertificate.swift; sourceTree = ""; }; 1CB5C8C3322D22DCC262DC88 /* LibFramework.iOS.156.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.iOS.156.link.params; sourceTree = ""; }; - 1CC3F89B96C985D8F2BE0334 /* libNIOPosix.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOPosix.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOPosix.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1CBC9DDC76A0313F2F017D70 /* ClientCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientCall.swift; sourceTree = ""; }; + 1CBDFBCEAA4839A11DD3B974 /* sha256-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv8.linux.aarch64.S"; sourceTree = ""; }; + 1CBFB58E710ABCD316EEC45D /* fd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fd.c; sourceTree = ""; }; + 1CC3F89B96C985D8F2BE0334 /* libNIOPosix.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOPosix.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOPosix.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 1CDEEA3DE59CEE703889F030 /* LibFramework.tvOS.136.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.136.link.params; sourceTree = ""; }; - 1CEC9F7A34FB1180981D149C /* dtls_method.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dtls_method.cc; sourceTree = ""; }; 1CF60D100C3A63D7B16E098C /* echo_client_services_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client_services_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 1CFC680F97E3DD6A222EFE6C /* ecdsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdsa_asn1.c; sourceTree = ""; }; - 1D01AB0619573DAF47EB7741 /* wnaf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wnaf.c; sourceTree = ""; }; - 1D303F6E2EE21481E2829E24 /* CNIOBoringSSL_md5.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_md5.h; sourceTree = ""; }; + 1D1F3B444FA50563901567B8 /* ServerStreamingServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerStreamingServerHandler.swift; sourceTree = ""; }; + 1D223FC8FCA885443589F2E9 /* GRPCAsyncUnaryCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncUnaryCall.swift; sourceTree = ""; }; 1D3AE8E839842C2A689258EA /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 1D64767203D70335AD697544 /* LinuxCABundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxCABundle.swift; sourceTree = ""; }; 1D8D39BEEE365BEBB4045831 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 1DAC94B256DD7A76D2BD88AF /* AtomicMemoryOrderings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicMemoryOrderings.swift; sourceTree = ""; }; - 1DB5BBC0A7FA410A832849C2 /* libCNIOWindows.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOWindows.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOWindows.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1DA7394AE5E8F16297CE8CE0 /* random.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = random.c; sourceTree = ""; }; + 1DB5BBC0A7FA410A832849C2 /* libCNIOWindows.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOWindows.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOWindows.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 1DBA73471509029925E38EE6 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 1DD7EC5A7B7C9D4D9A7F4C1B /* rsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa.c; sourceTree = ""; }; - 1DE69262336E347D2F788614 /* md5-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "md5-x86_64.linux.x86_64.S"; sourceTree = ""; }; + 1E05D7DAE0001BCE03CD644A /* Google_Protobuf_Value+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Value+Extensions.swift"; sourceTree = ""; }; 1E0E523A9C9DDEC6C4276751 /* LibFramework.watchOS.256.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.256.link.params; sourceTree = ""; }; - 1E1CC1054B18627BF1053E7C /* ghash-ssse3-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-ssse3-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 1E22538AB4E1A59EB255F091 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 1E5D4087FA6F54EF45CEB505 /* bio_mem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_mem.c; sourceTree = ""; }; + 1E650DB60CC310F13BD113D7 /* cpu_arm_freebsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_arm_freebsd.c; sourceTree = ""; }; + 1EB7ED0CEAFA12E0932B1AD4 /* rsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa.c; sourceTree = ""; }; 1EBCB856193A610747419205 /* LibFramework.iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LibFramework.iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 1EDA6869BEDB7B73A3C66D51 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 1F035FFBE6D7F119D705F849 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 1F0FC1AEE10715E417D26CBA /* montgomery.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = montgomery.c; sourceTree = ""; }; 1F4E12A574DB270606EC9B1F /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; - 1F5958181A486075D61DE1E8 /* cpu_arm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_arm.c; sourceTree = ""; }; 1F7082AD521F121973C8326C /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 1F8D330113018E003269E782 /* liblib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/CommandLine/CommandLineToolLib/liblib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1F90F9268DFDDB124084329D /* NIOSSL.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOSSL.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 1F9FAF2D5EB61398D3415A19 /* GRPCAsyncRequestStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncRequestStream.swift; sourceTree = ""; }; - 1FA81E8EED272523BB4BAE9D /* DequeModule.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = DequeModule.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 1FC3C8EC2C4FEDB56D8D47D3 /* libSwiftProtobuf.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libSwiftProtobuf.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/libSwiftProtobuf.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1FC3C8EC2C4FEDB56D8D47D3 /* libSwiftProtobuf.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libSwiftProtobuf.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/libSwiftProtobuf.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1FFF2CB5E0F82BB5E3451ABA /* Logging.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Logging.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 200253CE2FFEBF359FC4BEA0 /* _DequeSlot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _DequeSlot.swift; sourceTree = ""; }; 2037EA4A44B5E4C4BC7E5642 /* macOSApp.54.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.54.link.params; sourceTree = ""; }; - 206F1999A317FBDCA3181645 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 2055FCDA72F6F2B54F3EFD43 /* i2d_pr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i2d_pr.c; sourceTree = ""; }; + 205DAD2DBD344923ACCED26B /* ecdsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdsa_asn1.c; sourceTree = ""; }; + 20744896C995F70C01EF0E83 /* StateManagedChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StateManagedChannel.swift; sourceTree = ""; }; 20818438AE90CD54A2DC013E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 20B8FB0B085B1CAE99513196 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 20F69F39AF13D29F5B240854 /* NIOAny.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAny.swift; sourceTree = ""; }; + 20F71AB265FB5E2A2D450E8E /* ResponsePartContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponsePartContainer.swift; sourceTree = ""; }; 2124C0E94F14B8B0F71C8AB9 /* UnitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnitTests.swift; sourceTree = ""; }; 212A115F891315021CDBA742 /* iOSAppSwiftUnitTestSuite.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppSwiftUnitTestSuite.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 21392BE170982268A0DA3B05 /* lib3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib3.h; sourceTree = ""; }; + 2160DC25A2A8A0AD2CEEDE43 /* CNIOBoringSSL_evp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_evp.h; sourceTree = ""; }; 216FF21F42C7F048C7841A7E /* tvOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 217370817D19BDB8AA2F139C /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 21E5AE1B6FD8A2CCB15472CF /* v3_pcia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pcia.c; sourceTree = ""; }; - 21FD2F13D6DABBA439F06552 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 221759DA67E086C52F7BEE25 /* ByteBuffer-lengthPrefix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-lengthPrefix.swift"; sourceTree = ""; }; - 222F60163C86FC89573205EE /* ssl_lib.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_lib.cc; sourceTree = ""; }; - 22695C34AE71643228ECB753 /* HasRemoteSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HasRemoteSettings.swift; sourceTree = ""; }; + 2266B6A967EB060722158D01 /* HuffmanCoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HuffmanCoding.swift; sourceTree = ""; }; + 226E2B86F7560074AAD854C2 /* NIOHPACK.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHPACK.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 22739C5FB3CE7F3A02E39175 /* MixedAnswer-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixedAnswer-Swift.h"; sourceTree = ""; }; 2283C778437B6BE3239A496A /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 228C55A04AFCCDCC48103669 /* SSLCertificateExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLCertificateExtensions.swift; sourceTree = ""; }; - 22B772AB62FE56C0D8837E10 /* BaseSocketChannel+SocketOptionProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "BaseSocketChannel+SocketOptionProvider.swift"; sourceTree = ""; }; - 22C0394370710A2190216184 /* NIOTransportServices.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTransportServices.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 22DE223119F8F1B09EB87BF7 /* MarkedCircularBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarkedCircularBuffer.swift; sourceTree = ""; }; - 23056A148C1DD9F74C7555ED /* ssl_aead_ctx.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_aead_ctx.cc; sourceTree = ""; }; - 230A7E1F7B15C70D7D89214C /* v3_ncons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ncons.c; sourceTree = ""; }; - 231540E7DD757A13143B42E0 /* MessageExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageExtension.swift; sourceTree = ""; }; + 22865B6FE987EBC67474870F /* vpaes-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-x86.linux.x86.S"; sourceTree = ""; }; + 22903A63990E9A1FF0BD40C9 /* GRPCWebToHTTP2ServerCodec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCWebToHTTP2ServerCodec.swift; sourceTree = ""; }; + 22AAB07464DF32AB67D3F78E /* ReceivingPushPromiseState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingPushPromiseState.swift; sourceTree = ""; }; + 22EC5E667FB790BBF0A999B0 /* handoff.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handoff.cc; sourceTree = ""; }; + 22F19D24774B78C43F72DCD0 /* Embedded.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Embedded.swift; sourceTree = ""; }; + 2333979ADFF0A3E7EF4A5C6E /* NIOAsyncSequenceProducerStrategies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncSequenceProducerStrategies.swift; sourceTree = ""; }; 234542794D6E390AAC48E15D /* iOSAppSwiftUnitTests.273.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.273.link.params; sourceTree = ""; }; - 234D28884D69C75320DAB10B /* CNIOBoringSSL_sha.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_sha.h; sourceTree = ""; }; 2367293CBE5EC1CF3A316BFD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 236E3FBCB9BDC2D5188892B3 /* simple.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = simple.c; sourceTree = ""; }; - 23DC3BDC0FBC5E94E8C2134D /* dtls_record.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dtls_record.cc; sourceTree = ""; }; - 241EA9F1397C9454F1485423 /* md5-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "md5-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 24422FF5025A377946664BBE /* v3_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_skey.c; sourceTree = ""; }; + 2372735CEC76F60CECF89C4D /* TLSVersion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSVersion.swift; sourceTree = ""; }; + 23736B00E703F296A93C2B7A /* ghash-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-x86_64.mac.x86_64.S"; sourceTree = ""; }; + 23752BE871261BEAE17D2DB7 /* ghash-neon-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-neon-armv8.ios.aarch64.S"; sourceTree = ""; }; + 238698EE01F8F6E3C2F63AF5 /* NIOAsyncWrappers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncWrappers.swift; sourceTree = ""; }; + 23CC291F90CA05D78421AFBB /* BinaryEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncodingVisitor.swift; sourceTree = ""; }; + 241C24B2443FC7A23157017C /* AnyMessageStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnyMessageStorage.swift; sourceTree = ""; }; + 24265B199C44871330875F1B /* ClientTransport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientTransport.swift; sourceTree = ""; }; + 2426AB4008ED445F72966EA9 /* BSDSocketAPICommon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPICommon.swift; sourceTree = ""; }; + 245B85C56FA04B494B037FD4 /* DecompressionLimit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DecompressionLimit.swift; sourceTree = ""; }; + 24611CB0120E0487AAC0675B /* MathUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MathUtils.swift; sourceTree = ""; }; 2461571BD1B42EE29D8C79C8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 247A316E3E65B79D45143D95 /* a_bitstr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bitstr.c; sourceTree = ""; }; - 2482F5529D96A403E7467E75 /* BSDSocketAPICommon.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPICommon.swift; sourceTree = ""; }; + 246977C677E26D275B664D08 /* ByteBufferBIO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ByteBufferBIO.swift; sourceTree = ""; }; 24A1BBB5B40DDFD8D69097BD /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 24FD93567B4F105746F1BFDB /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 25200431CA075BBBE42AF570 /* deterministic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = deterministic.c; sourceTree = ""; }; - 25272E47C095826DA08AD231 /* _AtomicsShims.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = _AtomicsShims.c; sourceTree = ""; }; - 2532480E19CE34B0029BA318 /* BSDSocketAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPI.swift; sourceTree = ""; }; - 2594C505514C600F0D2E104E /* ServerStreamingServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerStreamingServerHandler.swift; sourceTree = ""; }; + 24D47746DDA43E28FD45707D /* SingleStepByteToMessageDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleStepByteToMessageDecoder.swift; sourceTree = ""; }; + 256A219C6252128501D9C835 /* UniversalBootstrapSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UniversalBootstrapSupport.swift; sourceTree = ""; }; + 25837C558B5D2234DFDF1E97 /* liburing_shims.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = liburing_shims.c; sourceTree = ""; }; + 25993CF2B9102358237D0870 /* cpu_arm_linux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_arm_linux.c; sourceTree = ""; }; 25B3503CDAE1B539BDEB9479 /* iOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 25D936D0F6165C7B2A9B3F30 /* ChannelOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelOption.swift; sourceTree = ""; }; - 2605B2A13551D3715630FD12 /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = ""; }; - 2647D4FFF585FAB8E1C72AEB /* p_hkdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_hkdf.c; sourceTree = ""; }; 264FBB623C659E66DC08211F /* lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lib.c; sourceTree = ""; }; - 2677AD7480BF3CF48227A6F1 /* HTTP2Frame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Frame.swift; sourceTree = ""; }; - 2686EA94AB548417D63E9121 /* ReceivingWindowUpdateState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingWindowUpdateState.swift; sourceTree = ""; }; - 26A770AA954A6372C7A60BDD /* StateManagedChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StateManagedChannel.swift; sourceTree = ""; }; - 26A7995D72D8E546D789D0FB /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 26A91987B6AED10420DA7889 /* CNIOWindows.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOWindows.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 26AFCC03B3000EA384EF555D /* JSONRPCFraming.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONRPCFraming.swift; sourceTree = ""; }; - 26E75DD31EBC813F7BFCB14C /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 26989CA093D4A09C316F53FF /* GRPCClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCClient.swift; sourceTree = ""; }; + 26DF07EFC8FD9DDCFAEEE381 /* ByteBuffer-foundation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-foundation.swift"; sourceTree = ""; }; 26EE7A30D79B5E88699D943C /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; 26F729C388DDC512C3CA56DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 2729065F219016A654AE1D22 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 272A0E10B3151AAE4AB38EA0 /* CNIOBoringSSL_cipher.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cipher.h; sourceTree = ""; }; + 272902522CD7C221E2C4D598 /* armv8-mont.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv8-mont.ios.aarch64.S"; sourceTree = ""; }; + 27351DFC959110D541552381 /* c_nio_http.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_nio_http.c; sourceTree = ""; }; 273ED34283627367087A2DE0 /* CommandLineToolTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CommandLineToolTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 2766F212492D5786B0677C42 /* Greeting.swift.stencil */ = {isa = PBXFileReference; lastKnownFileType = file; path = Greeting.swift.stencil; sourceTree = ""; }; - 27728EBFDEBE453977761CB5 /* ssl_x509.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_x509.cc; sourceTree = ""; }; - 2787E3D2571B3694E14C603F /* ssl_key_share.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_key_share.cc; sourceTree = ""; }; - 27A26227A9DC86FB86DB3B4C /* Google_Protobuf_Duration+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Duration+Extensions.swift"; sourceTree = ""; }; - 27EC04974D99407813382695 /* HasFlowControlWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HasFlowControlWindows.swift; sourceTree = ""; }; - 27EE621860B82E36893846AE /* a_mbstr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_mbstr.c; sourceTree = ""; }; - 27F6A128495E5E1F2E53844B /* tls13_enc.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_enc.cc; sourceTree = ""; }; - 283A131150582EFFB839F207 /* GRPCLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCLogger.swift; sourceTree = ""; }; - 28727D060A4E3680BFC37BF5 /* poly_rq_mul.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = poly_rq_mul.S; sourceTree = ""; }; - 2873B7D2C04E2CC5A23728A9 /* CNIOBoringSSL_base64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_base64.h; sourceTree = ""; }; + 27AED34CF02DBE83130C2083 /* CNIOBoringSSL_sha.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_sha.h; sourceTree = ""; }; + 27B0D141457F9021E92935B6 /* a_verify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_verify.c; sourceTree = ""; }; + 27BFB8F3392F30B9F806E1E5 /* err_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err_data.c; sourceTree = ""; }; + 27C586BE79B9C20CAA9D505F /* co-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "co-586.linux.x86.S"; sourceTree = ""; }; + 2815856B732CB9756834F223 /* p_ed25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ed25519.c; sourceTree = ""; }; 287845DB347C55799A465CCB /* iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSApp.swift; sourceTree = ""; }; - 287D4FAF471770BF5E86D01F /* ssl_cipher.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_cipher.cc; sourceTree = ""; }; - 289555A8D7EF71A983A41FC4 /* cfb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cfb.c; sourceTree = ""; }; 28A12FBEC4D0E8DA10947401 /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 28CB35E1EA45AFA65605E596 /* CNIOBoringSSL_digest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_digest.h; sourceTree = ""; }; - 28E367FF0C53D0AECF9FA79F /* a_object.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_object.c; sourceTree = ""; }; + 28F86B2620D7B75C6305F571 /* d1_pkt.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_pkt.cc; sourceTree = ""; }; 2905535FC694CA49A2DBEC2D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 29173AC1D4EE331A6BDEF997 /* armv8-mont.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv8-mont.linux.aarch64.S"; sourceTree = ""; }; + 2912AAAF399561E7A836A87D /* CNIOBoringSSL_hpke.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hpke.h; sourceTree = ""; }; + 2917E6B3E4099B4A7A638886 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 2921995143C455C67B3BBDC1 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 295415D1C17FCE8AA2D4DA0A /* NIOPosix.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOPosix.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 296C9CFBA4D8FD11763EE764 /* Answers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Answers.h; sourceTree = ""; }; - 2974A233CBCC6F0D21A9547B /* GRPCServerPipelineConfigurator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCServerPipelineConfigurator.swift; sourceTree = ""; }; + 2975B600692E6EFA59AF3F49 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 297DEC14155BB25CCB4DE22A /* iOSAppUITests.143.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.143.link.params; sourceTree = ""; }; 29A18F777BE601F5BB55E3E6 /* LibFramework.watchOS.30.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.30.link.params; sourceTree = ""; }; - 29B62C92AB7F7482286A5120 /* ghash-neon-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-neon-armv8.ios.aarch64.S"; sourceTree = ""; }; - 29BD3EA1B4D9CC1D4FD298D5 /* AsyncTestingChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncTestingChannel.swift; sourceTree = ""; }; + 29AC22C306377064F4BF1D41 /* Resolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Resolver.swift; sourceTree = ""; }; + 29B2EF041DC76FEAB4D4A822 /* x_name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_name.c; sourceTree = ""; }; + 29D581E0445C7875626F8E97 /* x509rset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509rset.c; sourceTree = ""; }; 29DD829C6384A41334F710F4 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; + 2A0B44DE1C5D84C9BCC66FBC /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 2A16A8C7AFF6CA1046A67738 /* AtomicMemoryOrderings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicMemoryOrderings.swift; sourceTree = ""; }; 2A51DE64F0C9FF95801EA8F4 /* libLib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libLib.a; path = "bazel-out/CONFIGURATION-STABLE-11/bin/Lib/libLib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2A834E37BF7888D58563E19A /* NIOLock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOLock.swift; sourceTree = ""; }; 2A9466F3AB9D78EF4CE8BFE7 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 2A9586C4406866E78EFB6C31 /* CNIOBoringSSL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL.h; sourceTree = ""; }; - 2AE0A5581CF762BA64D7860B /* CNIOBoringSSL_arm_arch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_arm_arch.h; sourceTree = ""; }; - 2AFDDB41CAFCED62BA18AA9F /* aes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes.c; sourceTree = ""; }; - 2B2E2BEA50B245FB9007019E /* x_sig.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_sig.c; sourceTree = ""; }; + 2A99B1CD7E2FC65060F05DF6 /* tls13_server.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_server.cc; sourceTree = ""; }; + 2AA047D5669152DD96F2A809 /* handshake_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handshake_client.cc; sourceTree = ""; }; + 2AAA0E1DF4DF12E7F5BFA9E4 /* poly_rq_mul.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = poly_rq_mul.S; sourceTree = ""; }; + 2B2A31A6F895B87C6AD08AA9 /* SSLInit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLInit.swift; sourceTree = ""; }; + 2B36D3AF973D6F888B94051B /* Linux.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Linux.swift; sourceTree = ""; }; 2B39B5BA866AEBF4D819C83F /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 2B80DEB677D61EA1294994E2 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 2BB9E4CBD944D9CDAEA7F506 /* a_strex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_strex.c; sourceTree = ""; }; + 2B3E685A1F37FBF5ED59DA59 /* CNIOBoringSSL_pkcs8.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pkcs8.h; sourceTree = ""; }; + 2B464BDFAE7D6C4A4C08E8D1 /* CNIOBoringSSL_engine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_engine.h; sourceTree = ""; }; + 2B4BBAF727D67E311CE0F828 /* dtls_record.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dtls_record.cc; sourceTree = ""; }; + 2B4FA5EC38B595FB433BDB7C /* HTTP2FlowControlWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2FlowControlWindow.swift; sourceTree = ""; }; + 2BA4D955D0DAB7380F2EE3D3 /* CNIOBoringSSL_type_check.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_type_check.h; sourceTree = ""; }; + 2BD4D249EA8853D4BC1EEDB5 /* p_x25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_x25519.c; sourceTree = ""; }; 2BE0AC7DEDC1E09945DF6803 /* Person.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Person.pb.swift; sourceTree = ""; }; 2BFADA7D8722CAC907EC4A8C /* FXPageControl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FXPageControl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 2C40CF11C7FE24AEF35A0245 /* libNIOHTTP2.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOHTTP2.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHTTP2.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2C18A6E51720153683670CD5 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 2C2388AB2376B54D0A6ED7CD /* CNIOBoringSSL_span.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_span.h; sourceTree = ""; }; + 2C30285BC849099B80705CD7 /* CGRPCZlib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CGRPCZlib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 2C40CF11C7FE24AEF35A0245 /* libNIOHTTP2.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOHTTP2.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHTTP2.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2C593ADB9EFFFCCAAA3835B9 /* dh_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh_asn1.c; sourceTree = ""; }; 2C7C5A1611AD27A599F53640 /* Utils.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = Utils.bundle; sourceTree = ""; }; 2C88C0037B6DD030E2AFC795 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 2CB251D75E1FEBE5DB66942C /* Server.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Server.swift; sourceTree = ""; }; + 2CD76041CDC3BFEAE468F67C /* name_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = name_print.c; sourceTree = ""; }; 2CF62E4C0E80AFA93C961D93 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 2CFF58184D68B8E442CAFDCC /* System.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = System.swift; sourceTree = ""; }; - 2D009A3AE747CD9E6E8E845D /* CNIOBoringSSL_hrss.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hrss.h; sourceTree = ""; }; - 2D035C14DF849B058EC4738F /* rsaz_exp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsaz_exp.c; sourceTree = ""; }; - 2D109599995AEA23FA2ED8BC /* curve25519_32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curve25519_32.h; sourceTree = ""; }; - 2D2E384891B4BC9B2795E5FE /* CNIOBoringSSL_kdf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_kdf.h; sourceTree = ""; }; 2D457A99D0ED81ADDF52D3FD /* nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = nested; sourceTree = ""; }; - 2D57BA37A4AC52E2BEFB7A36 /* AtomicValue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicValue.swift; sourceTree = ""; }; - 2D8552CC2C21F43DC93B89A0 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 2D4633CA116368387CA6CAE1 /* CNIOBoringSSL_x509_vfy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_x509_vfy.h; sourceTree = ""; }; 2D8596F907B12904F509E3F8 /* MixedAnswer-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixedAnswer-Swift.h"; sourceTree = ""; }; 2D884CD857C2E955C32BA50E /* tvOSAppUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 2D8E8291E3DB296BDC62A5AB /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 2D9974006CDB3C708E4EF717 /* BaseSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseSocket.swift; sourceTree = ""; }; 2DA547C258715CD629055CEF /* Launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Launchd.plist; sourceTree = ""; }; - 2DC4B0C0C55CBDDCC077378D /* ecdsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdsa.c; sourceTree = ""; }; 2DCCC93E187EFCE9A1EE1B71 /* libMixedAnswerLib_Swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libMixedAnswerLib_Swift.a; path = "bazel-out/CONFIGURATION-STABLE-10/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/libMixedAnswerLib_Swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2DD0692F2D42227E4A8EFA43 /* ec_derive.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_derive.c; sourceTree = ""; }; 2DDA24AB8075D91783D3A8E6 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 2E0035E3A5AAB4EDF26BDF43 /* ByteBuffer-multi-int.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-multi-int.swift"; sourceTree = ""; }; - 2E105EE2059206846483F11C /* ClientStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientStreamingCall.swift; sourceTree = ""; }; - 2E256BF8D9F7A1D6868AB942 /* GRPCStatusAndMetadata.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCStatusAndMetadata.swift; sourceTree = ""; }; - 2E73ABD07E29EB14E0A13B26 /* pkcs8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs8.c; sourceTree = ""; }; - 2EDDFC3541AE81457804575F /* Logging.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logging.swift; sourceTree = ""; }; - 2EE1B89B2D7101ECC2898A73 /* v3_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_utl.c; sourceTree = ""; }; - 2EE7AC61D0FED3CB0CB53470 /* i2d_pr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = i2d_pr.c; sourceTree = ""; }; - 2EF1DB65CB3DACFE7F2F0831 /* tasn_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_utl.c; sourceTree = ""; }; + 2DE00B9537C739E78B33584C /* WatermarkedFlowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatermarkedFlowController.swift; sourceTree = ""; }; + 2DF9FE511FCC906565F3EE7B /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 2E3AB613F4D577B4B715CDDE /* s3_lib.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = s3_lib.cc; sourceTree = ""; }; + 2E407FE587210101D9B0E87D /* RequestResponseHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestResponseHandler.swift; sourceTree = ""; }; + 2EF577689E5568A57A2A7037 /* rdrand-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rdrand-x86_64.mac.x86_64.S"; sourceTree = ""; }; 2F0153DE4A7DCBC8DECD50D4 /* tvOSAppUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 2F0742B6E3C8971C0D090CFF /* stack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stack.c; sourceTree = ""; }; 2F2934BC8F1F918C99B613F9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 2F43CF7476674E5FCD5C5FBB /* UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITests.swift; sourceTree = ""; }; - 2F7D80226A6CF3DBCF62923B /* conf_def.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = conf_def.h; sourceTree = ""; }; - 2FA2B73F85E52BCA945C538A /* vpaes-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv8.linux.aarch64.S"; sourceTree = ""; }; - 2FC6AE8DDB78DA68E66096A6 /* ContentLengthVerifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentLengthVerifier.swift; sourceTree = ""; }; - 2FCC498C92FD877D7CB5E409 /* e_rc4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc4.c; sourceTree = ""; }; + 2F801FE4C3DBA524F3515B92 /* ThreadPosix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThreadPosix.swift; sourceTree = ""; }; + 2F8E6FA32B3A424C48726FA5 /* NIOTLS.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTLS.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 2FDB807DCF6873A162906891 /* BinaryEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncoder.swift; sourceTree = ""; }; 30089D451F0546E84FE14A2B /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 301EF818041095AEC83007D7 /* StaticHeaderTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StaticHeaderTable.swift; sourceTree = ""; }; - 3027A3731FA0F809A0762ED0 /* HTTPServerUpgradeHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerUpgradeHandler.swift; sourceTree = ""; }; - 30283292A01F7CCD834276D0 /* c-atomics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "c-atomics.c"; sourceTree = ""; }; + 301F1B8515A440223B27163D /* WebCORSHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebCORSHandler.swift; sourceTree = ""; }; + 3045567C7150388217B4B3F2 /* v3_pmaps.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pmaps.c; sourceTree = ""; }; 30752600FA7DB86C634859D3 /* WatchOSAppExtensionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchOSAppExtensionTests.swift; sourceTree = ""; }; - 30760B74F83AC588D7107171 /* by_file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = by_file.c; sourceTree = ""; }; - 307DCD5440DD3D83B774659D /* ghash-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 30C5C098F98AC4E722AA51F1 /* chacha20_poly1305_armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_armv8.ios.aarch64.S; sourceTree = ""; }; + 307CA851CCFE9915FB27CD52 /* by_file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = by_file.c; sourceTree = ""; }; + 30E33A5BCCCFCC5A81B48461 /* tasn_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_enc.c; sourceTree = ""; }; 311344A8E4A3913F06421A42 /* nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = nested; sourceTree = ""; }; - 3176F7B61EB6796946EE7388 /* SSLCallbacks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLCallbacks.swift; sourceTree = ""; }; - 3178DC8A2A71BD69A4CD59A4 /* HuffmanTables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HuffmanTables.swift; sourceTree = ""; }; - 317A01505AEEC4D4D0F4F88C /* CNIOBoringSSL_x509v3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_x509v3.h; sourceTree = ""; }; + 31148A03A3D4A6B5286AC9EE /* shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shim.c; sourceTree = ""; }; + 315EF224BB9CD5A5522CF13A /* CNIOBoringSSL_ex_data.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ex_data.h; sourceTree = ""; }; + 3171533B71DA2F345F26A478 /* TextFormatDecodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatDecodingError.swift; sourceTree = ""; }; + 3187870AB0792AB188AE64B5 /* aesni-gcm-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-gcm-x86_64.mac.x86_64.S"; sourceTree = ""; }; 31B1ED6F4F8AF652CEF907BB /* macOSAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = macOSAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 31D983927C28EA6B50BFB71B /* ConnectionManagerChannelProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManagerChannelProvider.swift; sourceTree = ""; }; 31F2E42A4BD4E29268C437B5 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; - 320176D449F1B08A4EE9DBDF /* QuiescingState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuiescingState.swift; sourceTree = ""; }; - 321EB4E50BAB30EBCD56880E /* MessageParts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageParts.swift; sourceTree = ""; }; + 31FE62DBBD0157912DACA50A /* armv8-mont.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv8-mont.linux.aarch64.S"; sourceTree = ""; }; + 3205CAE0BA47C07E2CF50E6C /* oct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = oct.c; sourceTree = ""; }; + 3207F84C381A2643F8BF5AA1 /* MessageEncoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageEncoding.swift; sourceTree = ""; }; 3238F06709A47B4063F3CFB2 /* iOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 3274E2E7D6BCE061D4B497BC /* div_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = div_extra.c; sourceTree = ""; }; - 32894667BDF98A4EFBB330AA /* gcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcd.c; sourceTree = ""; }; + 324998D04E433F102EEDCF08 /* CNIOBoringSSL_aead.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_aead.h; sourceTree = ""; }; + 328030E6769DE0AFC7FE1B87 /* ghash-ssse3-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-ssse3-x86_64.linux.x86_64.S"; sourceTree = ""; }; 329569943591BDB90CCDBF46 /* client_main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = client_main.swift; sourceTree = ""; }; - 32B4DC4D0A0AF61150CA0C3E /* _EmbeddedThroughput.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _EmbeddedThroughput.swift; sourceTree = ""; }; 32C55D497187368A61167BFB /* watchOSAppExtensionUnitTests.188.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.188.link.params; sourceTree = ""; }; - 33231851B8E303C6DA83CAD7 /* Socket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = ""; }; - 3337C1A8573A99E2B8C15BD5 /* sqrt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sqrt.c; sourceTree = ""; }; - 3338C96925571FC1B2F8FEEF /* HTTP2UserEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2UserEvents.swift; sourceTree = ""; }; - 337AB65A3EF2D004227879A0 /* t_x509a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_x509a.c; sourceTree = ""; }; - 33996659093FA14B7370500E /* ghash-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-x86.linux.x86.S"; sourceTree = ""; }; - 33AE220D45BAD25078F59F8A /* ClientErrorDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientErrorDelegate.swift; sourceTree = ""; }; + 32E7B936BE25BEC76F413219 /* ReceivingHeadersState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingHeadersState.swift; sourceTree = ""; }; + 32F2B175FF485FF43782F17F /* ghashv8-armx32.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx32.ios.arm.S"; sourceTree = ""; }; + 32F668AE352D7F821F7EE3EE /* HTTP2UserEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2UserEvents.swift; sourceTree = ""; }; + 32FC670CDB63661C449B5A77 /* hkdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hkdf.c; sourceTree = ""; }; 33F88ADEDB7809198F344595 /* liblib_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_swift.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/CommandLine/CommandLineToolLib/liblib_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 3410696963146BDACB859B6C /* Serialization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Serialization.swift; sourceTree = ""; }; 342C582176F3679844610A49 /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 346B136FBED8205F1476080D /* x509_att.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_att.c; sourceTree = ""; }; - 34884BC4F25DBAB4DA0AF754 /* Codable+ByteBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Codable+ByteBuffer.swift"; sourceTree = ""; }; - 34A08F3A0ED5535DB6F11A12 /* connect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = connect.c; sourceTree = ""; }; - 34B4B5D3B5592D4437AAE025 /* Deque+Collection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Collection.swift"; sourceTree = ""; }; + 345CE470C8DB6A578A694F32 /* p256-x86_64-asm.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-x86_64-asm.mac.x86_64.S"; sourceTree = ""; }; + 349289EE06A82543BFE22D14 /* ReceivingRstStreamState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingRstStreamState.swift; sourceTree = ""; }; 34BA97AF6D69025DF7759CB5 /* iOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 34BBD3192AC8694E0DA73A85 /* ghash-ssse3-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-ssse3-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 34BF3A61DDF88DEDDBED43AA /* rc4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc4.c; sourceTree = ""; }; + 34C1DF4CEF2C942C3BB82C1A /* ghash-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-armv4.ios.arm.S"; sourceTree = ""; }; 34D57457DEC3A902BCAD8A52 /* cc_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 34D99AE62AB4A3239142ED0F /* MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 34FDF6EF72804D0651B1732A /* CNIOBoringSSL_md4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_md4.h; sourceTree = ""; }; - 351F15AB897359A602BDA3F2 /* CNIOBoringSSL_buffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_buffer.h; sourceTree = ""; }; - 3544D226CB56218BEE90EDB9 /* ssl_cert.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_cert.cc; sourceTree = ""; }; - 355AD914F00C5472312FCFC1 /* PointerHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointerHelpers.swift; sourceTree = ""; }; - 355E309B455F387C05D039D8 /* SelectableEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectableEventLoop.swift; sourceTree = ""; }; + 351D48774BA65F009257FBDB /* BinaryEncodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncodingError.swift; sourceTree = ""; }; + 3552C6186317DF2FB9879B26 /* source_context.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = source_context.pb.swift; sourceTree = ""; }; 3573103862EBFB14F0D59806 /* aplugin.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = aplugin.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 3578E8367C08B598283585DA /* ServerHandlerStateMachine+Finished.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Finished.swift"; sourceTree = ""; }; 3580289C581AD05EF7A6B898 /* iOS.261.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.261.link.params; sourceTree = ""; }; - 35809E88436E0389F9C3BECA /* BinaryDecodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDecodingOptions.swift; sourceTree = ""; }; - 359FDB3F32E9F343F13A9028 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 35A4CDF260F070DB22F9040C /* GRPCAsyncServerCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncServerCallContext.swift; sourceTree = ""; }; + 35EAF3DDF8B07C90FC819A5E /* SelectorKqueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorKqueue.swift; sourceTree = ""; }; 35F2153A393FF2AEEB891A64 /* UniversalCommandLineTool.244.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.244.link.params; sourceTree = ""; }; 35FE118AD63E223B0598A3A9 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 3631266778050E05419F954C /* NIOTSConnectionBootstrap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSConnectionBootstrap.swift; sourceTree = ""; }; + 35FE7CE176CD925E3435E3F5 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 3611A4379777B60468FCF238 /* HasFlowControlWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HasFlowControlWindows.swift; sourceTree = ""; }; + 361A65EA8CAE7074A6BB8842 /* aes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes.c; sourceTree = ""; }; + 3626B939F2ADDF031FE8A6C9 /* cmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmp.c; sourceTree = ""; }; 3632237E836C0C7A637DB6E6 /* BasicTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicTests.swift; sourceTree = ""; }; - 3651772BA50B95601394597D /* ReceivingDataState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingDataState.swift; sourceTree = ""; }; + 3636EB50850079F267C14DA2 /* cipher_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cipher_extra.c; sourceTree = ""; }; + 364CD706E3A938BE0C7AB95F /* LocallyQuiescingState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocallyQuiescingState.swift; sourceTree = ""; }; 367747CF421F7A94164F20BF /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; - 368EA42FBDCC7C2C34D42043 /* NIOAny.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAny.swift; sourceTree = ""; }; - 3697E7474ACA46EF8C12A2EA /* NIOTLS.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTLS.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 36B7F90C2C7F636A22B0CB35 /* String+unsafeUninitializedCapacity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+unsafeUninitializedCapacity.swift"; sourceTree = ""; }; + 36C0F99ED43A1B7B0CAE5661 /* ClientStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientStreamingCall.swift; sourceTree = ""; }; 36C297E983D9ABB9F3A73990 /* MixedAnswer.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswer.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 36DC69B795DBF2B18A259340 /* sha512-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 36E553E89B1AE125AE80560B /* EventLoopFuture+RecoverFromUncleanShutdown.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoopFuture+RecoverFromUncleanShutdown.swift"; sourceTree = ""; }; + 37024E77595DBFEBB3D74A7F /* _DequeBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _DequeBuffer.swift; sourceTree = ""; }; + 370853C46F5D681DF2AF0655 /* CNIOBoringSSL_rsa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_rsa.h; sourceTree = ""; }; 370CB79C223F24695C29353B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 37229233EB604542EEF9A29C /* AtomicOptionalRawRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicOptionalRawRepresentable.swift; sourceTree = ""; }; - 372E6ADAE3715CBA851C279B /* IdentityVerification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IdentityVerification.swift; sourceTree = ""; }; + 371B5B32B68AC13A33144E5D /* atomics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = atomics.swift; sourceTree = ""; }; 37443BC7871370CCE5823CBC /* AppClip.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 37C04B0F940A83D3E7DD3EAB /* ghashv8-armx64.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx64.linux.aarch64.S"; sourceTree = ""; }; - 37E00B392F327160C40A38D2 /* p224-64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "p224-64.c"; sourceTree = ""; }; - 380DB85E2DF08FBD29744362 /* fork_detect.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fork_detect.h; sourceTree = ""; }; - 3828C2EB6FC303FA99A57F97 /* GRPCStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCStatus.swift; sourceTree = ""; }; + 37EADD353483B5960ADAD19E /* ServerHandlerStateMachine+Actions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Actions.swift"; sourceTree = ""; }; + 3828D3315BD844B04DD2EE31 /* AtomicRawRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicRawRepresentable.swift; sourceTree = ""; }; + 383556CA03B6AFBEFF026E33 /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 3849175474B105BEF66A26BB /* tls13_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_client.cc; sourceTree = ""; }; 384B5689367178DD77C6DA36 /* iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 3857029AD219B9D7FA3E2C9C /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 388288D494BB001F410D8FBD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 3883B1D88D72A4569453D592 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 38D1E4B5D07684D1ADA04044 /* UnsafeBufferPointer+Shims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafeBufferPointer+Shims.swift"; sourceTree = ""; }; + 38CD0CB8C24B32F9E8A7E092 /* vpaes-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv8.ios.aarch64.S"; sourceTree = ""; }; 38D51FF469C531901A0E5BFF /* Lib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 38D78F9578FBE79E3F7259FD /* libprivate_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_lib.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/CommandLine/CommandLineToolLib/libprivate_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 38FD0FEB09DFFF93A984581C /* Logging.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Logging.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 39103AFC785431021E0CEE56 /* MayReceiveFrames.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MayReceiveFrames.swift; sourceTree = ""; }; 392B6B0D0A73CD73B3636BB5 /* GoogleMapsCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsCore.framework; sourceTree = ""; }; - 39802B794A04DDB64E97D666 /* v3_enum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_enum.c; sourceTree = ""; }; + 3957F3AD92DC08DE3EE30BB8 /* StreamChannelFlowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamChannelFlowController.swift; sourceTree = ""; }; + 396937FBA1759C7D54FE045E /* cpu_aarch64_apple.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_apple.c; sourceTree = ""; }; + 397584CECD6F32E7AE4C2CFA /* ssl_key_share.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_key_share.cc; sourceTree = ""; }; + 397A093A3A89FB113338C05A /* convert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = convert.c; sourceTree = ""; }; 398C07A4D6BCB8326C5FB05E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 39929815902179D066CBA628 /* ConnectionManagerID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManagerID.swift; sourceTree = ""; }; 39A05F6ED4293B2905457DD6 /* echo_client.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 39B02C4C798B48A164800B47 /* ssl_privkey.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_privkey.cc; sourceTree = ""; }; 39B7ECCDE059D5E62AF88077 /* LibFramework.tvOS.168.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.168.link.params; sourceTree = ""; }; - 39C9205DF66C63DCAB38320D /* SendingPushPromiseState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingPushPromiseState.swift; sourceTree = ""; }; + 3A6CCF1455944EB5E7077D60 /* MessageEncodingHeaderValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageEncodingHeaderValidator.swift; sourceTree = ""; }; 3A936B067D96DE6A16797A4C /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 3AB7936C645D4EE95CFFCCFE /* ClientErrorDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientErrorDelegate.swift; sourceTree = ""; }; + 3ABEBC10C4EDB192BC07A73A /* aesni-gcm-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-gcm-x86_64.linux.x86_64.S"; sourceTree = ""; }; + 3ACCD74C3DFCD8681A254696 /* chacha-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-x86_64.mac.x86_64.S"; sourceTree = ""; }; 3AEA177BB6224E61DB6C52B4 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; - 3B1BDDE7328DF9BA316295E4 /* CallDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallDetails.swift; sourceTree = ""; }; - 3B25FC310A7694A4ACE12F59 /* ClientConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientConnection.swift; sourceTree = ""; }; 3B26E7619AA7B21B7572E49B /* iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 3B39EE401BC4565D43E2FFBB /* sha256-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv8.ios.aarch64.S"; sourceTree = ""; }; 3B3DCD4AE377C43BE59B1611 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 3B3F7A41C8616517C8558615 /* CNIOBoringSSL_base.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_base.h; sourceTree = ""; }; - 3B9808AE56FC2E2F8341637F /* CNIOBoringSSL_asn1t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_asn1t.h; sourceTree = ""; }; + 3B586E42A2376ED66C747697 /* DequeModule.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = DequeModule.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 3B95EBF94992EE26EE434F5F /* crypto.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = crypto.c; sourceTree = ""; }; 3B9821E3EA4D2BD494AB4B75 /* AppClip.151.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.151.link.params; sourceTree = ""; }; - 3BADC1D03A3F8FDC057A5C21 /* Resolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Resolver.swift; sourceTree = ""; }; - 3BDF5F9AE61CE4D82D507782 /* FileRegion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileRegion.swift; sourceTree = ""; }; + 3BA571B276CA8DB864CC682A /* SSLErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLErrors.swift; sourceTree = ""; }; + 3BD9CB5095DBE43CC6A9786D /* GRPCIdleHandlerStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCIdleHandlerStateMachine.swift; sourceTree = ""; }; + 3BE33AF4AC38A4DE982F8D2E /* ServerInterceptors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptors.swift; sourceTree = ""; }; 3BF915C0C3D1605DDEB2C5AD /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 3C0F564237E55F4A7CD2ED63 /* UniversalCommandLineTool.115.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.115.link.params; sourceTree = ""; }; 3C120041F47C7B03A2B4299B /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 3C140CB1A24FDC6198B41C62 /* TLSConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSConfiguration.swift; sourceTree = ""; }; 3C61BFB9DD4C2BBEA29F8D71 /* watchOS.135.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.135.link.params; sourceTree = ""; }; - 3CF2A299870F8F4CD2CA74F7 /* x86_64-mont.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont.mac.x86_64.S"; sourceTree = ""; }; - 3D277B89057367867C5F6634 /* GRPCServiceDescription.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCServiceDescription.swift; sourceTree = ""; }; + 3C8A29BC7BA7E38291D860A1 /* x_pubkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_pubkey.c; sourceTree = ""; }; + 3D0A5FD0956653F4CF7D1EAB /* ChannelPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelPipeline.swift; sourceTree = ""; }; + 3D0E407B8E55E57216660167 /* NIOEmbedded.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOEmbedded.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 3D248149BA91B84EEEDE28A3 /* CNIOBoringSSL_ossl_typ.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ossl_typ.h; sourceTree = ""; }; 3D320AC98EA795C9D1CD7815 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 3D3EBD06A243343F7054D1F1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 3D6B1B1D9D8299757D1AC778 /* obj_xref.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj_xref.c; sourceTree = ""; }; - 3D79DB9A56D0258344CFD934 /* NIOSSLServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLServerHandler.swift; sourceTree = ""; }; + 3D7562A4C14EC80D295DEB3B /* CNIOAtomics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOAtomics.h; sourceTree = ""; }; 3D877D8438CA7799E8AEC192 /* UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITests.swift; sourceTree = ""; }; - 3DA63C332FC530807C89A5B6 /* sha1-armv4-large.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv4-large.linux.arm.S"; sourceTree = ""; }; + 3D943B47B9154CC767DF211A /* asn_pack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn_pack.c; sourceTree = ""; }; 3DAFA2A92EEBC0B9090DD9CF /* UI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UI.h; sourceTree = ""; }; - 3DC5B068026910490E22B405 /* AsyncAwaitSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncAwaitSupport.swift; sourceTree = ""; }; + 3DC5EFF186814C53F09DCF2A /* handshake.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handshake.cc; sourceTree = ""; }; 3DF09720ED623CD1383D3018 /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 3E1A7B5C4E345B7B19DB7E58 /* aesni-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 3E3F0E7459917BEA103CE23E /* ChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelHandler.swift; sourceTree = ""; }; + 3E03B89835555F61F6B12D90 /* DynamicHeaderTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicHeaderTable.swift; sourceTree = ""; }; + 3E1BCF960B3B3D7CAC14EC8A /* DOSHeuristics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DOSHeuristics.swift; sourceTree = ""; }; 3E4245ACF03D1C333EFA6EBE /* tvOSAppUnitTests.57.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.57.link.params; sourceTree = ""; }; - 3E8E88B149EDFEF326339478 /* cpu_arm_linux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_arm_linux.c; sourceTree = ""; }; - 3EC4D94AA7C6171AEC5BF770 /* IntegerBitPacking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerBitPacking.swift; sourceTree = ""; }; - 3ED69ECBACC5576BCB638E4F /* bn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn.c; sourceTree = ""; }; - 3F01973F4997350177379F2E /* ConnectivityState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectivityState.swift; sourceTree = ""; }; - 3F19A7C4FC7EC0B98D1D7B15 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSLShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 3E8F78B1631C8F679CF72F07 /* SendingRstStreamState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingRstStreamState.swift; sourceTree = ""; }; 3F285B37E159B3ECDD84AFEE /* CommandLineToolTests.117.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineToolTests.117.link.params; sourceTree = ""; }; - 3FBA5DD9FE4ECE9B4082DC0D /* HappyEyeballs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HappyEyeballs.swift; sourceTree = ""; }; - 3FBC3CEC40F6A7E6537D8C9C /* RNG.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RNG.swift; sourceTree = ""; }; - 3FD638B9C5556CE7AF0CB7EE /* NIOFilterEmptyWritesHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOFilterEmptyWritesHandler.swift; sourceTree = ""; }; - 3FD6A6F06F37DF3A9429439D /* Deque+Codable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Codable.swift"; sourceTree = ""; }; + 3F39D576D3FB536FC9879107 /* t_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_req.c; sourceTree = ""; }; + 3F42EAD5FA237CC92C5ADF2B /* HTTP2StreamChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamChannel.swift; sourceTree = ""; }; + 3F45CE8B2084EAB7E04D57ED /* DatagramVectorReadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatagramVectorReadManager.swift; sourceTree = ""; }; + 3F6B5BFFCFE8EACE4169E0CD /* lhash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lhash.c; sourceTree = ""; }; + 3F8EA08E40F21CA8788A3416 /* p256-armv8-asm.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-armv8-asm.ios.aarch64.S"; sourceTree = ""; }; + 40336DFFFEC4E26119658893 /* PoolManagerStateMachine+PerPoolState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PoolManagerStateMachine+PerPoolState.swift"; sourceTree = ""; }; 4057ACD3B5DBD242C9035849 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 40693AD13235FC9910E597F0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 40A18DA40BBD0E82CAE2D9F4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 417B4746BA82731AA88491D3 /* FrameworkCoreUtilsObjC.26.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.26.link.params; sourceTree = ""; }; 4181E4FB2CA03EE363F26AB1 /* watchOSAppUITests.187.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.187.link.params; sourceTree = ""; }; - 41D6F589C5E5E4BEC6FF4666 /* CancellationError+GRPCStatusTransformable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CancellationError+GRPCStatusTransformable.swift"; sourceTree = ""; }; - 4210A920FE1C595B0635ADCE /* cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbc.c; sourceTree = ""; }; + 41A3C15A821CC6544139AAE1 /* ProtobufAPIVersionCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtobufAPIVersionCheck.swift; sourceTree = ""; }; + 41A8A234B628B38B27BE24BA /* Google_Protobuf_Struct+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Struct+Extensions.swift"; sourceTree = ""; }; 422636BF827714E4CBB4D741 /* watchOS.38.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.38.link.params; sourceTree = ""; }; 4238F614293461CDBF1DF6C5 /* WidgetExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 4260DF855F424BBFCE198D8B /* CNIOBoringSSL_opensslv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_opensslv.h; sourceTree = ""; }; - 4281A2F14A60DF3E9CF086F2 /* any.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = any.pb.swift; sourceTree = ""; }; - 42F49087302A2BF01B9BE475 /* Selectable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Selectable.swift; sourceTree = ""; }; - 4300EAE4B603AE8E8E8DA9C8 /* HTTP2ToHTTP1Codec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ToHTTP1Codec.swift; sourceTree = ""; }; + 424582C8417E0B9D92339805 /* tasn_dec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_dec.c; sourceTree = ""; }; + 42A9E77775FE4AE36D64C157 /* Call.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Call.swift; sourceTree = ""; }; 430A64F0B48D40AF9764C9CE /* cc_lib_defines.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_defines.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 43338DA7E5028F495A9AEBBE /* BinaryEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncodingVisitor.swift; sourceTree = ""; }; - 43A7CEFCF8665AEF25711DDB /* _FakeResponseStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _FakeResponseStream.swift; sourceTree = ""; }; - 43ABA8F7CC21B2B4BE9398D8 /* x_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_info.c; sourceTree = ""; }; + 43BA0E47DE5633C1A8B05BA8 /* Locks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Locks.swift; sourceTree = ""; }; 43BA86738346000EDE044E68 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 43D8364D634A058E6CB77E11 /* ctrdrbg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctrdrbg.c; sourceTree = ""; }; - 440754189C0CF647920C766B /* NIOSSL.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOSSL.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 44214E1219124CEE1525E0D2 /* Deque+ExpressibleByArrayLiteral.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+ExpressibleByArrayLiteral.swift"; sourceTree = ""; }; - 445298486290A90ED0043F2B /* tls13_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_client.cc; sourceTree = ""; }; - 445D0255F9D59F801660A072 /* getrandom_fillin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = getrandom_fillin.h; sourceTree = ""; }; - 446990DF603EA61C5D0B742C /* cpu_ppc64le.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_ppc64le.c; sourceTree = ""; }; - 446AF217089CBD60F1F9A661 /* Unmanaged extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Unmanaged extensions.swift"; sourceTree = ""; }; + 43F9213D75874A5EED7EC8C7 /* GRPCServerPipelineConfigurator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCServerPipelineConfigurator.swift; sourceTree = ""; }; + 443F9D8A3EBCD2E97054ED24 /* FileHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileHandle.swift; sourceTree = ""; }; + 445F7159FF4D807A82DBBD32 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 447C35ED2A315F67F6B5DC1C /* x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509.c; sourceTree = ""; }; 448BBD86FF0C66C4A7AE80D3 /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 44CE353941F6D6A76C298243 /* Call+AsyncRequestStreamWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Call+AsyncRequestStreamWriter.swift"; sourceTree = ""; }; - 44D50776915802C9CC67939F /* boringssl_prefix_symbols_nasm.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = boringssl_prefix_symbols_nasm.inc; sourceTree = ""; }; - 44F09AA3F891912D85C943EB /* PointerHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointerHelpers.swift; sourceTree = ""; }; + 448C2F5232A669908677917A /* NIOSSLSecureBytes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLSecureBytes.swift; sourceTree = ""; }; + 4499679798E40ED54745B7C8 /* IO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IO.swift; sourceTree = ""; }; + 44B6029ADAAC6B8E91ED81C0 /* CNIOBoringSSL_ripemd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ripemd.h; sourceTree = ""; }; + 44EA80FB58B663231C7635E3 /* HTTPPipelineSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPPipelineSetup.swift; sourceTree = ""; }; + 450F97130FCE5CE183DB349E /* CNIOBoringSSL_rand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_rand.h; sourceTree = ""; }; 4529AAA0180ABFDF3B36019C /* cc_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 452FE458957DD1C1AD83C7C9 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; - 456D10D9B18A92890E4E7FA2 /* libNIOTLS.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOTLS.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOTLS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 45D3A121F1E2CD236A24C01B /* IntegerBitPacking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerBitPacking.swift; sourceTree = ""; }; - 45DDD4CF9B0E8D930EEF9F00 /* blinding.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = blinding.c; sourceTree = ""; }; + 456D10D9B18A92890E4E7FA2 /* libNIOTLS.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOTLS.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOTLS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 458B9411AD6D05CF48F8EB37 /* NIOCore.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOCore.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 45C76F388375BB2CADD38D6B /* NIOSSL.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOSSL.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 45E2FBA26B1BD7EA123C436A /* pem_xaux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_xaux.c; sourceTree = ""; }; 45E8F4E90F840D386A177417 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 461A6FBACF60B8067960632B /* libCNIODarwin.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIODarwin.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIODarwin.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4666333CB14A8D5AB2E018C6 /* x_spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_spki.c; sourceTree = ""; }; - 46808C7BB683E7294634F440 /* DelegatingErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DelegatingErrorHandler.swift; sourceTree = ""; }; - 468F14DC1322644DD0E80504 /* LazyEventLoopPromise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyEventLoopPromise.swift; sourceTree = ""; }; - 4698A8387369D1CE5856F7D2 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 469D06BEA1346E8E79AB47F2 /* GRPCAsyncServerCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncServerCallContext.swift; sourceTree = ""; }; + 45FB39040FEB1FB24ADE5D38 /* Ref.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Ref.swift; sourceTree = ""; }; + 461A6FBACF60B8067960632B /* libCNIODarwin.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIODarwin.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIODarwin.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 4653C4CD01B5426261BEA3D2 /* voprf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = voprf.c; sourceTree = ""; }; + 46676973075CF7C5FA195126 /* ExtensionFieldValueSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionFieldValueSet.swift; sourceTree = ""; }; 469FB4A5E9A8A0E8BF197B1B /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 46A7F2F2EFC5BC60665C89FA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 46B6DA38AA2DE98E49F167DD /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOFoundationCompat.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 46BA36E54CFBFD2DCEAB05E4 /* ConnectionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManager.swift; sourceTree = ""; }; + 46AFF671C93E93BA0FB2ECA6 /* LengthFieldPrepender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LengthFieldPrepender.swift; sourceTree = ""; }; 46BF567969FD8AF77783AF9F /* tool.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 46D25E969083A68FED034F35 /* ServerCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerCallContext.swift; sourceTree = ""; }; + 46E83A97256A58BCF347BF2A /* ClientConnection+NWTLS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ClientConnection+NWTLS.swift"; sourceTree = ""; }; 46EEAF4C56ABD49F485050FD /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 46FDFD8BAA808A6D67B6084E /* x509_lu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_lu.c; sourceTree = ""; }; + 47000CFD9A5569E359459B35 /* sha1-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv8.ios.aarch64.S"; sourceTree = ""; }; 47288CCEE7F77EF6F091BBBC /* Model2.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Model2.xcdatamodel; sourceTree = ""; }; - 473F17BEFC3CC91B3983FC5B /* WriteCapturingHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WriteCapturingHandler.swift; sourceTree = ""; }; - 474D203D523DAF4F5DB52AD4 /* x509_txt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_txt.c; sourceTree = ""; }; - 47A701DF5C50C8381F6B0DDF /* ExtensibleMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensibleMessage.swift; sourceTree = ""; }; - 47B25F7FEEBC5F2ACFF542C5 /* NIOHTTP1.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP1.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 47D078CBC49AB2397E4E4BA6 /* handoff.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handoff.cc; sourceTree = ""; }; - 47D28C094C392D4AF8432D5E /* generic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = generic.c; sourceTree = ""; }; + 473542CDB72AFC532744F213 /* s3_pkt.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = s3_pkt.cc; sourceTree = ""; }; + 4738C85DAD9DD92764B26B55 /* sha256-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv8.ios.aarch64.S"; sourceTree = ""; }; + 473EB304CDC1FE1ACB1D0FFF /* AtomicOptional.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicOptional.swift; sourceTree = ""; }; + 4767357A0D902FE739A25C5F /* SocketProtocols.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketProtocols.swift; sourceTree = ""; }; + 476D8FD394D92BF812DD16C7 /* CNIOLinux.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLinux.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 47D4F10ACA3ADCA82E42B246 /* cpu_ppc64le.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_ppc64le.c; sourceTree = ""; }; 4858A2F5D177B0F0A82303EB /* MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 485B8AA039F27E3AFFFE438E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 488EE304D7EE389042BE8F26 /* Internal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Internal.swift; sourceTree = ""; }; + 489669FD1CB8FB87EDC310B2 /* ssl_file.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_file.cc; sourceTree = ""; }; 48BDC3EE8EE91C78FF99D048 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 48CE003A0131190A621527A9 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; 48EADFBE21E4A075687284FF /* GoogleMaps.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMaps.framework; sourceTree = ""; }; - 48EF64D6F9A091D0214AA47B /* v3_ocsp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ocsp.c; sourceTree = ""; }; + 49075B67C59A5D9F1B5750CD /* obj.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj.c; sourceTree = ""; }; 49097DBC1292F9734F363EDC /* iOSApp.131.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.131.link.params; sourceTree = ""; }; - 496178A5E25AB31A32F57EAE /* StateMachineResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StateMachineResult.swift; sourceTree = ""; }; - 49765A025C814C20CCFA9FAF /* AtomicLazyReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicLazyReference.swift; sourceTree = ""; }; + 49326A4ABAA9C1FEB861BDB1 /* ssl_stat.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_stat.cc; sourceTree = ""; }; + 49421B7FAB92B47E6103A336 /* SecurityFrameworkCertificateVerification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecurityFrameworkCertificateVerification.swift; sourceTree = ""; }; 4995D41DD6562975BBF24199 /* iOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 4996F29F669C90962EDE9AF7 /* CNIOBoringSSL_ecdh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ecdh.h; sourceTree = ""; }; - 49AFAC3D9ECBCE054963766F /* libCGRPCZlib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCGRPCZlib.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/libCGRPCZlib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 49AFAC3D9ECBCE054963766F /* libCGRPCZlib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCGRPCZlib.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/libCGRPCZlib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 49C87CFD133886FCFDA1C632 /* p256_beeu-armv8-asm.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-armv8-asm.ios.aarch64.S"; sourceTree = ""; }; 49D9AB3BA644A25D0DB41244 /* iMessageAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 49F5B5E69F939D6008C2ACC6 /* by_dir.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = by_dir.c; sourceTree = ""; }; + 49DEAEF9214722B586967E29 /* MultiplexerAbstractChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiplexerAbstractChannel.swift; sourceTree = ""; }; + 49F096BB32CBB8C04B3FE5A5 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 49F5FADEBABA2F022EF618ED /* MixedAnswer_swift_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_swift_modulemap-module.modulemap"; sourceTree = ""; }; - 4A02C97BFFD9372A2A408667 /* p256_beeu-armv8-asm.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-armv8-asm.ios.aarch64.S"; sourceTree = ""; }; - 4A1AA3AE28CA542ED9F251F5 /* p256_32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = p256_32.h; sourceTree = ""; }; - 4A20C2A4FD1A79A5F555BE1E /* type.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = type.pb.swift; sourceTree = ""; }; 4A3C0917FCDFDF3032D1435B /* ExternalFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExternalFramework.framework; path = CommandLine/external/ExternalFramework.framework; sourceTree = SOURCE_ROOT; }; - 4A3D1134EE350C8E4200F974 /* SSLErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLErrors.swift; sourceTree = ""; }; 4A44F7343E889BEDAAF0639B /* watchOSAppExtension.258.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.258.link.params; sourceTree = ""; }; - 4A5CC05A9CAAF504B9F69358 /* ConcurrentStreamBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConcurrentStreamBuffer.swift; sourceTree = ""; }; - 4AA78C134B7B4818BF82F849 /* CNIOAtomics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOAtomics.h; sourceTree = ""; }; - 4AE0605814874C7E38EF0295 /* cbs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbs.c; sourceTree = ""; }; - 4AE2FFD051B05D9E69901260 /* Zlib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Zlib.swift; sourceTree = ""; }; - 4AEB79B9D1E9CB0C8A604551 /* JSONSerialization+ByteBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JSONSerialization+ByteBuffer.swift"; sourceTree = ""; }; - 4AFA88A920245D03F896E5E7 /* NIOTSChannelOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSChannelOptions.swift; sourceTree = ""; }; - 4AFFB760D111D3783B457000 /* x509_trs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_trs.c; sourceTree = ""; }; - 4B778F33A44EC63ABD2A209A /* lock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = lock.swift; sourceTree = ""; }; - 4BD193FFFCC635C7DCF75D99 /* v3_genn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_genn.c; sourceTree = ""; }; - 4C05697DFBDFADC6C8CC5BE4 /* CNIOBoringSSL_ssl3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ssl3.h; sourceTree = ""; }; - 4C4784C69B8B3C0C1F07CCC5 /* aesni-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-x86_64.linux.x86_64.S"; sourceTree = ""; }; + 4A8CA0EEAD36E26D076E07D0 /* LineBasedFrameDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineBasedFrameDecoder.swift; sourceTree = ""; }; + 4ABD63E9248AF15371CA5D73 /* PoolManagerStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PoolManagerStateMachine.swift; sourceTree = ""; }; + 4AC34DA0E78968D48AAE67FC /* SelectorEpoll.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorEpoll.swift; sourceTree = ""; }; + 4AE8F07FDF8843DF894B3F39 /* pem_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_info.c; sourceTree = ""; }; + 4AF12590E7DA302E91D97038 /* bio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio.c; sourceTree = ""; }; + 4B03DC15DC9FC7DFFFFA3D58 /* GRPCServiceDescription.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCServiceDescription.swift; sourceTree = ""; }; + 4B0952EE86E2348D29B5C1BF /* SocketOptionProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketOptionProvider.swift; sourceTree = ""; }; + 4B1F6885AF943956A243B669 /* sha256-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv4.ios.arm.S"; sourceTree = ""; }; + 4B2EFA1FE9500514658B3031 /* evp_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_asn1.c; sourceTree = ""; }; + 4B538FBF4C420FBE5A4F0756 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 4B5B6837A0B0DA2D5E57C61F /* HPACKDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKDecoder.swift; sourceTree = ""; }; + 4B5DBAAB1FA20560BC4384B9 /* CNIOBoringSSL_srtp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_srtp.h; sourceTree = ""; }; + 4B8134C10FB6914341FCA28E /* ChannelHandlers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelHandlers.swift; sourceTree = ""; }; + 4B818725AA7292D4831263C8 /* ConnectionManagerChannelProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManagerChannelProvider.swift; sourceTree = ""; }; + 4B8218CE66A5841A3B6EE9CF /* Google_Protobuf_Duration+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Duration+Extensions.swift"; sourceTree = ""; }; + 4B94F48A796B325F185E5A64 /* p256_32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = p256_32.h; sourceTree = ""; }; + 4BC858D1432F10C09B837066 /* NIOHTTP2.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP2.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 4BF2380E2F9EDA4B235922C1 /* x509cset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509cset.c; sourceTree = ""; }; + 4BF5DD4455EF265945FB4BF5 /* x_x509a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_x509a.c; sourceTree = ""; }; + 4C077C4286BC5AF364BD3906 /* p256-nistz-table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "p256-nistz-table.h"; sourceTree = ""; }; + 4C29201E713D591C077AC65D /* Message+TextFormatAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+TextFormatAdditions.swift"; sourceTree = ""; }; 4C844CFF2719940608A2AF9B /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 4C8BB3A203F60B2D423D813B /* GRPCChannel+AsyncAwaitSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GRPCChannel+AsyncAwaitSupport.swift"; sourceTree = ""; }; 4C8D088A5A27A9D3C20076A6 /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 4CA5919F54DB98DDBF59F839 /* liburing_nio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = liburing_nio.h; sourceTree = ""; }; - 4CBE94AFD834ABBB414FC9C1 /* sha512-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-586.linux.x86.S"; sourceTree = ""; }; 4CC8CBFD17C0FD0E1061109A /* libecho_proto.swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libecho_proto.swift.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/GRPC/libecho_proto.swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4CF8DC651F48392E7B8665D0 /* ServerHandlerStateMachine+Finished.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Finished.swift"; sourceTree = ""; }; - 4D4EF3E929B3746153B2E3FB /* sha1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha1.c; sourceTree = ""; }; - 4D555C729170ABE562DB01B7 /* Codec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Codec.swift; sourceTree = ""; }; - 4D7FF788A18DF9FE145138DF /* handshake_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handshake_client.cc; sourceTree = ""; }; + 4D0F47F2DE9F2D758CCE3316 /* f_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_int.c; sourceTree = ""; }; + 4D25D1B35C96BA09A84BE2B6 /* v3_pcons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pcons.c; sourceTree = ""; }; 4D94A2BDBCC50082249AD8FC /* CoreUtils.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreUtils.pch; sourceTree = ""; }; + 4DAC42192EF4E8820465357C /* SSLPublicKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLPublicKey.swift; sourceTree = ""; }; + 4DB4D9AB0CB375AFB0373EDB /* Deque+CustomDebugStringConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+CustomDebugStringConvertible.swift"; sourceTree = ""; }; 4DE95425144E031B973A1EC1 /* watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 4DEA76D4A5D5DACF31D16DD9 /* iOSAppSwiftUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppSwiftUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 4DF3E277CDFBDAC845B82090 /* CNIODarwin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIODarwin.h; sourceTree = ""; }; 4DFE2A25D565E8BBB762E907 /* exported-symbols.lds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "exported-symbols.lds"; sourceTree = ""; }; - 4E1BAF846E1CC655BD26254C /* siphash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = siphash.c; sourceTree = ""; }; - 4E1EB007F8C170F3CC8AE911 /* ClientTransportFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientTransportFactory.swift; sourceTree = ""; }; - 4E3F4627B11CB706798D119B /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 4E011715C47E18AF25818D2B /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 4E833B43AA4FB5C4E3273F74 /* IntegerCoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerCoding.swift; sourceTree = ""; }; 4E8AD08C5C527113C1BAA5B8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 4E92B8EEEF31554B3D37D1B6 /* BinaryDelimited.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDelimited.swift; sourceTree = ""; }; + 4EA4DAC7F9809BF738C4B2E5 /* cpu_arm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_arm.c; sourceTree = ""; }; + 4EA96DC2E42F69C681ECC9AA /* Heap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Heap.swift; sourceTree = ""; }; 4EB3A64ACFAE88637ADD5A59 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 4F0102AFE6196AE7637F0CD6 /* WritePCAPHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WritePCAPHandler.swift; sourceTree = ""; }; - 4F0BE94BA1830F5CD986B506 /* GRPCAsyncServerStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncServerStreamingCall.swift; sourceTree = ""; }; - 4F0F3E51541FA12B5F87F962 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 4EBF9D9A90E1D4FB7D62E2F5 /* x_attrib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_attrib.c; sourceTree = ""; }; + 4EC03FC162C7841C1912CB0D /* CNIOBoringSSL_dsa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_dsa.h; sourceTree = ""; }; + 4EED43C87E6BC3FBE0754E87 /* hpke.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hpke.c; sourceTree = ""; }; 4F12ACC13B42402CEA53C540 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 4F21B55C0FF592EB8A6B490E /* c_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_lib.c; sourceTree = ""; }; - 4F66E1DC17ACC28385A7E332 /* sha256-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv4.ios.arm.S"; sourceTree = ""; }; - 4F9554743DA0FCCCD860673D /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 4FA4A7B4912C806EF15654BE /* p256-armv8-asm.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-armv8-asm.ios.aarch64.S"; sourceTree = ""; }; - 5029DAE65549125A75EB5925 /* SecurityFrameworkCertificateVerification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecurityFrameworkCertificateVerification.swift; sourceTree = ""; }; - 5031ED5BFF977313DCD65895 /* SSLInit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLInit.swift; sourceTree = ""; }; - 5043F1D15C2D9B86C4857672 /* HPACKDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKDecoder.swift; sourceTree = ""; }; - 50B1161A90FC36B35A5FF462 /* ConnectionStreamsState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionStreamsState.swift; sourceTree = ""; }; + 4F29F1AEAD6F765EF3D7BE9D /* LoggingServerErrorDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoggingServerErrorDelegate.swift; sourceTree = ""; }; + 4F38D009187316E673816B00 /* CNIOBoringSSL_rc4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_rc4.h; sourceTree = ""; }; + 4F5495E93CCBAC9C73F4DD95 /* mem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mem.c; sourceTree = ""; }; + 4F7C6EB678F091DDCBF16DD6 /* GRPCAsyncWriterSinkDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncWriterSinkDelegate.swift; sourceTree = ""; }; + 4FF4A1D9EF6F4E9092B29930 /* aesni-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-x86_64.mac.x86_64.S"; sourceTree = ""; }; + 502EFCE621BE5749612CFCCC /* NIOTSNetworkEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSNetworkEvents.swift; sourceTree = ""; }; + 504B4023E58C0E911D1C4852 /* ssl_versions.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_versions.cc; sourceTree = ""; }; + 5094B09839C403DADC111110 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 50DD3B37EADCC859EDA6F452 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 50ED196424ABC4AEAC7A6596 /* FileDescriptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileDescriptor.swift; sourceTree = ""; }; - 51022FE7C3B530D37D293E95 /* ex_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ex_data.c; sourceTree = ""; }; - 51090B88547DBA4A5141402B /* x509_cmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_cmp.c; sourceTree = ""; }; - 51091657BE1E2B49C028AE58 /* CNIODarwin.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIODarwin.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 511DF350AFFCAEE32B8747BA /* libCNIOAtomics.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOAtomics.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOAtomics.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5111C0ED1806557DCC78937F /* obj_dat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = obj_dat.h; sourceTree = ""; }; + 511DF350AFFCAEE32B8747BA /* libCNIOAtomics.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOAtomics.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOAtomics.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5137E32FAEEAC12F087D842E /* thread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread.c; sourceTree = ""; }; 5149194F9D5DBF6C7B260DA5 /* tvOSApp.267.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.267.link.params; sourceTree = ""; }; - 516AE80F0EA683A6D450C5E9 /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = ""; }; 5172D4E1050A62CAE001C60F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 51A801A7E6B68D56BA196A5E /* CNIOBoringSSL_siphash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_siphash.h; sourceTree = ""; }; + 5198D2568D4BC146DF5C49A3 /* v3_crld.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_crld.c; sourceTree = ""; }; + 51BA510AF5C4E48FE28E2FC7 /* sqrt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sqrt.c; sourceTree = ""; }; 51C679A33A6085E35E217CA9 /* iOSAppUITestSuite.189.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.189.link.params; sourceTree = ""; }; + 51C7304C8AD248D6C1F5103A /* FileRegion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileRegion.swift; sourceTree = ""; }; 51C7FBEC675B929E0604DB90 /* WidgetExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 51CD89B56B4A20C2CFF95B82 /* thread_none.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_none.c; sourceTree = ""; }; - 51D388F94F289FBE6523399B /* wrappers.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = wrappers.pb.swift; sourceTree = ""; }; + 51F5292380418C62A2AF3458 /* AddressedEnvelope.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddressedEnvelope.swift; sourceTree = ""; }; 5204FF9C1166B87FCC2CF1E9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 520AC4DFCA605F41CFB2A241 /* a_bool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bool.c; sourceTree = ""; }; - 52110E8AE01BC3E58FF50B1B /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; 521711B72267628B750723D5 /* iOS.132.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.132.link.params; sourceTree = ""; }; - 5246F657E477F6E9899546AE /* HTTPServerPipelineHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerPipelineHandler.swift; sourceTree = ""; }; - 526050A31F5E9552517E8B62 /* NIOAsyncWrappers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncWrappers.swift; sourceTree = ""; }; + 521A6C0ADC1FF19E7DEFD0DF /* connect.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = connect.c; sourceTree = ""; }; 52ABA9BC02432801B0CB0C62 /* echo_server.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 52E5F26F15864B60D0D5CBA1 /* Error+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Error+NIOSSL.swift"; sourceTree = ""; }; - 52F6ADE3288FC526BBA234D1 /* hexdump.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hexdump.c; sourceTree = ""; }; - 5317801DF3F4A33BAF8A5887 /* NIOHPACK.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHPACK.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 531B3A82A8F6CFD9915D61CF /* p256_beeu-x86_64-asm.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-x86_64-asm.mac.x86_64.S"; sourceTree = ""; }; - 53399203D0C7E8E037E611B0 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 52C99E61B7E40A0AA7CC057C /* a_mbstr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_mbstr.c; sourceTree = ""; }; + 535E758E0E855E3BACB6846C /* v3_purp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_purp.c; sourceTree = ""; }; + 53726CE8348B002B8586ED74 /* pem_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_pkey.c; sourceTree = ""; }; 538AC780760D3D219B1E0563 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 53E2812884FFD3C9733EDBCD /* BaseStreamSocketChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseStreamSocketChannel.swift; sourceTree = ""; }; + 54121E336C73B278658A1EDD /* HeaderTables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderTables.swift; sourceTree = ""; }; 541E48CBB57D40A4F23D992B /* FrameworkCoreUtilsObjC.123.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.123.link.params; sourceTree = ""; }; - 5440C4EBAD0E775E9429C1BB /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 547C64D5BA14B23CFAFD6378 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 54AB49141720D09F2B43805C /* echo_client_services_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client_services_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 54D5693133F6443CDE3C1E25 /* NIOAtomic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAtomic.swift; sourceTree = ""; }; - 550B0CB98BF08C697329FC80 /* SocketProtocols.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketProtocols.swift; sourceTree = ""; }; - 552D1D5EB047C9CE79678D02 /* exponentiation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = exponentiation.c; sourceTree = ""; }; - 5556B21F94E90B793194C111 /* NIOTSErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSErrors.swift; sourceTree = ""; }; - 558F921A997F47152EEC0F4A /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 551C35382306A30FD078966E /* ApplicationProtocolNegotiationHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationProtocolNegotiationHandler.swift; sourceTree = ""; }; + 554A92F49876D1D4E02EA828 /* SendingPushPromiseState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingPushPromiseState.swift; sourceTree = ""; }; + 554B41D703D28FB200CEB271 /* AsyncAwaitSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncAwaitSupport.swift; sourceTree = ""; }; 5594E77DB5283ADAAB33B081 /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 55D19D9FFA8D9AC206B836F6 /* libNIOEmbedded.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOEmbedded.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOEmbedded.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 55D19D9FFA8D9AC206B836F6 /* libNIOEmbedded.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOEmbedded.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOEmbedded.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 55D29E5A69734E8B805A59E8 /* echo_client.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 55E700C1EFD09A66DBBECA9B /* ClientInterceptors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptors.swift; sourceTree = ""; }; 55E8FE738BB7F86DA97B98CC /* tvOSApp.138.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.138.link.params; sourceTree = ""; }; + 55F738BA8517D61DC8F6BBC2 /* ServerHandlerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerHandlerProtocol.swift; sourceTree = ""; }; + 56267A2E8897792B7F47A242 /* pem_pk8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_pk8.c; sourceTree = ""; }; 5627F4475330326E2A9E948E /* WidgetExtension.25.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.25.link.params; sourceTree = ""; }; 562F3ED8584A0629B685EAC6 /* UIFramework.tvOS.40.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.40.link.params; sourceTree = ""; }; - 5652569158E48C3C6B60344E /* p_x25519_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_x25519_asn1.c; sourceTree = ""; }; + 565B6AA78B027E2A6A3FE486 /* chacha20_poly1305_armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_armv8.ios.aarch64.S; sourceTree = ""; }; + 5674A8DC7A7ED68EA045A76C /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 5697F5C092F07001DB48DF17 /* HTTP2ToHTTP1Codec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ToHTTP1Codec.swift; sourceTree = ""; }; + 56A608E82651CB2948C9D3CE /* HTTP2ErrorCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ErrorCode.swift; sourceTree = ""; }; 56B67B12A033710EAA61FC5C /* BasicTests.245.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.245.link.params; sourceTree = ""; }; - 57220A421247E214F490DE7A /* UniversalBootstrapSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UniversalBootstrapSupport.swift; sourceTree = ""; }; + 57200E665932EE22723E09C0 /* JSONEncodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncodingError.swift; sourceTree = ""; }; 573EB511503BA984B2217946 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 576F6256EA99B55CF6EFFD12 /* SelectorKqueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorKqueue.swift; sourceTree = ""; }; - 5793182AAE6F6F653BEA5D13 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSLShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 57A4A20731757B74A6A836A5 /* Deque.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deque.swift; sourceTree = ""; }; 57C6C7F4F954B768343904B4 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 57C95D8334053DA19D479587 /* dsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_asn1.c; sourceTree = ""; }; - 57E02B6214F608A439ADD313 /* StreamChannelList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamChannelList.swift; sourceTree = ""; }; - 57F2AFE647BD4F30878E3B1F /* _NIODataStructures.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _NIODataStructures.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 57CF3EE6A017F5E74323FF99 /* Atomics.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Atomics.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 57FD1EAC387B20E05ED647AA /* CoreUtilsObjC.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreUtilsObjC.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; - 5818FF1D939642802FD9C169 /* _UnsafeWrappedBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _UnsafeWrappedBuffer.swift; sourceTree = ""; }; + 58224855A9AA90AB1CB5945F /* LinuxUring.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxUring.swift; sourceTree = ""; }; + 5825958D982F3F25E4ECA9C7 /* JSONMapEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONMapEncodingVisitor.swift; sourceTree = ""; }; 5832BCA6AAA0BDA74545F951 /* libUtils.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libUtils.a; path = "bazel-out/CONFIGURATION-STABLE-10/bin/iOSApp/Source/Utils/libUtils.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 584CD84A7FC48ACCF5CFE86D /* shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shim.c; sourceTree = ""; }; - 58CB59B05A9E0974922C62CD /* refcount_lock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = refcount_lock.c; sourceTree = ""; }; + 5879113CCDED5406929C0F74 /* v3_akeya.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_akeya.c; sourceTree = ""; }; + 58C72728B0FEB8B8F70DA149 /* struct.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = struct.pb.swift; sourceTree = ""; }; 58D30F122A19E8A153DB1407 /* WidgetExtension.154.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.154.link.params; sourceTree = ""; }; - 58DCCD051B28B7F62F5C4A84 /* a_utctm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_utctm.c; sourceTree = ""; }; 58E2614750D918D55B03EFF2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 58F0DC0575372063744451B5 /* GetaddrinfoResolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GetaddrinfoResolver.swift; sourceTree = ""; }; 5903ABA66DEEFF5729B32A0F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 590D5B72F99DAC14060E4630 /* MixedAnswer-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixedAnswer-Swift.h"; sourceTree = ""; }; - 5932227E6992708687537398 /* LengthFieldPrepender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LengthFieldPrepender.swift; sourceTree = ""; }; - 594DE9C82EEFD3C3C61C6B8B /* ChannelHandlers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelHandlers.swift; sourceTree = ""; }; + 594980538E4E9AB258A74DA3 /* EventLoopFuture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventLoopFuture.swift; sourceTree = ""; }; 597533F8CF2F4C38138B5447 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 5982A13D6D1A07DA94D44435 /* poly1305_vec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = poly1305_vec.c; sourceTree = ""; }; + 597B4CDB90CB94EB8E27096C /* kdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = kdf.c; sourceTree = ""; }; + 59823D67BD43828B9664CAE4 /* ClientInterceptorProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptorProtocol.swift; sourceTree = ""; }; 59B34C572E2BF4CAEACFAD47 /* AltIcon-60@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AltIcon-60@3x.png"; sourceTree = ""; }; - 59C52FDBDBF5C6D608F3EF63 /* ByteBuffer-aux.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-aux.swift"; sourceTree = ""; }; - 59D41EFECD2D1B3CB5804F30 /* GRPCChannelBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCChannelBuilder.swift; sourceTree = ""; }; - 59DACBC1F37F79C68661A8E5 /* armv4-mont.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv4-mont.linux.arm.S"; sourceTree = ""; }; + 59BA1798DD39647C40C5B685 /* ContentLengthVerifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentLengthVerifier.swift; sourceTree = ""; }; + 59E3A213DA46D0D856680EF5 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 5A17B24102E63F0B04B2481E /* NIOHTTPClientUpgradeHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOHTTPClientUpgradeHandler.swift; sourceTree = ""; }; 5A1DE8230903D34ABF2C220B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + 5A297A8B4BCC44BE9F8CDD47 /* a_i2d_fp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_i2d_fp.c; sourceTree = ""; }; 5A2F45E6AFB1521C7FBFE27A /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 5A3D42786D7266A19089E4FF /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 5A90C8847ABF4612B3E09368 /* Message+AnyAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+AnyAdditions.swift"; sourceTree = ""; }; - 5AB7143FB3570C8ED009C27C /* ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctx.c; sourceTree = ""; }; + 5A4600D253AC10FF7BA15FE5 /* AtomicLazyReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicLazyReference.swift; sourceTree = ""; }; + 5A50505482A02E118C47C69D /* Server.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Server.swift; sourceTree = ""; }; 5AC15D0EF58B3C0D8B162E5A /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 5AD13BE69E32D22CAFD60966 /* CommandLineTool.232.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineTool.232.link.params; sourceTree = ""; }; 5AD2525139B98C45EC6E9793 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 5AD4C9C5E6E8E7265CEED918 /* CNIOBoringSSL_rsa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_rsa.h; sourceTree = ""; }; - 5B0DFE82A397F04DFF3CC513 /* p256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p256.c; sourceTree = ""; }; 5B1762928A1FDB764857836D /* LibFramework.watchOS.159.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.159.link.params; sourceTree = ""; }; 5B1F6C6800332163E95821E8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 5B5B973A742CC95EE5E69C88 /* ServerInterceptorContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptorContext.swift; sourceTree = ""; }; - 5B8B552A8C9A3DFE63B7B1C6 /* digestsign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digestsign.c; sourceTree = ""; }; - 5B92A02D620B6E3827AD1C6F /* hmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hmac.c; sourceTree = ""; }; - 5BB8FD5E7D1D795A28371542 /* Google_Protobuf_Wrappers+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Wrappers+Extensions.swift"; sourceTree = ""; }; + 5B3FF80ED2C13605363D0627 /* CNIOWindows.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOWindows.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 5B96B6D5A11081DDE88B312E /* p256-nistz.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "p256-nistz.c"; sourceTree = ""; }; + 5BAD88A1C629CC13315618A7 /* DebugInboundEventsHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugInboundEventsHandler.swift; sourceTree = ""; }; 5BC2EF12372639DCD08AA405 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 5BE2D260A302E03909E0F822 /* StreamEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamEvent.swift; sourceTree = ""; }; - 5C03F7BF9C5D3D3E2C5F8880 /* cmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmac.c; sourceTree = ""; }; + 5C1AED0960DAEA05FA51F981 /* _MessageContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _MessageContext.swift; sourceTree = ""; }; + 5C214B07B969147D65407719 /* LazyEventLoopPromise.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyEventLoopPromise.swift; sourceTree = ""; }; 5C26E6A87CC11D3B8729EB3F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 5C32E625AB6B15D59D974F61 /* CNIOWindows.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOWindows.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 5CB335ACDBFCC544F7EBB3BB /* Primitives.shims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Primitives.shims.swift; sourceTree = ""; }; - 5CC05620C78F7D6FBA0BCBDC /* Data+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Data+Extensions.swift"; sourceTree = ""; }; + 5CAF14390101A83D70A6A18D /* HTTP2ConnectionStateChange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ConnectionStateChange.swift; sourceTree = ""; }; 5CC6956C5DD8D7741C73B855 /* Launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Launchd.plist; sourceTree = ""; }; - 5CD8EF4F69C4DB5E5A0A9E09 /* source_context.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = source_context.pb.swift; sourceTree = ""; }; + 5CCD8577624A17BB9D773C0C /* TimeUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeUtils.swift; sourceTree = ""; }; 5CDC0B8FA09A55EA97C36B03 /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; - 5D0C771056E5365A3F5641F0 /* a_gentm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_gentm.c; sourceTree = ""; }; - 5D73500601E833F3A2475789 /* c_nio_llhttp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = c_nio_llhttp.h; sourceTree = ""; }; + 5CE18CD0A7893645EF8074EC /* rsaz_exp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsaz_exp.c; sourceTree = ""; }; + 5D1A179B0C5452718593AF16 /* ExtensionMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionMap.swift; sourceTree = ""; }; + 5D692E8E196FC35D739D807F /* Primitives.native.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Primitives.native.swift; sourceTree = ""; }; 5D7A91295AE8B8EB30E6D929 /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 5D855792F23DE6A49EB5BD9A /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 5E00D4CC667D2E953D71C4F9 /* ServerHandlerStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerHandlerStateMachine.swift; sourceTree = ""; }; - 5E19ABAD0DCD554214391055 /* LocallyQuiescingState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocallyQuiescingState.swift; sourceTree = ""; }; + 5DFA991CCAC8CECD16E80279 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 5E1C4639E33757FDE2165771 /* deterministic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = deterministic.c; sourceTree = ""; }; 5E475EBAC23D09F458C9D7A3 /* watchOSAppExtension.32.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.32.link.params; sourceTree = ""; }; - 5E6B35A91FCC49202DD89FE1 /* NIOExtrasError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOExtrasError.swift; sourceTree = ""; }; + 5E75B1F736BFD6526E3F8B64 /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = SwiftProtobuf.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 5E85EB4440738470EF41949E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 5E9261DB471B2E34468E3605 /* BSDSocketAPIPosix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPIPosix.swift; sourceTree = ""; }; + 5F1621C8C3E14B569EFF9EE5 /* Server+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Server+NIOSSL.swift"; sourceTree = ""; }; 5F1A6FC1D295484572312111 /* macOSAppUITests.55.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.55.link.params; sourceTree = ""; }; 5F293D647C98B985D9BFCCEB /* libFXPageControl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libFXPageControl.a; path = "bazel-out/CONFIGURATION-STABLE-10/bin/external/_main~non_module_deps~FXPageControl/libFXPageControl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5FCFDC181F44CA969EC0B31C /* NIOTSListenerChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSListenerChannel.swift; sourceTree = ""; }; - 5FD1879CF4C794335101D341 /* self_check.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = self_check.c; sourceTree = ""; }; + 5F712A12A75E65FB19FA337C /* AsyncTestingChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncTestingChannel.swift; sourceTree = ""; }; 5FDC9662DF6688A548ECF8A6 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; - 5FE9A5F96D5AB08AC9DE54ED /* NIO.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIO.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 5FFD35D9C47E13E88B4A52A3 /* export_symbol_list.exp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.exports; path = export_symbol_list.exp; sourceTree = ""; }; + 601A24017A9EC4DE1E71B126 /* TimeLimit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeLimit.swift; sourceTree = ""; }; 602DDB56941BA46F040941F0 /* Model.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Model.xcdatamodel; sourceTree = ""; }; 6045A52036F7DCABE541EF45 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 6056AE13F7FBCA271E34606C /* CNIOBoringSSL_ex_data.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ex_data.h; sourceTree = ""; }; + 606808295521274B3AEAC42F /* GRPCAsyncResponseStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncResponseStream.swift; sourceTree = ""; }; 60942271B5D9A37A27207F12 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 60998ED6897A47C3ADC1868F /* pem_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_pkey.c; sourceTree = ""; }; - 60A12F937BEC94AC42C0D249 /* v3_bitst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_bitst.c; sourceTree = ""; }; - 60BEAC5F5708297F2072213B /* padding.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = padding.c; sourceTree = ""; }; - 61059ADDD9EF52E73FDB4F54 /* check.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = check.c; sourceTree = ""; }; - 6114EA20FFA34E3FA068BBAF /* Interfaces.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Interfaces.swift; sourceTree = ""; }; + 60C7B52C50E8A8FEA2299C35 /* bn_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_asn1.c; sourceTree = ""; }; + 611DD0F930C7E943E8525E00 /* UserInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserInfo.swift; sourceTree = ""; }; + 611FBBF63603E3574B8826D3 /* blinding.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = blinding.c; sourceTree = ""; }; + 612A3491EDFBFA7A5F9CB0B2 /* a_strex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_strex.c; sourceTree = ""; }; + 614CDCFBB59C85B1486C1462 /* by_dir.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = by_dir.c; sourceTree = ""; }; + 619D2531C0D90C0B249A2BCC /* PlatformSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlatformSupport.swift; sourceTree = ""; }; 61A4E87CFECF73C6A96B7EBC /* MixedAnswer_objc_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_objc_modulemap-module.modulemap"; sourceTree = ""; }; + 61AD8BC86701A84E34199895 /* v3_genn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_genn.c; sourceTree = ""; }; 61AEC13DDFE5274A748B77B4 /* macOSAppUITests.184.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.184.link.params; sourceTree = ""; }; 61B203DC6BA5EF631949526B /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 61B86452F6AFB7DD50216DE1 /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; - 6215FD88E99133AB94CA1D1E /* libNIOConcurrencyHelpers.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOConcurrencyHelpers.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOConcurrencyHelpers.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 6259652C97A0CD397A3032F2 /* sha256-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-x86_64.mac.x86_64.S"; sourceTree = ""; }; + 6215FD88E99133AB94CA1D1E /* libNIOConcurrencyHelpers.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOConcurrencyHelpers.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOConcurrencyHelpers.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 621F80BE133A966A31D2ABA9 /* gcd_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcd_extra.c; sourceTree = ""; }; 62682747100850667890466E /* lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib.h; sourceTree = ""; }; + 62722D276E5F5AB0318BC3B5 /* c-atomics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "c-atomics.c"; sourceTree = ""; }; 62A3C5C493B100E4AD17EDBD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 62FA6447D9490B6986BC263B /* GRPC.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = GRPC.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 6317430589629E3A1A88B79C /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 633C32915CDE543C2EC82940 /* iMessageAppExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = iMessageAppExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; - 634E1A9B127E7B15D64192C5 /* d1_pkt.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_pkt.cc; sourceTree = ""; }; - 63699FDABC7CF33017B1BC4C /* v3_conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_conf.c; sourceTree = ""; }; 636CB8D6B2BB4127CCE16B5D /* Answer.swift.stencil */ = {isa = PBXFileReference; lastKnownFileType = file; path = Answer.swift.stencil; sourceTree = ""; }; 636E3CE914F0A9759EFD81C3 /* CommandLineTool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = CommandLineTool; sourceTree = BUILT_PRODUCTS_DIR; }; - 639173A1FF5B512D9F09936A /* Version.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = ""; }; + 63B1508CFF5A03D9B7F92F9D /* v3_ncons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ncons.c; sourceTree = ""; }; + 63E5FC486589C2A8BDDC0EB1 /* CNIOBoringSSL_asn1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_asn1.h; sourceTree = ""; }; 63F1E9AD5FEC9E2E2C24E282 /* iOSAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 63F9250FD819772F05150097 /* UnsafeRawPointer+Shims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafeRawPointer+Shims.swift"; sourceTree = ""; }; - 640811DBDD919D6804AA78C3 /* t_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_x509.c; sourceTree = ""; }; - 6414578320880FADAC2FC37B /* rand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand.c; sourceTree = ""; }; - 645CDD588E73F8C058521477 /* CGRPCZlib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CGRPCZlib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 6487D47705001D8436CB0E34 /* sha1-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 648A4C753BF726E5A63C7516 /* ByteBufferBIO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ByteBufferBIO.swift; sourceTree = ""; }; - 64B2C8FD266A927309FF4002 /* CNIOAtomics.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOAtomics.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 640FD1C258743CDF8A2FBA44 /* IOData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IOData.swift; sourceTree = ""; }; + 6418751A441DB0999D481D2E /* aes128gcmsiv-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aes128gcmsiv-x86_64.linux.x86_64.S"; sourceTree = ""; }; + 644D456911B99156F136EAC7 /* Deque+ExpressibleByArrayLiteral.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+ExpressibleByArrayLiteral.swift"; sourceTree = ""; }; + 645262A3E0A718A0CDF0D705 /* pair.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pair.c; sourceTree = ""; }; + 64CB8CEAFBA56A4D0ADB7909 /* GRPCContentType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCContentType.swift; sourceTree = ""; }; 64D876015491E8C73F775F7C /* lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lib.c; sourceTree = ""; }; - 64EDDF9861225B1A2C35204D /* CNIOBoringSSL_hkdf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hkdf.h; sourceTree = ""; }; - 64FF935C04DF257E87C89657 /* PlatformSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlatformSupport.swift; sourceTree = ""; }; - 652BCD04F7B91239D8BB7621 /* service_indicator.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = service_indicator.c; sourceTree = ""; }; - 654A56734BC3654CE20D7FB5 /* sha256-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv8.linux.aarch64.S"; sourceTree = ""; }; + 64FC2958677472DC17157AB5 /* c-nioatomics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "c-nioatomics.c"; sourceTree = ""; }; + 6519AD3995A021733935EE33 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 65689CDD728D49E33DAAAFCB /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 656D5D4876FFFF46AAB1A596 /* convert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = convert.c; sourceTree = ""; }; - 65A82E11C262555F445464F8 /* polyval.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = polyval.c; sourceTree = ""; }; - 65CBD193008D45D76BA13241 /* Server+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Server+NIOSSL.swift"; sourceTree = ""; }; - 65D11BE634FA0E0AD27C6490 /* libNIOExtras.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOExtras.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/libNIOExtras.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 65E18EAB815D16B94A54E378 /* NIOHTTPClientUpgradeHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOHTTPClientUpgradeHandler.swift; sourceTree = ""; }; - 663FF768542A81EB19667904 /* Channel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Channel.swift; sourceTree = ""; }; - 6681F8CB3126A6E868D8D5A6 /* CNIOBoringSSL_ssl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ssl.h; sourceTree = ""; }; + 65C28B5A4BD6DDDA0C3FD638 /* EventLoop+Deprecated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoop+Deprecated.swift"; sourceTree = ""; }; + 65D11BE634FA0E0AD27C6490 /* libNIOExtras.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOExtras.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/libNIOExtras.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 65E35876B285002263E61BAA /* ClientInterceptorPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptorPipeline.swift; sourceTree = ""; }; + 65F68E2E98FD5A6B40C2689A /* Call+AsyncRequestStreamWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Call+AsyncRequestStreamWriter.swift"; sourceTree = ""; }; + 669249F83AE43F5454F888E4 /* CNIOBoringSSL_arm_arch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_arm_arch.h; sourceTree = ""; }; 669C35BF974FA0D549C238E4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 66A6B78CF530E525E4C90682 /* PipePair.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PipePair.swift; sourceTree = ""; }; - 66BC0BD8B43DC9F9B3B1FA55 /* Logging.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Logging.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 66A165BBD7FED528F8CDA0BE /* IntegerConformances.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerConformances.swift; sourceTree = ""; }; + 66C1A8B232B541C708511830 /* Zeroization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Zeroization.swift; sourceTree = ""; }; 66C789BE9AAB934152F1E824 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 66CA6FE10E610708FB9F2A8C /* p_rsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_rsa_asn1.c; sourceTree = ""; }; - 670466D577FEB6B5BAE4BC25 /* pair.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pair.c; sourceTree = ""; }; - 672771CAD4F8A2AD79FA23CE /* TextFormatDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatDecoder.swift; sourceTree = ""; }; - 673A1B724E802AFF14A4A410 /* ClientStreamingServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientStreamingServerHandler.swift; sourceTree = ""; }; - 674786F2DCEA8C8E77696FC0 /* x509_lu.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_lu.c; sourceTree = ""; }; - 6795884565CAC6AAEC98A20F /* InterceptorContextList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterceptorContextList.swift; sourceTree = ""; }; - 68058C6D994691402255EA37 /* ClientConnectionConfiguration+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ClientConnectionConfiguration+NIOSSL.swift"; sourceTree = ""; }; + 66EBD34EB269C520EE91F7CB /* tls13_both.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_both.cc; sourceTree = ""; }; + 672392EE6CD7C9882EB5D7C5 /* ClientConnectionConfiguration+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ClientConnectionConfiguration+NIOSSL.swift"; sourceTree = ""; }; + 67D76F4B9DEAEFC3DFE6E942 /* p256.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p256.c; sourceTree = ""; }; + 67EAEDFF6FE29BF959F5FC59 /* cmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cmac.c; sourceTree = ""; }; + 67F79AAA2982811D8B15677F /* cpu_aarch64_win.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_win.c; sourceTree = ""; }; + 6801FF668906B20EF0BD4ABD /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 68113755D035683C8D9BF0A7 /* watchOSAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = watchOSAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 68295D403AB39EE7374DE7E8 /* CNIOBoringSSL_rand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_rand.h; sourceTree = ""; }; - 6842AFF2D0795BF4A2FD62B3 /* HTTPPipelineSetup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPPipelineSetup.swift; sourceTree = ""; }; - 68470C9849E06733B9417117 /* ServerChannelErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerChannelErrorHandler.swift; sourceTree = ""; }; 684C8E77905410E1174AA898 /* iOSAppObjCUnitTests.271.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.271.link.params; sourceTree = ""; }; - 68A51B7ECD33E5E285E6FFB7 /* FieldTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldTypes.swift; sourceTree = ""; }; - 68DCC56B662F17E817C16A93 /* hkdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hkdf.c; sourceTree = ""; }; - 68FF17E44515737D39E4E915 /* HuffmanCoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HuffmanCoding.swift; sourceTree = ""; }; 6905F8EAA9F5C72849172F18 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 6919A142F3462F6E82750EDD /* NIOTLS.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTLS.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 6931D24AE16801A86C27EDBB /* vpaes-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-x86.linux.x86.S"; sourceTree = ""; }; + 691D81F696B2C8FC6F2D84C5 /* Message+AnyAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+AnyAdditions.swift"; sourceTree = ""; }; + 694D825E401D5A76FB436586 /* SimpleExtensionMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleExtensionMap.swift; sourceTree = ""; }; + 694F4888C2B727150CED1105 /* PipeChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PipeChannel.swift; sourceTree = ""; }; 69546DF1D3F741021DF722F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 697B134F751D4AC174D89AA0 /* p_ed25519_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ed25519_asn1.c; sourceTree = ""; }; - 6987A61CBFA99B6BFCCCBA37 /* file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = file.c; sourceTree = ""; }; + 6964069A017505C9AC548DDA /* GRPCAsyncClientStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncClientStreamingCall.swift; sourceTree = ""; }; + 698EC903EF9C148E19F0428D /* AtomicBool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicBool.swift; sourceTree = ""; }; + 69CE32DEB63E5AD7FD7A2079 /* SSLConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLConnection.swift; sourceTree = ""; }; + 69D30DCEDF94331913CB3C06 /* file.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = file.c; sourceTree = ""; }; 69D3E97CC8C328FFC97BFE72 /* ExampleNestedResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = ExampleNestedResources.bundle; sourceTree = ""; }; 69DFB186783AB86403E1E897 /* iOSAppUITestSuite.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 69E53D8B8BA7057079792BAD /* CNIOBoringSSL_nid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_nid.h; sourceTree = ""; }; 69EB15DA988E9A2310D50777 /* MixedAnswer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MixedAnswer.m; sourceTree = ""; }; 6A16E87B9C6654C50D679875 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; - 6A176996D1D8FC32F72B6980 /* ghash-ssse3-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-ssse3-x86.linux.x86.S"; sourceTree = ""; }; + 6A1CB21716FEAA75FC33F20C /* NIOSSLHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLHandler.swift; sourceTree = ""; }; + 6A207A035DFD9DD9A8917ACF /* HPACKHeaders+Validation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HPACKHeaders+Validation.swift"; sourceTree = ""; }; 6A2886AE34D4BAB85DA60512 /* CommandLineLibSwiftTestsLib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineLibSwiftTestsLib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 6A45055A427C3250ADE8CCF9 /* JSONDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONDecoder.swift; sourceTree = ""; }; + 6A2C704C9630EBA433F34285 /* FieldTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldTypes.swift; sourceTree = ""; }; + 6A2CE5DCE5D71B6AFDA45958 /* socket_helper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = socket_helper.c; sourceTree = ""; }; 6A479212312D9E970C284663 /* RealAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RealAnswer.h; sourceTree = ""; }; - 6A6FD477BA5DED5E68D43156 /* Array+BoundsCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+BoundsCheck.swift"; sourceTree = ""; }; - 6A72D74B73B91C1E9D1C42AA /* ssl_transcript.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_transcript.cc; sourceTree = ""; }; - 6A7E4AD60774426367821465 /* spake25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = spake25519.c; sourceTree = ""; }; - 6AC19F9C8DE3A5D2B7D5FB51 /* PendingDatagramWritesManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PendingDatagramWritesManager.swift; sourceTree = ""; }; + 6AB5D3C3B2ADDA512C4B4C46 /* x509_d2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_d2.c; sourceTree = ""; }; + 6AC8BD35536BF2D741305D0E /* sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sign.c; sourceTree = ""; }; + 6AF14D26B7A35E29F8CA377D /* CNIOBoringSSL_hmac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hmac.h; sourceTree = ""; }; 6AF72290B50C96EEB89FEDE6 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 6AFA9DC87752766312C5E745 /* SingleStepByteToMessageDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleStepByteToMessageDecoder.swift; sourceTree = ""; }; - 6AFE5BA8D26ECF25BF200111 /* a_digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_digest.c; sourceTree = ""; }; - 6B01C654B0AD0EB6B9FC0560 /* ProtoNameProviding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtoNameProviding.swift; sourceTree = ""; }; + 6B0911D40A6B8A0553FE9510 /* GRPCAsyncServerStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncServerStreamingCall.swift; sourceTree = ""; }; 6B18D5F7D437E781C6292B88 /* echo_server_services_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server_services_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 6B6914D10511C9A8037576A3 /* RecvByteBufferAllocator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecvByteBufferAllocator.swift; sourceTree = ""; }; - 6B6F8788F622033922E1DEDD /* sha1-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-x86_64.mac.x86_64.S"; sourceTree = ""; }; + 6B4415AD42B3B2040C86AB3D /* CNIOBoringSSL_crypto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_crypto.h; sourceTree = ""; }; + 6B60F76F697848040EB4F968 /* NIOTSListenerChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSListenerChannel.swift; sourceTree = ""; }; 6BAEB60EA0138FA0598F50B5 /* c_lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = c_lib.h; sourceTree = ""; }; 6BC792567355B65054EED001 /* Utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Utils.h; sourceTree = ""; }; + 6BE17A21E74A18C3B54F9DA6 /* Zlib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Zlib.swift; sourceTree = ""; }; + 6BF79269842BC8AC9B982637 /* TextFormatEncodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatEncodingOptions.swift; sourceTree = ""; }; 6BF8C24564143A19700518EB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 6C09C00B64FF3A393561C4B7 /* CNIOBoringSSL_dtls1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_dtls1.h; sourceTree = ""; }; 6C0B4862265494F3F5546CCB /* UIFramework.tvOS.137.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.137.link.params; sourceTree = ""; }; - 6C2203F6B16DAA1D1DDD4A62 /* Deque+CustomDebugStringConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+CustomDebugStringConvertible.swift"; sourceTree = ""; }; 6C24C8C9FE5E31A1421D3C3B /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; 6C319BCFC22AFE80F338C0AF /* server_main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = server_main.swift; sourceTree = ""; }; 6C522A4DC8D4BC342CAF0BD7 /* iOSAppSwiftUnitTestSuite.191.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.191.link.params; sourceTree = ""; }; + 6C82B68BABE39BAA9BC4B2D3 /* ByteBuffer-aux.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-aux.swift"; sourceTree = ""; }; 6C8AAE694CE67E4C2505DDAC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 6C90D56C6C21F9CC88235617 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 6CA54C93C6F98AE580A67B83 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 6CBB7FDB99188624B1355206 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 6CBFBC82D29F66676935BF46 /* ConnectionPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionPool.swift; sourceTree = ""; }; - 6D0ECC54F7B4661D57CC77C8 /* ResponseContainers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponseContainers.swift; sourceTree = ""; }; - 6D13397A2C5125A11514F851 /* evp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp.c; sourceTree = ""; }; + 6CD42A066FA852CECAFA5D7E /* BaseSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseSocket.swift; sourceTree = ""; }; 6D22069ECCCEA2BFCA8E118C /* GoogleMapsCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsCore.framework; sourceTree = ""; }; - 6D6D0893E0BD4CB4D9BBA8DA /* CircularBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircularBuffer.swift; sourceTree = ""; }; + 6D84E7AD2C77F970D8BA3CE8 /* p5_pbev2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p5_pbev2.c; sourceTree = ""; }; 6D930B179BE608B2C8ACB574 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; - 6DA9A7F82F3728DF18B4590B /* Thread.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Thread.swift; sourceTree = ""; }; - 6DDBF6AA1D4CC4F8F062E554 /* CNIOBoringSSLShims.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSLShims.h; sourceTree = ""; }; + 6DAA8BB71EE60B5C2990271C /* TLSConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSConfiguration.swift; sourceTree = ""; }; + 6DC42802331FFCDE38A2C5CB /* JSONEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncodingVisitor.swift; sourceTree = ""; }; 6DF235A910F05BF0368BCFB7 /* MixedAnswer_swift_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_swift_modulemap-module.modulemap"; sourceTree = ""; }; - 6E051B519322B5F5C360937E /* UnknownStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnknownStorage.swift; sourceTree = ""; }; 6E1A83679E3ACB0567DCA3A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 6E42FAA12F121DCB4444D6B6 /* aesni-gcm-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-gcm-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 6E5959A62A0B261F5D6E944B /* ServerInterceptorStateMachine+Actions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerInterceptorStateMachine+Actions.swift"; sourceTree = ""; }; + 6E5A80EEC343C326B47A0251 /* poly1305_arm_asm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = poly1305_arm_asm.S; sourceTree = ""; }; 6E6B786D0B3A97C6E06C01C6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 6EA5CAA52E74AA8B9C1104A8 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 6EAECE5BF330FB31BF938F31 /* GoogleMaps.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = GoogleMaps.bundle; sourceTree = ""; }; - 6EE4103B4ABBFAB5C2578711 /* t1_enc.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = t1_enc.cc; sourceTree = ""; }; - 6EEBA902578D0EB83F81531A /* Atomics.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Atomics.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 6EF6646A3C826230A447B467 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 6F46554635F90705A79B1331 /* ConnectionManager+Delegates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConnectionManager+Delegates.swift"; sourceTree = ""; }; - 6F5B6DC5827179609550A011 /* aes128gcmsiv-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aes128gcmsiv-x86_64.mac.x86_64.S"; sourceTree = ""; }; - 6F76041C58BF0CF2C32B950C /* montgomery_inv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = montgomery_inv.c; sourceTree = ""; }; + 6EFC35EB344A669C749BD23A /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 6F5E2207A42CE7FEB493E991 /* RNG.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RNG.swift; sourceTree = ""; }; 6F93B061DEAD6A9C6F0A3420 /* iOS.35.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.35.link.params; sourceTree = ""; }; - 6FB5F74A24A2508DB9DFD412 /* CGRPCZlib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CGRPCZlib.h; sourceTree = ""; }; + 6FB30CC304A37F0AE1F95D5F /* SystemCallHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemCallHelpers.swift; sourceTree = ""; }; 6FC92166D9838E8767CE818C /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; 6FD3A9BF4D9FA15EC3B12744 /* UniversalCommandLineTool.109.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.109.link.params; sourceTree = ""; }; - 6FDDEB8FCEAB258E37451875 /* ServerErrorProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerErrorProcessor.swift; sourceTree = ""; }; 70007188C8078340A6AF6BF0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 7058347D1A984539A03CABE8 /* iOSAppSwiftUnitTestSuite.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 7058584004E5D2B39F92A1CC /* MaySendFrames.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MaySendFrames.swift; sourceTree = ""; }; - 706CCCE7D004727B8085A5FD /* NIOTSBootstraps.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSBootstraps.swift; sourceTree = ""; }; + 70599BF0687B9A718B9CA686 /* d1_both.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_both.cc; sourceTree = ""; }; + 706A03EE666C6A672DD0D039 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 70710A660A012489DB230AAB /* ServerSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerSocket.swift; sourceTree = ""; }; + 70B24001CEDFA220208F46C0 /* poly1305_arm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = poly1305_arm.c; sourceTree = ""; }; 70B71C416F5E59817DF61E83 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 70F330362E5A33F9185E7860 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 70FDA5BB112FCB1FBE5A8168 /* CNIOBoringSSL_crypto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_crypto.h; sourceTree = ""; }; + 70DDC77588DBA927B33DE2B5 /* ConnectionStreamsState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionStreamsState.swift; sourceTree = ""; }; 70FE2DF9AFF1CD73ACDC56B3 /* UIFramework.watchOS.31.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.31.link.params; sourceTree = ""; }; - 71246E0EDBE9101E33C6DCFF /* e_des.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_des.c; sourceTree = ""; }; + 710AF609AB33702CF277A945 /* GRPCChannelPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCChannelPool.swift; sourceTree = ""; }; + 711F65D06CEBB79384E81930 /* pkcs8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs8.c; sourceTree = ""; }; 7125EB17AEF913C7D52D532F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 7138AE0C061F569C8C9A3EB3 /* tvOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 7139B375FD0AC48FE82AE023 /* des.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = des.c; sourceTree = ""; }; - 714093AF16F6A60DDB7DC7DA /* sha1-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-586.linux.x86.S"; sourceTree = ""; }; - 715119B3C9ECE091A97FFC9C /* Google_Protobuf_FieldMask+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_FieldMask+Extensions.swift"; sourceTree = ""; }; - 7194EC0AE603E9FA0545E72A /* x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509.c; sourceTree = ""; }; + 71532E89B7995637A49C5574 /* NIOAsyncSequenceProducer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncSequenceProducer.swift; sourceTree = ""; }; + 7159816E4E45824E6D73A815 /* sha256-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-586.linux.x86.S"; sourceTree = ""; }; + 716DA5D3D45E130BE0F25DC1 /* key_wrap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = key_wrap.c; sourceTree = ""; }; + 71816A070C21B044D42F5D61 /* sha1-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-586.linux.x86.S"; sourceTree = ""; }; + 7191FE9373E0101753878464 /* CNIOBoringSSL_pkcs12.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pkcs12.h; sourceTree = ""; }; + 71CCE8914AFEA740C37100F2 /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = ""; }; + 71DA034562C60C5E95E51224 /* ecdh_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdh_extra.c; sourceTree = ""; }; 71F02505BDFBDD6190C7E8F9 /* tvOSAppUITests.56.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.56.link.params; sourceTree = ""; }; - 7212B7DB02A56CC23444E53B /* Call.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Call.swift; sourceTree = ""; }; + 7247ACF4522D3675118C1CDC /* DebugOutboundEventsHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugOutboundEventsHandler.swift; sourceTree = ""; }; 724944538D97E084147CD900 /* MixedAnswer_objc_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_objc_modulemap-module.modulemap"; sourceTree = ""; }; 72523CAD76C0778B3B5D528A /* MixedAnswer-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixedAnswer-Swift.h"; sourceTree = ""; }; 72575FA9D8C757998631CB45 /* bucket */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bucket; sourceTree = ""; }; 725782B16F1F39B9998F415A /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 725A8E85FD12CFC312D85C01 /* generic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = generic.c; sourceTree = ""; }; 726630625D9BDB56980D1FFE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 726ABEA53BE03CAFC735BADD /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 7287EC418DA274140BDB1525 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 728EB48BF105CD28DC6F93F6 /* HTTP2ChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ChannelHandler.swift; sourceTree = ""; }; 72F5D811106BB2FBA3D5EAAA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 730026E229D63A91F53E1F1A /* x86_64-mont5.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont5.mac.x86_64.S"; sourceTree = ""; }; + 7313493568E95F5936D0350A /* CNIOBoringSSL_obj_mac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_obj_mac.h; sourceTree = ""; }; 73217494D59E999C91A2C0ED /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; - 733EC2CE22B66D93D8A7FFFB /* s3_pkt.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = s3_pkt.cc; sourceTree = ""; }; + 73239C1BA55606F6DF25FC2F /* MaySendFrames.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MaySendFrames.swift; sourceTree = ""; }; + 7332BF5874A1A68F6E087718 /* CNIOBoringSSL_mem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_mem.h; sourceTree = ""; }; + 7335E6AFBF186588B80C9BB1 /* ProtobufMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtobufMap.swift; sourceTree = ""; }; 737A838B84BE6645D088B879 /* private.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private.inc; sourceTree = ""; }; - 739866E69EA6A6AF7ACAF56B /* CNIOBoringSSL_is_boringssl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_is_boringssl.h; sourceTree = ""; }; + 7380C28407CA3218DFA9123F /* _EmbeddedThroughput.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _EmbeddedThroughput.swift; sourceTree = ""; }; + 73BB645832575F409FBDAEB8 /* CNIOBoringSSL_asn1t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_asn1t.h; sourceTree = ""; }; + 73D41485C5A810BC6859CE94 /* CNIOBoringSSL_x509v3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_x509v3.h; sourceTree = ""; }; + 73F737C0B955AD1D72B891E5 /* EventLoopFuture+Deprecated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoopFuture+Deprecated.swift"; sourceTree = ""; }; 740A289F9A8080094B6D0B47 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; - 74848B71A512B00FE51D4FF2 /* libGRPC.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libGRPC.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/libGRPC.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 749659C2B12087CBF9EA4DCB /* sha1-armv4-large.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv4-large.ios.arm.S"; sourceTree = ""; }; + 741AC7B368A8258147E06CD0 /* pcy_map.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_map.c; sourceTree = ""; }; + 741B2260408BA91B7BD51238 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSLShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 74848B71A512B00FE51D4FF2 /* libGRPC.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libGRPC.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/libGRPC.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 74A3DF395E3D5D50857214BC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 7502939895DF3A5B55FDB622 /* HTTPDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPDecoder.swift; sourceTree = ""; }; - 7506243DD78DFBF48D447859 /* CNIOBoringSSL_service_indicator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_service_indicator.h; sourceTree = ""; }; 75495D2A3DF89821094A640C /* lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lib.c; sourceTree = ""; }; 754CEA6FEB88C4D8BEAEEDFC /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 7562439D7402E29C592FBB8F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 757EF251FA1C4209A3DF222D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 7587B53675AA8C093523CA34 /* ssl_asn1.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_asn1.cc; sourceTree = ""; }; 759C8220780716F3AF29A6A9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 75B404DD5808F27EB2E421F8 /* iOSAppSwiftUnitTests.144.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.144.link.params; sourceTree = ""; }; - 75B5790761EB3C96F78E0608 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 75CDAA3BBD714B6958EE1552 /* GRPCStatusAndMetadata.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCStatusAndMetadata.swift; sourceTree = ""; }; 75D6FAFFA17B30383A614478 /* CommandLineTool.103.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineTool.103.link.params; sourceTree = ""; }; + 75EA77592B321C0E88037E7B /* sha1-armv4-large.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv4-large.ios.arm.S"; sourceTree = ""; }; + 760E9079A0E24E3A98BF891A /* CNIOAtomics.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOAtomics.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 760F6E68BCA2F8BFE08A3488 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 760F83B7471B2E2E96D54773 /* SSLPKCS12Bundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLPKCS12Bundle.swift; sourceTree = ""; }; 7658E364354A9744AE44184A /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 765D55A779443534D54F2EF4 /* pkcs7_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs7_x509.c; sourceTree = ""; }; - 76616A87031F5087E085DE74 /* e_aesccm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aesccm.c; sourceTree = ""; }; - 76A158A8796F6A1973CDB308 /* poly1305_arm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = poly1305_arm.c; sourceTree = ""; }; 76AC2A928365236B9A5252B9 /* tvOSAppUITests.185.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.185.link.params; sourceTree = ""; }; - 7707080AD6BE97609F946EA2 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 7711A588CC187644646C3C68 /* TimeLimit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeLimit.swift; sourceTree = ""; }; - 771857B1F19A4C55A3E2EC6E /* GRPCAsyncBidirectionalStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncBidirectionalStreamingCall.swift; sourceTree = ""; }; - 77351C3FF25787E944CDFAA2 /* v3_cpols.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_cpols.c; sourceTree = ""; }; + 770263D3056B27C3A92F2325 /* AtomicInteger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicInteger.swift; sourceTree = ""; }; + 77061EDD0AB0469D4209B777 /* vpaes-armv7.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv7.linux.arm.S"; sourceTree = ""; }; + 77364CE361324AB53F487509 /* bytes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bytes.c; sourceTree = ""; }; 774B0C4CFF8E46EC6C99F355 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 7750A48891B797F99F840BB1 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 777046D2CF3977715408C4D7 /* verbose.cfg */ = {isa = PBXFileReference; lastKnownFileType = file; path = verbose.cfg; sourceTree = ""; }; - 7794D2111BA8C85703869127 /* tls_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tls_cbc.c; sourceTree = ""; }; + 7791F487A1B410A94F32C639 /* MulticastChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MulticastChannel.swift; sourceTree = ""; }; 77A5B9F10D2775807028E221 /* iOSAppObjCUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppObjCUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 780EC0FF383C526F67B8FCC1 /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTP2ChannelHandler+InlineStreamMultiplexer.swift"; sourceTree = ""; }; - 78109231DA2A86541D9273D6 /* cipher_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cipher_extra.c; sourceTree = ""; }; 7828A7035858CD5D2B322F59 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 786C3143C64341E98B9DD650 /* iMessageAppExtension.178.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.178.link.params; sourceTree = ""; }; 789A10BF0C046074E3F4E043 /* BasicTests.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 789ECCE753851F38E85A124E /* _AtomicsShims.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = _AtomicsShims.c; sourceTree = ""; }; 78AC89B3AA48E564CEAF3D4A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 78C0E7EC018A83B319CFE80B /* SelectorGeneric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorGeneric.swift; sourceTree = ""; }; - 78C8FCDA60CF57E493A776B3 /* co-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "co-586.linux.x86.S"; sourceTree = ""; }; + 78AF959A32315EFF92FC1BC8 /* HTTP2PipelineHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2PipelineHelpers.swift; sourceTree = ""; }; 78CAE5D944323CCE8680C06C /* tool.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 78D06BF3F4D379602F04C828 /* lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = lib.swift; sourceTree = ""; }; + 78DD65AD0E5519038DBE9C8D /* CNIOBoringSSL_hrss.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hrss.h; sourceTree = ""; }; 78E9E165B12CDE1CC6432A1A /* Utils.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Utils.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 78F6B1DBA133653A54F75E67 /* x_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_req.c; sourceTree = ""; }; - 791341AE4867229982D75CFD /* ExtensionFieldValueSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionFieldValueSet.swift; sourceTree = ""; }; + 78F5DCD7214C1DAE39C495FB /* p256_beeu-armv8-asm.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-armv8-asm.linux.aarch64.S"; sourceTree = ""; }; + 793EE9D61A05A8B370620679 /* CNIOBoringSSL_e_os2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_e_os2.h; sourceTree = ""; }; 793F1330E4C6561D25074811 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 7941C6EED52F4AC9D377B36C /* p_hkdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_hkdf.c; sourceTree = ""; }; + 79489419B3F8D99967A4F05D /* chacha.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = chacha.c; sourceTree = ""; }; + 795C3CBD60FA00CD0F941EE1 /* EventLoopFuture+WithEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoopFuture+WithEventLoop.swift"; sourceTree = ""; }; 796F9D0CA1F444FBD1188FC5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 7974FD84605CAF73C1CDA8F6 /* asn1_par.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_par.c; sourceTree = ""; }; - 798EB85F7EACD15F46A0004C /* ctr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctr.c; sourceTree = ""; }; - 79987A70DAD9E6B759BEEB0F /* SelectorEpoll.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorEpoll.swift; sourceTree = ""; }; - 79A1FA7042B0CD3C2082320F /* AnyMessageStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnyMessageStorage.swift; sourceTree = ""; }; + 798E3E07AC4626DEF0A25CB5 /* TextFormatEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatEncodingVisitor.swift; sourceTree = ""; }; + 79D61FEE5BDD88633C21AEAB /* HTTP2ToRawGRPCStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ToRawGRPCStateMachine.swift; sourceTree = ""; }; 7A0495D5952D194D867DD051 /* iOSAppSwiftUnitTests.51.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.51.link.params; sourceTree = ""; }; - 7A0A4ED6B63AF3EE83CE74F8 /* ghash-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 7A115D94A146C1CF898D7159 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 7A16578061C8BFD9761E3C39 /* rdrand-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rdrand-x86_64.linux.x86_64.S"; sourceTree = ""; }; 7A32DA21EB368F8D41E6DA1B /* liblib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-28/bin/CommandLine/CommandLineToolLib/liblib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 7A4282436AED708DC63B290A /* OutboundFrameBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutboundFrameBuffer.swift; sourceTree = ""; }; 7A53AE9C1B017C97902BCD50 /* libc_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libc_lib.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/CommandLine/swift_c_module/libc_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 7A5EB4AD6B879F05FBA1A0F2 /* CNIOBoringSSL_trust_token.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_trust_token.h; sourceTree = ""; }; 7A8C20A0EDCF71E493E03BE3 /* macOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 7AA0611A39D89B108AF5174F /* hash_to_curve.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hash_to_curve.c; sourceTree = ""; }; 7ABBA18817813C7B5DDF19F8 /* Utils.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Utils.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 7AF8C3ECEC887B2C27AE50B9 /* CustomPrivateKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomPrivateKey.swift; sourceTree = ""; }; - 7B21EFB48BDD9747DFD65F14 /* buf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = buf.c; sourceTree = ""; }; - 7B36AC1B869A4503D3D91DE4 /* FileDescriptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileDescriptor.swift; sourceTree = ""; }; - 7B3F5CEC5DB391B6B940D55D /* libCNIOLLHTTP.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOLLHTTP.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOLLHTTP.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 7AF456BC2B2FAA9055ED2648 /* e_aes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aes.c; sourceTree = ""; }; + 7B3F5CEC5DB391B6B940D55D /* libCNIOLLHTTP.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOLLHTTP.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOLLHTTP.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 7B45EFB6D23296715AF62EBB /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 7B78E12C231FF4075D971D19 /* HTTP2StreamDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamDelegate.swift; sourceTree = ""; }; 7B8B3FC064340605C65A1349 /* iOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 7BB2843F72914CC06574E0F4 /* CNIOBoringSSL_x509.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_x509.h; sourceTree = ""; }; + 7BA104D0A76B89C91BB02929 /* socket.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = socket.c; sourceTree = ""; }; 7BB28A89F10B6DD13D9788F3 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 7BBEBC2168A17147FB9A45EA /* sha1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha1.c; sourceTree = ""; }; 7BC819D342A39C6C2B8E70D7 /* macOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 7BD2B56633F92ADBA8FFF32D /* LinuxCABundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxCABundle.swift; sourceTree = ""; }; + 7C0B9B2FCAA68626F4779B95 /* v3_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_prn.c; sourceTree = ""; }; 7C40EADBAB6EEE3F3856E2ED /* macOSApp.183.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.183.link.params; sourceTree = ""; }; 7C4E6DC2BC80C3DFB2F074CC /* tvOSApp.41.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.41.link.params; sourceTree = ""; }; - 7C602E63A2C0E5AF2183AEF6 /* bn_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn_asn1.c; sourceTree = ""; }; - 7C614B8F85E98C039F4C722A /* err_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = err_data.c; sourceTree = ""; }; - 7C67DC7CA31EB19A336EFE3A /* ServerHandlerStateMachine+Handling.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Handling.swift"; sourceTree = ""; }; + 7C62357A9DFAA1B20420C447 /* UnknownStorage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnknownStorage.swift; sourceTree = ""; }; 7C92817094989724C49C8102 /* UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITests.swift; sourceTree = ""; }; - 7CA6C685935983E32FF032D5 /* CNIOBoringSSL_srtp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_srtp.h; sourceTree = ""; }; + 7C9BF69CA5EEFB93E9EDB66D /* siphash.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = siphash.c; sourceTree = ""; }; + 7CA05565B7402F1186B88AC4 /* TextFormatDecodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatDecodingOptions.swift; sourceTree = ""; }; 7CAB6D6261A03404DF4225C2 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; 7CD4E4D3DD892FE8070A870F /* FXPageControl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FXPageControl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 7D0EA3059FD6DAB2DACEBB8E /* QuiescingHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuiescingHelper.swift; sourceTree = ""; }; - 7D4C1F47061591F36ED690D6 /* NIOThreadPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOThreadPool.swift; sourceTree = ""; }; - 7DE9100313FC0493DE63B692 /* CNIOBoringSSL_blowfish.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_blowfish.h; sourceTree = ""; }; - 7E0C4A141881BE1A9D4E41B6 /* BinaryEncodingSizeVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncodingSizeVisitor.swift; sourceTree = ""; }; + 7D881A29D062EA519D0C2FB3 /* x_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_all.c; sourceTree = ""; }; + 7D8C3F5C914B947C24E3C58A /* IdentityVerification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IdentityVerification.swift; sourceTree = ""; }; + 7DC724D1E1945D396A18C00A /* CNIOBoringSSLShims.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSLShims.h; sourceTree = ""; }; + 7DE146607A44292DE7197ED6 /* p256_table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = p256_table.h; sourceTree = ""; }; + 7DE6ADF9583A6BDC477E5F42 /* timestamp.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = timestamp.pb.swift; sourceTree = ""; }; 7E16D0C3B1A292BBEE1E86A9 /* UIFramework.tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIFramework.tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7E23D284752E1136918FD21F /* HTTP2Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Error.swift; sourceTree = ""; }; - 7E301BF11503A2CFF6811849 /* IO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IO.swift; sourceTree = ""; }; 7E4C0C3FEF4CC38C5928EFF8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 7E69F0B977F8C0A12289A0C8 /* ByteBuffer-foundation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-foundation.swift"; sourceTree = ""; }; - 7EC6BBA924107BAD654A0994 /* ServerBuilder+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerBuilder+NIOSSL.swift"; sourceTree = ""; }; + 7EA571BEE168CF4364F2CCCD /* fork_detect.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = fork_detect.h; sourceTree = ""; }; + 7ED21E3B056F789CFA0CCEB8 /* NIOTSBootstraps.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSBootstraps.swift; sourceTree = ""; }; 7EDA3576A58229C3BA29FA6F /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 7EDDD85F566BB5161AB475A1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = ""; }; 7EFB85FA99269A06FB5C03F2 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; - 7F4E6BCEF2BB31A63C3195E9 /* ClientCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientCall.swift; sourceTree = ""; }; 7F5B724BDC1069B03FE231A1 /* private_lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = private_lib.swift; sourceTree = ""; }; 7F6B7F381B69B2AF2D01CC62 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 7F7109AF4A1A562973527E04 /* NameMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NameMap.swift; sourceTree = ""; }; 7F7C41909D67902BC7DA4F49 /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 7F92550C311F0B3F50D60C11 /* _MessageContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _MessageContext.swift; sourceTree = ""; }; - 7FC74D9382AB87A053C43511 /* p256_beeu-x86_64-asm.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-x86_64-asm.linux.x86_64.S"; sourceTree = ""; }; - 7FF8BBC516D83E268EE56A44 /* armv8-mont.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv8-mont.ios.aarch64.S"; sourceTree = ""; }; - 8035FDEFDCEC9C128B6B49E1 /* CNIOBoringSSL_pem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pem.h; sourceTree = ""; }; - 8047A7243D8A2F72B64D195D /* a_i2d_fp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_i2d_fp.c; sourceTree = ""; }; - 804C21347806FE35F7D8D78D /* CNIOBoringSSL_cast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cast.h; sourceTree = ""; }; - 80721336B4A3BAE7AF86AF0B /* unicode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode.c; sourceTree = ""; }; + 80237A7D2BB134DA878DB12C /* armv4-mont.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv4-mont.ios.arm.S"; sourceTree = ""; }; 80917ED0A96183672E52C90B /* iMessageAppExtension.49.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.49.link.params; sourceTree = ""; }; 8098DA3E9C604C5149E46879 /* bucket */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bucket; sourceTree = ""; }; - 80A24970EEA95132151A4BF2 /* InboundWindowManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboundWindowManager.swift; sourceTree = ""; }; 80A59322F5B4CB13A8CE3ABF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 80E1FED1E31C1D8A42AB20F4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 8104E2D3C0F12EFEC7DA26D2 /* vpaes-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-x86_64.mac.x86_64.S"; sourceTree = ""; }; + 80FB262E65550D1FCA64340F /* sha512-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv8.linux.aarch64.S"; sourceTree = ""; }; 81135670C19CDB8FEC836A4C /* LibFramework.iOS.27.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.iOS.27.link.params; sourceTree = ""; }; - 81211F34871954C613E5816E /* ReadWriteStates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadWriteStates.swift; sourceTree = ""; }; 8134FF80F7253AC3316252E9 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 8167480CED0B9C9820264713 /* sha256-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-x86_64.linux.x86_64.S"; sourceTree = ""; }; - 8173E77F103354E1B5870E6F /* bio_mem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio_mem.c; sourceTree = ""; }; + 8137D9FB06971CBA8E9503A9 /* PendingWritesManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PendingWritesManager.swift; sourceTree = ""; }; + 8140F9A6C904F860B6B81F5D /* CNIOBoringSSL_blowfish.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_blowfish.h; sourceTree = ""; }; + 81BAA548D0296248E528BAC8 /* NIOTSEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSEventLoop.swift; sourceTree = ""; }; + 81BDCBC246DDE2FA5FCD555B /* _GRPCClientCodecHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _GRPCClientCodecHandler.swift; sourceTree = ""; }; 81C8BE47E00F5276A1C1E592 /* cc_external_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_external_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 81FE035DC30CFE6A26672954 /* ClientTransport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientTransport.swift; sourceTree = ""; }; + 81E7C7EBD8FAD238F51DE4D5 /* CNIOBoringSSL_err.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_err.h; sourceTree = ""; }; + 82119B5AD4329B6C3CC1802C /* refcount_c11.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = refcount_c11.c; sourceTree = ""; }; 82167721BA77E81D2E5F3177 /* echo.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = echo.pb.swift; sourceTree = ""; }; - 8241B512CC7B77E4104DCEF4 /* NIOCloseOnErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOCloseOnErrorHandler.swift; sourceTree = ""; }; - 826026CE8D8EAF3A3E747BC9 /* JSONDecodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONDecodingError.swift; sourceTree = ""; }; + 8240CC5A09473FDD7AB3E322 /* cpu_aarch64_fuchsia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_fuchsia.c; sourceTree = ""; }; + 8257A1D57EE5D2A733C4FA07 /* CNIOBoringSSL_chacha.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_chacha.h; sourceTree = ""; }; + 826186A211999847AA94B26E /* StreamStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamStateMachine.swift; sourceTree = ""; }; 826F3457E5CAB367009F3234 /* echo_server.226.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.226.link.params; sourceTree = ""; }; - 82A020E2A2120EF9DCAF2879 /* GRPCChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCChannel.swift; sourceTree = ""; }; + 826F5BF172CBB694A8C86B02 /* x_exten.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_exten.c; sourceTree = ""; }; + 827CCB7B8DF45D4D74947BA6 /* CNIOBoringSSL_base.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_base.h; sourceTree = ""; }; + 82C0B1966754437A99C56B58 /* ext_dat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ext_dat.h; sourceTree = ""; }; 82D4B4639A5142612A8634DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 82DEF96F99EFBE58415F2089 /* x509_d2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_d2.c; sourceTree = ""; }; 82E8B9B3096F1717E8D751F7 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; 8309E2D7C8608F2DE838F89B /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 831138336E8843B0A49BCB3A /* Embedded.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Embedded.swift; sourceTree = ""; }; + 8313F4AC1651A5A649CCAAB5 /* NIOPosix.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOPosix.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 83141900A7D91F73790DC800 /* p256-x86_64-asm.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-x86_64-asm.linux.x86_64.S"; sourceTree = ""; }; 83190222B544598DDC1310D9 /* CoreUtilsObjC.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreUtilsObjC.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; - 831D2DF0E94CFD597967E2AC /* NIOExtras.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOExtras.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 83472D716D17C2A3E4A69270 /* ServerHandlerProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerHandlerProtocol.swift; sourceTree = ""; }; - 834882550188530E54C8A07D /* HPACKErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKErrors.swift; sourceTree = ""; }; - 8369F01D26D37B886CD9F172 /* aesv8-armx32.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx32.linux.arm.S"; sourceTree = ""; }; - 83777E53556DD4DEC9343534 /* x509name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509name.c; sourceTree = ""; }; - 8379DA239A4977BE4CAE6907 /* windows.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = windows.c; sourceTree = ""; }; - 83DDF7C253110E7C105812E9 /* DispatchQueue+WithFuture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DispatchQueue+WithFuture.swift"; sourceTree = ""; }; - 83DEB5E11525258D16FAFFF2 /* pool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pool.c; sourceTree = ""; }; + 834E11067619FC7EB1B36534 /* field_mask.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = field_mask.pb.swift; sourceTree = ""; }; + 83835496FF4C136F786C6E99 /* Version.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = ""; }; + 838D747CF7593A70DA59D44A /* urandom.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = urandom.c; sourceTree = ""; }; + 83C37B0E183CA0C752953FD0 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 83E1BB3EBF5C0C648CE33538 /* WriteCapturingHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WriteCapturingHandler.swift; sourceTree = ""; }; + 83F1EF5D53D8309B486CACD1 /* vpaes-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-x86_64.linux.x86_64.S"; sourceTree = ""; }; 83F5236CD826B4469E05000D /* Info.extension.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.extension.plist; sourceTree = ""; }; - 840810606A51BE9631DBABFD /* LogHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogHandler.swift; sourceTree = ""; }; - 844694B5FF1314363F61041C /* ghashv8-armx32.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx32.linux.arm.S"; sourceTree = ""; }; + 842A97832DF604970B18CE07 /* Deque+CustomReflectable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+CustomReflectable.swift"; sourceTree = ""; }; + 848AAE3BAE7AF40D0C4245BD /* conf_def.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = conf_def.h; sourceTree = ""; }; + 848DC0353B5728513C3F5439 /* rsaz-avx2.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rsaz-avx2.mac.x86_64.S"; sourceTree = ""; }; 84A133F630257C428A2E4343 /* MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 84D3E0D30D1CF067C6BAF318 /* ServerBuilder+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerBuilder+NIOSSL.swift"; sourceTree = ""; }; 84D5A42BA758970DA5410886 /* libLib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libLib.a; path = "bazel-out/CONFIGURATION-STABLE-13/bin/Lib/libLib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 852BAC463D3861ADCCB59984 /* shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shim.c; sourceTree = ""; }; - 854FCE8A4FF760FCC2352632 /* CNIOLinux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOLinux.h; sourceTree = ""; }; + 851A0F6752E3112938FDFB61 /* HPACKHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKHeader.swift; sourceTree = ""; }; + 853D5E9409882D5C1043CC16 /* UnsafeBufferPointer+Shims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafeBufferPointer+Shims.swift"; sourceTree = ""; }; + 857AD2AB18B57AEA3686766C /* Deque+Hashable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Hashable.swift"; sourceTree = ""; }; 8583B1513CC0871FB18ACAF0 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; 85895D406394B4562B7F9BB5 /* iOSApp.34.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.34.link.params; sourceTree = ""; }; - 85A2913208DE6D27F2C103B8 /* Deque+Extras.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Extras.swift"; sourceTree = ""; }; 85B5B6282E60DB90099C469F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 85E62AD993F8A57DFF692156 /* vpaes-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-x86_64.linux.x86_64.S"; sourceTree = ""; }; + 85E142201727CB93B5165BD0 /* AsyncTestingEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AsyncTestingEventLoop.swift; sourceTree = ""; }; 85E7714EA831CA635017CD09 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; 8608C7C413834BA645658B96 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8616F7343220191054F62966 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 863DE39AC6F83150C3F9539B /* pbkdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pbkdf.c; sourceTree = ""; }; - 86A8CDF268896FB4F50CBE81 /* dsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa.c; sourceTree = ""; }; + 86AF8E7FB241D58B24E48ABA /* CNIOBoringSSL_des.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_des.h; sourceTree = ""; }; + 86B4ADF1189187C0083BC4B0 /* chacha20_poly1305_x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_x86_64.linux.x86_64.S; sourceTree = ""; }; + 86C3058058C8C25590618C58 /* HTTPServerProtocolErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerProtocolErrorHandler.swift; sourceTree = ""; }; 86D7CCDBD0CDEAAAEDF3C86E /* AppClip.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AppClip.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 86E7D979AC5E45415703A05B /* CNIOLinux.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLinux.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 870639E342CC9673F776A2E2 /* duration.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = duration.pb.swift; sourceTree = ""; }; + 8710EC1714CCD5965FD46BB8 /* HTTPServerPipelineHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerPipelineHandler.swift; sourceTree = ""; }; 871717E7EBD3BE1E4A67ABE6 /* iOSAppObjCUnitTestSuite.61.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.61.link.params; sourceTree = ""; }; - 8727056EE2D21E449513424E /* asn1_compat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_compat.c; sourceTree = ""; }; - 872D94DFF56F8ACA7E7C3AE5 /* atomics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = atomics.swift; sourceTree = ""; }; - 87502DD5CA9F0FFB54999001 /* p_ec_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ec_asn1.c; sourceTree = ""; }; 875CA26FB8119C039F89E8E6 /* watchOSApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = watchOSApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 876CC59FF42C4250BC4ECFD4 /* BSDSocketAPIWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPIWindows.swift; sourceTree = ""; }; 8782496D7D7A013102474DAC /* private_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = private_lib.c; sourceTree = ""; }; - 878E7ADC38DF9AA64C2D7933 /* NIOAsyncWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncWriter.swift; sourceTree = ""; }; - 87A3337D70FCD5B7ECEA3262 /* WatermarkedFlowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatermarkedFlowController.swift; sourceTree = ""; }; 87B4E504E617C4CC332C884A /* AppClip.119.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.119.link.params; sourceTree = ""; }; - 87C9D194247E3931ABE494B7 /* GRPCAsyncResponseStreamWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncResponseStreamWriter.swift; sourceTree = ""; }; + 87C92B9A11C174881028E696 /* ClientConnection+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ClientConnection+NIOSSL.swift"; sourceTree = ""; }; + 87C94FA25434A240F458216F /* PointerHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointerHelpers.swift; sourceTree = ""; }; + 87CFE3C69F7E614DAD566AE8 /* ExtensionFields.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionFields.swift; sourceTree = ""; }; 87D8A1CA25C96B8BDED3C411 /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 87F1FC810BBDE5BBCD8B9CB2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 880172C2CC8D75AEC3EE1190 /* NIOHTTPObjectAggregator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOHTTPObjectAggregator.swift; sourceTree = ""; }; + 87FDDABCA045C6A56C5D338D /* ConvenienceOptionSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvenienceOptionSupport.swift; sourceTree = ""; }; 8813E4AF733219222635B8BF /* macOSLib.framework.182.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSLib.framework.182.link.params; sourceTree = ""; }; - 88233F088AF85CBBE1ECBA08 /* fips_shared_support.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fips_shared_support.c; sourceTree = ""; }; - 88618C85919B3A8C708D9313 /* e_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_null.c; sourceTree = ""; }; - 887CBFF4826CA3A77DB4EEE6 /* CNIOBoringSSL_objects.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_objects.h; sourceTree = ""; }; - 888F5F4EB000059A6076039D /* SSLContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLContext.swift; sourceTree = ""; }; - 88A1B41522C003CDCC4F37F5 /* tasn_new.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_new.c; sourceTree = ""; }; + 8870745C32E539830EA07D30 /* NIOEmbedded.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOEmbedded.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 888AD1CC1A26175D43B99409 /* CNIOBoringSSL_ctrdrbg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ctrdrbg.h; sourceTree = ""; }; 88BBF582F89963D90B2163E2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 88BF95950FA256D32FF04ABA /* mode_wrappers.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mode_wrappers.c; sourceTree = ""; }; - 89AE6772321ABB860C330F88 /* HTTPTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPTypes.swift; sourceTree = ""; }; - 8A02158B981DCD3AF89DEFAE /* rsa_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_print.c; sourceTree = ""; }; + 88CB182166E83BF91D588AA8 /* InboundEventBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboundEventBuffer.swift; sourceTree = ""; }; + 88DB294B9AF9C198D7EE514C /* SelectorUring.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorUring.swift; sourceTree = ""; }; + 8915369062F203A5DE5B20CF /* e_rc4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc4.c; sourceTree = ""; }; + 89327E05E8CCB27D6D4BB79F /* NIOSSL.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOSSL.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 894869AA8130F1C9E82CEE32 /* Socket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = ""; }; + 89CE0B4DAF50055A90BC1CE4 /* sha1-armv4-large.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv4-large.linux.arm.S"; sourceTree = ""; }; 8A1F51EE4E0FF0009E6B72F2 /* GoogleMapsBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsBase.framework; sourceTree = ""; }; 8A2CF6EB8A422F3F7DEA9DEC /* FrameworkCoreUtilsObjC.155.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.155.link.params; sourceTree = ""; }; - 8A4DD4A1DBDDF49F6B88D3E5 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 8A7611398BC5C9B32CD33497 /* pem_xaux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_xaux.c; sourceTree = ""; }; - 8A950E763E703D2F24B1586C /* handshake_server.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = handshake_server.cc; sourceTree = ""; }; - 8ADE6032DB012EB5A653BBB2 /* util.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = util.c; sourceTree = ""; }; - 8B1055E9F29C1902AC216516 /* SystemCallHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SystemCallHelpers.swift; sourceTree = ""; }; + 8A3633C30B764B442A048727 /* GRPCStatusMessageMarshaller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCStatusMessageMarshaller.swift; sourceTree = ""; }; + 8A427CA8CC2AA6DCAAF5C782 /* Deque._Storage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deque._Storage.swift; sourceTree = ""; }; + 8A7FB7D28C57BAE2E45953F7 /* GRPCChannel+AsyncAwaitSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GRPCChannel+AsyncAwaitSupport.swift"; sourceTree = ""; }; + 8A93D3AC5988B830B12D9237 /* aesni-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-x86.linux.x86.S"; sourceTree = ""; }; + 8AACB12B85E75D920C963C96 /* BSDSocketAPIWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPIWindows.swift; sourceTree = ""; }; + 8AB089E4777347AA9C43F3AB /* CNIOLLHTTP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOLLHTTP.h; sourceTree = ""; }; + 8AE38743AF554BBC4A02310F /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 8AED7903C6239384B40C4374 /* IndexedHeaderTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndexedHeaderTable.swift; sourceTree = ""; }; + 8B02BB61B070034CEDB931BD /* ByteBuffer-lengthPrefix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-lengthPrefix.swift"; sourceTree = ""; }; 8B1CB69ADBD44122F128A260 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 8B353BEEFCC1BAA93AB677DF /* digests.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digests.c; sourceTree = ""; }; - 8B78EFC07AD8747589B9EEF2 /* ServerStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerStreamingCall.swift; sourceTree = ""; }; + 8B69DC3DF550D17C354ABDE6 /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = SwiftProtobuf.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 8BACF62D75893C355C6DDABE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8BD27F75CF5A4741DEE8D32E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8BE45F25CA497E2D79A36D83 /* NIOHPACK.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHPACK.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 8BF9E867B524FAFB96186891 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8BFAB1696B972AF5FB33806C /* x25519-asm-arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x25519-asm-arm.S"; sourceTree = ""; }; + 8C43EA14949D5909F8EC100C /* a_object.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_object.c; sourceTree = ""; }; + 8C465A0C78E2563F29695E65 /* HTTPTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPTypes.swift; sourceTree = ""; }; + 8C4A68AB64006DAB89C00D7C /* NIOAtomic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAtomic.swift; sourceTree = ""; }; 8C4BE4CE32DBE8ADD0DF4D47 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 8C646023798780C80C0820C3 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 8C7AC53549C60100A241159E /* TLSVerificationHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSVerificationHandler.swift; sourceTree = ""; }; - 8C944412E15A09A11D63D62E /* PosixPort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PosixPort.swift; sourceTree = ""; }; + 8CAA403D64322765B3981222 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 8CB28A5D09C970D90CD52EED /* a_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_print.c; sourceTree = ""; }; 8CD2681FF92A3EF76D38D118 /* WidgetExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetExtension.swift; sourceTree = ""; }; + 8CE090EEE540682649393DF5 /* ConnectionManager+Delegates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConnectionManager+Delegates.swift"; sourceTree = ""; }; + 8CF2F4F380A0970866612234 /* ReadWriteStates.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadWriteStates.swift; sourceTree = ""; }; 8D0791E47ACEC5E52A50EE74 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D1C3274E698C0F339AC7EE1 /* UITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestsLaunchTests.swift; sourceTree = ""; }; - 8D1CB31C9501E8B0640ECB0D /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOFoundationCompat.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 8D1DA608244B84BCC5AECA84 /* UniversalBootstrapSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UniversalBootstrapSupport.swift; sourceTree = ""; }; - 8D2972E2604CA779B461ABAD /* SendingWindowUpdateState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingWindowUpdateState.swift; sourceTree = ""; }; - 8D710A1FAC23A91F78AD8C58 /* CompressionAlgorithm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompressionAlgorithm.swift; sourceTree = ""; }; 8D7464B1BB5A4FEFDA213BD6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 8D90FB94DE7A92F082A204FC /* padding.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = padding.c; sourceTree = ""; }; 8D96A4C80D11827024616BEA /* lib3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib3.h; sourceTree = ""; }; - 8DB46DE0781AEA240746E54D /* Deque+Equatable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Equatable.swift"; sourceTree = ""; }; - 8DCF93DBA52E0C57F939F541 /* Exports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Exports.swift; sourceTree = ""; }; + 8DC69EF722970BEF57F9B7E2 /* x86_64-mont.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont.mac.x86_64.S"; sourceTree = ""; }; + 8DC85FA03F0EF606CFC5E363 /* SSLPKCS12Bundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLPKCS12Bundle.swift; sourceTree = ""; }; 8DD3F821E51F622E4DA16F5F /* Lib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 8DDE2BA723C26471E0185997 /* vpaes-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-x86_64.mac.x86_64.S"; sourceTree = ""; }; 8E058A90C6C5D2C363871515 /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 8E0E5E623B5056B6D759BB12 /* chacha20_poly1305_armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_armv8.linux.aarch64.S; sourceTree = ""; }; 8E205A52812E240195D79B15 /* iOSApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOSApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 8E2EE39A12108D6492D2D2A6 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 8E36BC3B1670289B2D40122C /* cc_external_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_external_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 8E780DD361E9AE85F009BBC9 /* gcm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcm.c; sourceTree = ""; }; 8EBF7FFE1FD0B0A9CB67806E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8EF2F35351356F773D344694 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; + 8EF6913C3E9F7250F314AFDD /* tasn_fre.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_fre.c; sourceTree = ""; }; 8EF9F883EC6D1B273864CF9B /* tvOSApp.170.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.170.link.params; sourceTree = ""; }; + 8F0C1BC74220BDCCD2507290 /* NIOThreadPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOThreadPool.swift; sourceTree = ""; }; 8F494EEFF90BADAEC2F08D9E /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; 8F658F4688B49C2590BB3ACF /* tvOSAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tvOSAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 8F6870C62A9399A20682B24B /* key_wrap.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = key_wrap.c; sourceTree = ""; }; 8F6CF34A778B38F083977DD9 /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 8F8ABE16C0F2361457D41784 /* CNIOBoringSSL_pkcs7.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pkcs7.h; sourceTree = ""; }; 8F8D160EC9BF32A3AF6EDDA4 /* UIFramework.iOS.125.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.125.link.params; sourceTree = ""; }; - 8FB36D7D5CDFB40647F4C8ED /* CNIOBoringSSL_ecdsa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ecdsa.h; sourceTree = ""; }; + 8FAAC026EFF47DD4DCF29B18 /* p_dsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_dsa_asn1.c; sourceTree = ""; }; 8FDB218748D0F84FD4008CBE /* watchOSAppUITests.58.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.58.link.params; sourceTree = ""; }; + 8FE8BFB68E22AE21232B1FF8 /* print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = print.c; sourceTree = ""; }; 8FFA3AE1B13F009CFC56F36C /* lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib.h; sourceTree = ""; }; - 9013985E69C649BA633ED633 /* c_nio_http.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_nio_http.c; sourceTree = ""; }; - 902386A796C4264D6D699423 /* GRPCHeaderName.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCHeaderName.swift; sourceTree = ""; }; - 9029F0F689B554776C387D64 /* a_dup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_dup.c; sourceTree = ""; }; + 90447FB6102C1A9991A97B87 /* MarkedCircularBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MarkedCircularBuffer.swift; sourceTree = ""; }; + 905C79DA513D635DC8712AA9 /* unicode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = unicode.c; sourceTree = ""; }; 9072D771C7B88A3C208AA55F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 9074AD2BA354AE322A39E68E /* _AtomicsShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _AtomicsShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 907799D5E5F7840F592166CE /* NIOAsyncSequenceProducer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncSequenceProducer.swift; sourceTree = ""; }; - 9080E9EEAC2B07AADE5A244C /* UnsafeMutableBufferPointer+Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafeMutableBufferPointer+Utilities.swift"; sourceTree = ""; }; - 90AE2DE688754E20F07671DD /* HTTPHeaderValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPHeaderValidator.swift; sourceTree = ""; }; + 907A7D4594D335AC3967D5E0 /* x509spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509spki.c; sourceTree = ""; }; 90CFB6EF0D91C328C13F3540 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; - 90DBFE132938ED7436F36988 /* tls13_server.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_server.cc; sourceTree = ""; }; + 90E6D956A2EAC8A1E6101DC3 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; 90FC1B8C28EBA9669CB888E0 /* LibFramework.watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LibFramework.watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9109C6A17F8347F74D448ACD /* CNIOBoringSSL_nid.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_nid.h; sourceTree = ""; }; - 9125ECF62DF24A05719D2C0D /* cpu_arm_linux.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cpu_arm_linux.h; sourceTree = ""; }; - 9129A87140A32FAF200771B4 /* gcd_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcd_extra.c; sourceTree = ""; }; - 91455A55347CCACFB4BCF396 /* x509_v3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_v3.c; sourceTree = ""; }; - 9174F6F3037FE77D3B857DFA /* x509_ext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_ext.c; sourceTree = ""; }; - 917F91FDFE5736F0D514E516 /* CNIOBoringSSL_curve25519.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_curve25519.h; sourceTree = ""; }; - 918D0271A4885A663A565BA1 /* DecompressionLimit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DecompressionLimit.swift; sourceTree = ""; }; - 91A1147DD597C758908889DA /* x509cset.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509cset.c; sourceTree = ""; }; - 91DD600097B941D748459DC2 /* tasn_dec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_dec.c; sourceTree = ""; }; - 91EE8713FA37931151B8649B /* struct.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = struct.pb.swift; sourceTree = ""; }; - 91F8FA63EDAF6C09D43EF3F4 /* p256_beeu-armv8-asm.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256_beeu-armv8-asm.linux.aarch64.S"; sourceTree = ""; }; + 911C0361E4C3E9E6244DD19B /* CNIOBoringSSL_buf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_buf.h; sourceTree = ""; }; + 912100C3370A9623D88B3692 /* tls_record.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls_record.cc; sourceTree = ""; }; 920FA6EAB725970301FEAAA2 /* iOSAppObjCUnitTestSuite.190.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.190.link.params; sourceTree = ""; }; - 9258FA8ABB3E31385BC0621D /* GRPCChannelPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCChannelPool.swift; sourceTree = ""; }; + 922F1E21895AD0629CB7D78F /* HTTP2Stream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Stream.swift; sourceTree = ""; }; + 926E68911FE76F0F11163983 /* v3_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_lib.c; sourceTree = ""; }; + 92713A07AFB95B7E486D1628 /* v3_pci.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pci.c; sourceTree = ""; }; + 927F23650FD750B48F0E3841 /* MultiThreadedEventLoopGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiThreadedEventLoopGroup.swift; sourceTree = ""; }; 929CF6BD56C64D71F0D783F7 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 92CB230F8AC2C80FBE6189AA /* a_verify.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_verify.c; sourceTree = ""; }; - 92DC3F8FC80766098037EEF5 /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = ""; }; - 92F01D6D4C04CF2FEEB00DFF /* aesni-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-x86.linux.x86.S"; sourceTree = ""; }; - 931FB01DC911F473BD177D0B /* ber.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ber.c; sourceTree = ""; }; + 92A436C40486F776F5A54D5E /* GRPCTimeout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCTimeout.swift; sourceTree = ""; }; + 92C8AAC72E5AFBDE9685E7E3 /* FileDescriptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileDescriptor.swift; sourceTree = ""; }; + 92D219284ABA9E84B3390603 /* SelectableEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectableEventLoop.swift; sourceTree = ""; }; 935979A495E5E9C7CCB34D25 /* iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 937BAA241BBC8FA37077BCF6 /* ReceivingPushPromiseState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingPushPromiseState.swift; sourceTree = ""; }; + 9384E501C99EF7C513C2C435 /* AsyncAwaitSupport+OldXcodes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AsyncAwaitSupport+OldXcodes.swift"; sourceTree = ""; }; 93AC2DE4D77CA0FB2B2F39E7 /* iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 93DE09917CBBADBF5F2C63BD /* Utils.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Utils.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 93E532868D59AC12A52D3C3D /* CNIOBoringSSL_ec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ec.h; sourceTree = ""; }; 93EDB0B78D956D8C9A7A5215 /* iOSAppSwiftUnitTests.180.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.180.link.params; sourceTree = ""; }; - 93F1AA68B4A96C0F73CBAFEB /* CGRPCZlib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CGRPCZlib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 94117C95EA29B9C3A3807DA0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 94243AFAC8811395B0450807 /* md32_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = md32_common.h; sourceTree = ""; }; 942AC15BFA9A8AC0B2E6121D /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 942AC61B6B22D4BC160D95FB /* iOSAppSwiftUnitTestSuite.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 94438C81B8A238F4CA03443F /* sha512-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv8.ios.aarch64.S"; sourceTree = ""; }; 9447B3649FBDE141A9E97B68 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 944C9FF18965041090CE3361 /* vpaes-armv7.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv7.ios.arm.S"; sourceTree = ""; }; 9494DDEF2C1D021E02AC6BF5 /* UIFramework.iOS.254.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.254.link.params; sourceTree = ""; }; 94B6E99A42AF4D40E5C64BE1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 950600F56ED34BB31B49196F /* NIO.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIO.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 955A368C2BE67F6ECAAED160 /* NIOExtras.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOExtras.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 9564BB4A689698B070B316A2 /* NameMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NameMap.swift; sourceTree = ""; }; + 94FCA96D409E8B7032A38CDD /* a_octet.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_octet.c; sourceTree = ""; }; 956D0FA04D55322742BF63C1 /* lib2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib2.h; sourceTree = ""; }; 956E245A7AF642E6749F401B /* macOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 959160338B29F2E5D8A2E26E /* CNIOBoringSSL_hpke.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hpke.h; sourceTree = ""; }; - 95A549D74576B5D8DBA22976 /* CNIOBoringSSL_evp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_evp.h; sourceTree = ""; }; + 958327DDE7B09A152BD8EBB7 /* TLSVerificationHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSVerificationHandler.swift; sourceTree = ""; }; 95E61198EDB81BDAEDCD2ED5 /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 963094192D1119E9A276808A /* PoolManagerStateMachine+PerPoolState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PoolManagerStateMachine+PerPoolState.swift"; sourceTree = ""; }; - 9631F0C3203DF270B07FE15C /* JSONMapEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONMapEncodingVisitor.swift; sourceTree = ""; }; - 9671458171BC43451BAB7CBC /* NIOTSEventLoopGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSEventLoopGroup.swift; sourceTree = ""; }; + 962B1270530B2D87F0F817D6 /* CNIOBoringSSL_obj.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_obj.h; sourceTree = ""; }; 9676FE3B6B91C1A095EBC046 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = es; path = es.lproj/unprocessed.json; sourceTree = ""; }; + 967DDC2B3143225C658C95C8 /* GRPCPayload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCPayload.swift; sourceTree = ""; }; 9684CB58F3C2E2909DBDD0BD /* iOSAppUITestSuite.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 96864A6A00A037CB12BB22F9 /* a_time.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_time.c; sourceTree = ""; }; 969BCBE5CB5F7458CA998194 /* libprivate_swift_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_swift_lib.a; path = "bazel-out/CONFIGURATION-STABLE-28/bin/CommandLine/CommandLineToolLib/libprivate_swift_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 96B2DB808D6101795CCC6472 /* WireFormat.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WireFormat.swift; sourceTree = ""; }; - 96EEE55D89B3B5E66143D1B8 /* ec_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_key.c; sourceTree = ""; }; + 96B609CFD53CCD4FAF9F961C /* Message+JSONAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+JSONAdditions.swift"; sourceTree = ""; }; + 96F86C9CB63F6C3323494783 /* CallDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallDetails.swift; sourceTree = ""; }; 972E925E2DB489BA3B138399 /* iOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 975FF9F64120EA88F24C0311 /* x_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_x509.c; sourceTree = ""; }; - 97701DCF27575AA37BC963B4 /* cpp_magic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cpp_magic.h; sourceTree = ""; }; - 97A71AC1FDF0BC52E4564407 /* pem_pk8.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_pk8.c; sourceTree = ""; }; - 97E890AD91AD6F6B8B9E576C /* p_ec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ec.c; sourceTree = ""; }; + 97315DEF5279D3D89A53E9B9 /* GRPCSendable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCSendable.swift; sourceTree = ""; }; + 9732E6F4E214F1B82EF71CCE /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 9759956C8EFFCB821098F105 /* dsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dsa_asn1.c; sourceTree = ""; }; + 97DBA0C856BE5B14FAA6AD5D /* Utilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utilities.swift; sourceTree = ""; }; + 9826C734E1F2EFA5A4D12DE0 /* gcm_nohw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcm_nohw.c; sourceTree = ""; }; 983F3F848E089607DDD4A751 /* macOSLib.framework.53.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSLib.framework.53.link.params; sourceTree = ""; }; - 983FE17FAC901F5600F15170 /* SafeCompare.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafeCompare.swift; sourceTree = ""; }; 98825EDE967502070E450731 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 98BBAF7B25194D9B3B028566 /* HeaderTables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderTables.swift; sourceTree = ""; }; - 990DA2071818487111C96F6D /* evp_ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp_ctx.c; sourceTree = ""; }; + 9898C9B14349017AF916C59E /* NIOTSListenerBootstrap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSListenerBootstrap.swift; sourceTree = ""; }; + 98A379F9F50E1108BDF06A25 /* e_rc2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc2.c; sourceTree = ""; }; + 98B037D2779C92B31E152758 /* ssl_x509.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_x509.cc; sourceTree = ""; }; + 98B8B45FD235698679A9C3D8 /* TCPOptions+SocketChannelOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TCPOptions+SocketChannelOption.swift"; sourceTree = ""; }; + 98DE262202E5DF262F0C663F /* fips.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fips.c; sourceTree = ""; }; 99122958932A59DD97359B3B /* bucket */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bucket; sourceTree = ""; }; - 99530A2E2F4E5A8BEFDF8C2B /* libNIOSSL.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOSSL.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libNIOSSL.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 99DF0C5921CD5A7A1E20A84B /* CNIOBoringSSL_cpu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cpu.h; sourceTree = ""; }; + 9921C8D62E9AACA141D1938D /* md5-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "md5-586.linux.x86.S"; sourceTree = ""; }; + 99530A2E2F4E5A8BEFDF8C2B /* libNIOSSL.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOSSL.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libNIOSSL.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9966D383C9150C47B873E7D5 /* LengthFieldBasedFrameDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LengthFieldBasedFrameDecoder.swift; sourceTree = ""; }; + 9986D259B3A138FEF239F6C8 /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLLHTTP.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 998EB5E34800BDDAB5B7479B /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 99AE778F1629146ADBAA8DC7 /* SubjectAlternativeName.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubjectAlternativeName.swift; sourceTree = ""; }; + 99D2602CE0CB60899AB26433 /* HTTP2CommonInboundStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2CommonInboundStreamMultiplexer.swift; sourceTree = ""; }; 99E2337032E558F62FD5C809 /* SwiftUnitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUnitTests.swift; sourceTree = ""; }; - 99F4163D17E62BB86813CC7E /* Compatibility.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Compatibility.swift; sourceTree = ""; }; - 9A0E51CA3BC195C103AAFE34 /* p5_pbev2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p5_pbev2.c; sourceTree = ""; }; - 9A370F6D3EBB2DA346DC8F5C /* MultiplexerAbstractChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiplexerAbstractChannel.swift; sourceTree = ""; }; 9A448C0F1DFCEA5B24F933C0 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 9A6990900118547EB5112C65 /* Google_Protobuf_Any+Registry.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Any+Registry.swift"; sourceTree = ""; }; - 9A9D93905432E89845927463 /* NIOAsyncSequenceProducerStrategies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncSequenceProducerStrategies.swift; sourceTree = ""; }; - 9AC82BDEF904FC223C2FA248 /* simple_mul.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = simple_mul.c; sourceTree = ""; }; + 9A8FD0E25BA5CF691BF1B170 /* digests.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digests.c; sourceTree = ""; }; + 9AAE1D18CD77A4C0D945F863 /* ControlFrameBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlFrameBuffer.swift; sourceTree = ""; }; 9ACA1EF06889A05593547D7E /* tool.20.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.20.link.params; sourceTree = ""; }; 9AFC905E77F5D390E3C054CA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 9AFD54271421FB2E20F76CBA /* Intents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intents.swift; sourceTree = ""; }; - 9B1276F29D5DFEA28051AEF6 /* JSONDecodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONDecodingOptions.swift; sourceTree = ""; }; - 9B22BB6B408BA5B8595323AE /* tls_record.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls_record.cc; sourceTree = ""; }; - 9B34E4231BAB348B1061089D /* NIOHTTP1.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP1.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 9B47271BD1A22B7071CA4B9C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 9B4DE5A33BE734D9530B781F /* BinaryDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDecoder.swift; sourceTree = ""; }; + 9B55DD49745687B86487FAC6 /* curve25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = curve25519.c; sourceTree = ""; }; 9B5BE8582007B07E0686BEE6 /* libfoo.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libfoo.dylib; sourceTree = ""; }; - 9B92524B8859DB87B22B4790 /* ecdh_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdh_extra.c; sourceTree = ""; }; + 9B87189BBABF543B38B2C70D /* getrandom_fillin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = getrandom_fillin.h; sourceTree = ""; }; 9BAE7061DC999B5477D957FB /* libcc_lib_defines.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libcc_lib_defines.a; path = "bazel-out/CONFIGURATION-STABLE-2/bin/cc/lib/libcc_lib_defines.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 9BBF28F4B564C328D47B31A4 /* iOSApp.260.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.260.link.params; sourceTree = ""; }; + 9BF639AA8F8C2E4E50D7FA5A /* chacha-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv8.ios.aarch64.S"; sourceTree = ""; }; + 9BFB06B975FDCA4DE0A027D7 /* ChannelOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelOption.swift; sourceTree = ""; }; 9C2CD9470070C6E819C58F85 /* LibFramework.watchOS.127.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.127.link.params; sourceTree = ""; }; 9C4E3DA71F4F122F83E8D303 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; - 9C8589A7ABDBF775293B0C51 /* IntegerTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerTypes.swift; sourceTree = ""; }; - 9CB968CCE35B0F8B449A06FB /* cipher.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cipher.c; sourceTree = ""; }; - 9CBFBC7D61E4FE2D00DBBE83 /* AddressedEnvelope.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddressedEnvelope.swift; sourceTree = ""; }; - 9CC824605EC82C7949BA5740 /* CNIOBoringSSL_type_check.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_type_check.h; sourceTree = ""; }; - 9CCD96F6CA0AE1354DB43B9D /* v3_crld.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_crld.c; sourceTree = ""; }; - 9CCF7509EC90D19C7BCADFB6 /* libDequeModule.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libDequeModule.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/libDequeModule.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 9D0085AD01830D71ECEE30ED /* Version.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = ""; }; - 9D0567945BE8107E419399F9 /* base64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = base64.c; sourceTree = ""; }; + 9C87A410B11379DCF732932B /* CNIOBoringSSL_bio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_bio.h; sourceTree = ""; }; + 9CCF7509EC90D19C7BCADFB6 /* libDequeModule.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libDequeModule.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/libDequeModule.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 9D16F2C289FE152F7375A4DD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 9D22DFAE5127FBA77FF3ECFD /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + 9D334E0AD850490B58C07CFA /* MayReceiveFrames.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MayReceiveFrames.swift; sourceTree = ""; }; 9D43DF405F8552589305B5B5 /* ExtensionAssets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ExtensionAssets.xcassets; sourceTree = ""; }; 9D5EF7589979407840A31CC5 /* libprivate_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_lib.a; path = "bazel-out/CONFIGURATION-STABLE-28/bin/CommandLine/CommandLineToolLib/libprivate_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 9D8F380C8D5E4DAA47B2915F /* libNIOCore.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOCore.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOCore.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9D8F380C8D5E4DAA47B2915F /* libNIOCore.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOCore.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOCore.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9DA0178EAA552E9F365263A3 /* armv4-mont.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "armv4-mont.linux.arm.S"; sourceTree = ""; }; 9DAA94808C8798C680823E4E /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; 9DB07643FA36CBA50B3F6CF8 /* LibFramework.tvOS.39.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.39.link.params; sourceTree = ""; }; - 9DEB81C28DAD9F6773C348CB /* HTTP2FlowControlWindow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2FlowControlWindow.swift; sourceTree = ""; }; + 9DBBCDF1A85D99F08F57280C /* x509_v3.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_v3.c; sourceTree = ""; }; + 9DBCA18CF5BD7E97DA9F3051 /* ByteBuffer-int.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-int.swift"; sourceTree = ""; }; 9DFAAAEADF326105279701BC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 9EA98AD1D0F11BBBF6B8A659 /* ProtobufAPIVersionCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProtobufAPIVersionCheck.swift; sourceTree = ""; }; - 9EAA5EBE59B7B2E0CED747F5 /* HasLocalSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HasLocalSettings.swift; sourceTree = ""; }; + 9E466C7C87DCBA22A4F2C0BD /* JSONRPCFraming+ContentLengthHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JSONRPCFraming+ContentLengthHeader.swift"; sourceTree = ""; }; + 9E5B450F2888A67A58FABD46 /* UnaryServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnaryServerHandler.swift; sourceTree = ""; }; + 9E8AB016A894BD2728F9AEF7 /* CNIOBoringSSL_ecdh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ecdh.h; sourceTree = ""; }; 9ED5C62073E22618279978B6 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; + 9EE174AAE352A5C16E110E84 /* HuffmanTables.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HuffmanTables.swift; sourceTree = ""; }; + 9EF25B1B7903C460FA51C77A /* sha512-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-x86_64.mac.x86_64.S"; sourceTree = ""; }; 9EF66604E5719FA9363370F9 /* GoogleMaps.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMaps.framework; sourceTree = ""; }; - 9F09DB5A8D670F0768537BAD /* chacha20_poly1305_x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_x86_64.mac.x86_64.S; sourceTree = ""; }; + 9EFE019593DFD7EC14567917 /* pem_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_x509.c; sourceTree = ""; }; + 9EFF8333411B926864AE18B8 /* NIOTLS.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTLS.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 9F0A9013946E1CDE94CD0BEB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 9F133AF5981380821DEAD811 /* pcy_data.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_data.c; sourceTree = ""; }; 9F1FF094620B13FDE782AAEC /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 9F38A19774F07FFF69698293 /* CNIOBoringSSL_ec.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ec.h; sourceTree = ""; }; + 9F2D02368EE297AA791F7789 /* aesv8-armx64.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx64.ios.aarch64.S"; sourceTree = ""; }; + 9F37CCF12C1896DC57E3A13E /* t_x509a.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_x509a.c; sourceTree = ""; }; + 9F61FE688C68ECCCED1E6D71 /* ServerStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerStreamingCall.swift; sourceTree = ""; }; + 9F732F057A30D39E88AE69DC /* _FakeResponseStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _FakeResponseStream.swift; sourceTree = ""; }; 9F8452F73F5C2F6B5014A988 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 9FD9503741B6CA7597DA4EEA /* MessageEncodingHeaderValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageEncodingHeaderValidator.swift; sourceTree = ""; }; - 9FFF845B52F7679B56290F13 /* DefaultTestBundle.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = DefaultTestBundle.plist; sourceTree = ""; }; - A00F16FCCD58E25D05368465 /* CNIOAtomics.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOAtomics.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 9F87C2A5DC64FA0CE1BC9B0D /* ctrdrbg.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctrdrbg.c; sourceTree = ""; }; A00FEA37ACFDEA9F6D23CE3A /* macOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + A0304C1A9CBB390DAF305FC0 /* NIOHTTP1.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP1.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; A03336F7474DAB957E86AC7A /* cc_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; A0489A6EA367729635D8C661 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; A05675A4B440A99E53CDBBA4 /* lib.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = lib.m; sourceTree = ""; }; + A06CFFF0FD373F4C8198EA53 /* Message.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Message.swift; sourceTree = ""; }; + A073D1DAD5072BAAD0DE7157 /* NIOHTTP1.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP1.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + A07840C451B33454F1C7B46A /* Deque+Codable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Codable.swift"; sourceTree = ""; }; + A08A3AB2D63F89E24C81BFE4 /* Google_Protobuf_Any+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Any+Extensions.swift"; sourceTree = ""; }; A0C8B7F9E0F8F72F92685833 /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; A0C90356AF67E181898DFAA1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - A0F84C6A9A31187DBC2CD16A /* FieldTag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldTag.swift; sourceTree = ""; }; - A106C880CA9C83F026909AD2 /* p_dsa_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_dsa_asn1.c; sourceTree = ""; }; + A1233D98957EFDA2C518A4A5 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + A1644D33837F921341A6BFBB /* ClientInterceptorContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptorContext.swift; sourceTree = ""; }; A16CBDD18609CD0883994A87 /* exported-symbols.lds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "exported-symbols.lds"; sourceTree = ""; }; - A18AE69CFAFDE38EE4C21809 /* ext_dat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ext_dat.h; sourceTree = ""; }; - A199E2C9403119D9B761B686 /* rsa_impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_impl.c; sourceTree = ""; }; A19D456AB6365647BA32D287 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - A19F7D9AB0A9F4E52E6930B4 /* e_chacha20poly1305.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_chacha20poly1305.c; sourceTree = ""; }; - A22011C066B1C24E94AEBAB6 /* ConnectionManagerID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManagerID.swift; sourceTree = ""; }; - A221060247D82260EC65E1BB /* libNIOHPACK.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOHPACK.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHPACK.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A2318185655310B3EDB02A9F /* BinaryEncodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncodingError.swift; sourceTree = ""; }; + A1A20CEA3CCEED95419D11DC /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + A1B2DBF0B73B69519B6CFD80 /* HTTP2PingData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2PingData.swift; sourceTree = ""; }; + A1D47E6312922C8BEE0A4E06 /* RecvByteBufferAllocator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecvByteBufferAllocator.swift; sourceTree = ""; }; + A1E8D982E6192C014DFFC23B /* ghash-ssse3-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-ssse3-x86.linux.x86.S"; sourceTree = ""; }; + A221060247D82260EC65E1BB /* libNIOHPACK.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOHPACK.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHPACK.a"; sourceTree = BUILT_PRODUCTS_DIR; }; A265B8D2ACFA922DDE6C8049 /* lib3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib3.h; sourceTree = ""; }; - A2B35F2855A270AD30F946AB /* ReceivingRstStreamState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingRstStreamState.swift; sourceTree = ""; }; + A28814FF0DFC1D6800CD92C7 /* x_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_req.c; sourceTree = ""; }; + A2A5F2B830F6B890DF19968E /* aesni-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-x86_64.linux.x86_64.S"; sourceTree = ""; }; A3282E7D9721DFA3B726836D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - A33C9CB7B094113A11EEB65F /* HTTPServerProtocolErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerProtocolErrorHandler.swift; sourceTree = ""; }; - A37401B916A152E321AC2150 /* aesv8-armx64.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx64.linux.aarch64.S"; sourceTree = ""; }; - A38DA896DC1AE635F5B159D4 /* chacha-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv4.ios.arm.S"; sourceTree = ""; }; - A4341DEBEC2AED52293EAFC3 /* AtomicRawRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicRawRepresentable.swift; sourceTree = ""; }; - A45828CB32BFA1FA0738A76E /* ServerSocket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerSocket.swift; sourceTree = ""; }; + A34B8BF8AEC6952474F302A2 /* pcy_tree.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_tree.c; sourceTree = ""; }; A4854B7BC8759DDD37CFCFB2 /* iMessageApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iMessageApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; - A49B7247A1C6A4D7AAB8FCA9 /* TimeUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeUtils.swift; sourceTree = ""; }; - A49C6C52CEEE348669979023 /* aes_nohw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_nohw.c; sourceTree = ""; }; - A4B24C5548A5D3D65E84A88B /* v3_akeya.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_akeya.c; sourceTree = ""; }; - A4B7C1AF389867B4787B477E /* Google_Protobuf_NullValue+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_NullValue+Extensions.swift"; sourceTree = ""; }; + A48C6DEE9FE8D53467CD442D /* aes128gcmsiv-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aes128gcmsiv-x86_64.mac.x86_64.S"; sourceTree = ""; }; + A4B1B7D41846DED9D9E1EC8A /* asn1_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_lib.c; sourceTree = ""; }; A4B8890457B3DB210FE711A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - A4C5F8FAD86241646980BC61 /* duration.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = duration.pb.swift; sourceTree = ""; }; A4CA491F216A742B278E866D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; A4F6C88937CB5751BBA00735 /* iOSAppUITests.47.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.47.link.params; sourceTree = ""; }; - A517845A129D0E0742A5895B /* NIOHPACK.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHPACK.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - A54C93586F3B45359E2A9C2F /* Stopwatch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Stopwatch.swift; sourceTree = ""; }; - A550479DDFC575DC846377F0 /* MathUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MathUtils.swift; sourceTree = ""; }; + A5078DFFDE32281A88DD3F81 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + A51F6EDCDFFC92A1ABE99839 /* HTTP2SettingsState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2SettingsState.swift; sourceTree = ""; }; + A521917DDA0546CE02CABD12 /* x509_vfy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_vfy.c; sourceTree = ""; }; + A522C90C7663D925EA351D22 /* TextFormatEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatEncoder.swift; sourceTree = ""; }; + A52D7F5C90F6FB04433A2871 /* Enum.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Enum.swift; sourceTree = ""; }; + A54ECAFEF510AA8E885F9CC5 /* GRPCKeepaliveHandlers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCKeepaliveHandlers.swift; sourceTree = ""; }; + A561092655E4F47BFD6732E0 /* _NIODataStructures.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _NIODataStructures.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + A583259F7A65C5E20FC92266 /* tasn_new.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_new.c; sourceTree = ""; }; A5867ADD9265CB1AB64A6220 /* iOSApp.163.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.163.link.params; sourceTree = ""; }; A586ACD2C3DEE6D2DB74FA04 /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; A59661CE236F57F03B1C46FA /* WidgetExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + A59B2E08340604D6770DFFDC /* pkcs7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs7.c; sourceTree = ""; }; A5B3CFC681DCFFFB6FCA402F /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; A5B825EBD6F69BD6B2510971 /* proto */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = proto; sourceTree = BUILT_PRODUCTS_DIR; }; - A5D5BD16CC8341E6AFC788FB /* CNIOBoringSSL_tls1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_tls1.h; sourceTree = ""; }; - A5E37C51159F7023B28FDD17 /* pem_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_lib.c; sourceTree = ""; }; + A5BC09200D837AB31D3EC05A /* PendingDatagramWritesManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PendingDatagramWritesManager.swift; sourceTree = ""; }; + A5CB1145431483152647A487 /* Internal.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Internal.swift; sourceTree = ""; }; + A5EC7AFBF8531E4361915A58 /* CNIOBoringSSL_lhash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_lhash.h; sourceTree = ""; }; A5ED0E479E66E0F69ECE5F03 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - A611B633B22584A7FB83909C /* Google_Protobuf_ListValue+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_ListValue+Extensions.swift"; sourceTree = ""; }; + A5F816356BFC503A22962AAE /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + A5F82932B3570132068013DB /* BinaryEncodingSizeVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryEncodingSizeVisitor.swift; sourceTree = ""; }; + A5FC2627B7E4DC7CE05F609E /* CNIOBoringSSL_poly1305.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_poly1305.h; sourceTree = ""; }; + A614214DA4333D8C9C62A64D /* x_sig.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_sig.c; sourceTree = ""; }; A6199218DC333CA1A8036585 /* impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = impl.h; sourceTree = ""; }; - A646C2363611BCA51107AC1B /* UserInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserInfo.swift; sourceTree = ""; }; - A68299BC35697FF566A80746 /* EventLoopFuture+Deprecated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoopFuture+Deprecated.swift"; sourceTree = ""; }; + A62E2CC2D0528F3E19FEC3E6 /* InterceptorContextList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterceptorContextList.swift; sourceTree = ""; }; A6896A27FE0FAFA122847DE9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + A68A5C8B9AED326BEAFFA639 /* v3_ocsp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ocsp.c; sourceTree = ""; }; A69ED0F83BDCDBE76760D71C /* private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private.h; sourceTree = ""; }; A6A0590170CDA4DCB3F08334 /* merge.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = merge.sh; sourceTree = ""; }; + A6A45A9313BCD3384AC644E0 /* bsaes-armv7.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "bsaes-armv7.ios.arm.S"; sourceTree = ""; }; A6AC8466EE6BCEE027238187 /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - A6C24B4759F99B7EDAFEF702 /* WSAStartup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WSAStartup.c; sourceTree = ""; }; - A6E2A4E5BA84C4BDEC5DC249 /* curve25519_tables.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curve25519_tables.h; sourceTree = ""; }; + A6AE73E1D2D5D0D23B91D533 /* DefaultTestBundle.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = DefaultTestBundle.plist; sourceTree = ""; }; + A6E163D85DAEBCC1F3EBFB10 /* x509_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_req.c; sourceTree = ""; }; + A6FDE9165F4833623CF0CB1D /* d1_lib.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_lib.cc; sourceTree = ""; }; + A7054A394728B7DF8F9874FD /* GRPCError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCError.swift; sourceTree = ""; }; A7132631C56C8635B793BD17 /* SwiftGreetingsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftGreetingsTests.swift; sourceTree = ""; }; - A72CDB566091CBA8F4787309 /* ReceivingGoAwayState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingGoAwayState.swift; sourceTree = ""; }; - A7330134E7EAD814735293C5 /* AtomicInteger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicInteger.swift; sourceTree = ""; }; + A758E8A153547A0B98933B2A /* GRPCAsyncRequestStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncRequestStream.swift; sourceTree = ""; }; + A76B4608F257A6367BFC0723 /* NonBlockingFileIO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NonBlockingFileIO.swift; sourceTree = ""; }; A76D3753B06E47133F87E6AE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - A79C697B8FDA09686F66BBDC /* EventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventLoop.swift; sourceTree = ""; }; - A7F39044F7CBEC81921C64DC /* BidirectionalStreamingServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BidirectionalStreamingServerHandler.swift; sourceTree = ""; }; + A788C199B17754C5D9CB783C /* HasRemoteSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HasRemoteSettings.swift; sourceTree = ""; }; + A78DC3A9B48CFED00E2DFB0A /* Deque+Extras.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Extras.swift"; sourceTree = ""; }; + A7A959564A5AA57CBC592846 /* GRPCAsyncSequenceProducerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncSequenceProducerDelegate.swift; sourceTree = ""; }; + A7F89D20B7C68DE638C603E2 /* Linux.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Linux.swift; sourceTree = ""; }; A805AB251BFFC72417570B25 /* proto.193.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = proto.193.link.params; sourceTree = ""; }; A82636781F42D61A3F8193EA /* libprivate_swift_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_swift_lib.a; path = "bazel-out/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineToolLib/libprivate_swift_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - A83FBC5591C72BFFE0D2BDE0 /* Deque._UnsafeHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deque._UnsafeHandle.swift; sourceTree = ""; }; - A86EDF9E57F75614F55C8CD8 /* CNIOLLHTTP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOLLHTTP.h; sourceTree = ""; }; - A87485C5F460DA66DD083AA2 /* v3_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_info.c; sourceTree = ""; }; - A885147FE63567D5BBD079F1 /* cpu_aarch64_freebsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_freebsd.c; sourceTree = ""; }; + A857FA17DA41DA60BA112E38 /* CNIOBoringSSL_ecdsa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ecdsa.h; sourceTree = ""; }; + A881C36FA9A6387184E45994 /* CNIOBoringSSL_cmac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cmac.h; sourceTree = ""; }; + A888E3FE0DBA28DB2A54150B /* rsaz-avx2.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rsaz-avx2.linux.x86_64.S"; sourceTree = ""; }; A89CF199A3717444698BC978 /* liblib_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_swift.a; path = "bazel-out/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineToolLib/liblib_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + A8AFEA2C38650C0D958C71C4 /* BaseStreamSocketChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseStreamSocketChannel.swift; sourceTree = ""; }; + A8B56B44EB72C0F0879A8685 /* v3_bcons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_bcons.c; sourceTree = ""; }; A8B6E3F101081355C7B1477D /* UIFramework.watchOS.128.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.128.link.params; sourceTree = ""; }; + A8C4A02F2FA780EC3A59E27C /* ServerInterceptorStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptorStateMachine.swift; sourceTree = ""; }; A8ED7E77E0D5B06A2712CACA /* lib2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib2.h; sourceTree = ""; }; A9139894F7069097471B815F /* iOSAppUITests.176.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.176.link.params; sourceTree = ""; }; A92DADD5B81CD152245768DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; A940DDFE0AC80472E5824898 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - A948AEB5A5F174F8D94C669D /* OutboundFlowControlBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutboundFlowControlBuffer.swift; sourceTree = ""; }; - A96950997DD5798C3351C3A2 /* StreamLender.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamLender.swift; sourceTree = ""; }; - A97095C773200BB9F9071558 /* CNIOBoringSSL_dtls1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_dtls1.h; sourceTree = ""; }; - A97434728773741E47059AC2 /* HPACKEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKEncoder.swift; sourceTree = ""; }; - A9C3C85927052E68673F25FE /* RemotelyQuiescingState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemotelyQuiescingState.swift; sourceTree = ""; }; + A94F7063EB8E0FECF15D0412 /* _AtomicsShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _AtomicsShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + A9B6F6A6EF3884F6FEEC515E /* any.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = any.pb.swift; sourceTree = ""; }; + A9C856738BBEE39C88842070 /* engine.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = engine.c; sourceTree = ""; }; A9CE0B8352BFC78ACA124C3A /* tool.binary */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tool.binary; sourceTree = BUILT_PRODUCTS_DIR; }; - A9CEE2EC73BA0F6351D79AAB /* posix_time.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = posix_time.c; sourceTree = ""; }; - AA1713A0E40CCF88BE2320BB /* digest_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digest_extra.c; sourceTree = ""; }; - AA1F57C3669ACBC80C8CD608 /* HTTP2SettingsState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2SettingsState.swift; sourceTree = ""; }; + AA2B33DCF1B77B336F6F7C0F /* digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digest.c; sourceTree = ""; }; AA4CA91FC49B9427A787997D /* exported-symbols.lds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "exported-symbols.lds"; sourceTree = ""; }; - AABA37E096AA2758B1312269 /* SSLConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLConnection.swift; sourceTree = ""; }; - AAC73F1A340C05325825FBD4 /* bio.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bio.c; sourceTree = ""; }; - AAFE181FEADAA1FA772FF0D2 /* ConnectionStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionStateMachine.swift; sourceTree = ""; }; - ABC64CEE880F5F9DF915F5EC /* c_nio_api.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_nio_api.c; sourceTree = ""; }; - ABFCD1E19238FFDAEA4140FF /* LengthFieldBasedFrameDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LengthFieldBasedFrameDecoder.swift; sourceTree = ""; }; + AAB897278F675FA9EB9F1D4E /* derive_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = derive_key.c; sourceTree = ""; }; + AAD4EB1F3C24E0BBCE5BA47C /* cfb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cfb.c; sourceTree = ""; }; + AAF46AFBFD7383256FFB2CC7 /* encrypted_client_hello.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = encrypted_client_hello.cc; sourceTree = ""; }; + AB21C7F9A24E0B7AF0E6EDED /* CNIOBoringSSL_opensslv.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_opensslv.h; sourceTree = ""; }; + AB41612359158D6C6462A524 /* BaseSocketChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseSocketChannel.swift; sourceTree = ""; }; + AB7EAC21B9366ABD6C5EA3E6 /* ctx.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctx.c; sourceTree = ""; }; + AB8C5E40193B69E9F5779D5F /* CNIOBoringSSL_aes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_aes.h; sourceTree = ""; }; + AB8D0FFFD48524E861F6271E /* GRPC.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = GRPC.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; AC2F05074197F1DF4452D1AD /* Launch.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Launch.storyboard; sourceTree = ""; }; - AC4357FF3AFE8A0BFEC2941D /* sha512-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv4.linux.arm.S"; sourceTree = ""; }; - AC72F93E43A41AA31125B9E3 /* BinaryDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDecoder.swift; sourceTree = ""; }; - AC8D9AEE54787FE2355F53F8 /* rand_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_extra.c; sourceTree = ""; }; - ACAFC544B514BF5484504BC0 /* SelectiveVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectiveVisitor.swift; sourceTree = ""; }; - ACB5E26D8A399BE763AE59E4 /* LoggingServerErrorDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoggingServerErrorDelegate.swift; sourceTree = ""; }; - ACBEB609A7E1E44A0B325976 /* urandom.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = urandom.c; sourceTree = ""; }; + AC7BC0B4FCA530A15C9A45E8 /* printf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = printf.c; sourceTree = ""; }; ACCBAFFBB5927FE7677AD3A7 /* WidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = WidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; - AD00A6D7A3D4038B52F81625 /* libNIO.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIO.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIO.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - AD48DCD8807B7A4830B45FAA /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - AD8052D2130A6D8FB9981B7A /* encrypted_client_hello.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = encrypted_client_hello.cc; sourceTree = ""; }; + AD00A6D7A3D4038B52F81625 /* libNIO.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIO.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIO.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + AD0FAA061DA08FFC1121CE5C /* NIOTransportServices.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTransportServices.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + AD13D1E88B8EA1414440F6DB /* fips_shared_support.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fips_shared_support.c; sourceTree = ""; }; AD8F5A31780C72DA3C1EFBBC /* libMixedAnswer.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libMixedAnswer.a; path = "bazel-out/CONFIGURATION-STABLE-10/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/libMixedAnswer.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + AD9903ECA0BA616979986F91 /* PipePair.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PipePair.swift; sourceTree = ""; }; ADA5C84544F7BA68A48C59DA /* Utils.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Utils.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - ADB67B15B1B65C98758294F2 /* ByteBuffer-core.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-core.swift"; sourceTree = ""; }; - ADD46BBD401D8870132D5570 /* conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf.c; sourceTree = ""; }; - ADEFF6ACD0D00F26A9C8286B /* CNIOBoringSSL_engine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_engine.h; sourceTree = ""; }; - AE1067E76F54251058063F3D /* PipeChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PipeChannel.swift; sourceTree = ""; }; - AE1AB9307476945FDD387EAD /* GRPCStatusMessageMarshaller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCStatusMessageMarshaller.swift; sourceTree = ""; }; - AE75645909416E1474148400 /* GRPCContentType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCContentType.swift; sourceTree = ""; }; + AE1F40102C8E3D93F94853B8 /* chacha20_poly1305_armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_armv8.linux.aarch64.S; sourceTree = ""; }; + AE3B36BB7F335C2FE7181C8C /* obj_xref.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = obj_xref.c; sourceTree = ""; }; + AE3DB25075A4AAB78819C188 /* AtomicValue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicValue.swift; sourceTree = ""; }; + AE672E16881D86CFDABD2E09 /* f_string.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_string.c; sourceTree = ""; }; + AE8309256680D0301A40C52A /* ReceivingWindowUpdateState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingWindowUpdateState.swift; sourceTree = ""; }; AEC214E4750445CF57C1429A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + AEE2B211A51E99699F3F18B0 /* HTTP2Frame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Frame.swift; sourceTree = ""; }; + AEF342185CE1FBA1DF643760 /* a_bitstr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bitstr.c; sourceTree = ""; }; + AF596C31E23C33492577DF17 /* hash_to_curve.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hash_to_curve.c; sourceTree = ""; }; + AF5F56C42A4F2BB3D12D6C7B /* HTTP2StreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamMultiplexer.swift; sourceTree = ""; }; AF6B33D232B365AA04D214B0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + AF92AF694E1B57A4051B883F /* cbb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbb.c; sourceTree = ""; }; + AF9F595AD41758910B0568F2 /* ssl_session.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_session.cc; sourceTree = ""; }; + AFB23D468A12BADC4F338E46 /* SelectableChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectableChannel.swift; sourceTree = ""; }; AFB2FD8E7173B976C865986F /* CommandLineToolTests.246.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineToolTests.246.link.params; sourceTree = ""; }; AFCF517EF0A82C199389B152 /* BasicTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BasicTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; AFD0A99DE8BB844BE15724E3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + B00EE0637950DFA65E301D6E /* SendingWindowUpdateState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingWindowUpdateState.swift; sourceTree = ""; }; + B012C064669604BA9086C958 /* Logging.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logging.swift; sourceTree = ""; }; B019B624249BACC4DB155A38 /* iMessageAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - B01AC54C68F3883E89533FAC /* JSONEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncoder.swift; sourceTree = ""; }; + B0306DC466F6D7EC8D382242 /* rsa_impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_impl.c; sourceTree = ""; }; B04F81BC3CC2B942FE660540 /* CoreUtilsObjC.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreUtilsObjC.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; - B0772C067091052CE40583A6 /* add.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = add.c; sourceTree = ""; }; - B0DCDE7CFF0CCA58B4903DEF /* p256-nistz-table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "p256-nistz-table.h"; sourceTree = ""; }; + B0F9C18BAEEF2860123744AF /* CNIOBoringSSL_ec_key.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ec_key.h; sourceTree = ""; }; B0FAD4507A713AF87FD8B4EC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; B104E3D847396AE8026C2459 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + B108AB78B96D847FF4974681 /* sha512-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv4.linux.arm.S"; sourceTree = ""; }; B1269B63BE6BAF37907A9D0B /* tvOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; B13DA8B967470B62463A7C36 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - B140AEE488062D89E33EA739 /* TypeAssistedChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypeAssistedChannelHandler.swift; sourceTree = ""; }; - B14EED5D2AC771D42D184EC1 /* v3_prn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_prn.c; sourceTree = ""; }; - B1D8A9606D2886CF2BDC51F4 /* ConnectionBackoff.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionBackoff.swift; sourceTree = ""; }; - B1FC1A404DC370F8315538F4 /* aesni-gcm-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesni-gcm-x86_64.mac.x86_64.S"; sourceTree = ""; }; + B15285CA87F2895B6D1032F8 /* api.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = api.pb.swift; sourceTree = ""; }; + B153723EBD83B7A10EC03037 /* ec_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_asn1.c; sourceTree = ""; }; + B17F0AB97509401D00D10E68 /* conf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = conf.c; sourceTree = ""; }; + B22016B7CB36F3ADCD412176 /* a_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_int.c; sourceTree = ""; }; B23014FE7255C8EBA20D4A51 /* iOSAppObjCUnitTests.142.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.142.link.params; sourceTree = ""; }; + B23A550B7C61472516FD7F2D /* GRPCHeaderName.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCHeaderName.swift; sourceTree = ""; }; B25127E7F07CD9C995ACCCE3 /* tvOS.166.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.166.link.params; sourceTree = ""; }; B25BF28A51F3A8A5E904639A /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; - B26C97D594287863DEE920FA /* bytes.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bytes.c; sourceTree = ""; }; - B277279F14A3851AD476B00D /* Visitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Visitor.swift; sourceTree = ""; }; - B29604620D21595807388CEF /* JSONEncodingVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncodingVisitor.swift; sourceTree = ""; }; - B2B0D9B6F9CCD905F3136CBD /* CNIOBoringSSL_asn1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_asn1.h; sourceTree = ""; }; - B2C85F01FCF1F201FFFEDBC6 /* CNIOBoringSSL_ripemd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ripemd.h; sourceTree = ""; }; + B261A1F540B1B7EB0BE87371 /* sha512-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-586.linux.x86.S"; sourceTree = ""; }; + B2A4350149C31296BE70ACA7 /* cpu_intel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_intel.c; sourceTree = ""; }; + B2DFDE1499812C5889A1A652 /* CNIOWindows.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOWindows.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + B2E167E56E28F6586BE1CED3 /* NIOExtras.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOExtras.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + B2E6ED9F91DDD30492C799DA /* ConnectionKeepalive.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionKeepalive.swift; sourceTree = ""; }; B2F9C29D6C9BF3D4C5999E22 /* libprivate_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_lib.a; path = "bazel-out/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineToolLib/libprivate_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; B3094355DA56D54FD4B96EFD /* Lib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B312E5BA0100433803A165EA /* poly1305.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = poly1305.c; sourceTree = ""; }; - B32F8C989669F27385A6413E /* t_req.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_req.c; sourceTree = ""; }; + B30D8A684006E2615ADCC225 /* CNIOBoringSSL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL.h; sourceTree = ""; }; + B34EF7881D82318793AA0594 /* p224-64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "p224-64.c"; sourceTree = ""; }; B3769EF58B26781E6983DCB4 /* AppClip.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - B3B3DD1064901B06B6AE1FDE /* ThreadPosix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThreadPosix.swift; sourceTree = ""; }; + B38B2D87372A47697BEAEF5A /* _DequeBufferHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _DequeBufferHeader.swift; sourceTree = ""; }; + B39A17C03807C5C66334C10E /* Thread.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Thread.swift; sourceTree = ""; }; + B3B60CF686BAFDD7BCCE6BE0 /* CNIOBoringSSL_cast.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cast.h; sourceTree = ""; }; + B3D5B2AF6C25D08DE158178C /* ReceivingGoAwayState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingGoAwayState.swift; sourceTree = ""; }; + B3DDC1C947FD209144149ACB /* UnaryCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnaryCall.swift; sourceTree = ""; }; + B3F829027CFE3E7548474789 /* SSLCertificateExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLCertificateExtensions.swift; sourceTree = ""; }; + B412F99FC22BC53F0D730EA2 /* CNIOBoringSSL_evp_errors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_evp_errors.h; sourceTree = ""; }; + B4258DD6556F5C4AB0D4442E /* NIOTransportServices.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOTransportServices.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; B4289D0AA0B90A723EFA8D97 /* iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + B43D00A38A8C0C2441AA8DCC /* v3_skey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_skey.c; sourceTree = ""; }; B46AE552FB5FA2E62FA30FCA /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; B46E5056A48A1EFF9DE94D1A /* iOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - B46F9C3A94FE80206C63F5A8 /* derive_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = derive_key.c; sourceTree = ""; }; - B48C7A158187D56CE42BDB08 /* Message+TextFormatAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+TextFormatAdditions.swift"; sourceTree = ""; }; - B4A756044A7FBECF54254697 /* libCNIOLinux.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOLinux.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOLinux.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - B50140D7962353C930BB185F /* printf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = printf.c; sourceTree = ""; }; + B477AAB8BE4BCE068F1416ED /* StateMachineResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StateMachineResult.swift; sourceTree = ""; }; + B4804D8D72561B45F8A5CDB1 /* StreamMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamMap.swift; sourceTree = ""; }; + B4996E7D783DC564B4DE4455 /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOFoundationCompat.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + B4A545EF6D5FCA1C3FA0CFFC /* pem_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_lib.c; sourceTree = ""; }; + B4A756044A7FBECF54254697 /* libCNIOLinux.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOLinux.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOLinux.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + B4D8390930B02AB66C02AA50 /* ByteCollectionUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ByteCollectionUtils.swift; sourceTree = ""; }; + B516AAB0BBE2A6D76307E100 /* prime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = prime.c; sourceTree = ""; }; B5319F4116D00CD22D974992 /* tvOS.37.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.37.link.params; sourceTree = ""; }; - B556C3F26466EAEA7C44E0BC /* NIOCore.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOCore.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - B55A1567DF1E75E1E05A9C7B /* EventLoop+Deprecated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoop+Deprecated.swift"; sourceTree = ""; }; + B539BF356DE4F66403A7CCD0 /* pcy_cache.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_cache.c; sourceTree = ""; }; + B5483BA84E9612BDBE18B770 /* ExtensibleMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensibleMessage.swift; sourceTree = ""; }; B57B7FC4C3EEFE3C844AAA66 /* ExampleNestedResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = ExampleNestedResources.bundle; sourceTree = ""; }; B598689429F68B622F138BD6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - B5C916CEB90E4F74823FBF94 /* HTTP2ErrorCode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ErrorCode.swift; sourceTree = ""; }; + B5C06594860200E8039BD1E4 /* md5-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "md5-x86_64.linux.x86_64.S"; sourceTree = ""; }; B61A6B343712563FBB37AEAD /* UIFramework.watchOS.160.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.160.link.params; sourceTree = ""; }; - B628F272DB5E63CD6D100B87 /* CNIOBoringSSL_dh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_dh.h; sourceTree = ""; }; + B62152C421EF1CBF4C69B74F /* x86_64-mont.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont.linux.x86_64.S"; sourceTree = ""; }; B6393A8054CC3DB8C2683C2E /* tool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tool; sourceTree = BUILT_PRODUCTS_DIR; }; B65D5C03BC3764F3460D51C1 /* UIFramework.tvOS.266.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.266.link.params; sourceTree = ""; }; - B6777367A4C7BC6F2124EA2A /* fips.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fips.c; sourceTree = ""; }; - B67DFD8EBAC5C016FE66C975 /* sha512.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sha512.c; sourceTree = ""; }; - B689CA7CA6214C97EF94B49A /* poly1305_arm_asm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = poly1305_arm_asm.S; sourceTree = ""; }; - B68B36C2A9084C6F33F1F472 /* ec_montgomery.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_montgomery.c; sourceTree = ""; }; - B6AFB63ACBA4D24927509145 /* x509_obj.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_obj.c; sourceTree = ""; }; - B6B90DAEEF8A74D44C89F6B6 /* FileHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileHandle.swift; sourceTree = ""; }; + B693771501ED2E9E6A5FECBA /* SelectorGeneric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorGeneric.swift; sourceTree = ""; }; + B6ED826FEA89B8E6038C2117 /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = ""; }; B72CB4B5F7896B3C3EB681E3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - B75475F6B6790FC438812BBA /* pcy_node.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pcy_node.c; sourceTree = ""; }; - B7633E75A27FC8C58C55C422 /* _DequeSlot.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _DequeSlot.swift; sourceTree = ""; }; - B7720B3110A8E21E201926CF /* crypto.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = crypto.c; sourceTree = ""; }; - B77C392F1EA3AB8943A7A0F6 /* cpu_aarch64_win.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_win.c; sourceTree = ""; }; + B734D10D27CF7214FE048EC4 /* BSDSocketAPI.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPI.swift; sourceTree = ""; }; + B743697D4A39DDBEB90EF348 /* NIOTSEventLoopGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSEventLoopGroup.swift; sourceTree = ""; }; + B77282D84E8363151D505765 /* Deque._UnsafeHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deque._UnsafeHandle.swift; sourceTree = ""; }; + B77F5279837799B13A0B90B9 /* Google_Protobuf_Wrappers+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Wrappers+Extensions.swift"; sourceTree = ""; }; B7866F1404FC297E5D8339E5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - B787D81626AAB1DCEC2649A4 /* _GRPCClientCodecHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _GRPCClientCodecHandler.swift; sourceTree = ""; }; - B793BB7833001DC181F6AD44 /* DOSHeuristics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DOSHeuristics.swift; sourceTree = ""; }; B79C7505D1A7F0E0B0AEB1B4 /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - B7EE0C16C5E27EC57F5A6715 /* a_strnid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_strnid.c; sourceTree = ""; }; - B8361716284C306F36B7876E /* Serialization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Serialization.swift; sourceTree = ""; }; - B867A9F849121D20160DCD68 /* ServerInterceptorStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptorStateMachine.swift; sourceTree = ""; }; - B87115DE4A0F66012DBD5351 /* ByteBuffer-views.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-views.swift"; sourceTree = ""; }; - B876423E49DAF74BDA599F48 /* asn1_gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_gen.c; sourceTree = ""; }; + B7A479CF7843617ECAC7DA9B /* curve25519_32.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curve25519_32.h; sourceTree = ""; }; + B7CC314834BAF5385DE6B50A /* ghash-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-armv4.linux.arm.S"; sourceTree = ""; }; + B7F8AA34927DF1FDE90B3F73 /* GRPCTLSConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCTLSConfiguration.swift; sourceTree = ""; }; + B80DCF9F0C4F3F78E047DBFA /* NIOAsyncWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOAsyncWriter.swift; sourceTree = ""; }; + B8128C8431E5C4131DCCAB23 /* ConcurrentStreamBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConcurrentStreamBuffer.swift; sourceTree = ""; }; B8DAE70C3D477B9B5636FA79 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; - B913B62184DF5DAE93A5F745 /* x509_set.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_set.c; sourceTree = ""; }; - B93AA533978D3F925C744A2B /* p256-armv8-asm.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-armv8-asm.linux.aarch64.S"; sourceTree = ""; }; + B8FD20CCB5E9A8BC3BEF03E2 /* IntegerTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerTypes.swift; sourceTree = ""; }; B93E97B994939406F03CCD10 /* UIFramework.watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIFramework.watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B9556087289E587CA19B148B /* watchOSAppExtension.161.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.161.link.params; sourceTree = ""; }; + B9614EED133F4DB1B1BCF276 /* HTTPEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPEncoder.swift; sourceTree = ""; }; + B97DA766C76E7DD0A3762368 /* MessageExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageExtension.swift; sourceTree = ""; }; + B98815337DD836DE83E22432 /* JSONSerialization+ByteBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JSONSerialization+ByteBuffer.swift"; sourceTree = ""; }; + B98F15323EB1A3281754F1EC /* wnaf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = wnaf.c; sourceTree = ""; }; B9A6FF46F5A80168474AC86F /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - B9BB8E455B4C20B518B56763 /* SimpleExtensionMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SimpleExtensionMap.swift; sourceTree = ""; }; + B9AAE28233DCF1E435BC3BA8 /* x_algor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_algor.c; sourceTree = ""; }; B9DB47B3BF933EF7CB4377E1 /* Answers.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = Answers.mm; sourceTree = ""; }; - B9FCA276E898245110DA1C95 /* ConnectionKeepalive.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionKeepalive.swift; sourceTree = ""; }; - BA2B3A8481AE1321C344E5FE /* empty.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = empty.c; sourceTree = ""; }; + BA427681B64B83473947C4D4 /* sha1-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv8.linux.aarch64.S"; sourceTree = ""; }; BA6632003D42C0D8C9374230 /* tvOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; BA67B7981C0DC577E10DFEE5 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; BA6D1A05C1919B941B70DE44 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - BA9065B56DCEBD00C60AE70B /* div.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = div.c; sourceTree = ""; }; BA99AF7E5CC7467575A954CB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - BAA4C536B6C784476F114D1A /* x509_def.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_def.c; sourceTree = ""; }; - BAF6708CE4FECA73EC234D4E /* HTTP2PingData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2PingData.swift; sourceTree = ""; }; - BB06A09570DE8D4C9CF7E34C /* GRPC.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = GRPC.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - BB3400C169C11CF7D77B4DAA /* Message+JSONAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+JSONAdditions.swift"; sourceTree = ""; }; + BAFE5A8304915B7A28574934 /* buf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = buf.c; sourceTree = ""; }; + BB2F4A639F7414DAB1E07995 /* ghashv8-armx64.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx64.linux.aarch64.S"; sourceTree = ""; }; BB59772F03F91E4E91D0E962 /* Entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Entitlements.entitlements; sourceTree = ""; }; + BB801B4BFC56D57AEA0C1FE3 /* GRPCAsyncBidirectionalStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncBidirectionalStreamingCall.swift; sourceTree = ""; }; BB986287512A861E01EC2AB9 /* UIFramework.tvOS.169.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.169.link.params; sourceTree = ""; }; - BB9CDC8A3B9060932A9B3A8A /* CNIOBoringSSL_e_os2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_e_os2.h; sourceTree = ""; }; + BB9B381A210CE54E9973D502 /* ConnectionManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionManager.swift; sourceTree = ""; }; + BBBB18635738A06EC5F50FC6 /* CNIOBoringSSL_buffer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_buffer.h; sourceTree = ""; }; + BBBF6A59F80E85B6C8A506C8 /* scrypt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scrypt.c; sourceTree = ""; }; BBC9C2C8AA0C5F79DF7F16DB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - BC30C649C2FB1149B0784349 /* ServerHandlerStateMachine+Actions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Actions.swift"; sourceTree = ""; }; - BC4E5A973C64F63AEEBD8331 /* AnyUnpackError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnyUnpackError.swift; sourceTree = ""; }; - BC4FB32CC1F5B3FEB77BFF9A /* api.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = api.pb.swift; sourceTree = ""; }; + BC26387C035C92897584E83A /* extensions.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = extensions.cc; sourceTree = ""; }; + BC552F89178DE50E5719A421 /* FakeChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FakeChannel.swift; sourceTree = ""; }; BC693E854FF1F9374F47C009 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - BC6CF547A9963B02D0A2C8B1 /* LengthPrefixedMessageReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LengthPrefixedMessageReader.swift; sourceTree = ""; }; - BC906D00B974DA3CC2E3C450 /* NIOPosix.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOPosix.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; BC9C5D8B21CE6D1C41E7CEBC /* iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - BCABC7DECAE59D1992CAF0F9 /* rsaz_exp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rsaz_exp.h; sourceTree = ""; }; - BCB1B6F1664914740559D199 /* BinaryDecodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDecodingError.swift; sourceTree = ""; }; BCB48D640037238CD172DBA2 /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; - BCB6CB5FDD832F83A7281FFE /* MessageEncoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageEncoding.swift; sourceTree = ""; }; - BCC202F1A07C1E342016DFBD /* tasn_enc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_enc.c; sourceTree = ""; }; - BCDC518BF7F83BF6C265C502 /* SendingGoawayState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingGoawayState.swift; sourceTree = ""; }; - BCE7FF407E256AEB20CB7044 /* AsyncAwaitSupport+OldXcodes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AsyncAwaitSupport+OldXcodes.swift"; sourceTree = ""; }; - BCE817A0F3A5CF412CD4D6B2 /* Deque._Storage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deque._Storage.swift; sourceTree = ""; }; - BD0730109AAA95A9EA7D7252 /* CNIOBoringSSL_chacha.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_chacha.h; sourceTree = ""; }; + BCCA687D415B3EAD04548D88 /* bn.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = bn.c; sourceTree = ""; }; + BD0342D7C06BC0BC36327EA4 /* NIOCore.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOCore.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + BD1BDB7138BC3271E0BA1540 /* SocketAddress+NWEndpoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SocketAddress+NWEndpoint.swift"; sourceTree = ""; }; BD225747A57DDDECEEE9039C /* MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; BD36EE597932F675A970C4C9 /* iOSAppObjCUnitTests.46.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.46.link.params; sourceTree = ""; }; + BD5CA7D22F24A79DF2342524 /* ghash-neon-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-neon-armv8.linux.aarch64.S"; sourceTree = ""; }; + BDAD89631748AF99BBAFBB00 /* ClientStreamingServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientStreamingServerHandler.swift; sourceTree = ""; }; + BDC0CFE903C7035EEA91B87D /* passive.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = passive.c; sourceTree = ""; }; BDF84D403FB564F3B4404E08 /* tvOSAppUnitTests.186.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.186.link.params; sourceTree = ""; }; BE0E9AF79C73E5967E3ABF0E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; BE0F22EEA66CC717E8204038 /* proto.64.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = proto.64.link.params; sourceTree = ""; }; BE0FEFAFF2C64D6D44B1DE10 /* FXPageControl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FXPageControl.m; sourceTree = ""; }; + BE2200ABB3E0D847E2A2606C /* tasn_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_utl.c; sourceTree = ""; }; BE2C6B0FD60946402E17DD2D /* tvOSApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tvOSApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; BE3826588652D7B9A8BE1333 /* echo_client */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = echo_client; sourceTree = BUILT_PRODUCTS_DIR; }; - BE7B7FECE306E79321803D25 /* aes128gcmsiv-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aes128gcmsiv-x86_64.linux.x86_64.S"; sourceTree = ""; }; - BE838B70FFF5122790E0B0CE /* ClientInterceptorContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptorContext.swift; sourceTree = ""; }; - BEA3E9664E0B0AC741BCDAE0 /* SendingRstStreamState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingRstStreamState.swift; sourceTree = ""; }; BEABA3215EF0ADFD43509CBC /* ExampleNestedResources.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleNestedResources.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - BEFC25C005CC3AF01EF38876 /* UnaryServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnaryServerHandler.swift; sourceTree = ""; }; + BED95DB60895D53032AF48D9 /* OutboundFrameBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutboundFrameBuffer.swift; sourceTree = ""; }; + BEE326E51679B52A651B676F /* OutboundFlowControlBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutboundFlowControlBuffer.swift; sourceTree = ""; }; BEFCF64D3CCFA34D4E220324 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - BF0675F2C0E3E15E67EED917 /* ssl_versions.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_versions.cc; sourceTree = ""; }; - BF0EB819BDD80FA854D40C7C /* SNIHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SNIHandler.swift; sourceTree = ""; }; - BF4B31401F9EA717975D6D46 /* rdrand-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rdrand-x86_64.linux.x86_64.S"; sourceTree = ""; }; - BF8D4AC83508CE4E2F359DF0 /* SendAndReceiveGoawayState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendAndReceiveGoawayState.swift; sourceTree = ""; }; + BF129A9316DFFB4ECFC3098C /* CNIOBoringSSL_service_indicator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_service_indicator.h; sourceTree = ""; }; + BF58231FA4E44B7E10347658 /* pmbtoken.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pmbtoken.c; sourceTree = ""; }; + BF7658183ECEAFAA2C171AAC /* Deque+Testing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Testing.swift"; sourceTree = ""; }; + BF89632826817EEDABBA1247 /* JSONRPCFraming.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONRPCFraming.swift; sourceTree = ""; }; BF900E27D50FEFFACFDFB80E /* iOSAppSwiftUnitTestSuite.62.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.62.link.params; sourceTree = ""; }; - BFAE5B196A5751EA8F330812 /* hpke.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hpke.c; sourceTree = ""; }; - C02C848FDE34ABB580B017FE /* ClientConnection+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ClientConnection+NIOSSL.swift"; sourceTree = ""; }; - C03D71E8BDF9A6D02A6BD781 /* asn1_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_lib.c; sourceTree = ""; }; + BFB5C4718F4CF9154CF1AEFE /* shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shim.c; sourceTree = ""; }; + BFCAF5BD9B00F56A426A0B30 /* Deque.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Deque.swift; sourceTree = ""; }; + C0112666C287B32988C06A34 /* ServerBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerBuilder.swift; sourceTree = ""; }; + C051B21737BAE584B45CE673 /* aes_nohw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aes_nohw.c; sourceTree = ""; }; C0536BEB6D4A787F956E4910 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - C054AE83C0240284609834F3 /* passive.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = passive.c; sourceTree = ""; }; - C074887A179028168F17E533 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - C0A81E1EF90DAEE75ACB6BAD /* pem_oth.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_oth.c; sourceTree = ""; }; + C064F0309C9BC5312F999964 /* ServerHandlerStateMachine+Idle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Idle.swift"; sourceTree = ""; }; + C0820F9F7AADA84A5343165F /* rsaz_exp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rsaz_exp.h; sourceTree = ""; }; + C08647CB281BABA54C72D978 /* bio_ssl.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bio_ssl.cc; sourceTree = ""; }; C0A8819411CDBE6FBDD4DC5D /* tvOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = tvOSApp.swift; sourceTree = ""; }; - C0F084A9F745C8144BAF84AB /* Deque+CustomStringConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+CustomStringConvertible.swift"; sourceTree = ""; }; - C1305B18935C119542627C6C /* ControlFrameBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlFrameBuffer.swift; sourceTree = ""; }; + C0AA092A292A1A2DCB316253 /* x_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_pkey.c; sourceTree = ""; }; + C10BCE02FC62E07E00C3ECB8 /* ctr.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ctr.c; sourceTree = ""; }; + C115F3B3C0651E5B311A0044 /* PosixPort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PosixPort.swift; sourceTree = ""; }; + C118F3B6D4316FC1C36856A9 /* ByteBuffer-conversions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-conversions.swift"; sourceTree = ""; }; + C12ED61965B6D2AFD2D13FE9 /* CNIOBoringSSL_curve25519.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_curve25519.h; sourceTree = ""; }; C13BF79649B9882F1704CE02 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - C14F7592DEA4D8A6C3E2689A /* libCNIOBoringSSL.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOBoringSSL.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSL.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - C186AB85A49622035ABE33E1 /* NIOLockedValueBox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOLockedValueBox.swift; sourceTree = ""; }; - C1934CE76BE901E94AE9E35D /* a_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_print.c; sourceTree = ""; }; + C14F7592DEA4D8A6C3E2689A /* libCNIOBoringSSL.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libCNIOBoringSSL.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSL.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + C1726DDC815AD60B47E97DB3 /* UnsafeRawPointer+Shims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UnsafeRawPointer+Shims.swift"; sourceTree = ""; }; + C18BE87E1F5E782954593B70 /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSL.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; + C1B1DEBD2A25040E0656AE9D /* x_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_info.c; sourceTree = ""; }; C1E6A2BCBB8EAFBE34704F99 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; C1E7792B0E6DA03250D7FA28 /* tvOS.134.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.134.link.params; sourceTree = ""; }; - C217E24E2FC2672BDF3F1CCA /* ThreadWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThreadWindows.swift; sourceTree = ""; }; + C1FC70C4F12FE1EAE07F941B /* blake2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = blake2.c; sourceTree = ""; }; C226D0F1BBACB5AD32CCAF07 /* macOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = macOSApp.swift; sourceTree = ""; }; - C25A66A7159ADAE7EA81FF47 /* HTTP2ConnectionStateChange.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ConnectionStateChange.swift; sourceTree = ""; }; + C2485D248BD46BEEF57CDBE3 /* BinaryDecodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDecodingError.swift; sourceTree = ""; }; + C2503FDFADB01266F4256CC0 /* asn1_compat.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_compat.c; sourceTree = ""; }; C2693D15379BB7F90E6A9754 /* MixedAnswer.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswer.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - C27FEF55D32549E3C68AB005 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + C279BBF9354E03D7ABD11DD2 /* pool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pool.c; sourceTree = ""; }; C2FEC57D387C996E37392717 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - C30DA8AFB1D18ADA82734CF0 /* CoalescingLengthPrefixedMessageWriter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoalescingLengthPrefixedMessageWriter.swift; sourceTree = ""; }; + C325854994C9CCB6C84F2E5B /* Primitives.shims.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Primitives.shims.swift; sourceTree = ""; }; C32B3CD54A95FC40A60C9E77 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - C336F041EF572D4AED8715A6 /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = SwiftProtobuf.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - C33EBA5C172FF6E55174BD2F /* gcm_nohw.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcm_nohw.c; sourceTree = ""; }; - C34D6D0BA0F9180A61C7B4A7 /* PendingWritesManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PendingWritesManager.swift; sourceTree = ""; }; - C35B1DFEA743890FEFB171D7 /* String+unsafeUninitializedCapacity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+unsafeUninitializedCapacity.swift"; sourceTree = ""; }; - C392CB9758B94BA597B73FB2 /* p256-x86_64-asm.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-x86_64-asm.mac.x86_64.S"; sourceTree = ""; }; + C33FD1FE64A801A0F113A765 /* JSONDecodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONDecodingOptions.swift; sourceTree = ""; }; + C3636977C3F988F3147E1BE0 /* WritePCAPHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WritePCAPHandler.swift; sourceTree = ""; }; + C3642573EDC59887E01F8A30 /* sha512-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-x86_64.linux.x86_64.S"; sourceTree = ""; }; C39CFB3BC7FA6A73C3AE4E4D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - C3C9A5517EC23C4021992910 /* GRPCAsyncClientStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncClientStreamingCall.swift; sourceTree = ""; }; C3F8E17E07735E814E02509D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - C3FE010E2238FE9E884E1F5B /* Deque+Hashable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Hashable.swift"; sourceTree = ""; }; C40DD94A40BF8C6E649825FF /* libImportableLibrary.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libImportableLibrary.a; sourceTree = ""; }; - C43916DA8B86D4FAA12365D8 /* ServerHandlerStateMachine+Idle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Idle.swift"; sourceTree = ""; }; + C41A7E4D5FBEBB6C1DC81E0E /* sha1-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-x86_64.linux.x86_64.S"; sourceTree = ""; }; + C41FED14FCC5137A0507D503 /* x509_cmp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_cmp.c; sourceTree = ""; }; + C42A73701278ECD0B932DA81 /* NIOSendable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSendable.swift; sourceTree = ""; }; C43D19C8A17E6941E328695E /* echo_client.224.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.224.link.params; sourceTree = ""; }; - C48BF777DACABD8FC0907430 /* empty.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = empty.pb.swift; sourceTree = ""; }; - C48F3922731A131B48B24DCF /* ReceivingHeadersState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingHeadersState.swift; sourceTree = ""; }; - C4C9133FAE39D9629D1CD0DC /* NIOHTTP2.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP2.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - C4E1F185184EE3600ABCB37A /* IntegerCoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerCoding.swift; sourceTree = ""; }; + C4500C09585AC86E5B96A52D /* cbs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbs.c; sourceTree = ""; }; + C45A6E0F91A8E77947DE15B2 /* GRPCIdleHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCIdleHandler.swift; sourceTree = ""; }; + C46AAA718785218FC959B965 /* mode_wrappers.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mode_wrappers.c; sourceTree = ""; }; + C48F31854FB76C28424948BB /* trust_token.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = trust_token.c; sourceTree = ""; }; + C4C19C281C2B4A44E268B98F /* FileDescriptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileDescriptor.swift; sourceTree = ""; }; + C4C7E8681F616C3401495B6B /* DelegatingErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DelegatingErrorHandler.swift; sourceTree = ""; }; + C4E6FBD40A7C5121C352A2CA /* DequeModule.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = DequeModule.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; C4F4F17DE938549BBE6F4536 /* iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - C54CE9820FF15D590063A855 /* NIOTSListenerBootstrap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSListenerBootstrap.swift; sourceTree = ""; }; - C5588F8813811A353C2E3D1E /* ServerErrorDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerErrorDelegate.swift; sourceTree = ""; }; + C51345F43448585836E9C8BE /* Message+JSONArrayAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+JSONArrayAdditions.swift"; sourceTree = ""; }; + C5372B549C9D5B2F55D5EB25 /* base64.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = base64.c; sourceTree = ""; }; C56AA39912B743770F6601AB /* FXPageControl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FXPageControl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + C56B85841FB8F297B86BBF0B /* ResponseContainers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponseContainers.swift; sourceTree = ""; }; C58013A2CC090484AB83F7C9 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; C586718051DB9520986D7811 /* iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - C5F0D4889E7AECB9BCE07DA2 /* rsaz-avx2.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rsaz-avx2.linux.x86_64.S"; sourceTree = ""; }; - C6311F761ED07AC8DBB21E94 /* bio_ssl.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = bio_ssl.cc; sourceTree = ""; }; + C5CFE7F04E82F3E297B7162C /* JSONDecodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONDecodingError.swift; sourceTree = ""; }; C63484D18C819AD351BCD034 /* Entitlements.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Entitlements.withbundleid.plist; sourceTree = ""; }; - C660E52AA662191B819C9CB3 /* vpaes-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv8.ios.aarch64.S"; sourceTree = ""; }; - C665926CD2170321456D5C0A /* x_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_all.c; sourceTree = ""; }; + C64240E37603CCE2EE497E8D /* BSDSocketAPIPosix.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BSDSocketAPIPosix.swift; sourceTree = ""; }; + C64BFFE10F6533A0C2083555 /* sha256-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-armv4.linux.arm.S"; sourceTree = ""; }; + C66120E36EF489D5C9D594D8 /* CircularBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircularBuffer.swift; sourceTree = ""; }; C698A6CE164CFBF8791F602F /* watchOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - C6A838E645ECB12648762151 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + C69F6C312FA9900641D5658F /* CNIOBoringSSL_tls1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_tls1.h; sourceTree = ""; }; C6ACA6BBC268EAC0509D95BE /* dir */ = {isa = PBXFileReference; lastKnownFileType = folder; path = dir; sourceTree = ""; }; + C6B5F66BEC7966097E969218 /* add.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = add.c; sourceTree = ""; }; C6C3316E6030A1386C6C3849 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + C6C4B917886F025F5891CEAC /* poly1305_vec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = poly1305_vec.c; sourceTree = ""; }; + C72631EFC8257049A2654404 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + C740693BB65230B4262AE736 /* BinaryDelimited.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryDelimited.swift; sourceTree = ""; }; C746F329964A16E18B55B4F2 /* UITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestsLaunchTests.swift; sourceTree = ""; }; C74F0CE27C1BE62BAD492BC2 /* MixedAnswer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MixedAnswer.swift; sourceTree = ""; }; - C76C5C24ECA1BCF469AB18F6 /* CNIOBoringSSL_lhash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_lhash.h; sourceTree = ""; }; - C77FF867688B1B5AEC62B8A2 /* ServerInterceptors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptors.swift; sourceTree = ""; }; - C7A3CE6B215EAF6BCF6860ED /* f_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_int.c; sourceTree = ""; }; - C7C8E4C405071A2836C4D4ED /* liburing_shims.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = liburing_shims.c; sourceTree = ""; }; + C77866080F0BE139092AF96B /* ConnectivityState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectivityState.swift; sourceTree = ""; }; + C78F0F693B9BAB3E926E1ACD /* EventLoopFuture+RecoverFromUncleanShutdown.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "EventLoopFuture+RecoverFromUncleanShutdown.swift"; sourceTree = ""; }; + C7B053BA58F95E6E53FDC600 /* t_crl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = t_crl.c; sourceTree = ""; }; + C7B1C8CFC183B09731032278 /* HighLevelTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HighLevelTypes.swift; sourceTree = ""; }; + C7D0B9EC73CD369620E9CE4E /* a_strnid.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_strnid.c; sourceTree = ""; }; C7E26F963109A0CE7AA55A02 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - C8378F8A405328ECC8F5A71F /* f_string.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = f_string.c; sourceTree = ""; }; - C84481073CF87CA507AD83A0 /* Bootstrap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bootstrap.swift; sourceTree = ""; }; - C85C8FD12D6898CA35C3A8F6 /* rsa_pss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rsa_pss.c; sourceTree = ""; }; C85F3C5F66CF67DB207B353B /* libfoo.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libfoo.dylib; sourceTree = ""; }; C88069D0F3250BDC7A9E48F9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - C8905CBDF21984CB2C6ACBE5 /* v3_alt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_alt.c; sourceTree = ""; }; C895AD0F095FC380021EC6E3 /* LibFramework.tvOS.265.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.265.link.params; sourceTree = ""; }; + C8A48AD4A12D9DCEBCD5F151 /* ghashv8-armx32.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghashv8-armx32.linux.arm.S"; sourceTree = ""; }; C8C56B0E67E3D0FB533669A3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - C8CAB8C9EF1805D2FFDC5A81 /* voprf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = voprf.c; sourceTree = ""; }; C8D2C16B7647142B8913BC0B /* FXPageControl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FXPageControl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - C930AF1CEC3D3101F76C4AAE /* GRPCIdleHandlerStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCIdleHandlerStateMachine.swift; sourceTree = ""; }; - C940E3F44C929B22334FA458 /* MultiThreadedEventLoopGroup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiThreadedEventLoopGroup.swift; sourceTree = ""; }; - C95E054EB7D6FF4D1EBDA9E7 /* x_crl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_crl.c; sourceTree = ""; }; - C95F839F0D03C4228DD7DA9E /* CNIOBoringSSL_stack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_stack.h; sourceTree = ""; }; - C9E09219DA6B8772F7257199 /* disable_signing_resource_rules.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = disable_signing_resource_rules.plist; sourceTree = ""; }; - C9F375A2C741C830D8FE4D5F /* DeadChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeadChannel.swift; sourceTree = ""; }; - CA02D70C952E351F8FC5B4C3 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - CA1C681A7563A7CCB58F5D50 /* blake2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = blake2.c; sourceTree = ""; }; - CA2FFA28C5994B046121BE90 /* SocketChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketChannel.swift; sourceTree = ""; }; - CA589CA2C5D0BBAF8FCD60B4 /* CNIOBoringSSL_trust_token.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_trust_token.h; sourceTree = ""; }; + C90F3E815A36AF49639DA9A1 /* SendingGoawayState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingGoawayState.swift; sourceTree = ""; }; + C917633EF813325D6038B06B /* d1_srtp.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_srtp.cc; sourceTree = ""; }; + C9A5C75A81E03B86121CC13C /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLLHTTP.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + C9C7A21DB6AE68CEF5A462C3 /* montgomery.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = montgomery.c; sourceTree = ""; }; + C9E5740DB303C84B828DDFFB /* CNIOBoringSSL_kdf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_kdf.h; sourceTree = ""; }; + C9EAF49495E7D27BF66F94E7 /* Deque+Equatable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Equatable.swift"; sourceTree = ""; }; + CA11AD76EA3341F115EA5E16 /* polyval.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = polyval.c; sourceTree = ""; }; CA734BE45AABB7B303D22C82 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; + CA8A1E5530BAB89A241A14E2 /* GRPCChannelBuilder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCChannelBuilder.swift; sourceTree = ""; }; + CA90BE1916D2319C88E7C14F /* StreamingResponseCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamingResponseCallContext.swift; sourceTree = ""; }; CA95EEF3FAE24FBB77E2EF38 /* Launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Launchd.plist; sourceTree = ""; }; - CA9B6C0657135C5407AB691B /* ControlMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlMessage.swift; sourceTree = ""; }; - CACB1D3CD38EE9BD96D6BD45 /* p_ed25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ed25519.c; sourceTree = ""; }; - CB1188E6D9958EC92E668BE0 /* Ref.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Ref.swift; sourceTree = ""; }; + CAE70395C542B4D2D5B5D7F9 /* CNIOBoringSSL_ssl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ssl.h; sourceTree = ""; }; CB4A0FB26B6A160C6B667828 /* Nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Nested; sourceTree = ""; }; - CB5D6C12BC1E4FCE67F3711B /* SelectorUring.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectorUring.swift; sourceTree = ""; }; - CB8270625CAD5BF17837F4F0 /* sha1-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv8.ios.aarch64.S"; sourceTree = ""; }; - CB8FBEFB07A2F3ADAE3EBDD5 /* ssl_session.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_session.cc; sourceTree = ""; }; + CB5D1508F1E923D918C264B0 /* simple.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = simple.c; sourceTree = ""; }; CBB0C6D73163A353713E79BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - CBDECE866F3A66AF2B02A754 /* aesv8-armx64.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx64.ios.aarch64.S"; sourceTree = ""; }; + CBE68CC8FD4AB9C406B95FD5 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + CBF4E8D5DCB77CD32665F710 /* md4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md4.c; sourceTree = ""; }; CC017E2E345368072FC2D726 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - CC0428FD102CC92EB28E3CED /* c-nioatomics.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "c-nioatomics.c"; sourceTree = ""; }; CC08EB503D739663D1FCF7B0 /* AltIcon-60@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AltIcon-60@2x.png"; sourceTree = ""; }; - CC1899ABC3AEEAECC892F071 /* HTTP2PipelineHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2PipelineHelpers.swift; sourceTree = ""; }; CC2D98CCCA1E69131C9118AD /* libcc_lib_impl.lo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libcc_lib_impl.lo; path = "bazel-out/CONFIGURATION-STABLE-2/bin/cc/lib/impl/libcc_lib_impl.lo"; sourceTree = BUILT_PRODUCTS_DIR; }; - CC3B4FA79AE67581798EA991 /* HTTP2Stream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Stream.swift; sourceTree = ""; }; - CC4FADD19CE1AEA5A18FEC6C /* HTTP2FrameEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2FrameEncoder.swift; sourceTree = ""; }; - CC58693BF9AC196A83A54FAE /* HTTP2ChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ChannelHandler.swift; sourceTree = ""; }; - CC9DBE7E3583023909F42617 /* CNIOBoringSSL_err.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_err.h; sourceTree = ""; }; - CCC08816B4A5C63086CD98EE /* p256_64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = p256_64.h; sourceTree = ""; }; - CCDA482A770D8638E17046F6 /* pem_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_x509.c; sourceTree = ""; }; + CC48C3D187D49D3645FAB989 /* CustomPrivateKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomPrivateKey.swift; sourceTree = ""; }; + CC88D192212F95CF866FACBB /* BaseSocketChannel+SocketOptionProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "BaseSocketChannel+SocketOptionProvider.swift"; sourceTree = ""; }; + CC9247EA44EE4B8F0B46FF7B /* digest_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digest_extra.c; sourceTree = ""; }; + CCBD0C009AD740638ED1155C /* ssl_asn1.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_asn1.cc; sourceTree = ""; }; CCE87302DD400A927D780233 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; + CCF8504AC735C0A21AAE7C48 /* v3_akey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_akey.c; sourceTree = ""; }; + CCFBF309CA4176FA5BD8593C /* NIO.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIO.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + CD0AE4E40769938F4B624439 /* v3_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_int.c; sourceTree = ""; }; + CD16A0E95ABFD11FC1307AC6 /* HTTP2StreamDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamDelegate.swift; sourceTree = ""; }; + CD23317252CEFEE8D072A72E /* SSLCallbacks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLCallbacks.swift; sourceTree = ""; }; CD3825F643436A79ED53843D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - CD41A9E1AB7D8D328005AE2F /* lib_NIODataStructures.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = lib_NIODataStructures.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/lib_NIODataStructures.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - CD48C894958117CDA33FA597 /* v3_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_lib.c; sourceTree = ""; }; - CD4971473AB16326E6610C2E /* bn-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "bn-586.linux.x86.S"; sourceTree = ""; }; + CD3D1FDB76F1746E0BE0B2B3 /* NIOThrowingAsyncSequenceProducer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOThrowingAsyncSequenceProducer.swift; sourceTree = ""; }; + CD41A9E1AB7D8D328005AE2F /* lib_NIODataStructures.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = lib_NIODataStructures.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/lib_NIODataStructures.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + CD61FD2038A8E05E557E7C9B /* NIOTSConnectionChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSConnectionChannel.swift; sourceTree = ""; }; + CD659ABDA63C39CB9371D77F /* CNIOBoringSSL_bn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_bn.h; sourceTree = ""; }; + CD67FF5F314CFD89E0E6DDCE /* aead.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aead.c; sourceTree = ""; }; + CD8C432672E69DBF85B784A3 /* NIOHTTP2.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP2.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; CD9B5C446AD8743E2EC5284C /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; - CDA2996C8876296462B36DBF /* descriptor.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = descriptor.pb.swift; sourceTree = ""; }; + CD9BB6DAE8744028F555E5FB /* Array+BoundsCheck.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+BoundsCheck.swift"; sourceTree = ""; }; + CDA8CA8CB7B9A803625044B2 /* e_null.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_null.c; sourceTree = ""; }; + CDB87D3B53318E27B0A958BF /* ClientTransportFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientTransportFactory.swift; sourceTree = ""; }; + CDBB539EB9BDA6918D3E0E13 /* IO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IO.swift; sourceTree = ""; }; CDCB8F0A3DB4582A03CF41AA /* cc_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; CDFA27C7FCCD0636C81E67FC /* Intents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intents.swift; sourceTree = ""; }; - CE34FEAAF4FF6A45ABDD7EBB /* e_aesgcmsiv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aesgcmsiv.c; sourceTree = ""; }; - CE3A5F1B48BCAEF39B5F6BE0 /* x_pubkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_pubkey.c; sourceTree = ""; }; CE3F8E6BB09CAEC12D9CE1B9 /* WidgetExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + CE4561F5B5A8473C3114455D /* ThreadWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ThreadWindows.swift; sourceTree = ""; }; + CE5AB4D3C2734D0389A7D3E9 /* sha1-altivec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "sha1-altivec.c"; sourceTree = ""; }; CE5C7FA633009F456D7C4262 /* AppClip.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppClip.swift; sourceTree = ""; }; + CE65D4FC30DEB0C3AD9788C6 /* stack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stack.c; sourceTree = ""; }; + CE7E1979A1859CD4C3DDCC3D /* Visitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Visitor.swift; sourceTree = ""; }; CE862DECAE52FD9AA0673C9C /* watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - CEED675530F9FB9EB0376D86 /* a_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_sign.c; sourceTree = ""; }; - CF3A5F6631E5B1337A4DDC5F /* shift.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shift.c; sourceTree = ""; }; - CF49C4481F8E93561F5EB1C7 /* CNIOBoringSSL_hmac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hmac.h; sourceTree = ""; }; + CEBDCDD367524192A99E5B09 /* dtls_method.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = dtls_method.cc; sourceTree = ""; }; + CEF4D4E969CD61ED49CBB938 /* ServerErrorProcessor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerErrorProcessor.swift; sourceTree = ""; }; + CF03DBA44DE7A2E295D065A4 /* JSONScanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONScanner.swift; sourceTree = ""; }; + CF1C76BCFC9C6017DD6DF2CD /* CNIODarwin.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIODarwin.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + CF2893846668FE949F8BF7B5 /* a_gentm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_gentm.c; sourceTree = ""; }; CF7D5DB2B0BFF1FD546CA92B /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; CF85A2675ADE15A91BF6BE62 /* Library.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Library.h; sourceTree = ""; }; - CF951EFE205B5D9A723DB67E /* AtomicBool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicBool.swift; sourceTree = ""; }; CFAAC3F6D529C2E7CCF66A99 /* CoreUtilsObjC.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreUtilsObjC.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; - CFB2E48F6FA7D420ADAFBD81 /* ObjectIdentifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObjectIdentifier.swift; sourceTree = ""; }; - CFDA2F3C2159B7BE8B8327B9 /* DoubleWord.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DoubleWord.swift; sourceTree = ""; }; - CFFF66482AA3F7508A49628D /* StreamStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamStateMachine.swift; sourceTree = ""; }; + CFD02B64F199F00981B477B2 /* x509_att.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_att.c; sourceTree = ""; }; + CFECC8BC1183401BAF7E46CD /* CNIOBoringSSL_pem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pem.h; sourceTree = ""; }; + D006C87CE99C69D88554B25D /* p_ec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ec.c; sourceTree = ""; }; + D01F63B5A196793520C12903 /* GRPCServerRequestRoutingHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCServerRequestRoutingHandler.swift; sourceTree = ""; }; D058CBEDAB714BCD6EB207D3 /* Person.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Person.pb.swift; sourceTree = ""; }; - D07F6E3F28D7FFA4067E53EB /* dh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = dh.c; sourceTree = ""; }; - D0802A6E47AD44A139B4A25F /* CNIOBoringSSL_dsa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_dsa.h; sourceTree = ""; }; D09E8292912FC7FBBB9489E6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - D0B71FF027F01F0ABA8CE56F /* pkcs7.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs7.c; sourceTree = ""; }; - D0ED38A1FEE2314EC81719FC /* DebugInboundEventsHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugInboundEventsHandler.swift; sourceTree = ""; }; - D0FB3594F0A4C621ADE76E51 /* WebCORSHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebCORSHandler.swift; sourceTree = ""; }; + D0B3759D0DEA7CE6A33B6C1C /* rand_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand_extra.c; sourceTree = ""; }; D0FC7740EBACA991EED08B1C /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - D11613957D23AEA40A40439A /* p256-x86_64-asm.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-x86_64-asm.linux.x86_64.S"; sourceTree = ""; }; - D137BC54DCA4C5864128998B /* kdf.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = kdf.c; sourceTree = ""; }; + D100BDC0CF5A321701EEA9F1 /* CNIOLinux.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLinux.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + D1406D2FD1EFFAB54BB802A1 /* DoubleWord.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DoubleWord.swift; sourceTree = ""; }; + D161449CC906AA0123C65BDF /* bn-586.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "bn-586.linux.x86.S"; sourceTree = ""; }; D1677F9348EEC268BA18E8B0 /* tool.binary */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tool.binary; sourceTree = BUILT_PRODUCTS_DIR; }; - D17064CAF89E56720796CFEF /* GRPCSendable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCSendable.swift; sourceTree = ""; }; - D18BDD3432B4E77E61CD20EB /* Google_Protobuf_Timestamp+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Timestamp+Extensions.swift"; sourceTree = ""; }; + D1996CDB95C4D8AFBB0DA536 /* jacobi.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = jacobi.c; sourceTree = ""; }; + D19D11981B37EAF9222E9055 /* FixedLengthFrameDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FixedLengthFrameDecoder.swift; sourceTree = ""; }; D1C2E90AD6AFAF6114B51FB0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - D1CBDEBD6C41E88FF313ADCE /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - D1D885894D5D8F92C19BE048 /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = SwiftProtobuf.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - D1FC60DF0726010D8B590292 /* p_x25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_x25519.c; sourceTree = ""; }; + D1F68F63E2522CE523246359 /* GRPCClientChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCClientChannelHandler.swift; sourceTree = ""; }; D1FC7CD938D96895389A09A5 /* Resources.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Resources.swift; sourceTree = ""; }; D22497C1CE43FD5893341E12 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - D2455F23C5FFCEA634145D3A /* CNIOBoringSSL_blake2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_blake2.h; sourceTree = ""; }; + D22944EC8D2319999722C367 /* des.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = des.c; sourceTree = ""; }; + D245EB8087FE3DD689F0BC69 /* ConnectionStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionStateMachine.swift; sourceTree = ""; }; D26878E809365B31E2703935 /* macOSApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = macOSApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; - D279246FB1AD6E08B1FD6027 /* rdrand-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rdrand-x86_64.mac.x86_64.S"; sourceTree = ""; }; - D2BAA024286B474267EB02B5 /* NIOThrowingAsyncSequenceProducer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOThrowingAsyncSequenceProducer.swift; sourceTree = ""; }; + D2A1A453F4B823FF686C0909 /* md5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md5.c; sourceTree = ""; }; D2C505CF27393EA0D2B17FA8 /* iOSAppObjCUnitTestSuite.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppObjCUnitTestSuite.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - D2C90C22E3052E727E0E812F /* UnaryResponseCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnaryResponseCallContext.swift; sourceTree = ""; }; D2D3B6071DDECEC87EA054B6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - D2F6E43BC826AEDE93397FA2 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - D2FC0F889CD7183CE04B1979 /* vpaes-armv7.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "vpaes-armv7.ios.arm.S"; sourceTree = ""; }; + D2D4BBD78F8665A970ED9AB2 /* HTTPDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPDecoder.swift; sourceTree = ""; }; + D2F0F9B3C94EC7652F781B87 /* s3_both.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = s3_both.cc; sourceTree = ""; }; + D3072DB1B3D07D733A021C98 /* aesv8-armx64.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx64.linux.aarch64.S"; sourceTree = ""; }; + D3334D5C2FED2B13BDBA0E16 /* Google_Protobuf_Timestamp+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Timestamp+Extensions.swift"; sourceTree = ""; }; D343D84C1D2B3354A55BFF92 /* echo_server_services_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server_services_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - D362F13BDBDE02C867E011F9 /* UnaryCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnaryCall.swift; sourceTree = ""; }; - D3683613020A8F228B61CDD7 /* GRPCTimeout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCTimeout.swift; sourceTree = ""; }; - D36C3698FD79E18E08A9C9D2 /* Google_Protobuf_Struct+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Struct+Extensions.swift"; sourceTree = ""; }; - D3960A951DF5A580DB7162ED /* GRPCTLSConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCTLSConfiguration.swift; sourceTree = ""; }; - D3B222AECE07EAEDFBDA0DDB /* CNIOBoringSSL_obj_mac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_obj_mac.h; sourceTree = ""; }; - D3B7DE732FF2BFB90EAC639C /* ghash-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-armv4.ios.arm.S"; sourceTree = ""; }; + D3D3D44475A6A62951A07376 /* digestsign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digestsign.c; sourceTree = ""; }; D3DD75733B44CF0FC0468499 /* BasicTests.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - D41C046E20D7634B05B74F3B /* NIOTSNetworkEvents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSNetworkEvents.swift; sourceTree = ""; }; + D43B599E772DE483C643D23A /* chacha-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-x86.linux.x86.S"; sourceTree = ""; }; D442F9F3159CC39B2F2E0D83 /* AppClip.248.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.248.link.params; sourceTree = ""; }; + D443B67D14CE2FB557148C9B /* sha1-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-x86_64.mac.x86_64.S"; sourceTree = ""; }; D4507C0E8841C7202138CE8B /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - D452BBFB10EDB5A8E254A43D /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - D46377A40841E4F1F89AF12B /* JSONRPCFraming+ContentLengthHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JSONRPCFraming+ContentLengthHeader.swift"; sourceTree = ""; }; - D4906A06C92E13BA7FEEE37A /* libNIOFoundationCompat.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOFoundationCompat.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOFoundationCompat.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + D4906A06C92E13BA7FEEE37A /* libNIOFoundationCompat.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOFoundationCompat.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOFoundationCompat.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + D49FBE222AD12AD7B258898F /* CancellationError+GRPCStatusTransformable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CancellationError+GRPCStatusTransformable.swift"; sourceTree = ""; }; D4BC9E6C0921480CB1DCDE89 /* UIFramework.iOS.157.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.157.link.params; sourceTree = ""; }; - D4C613800EA1AACD79CF9815 /* GRPCClient+AsyncAwaitSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GRPCClient+AsyncAwaitSupport.swift"; sourceTree = ""; }; D4CB5D6E4F2E976A0175096C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - D4F6C7A2182A5005BA2F06EE /* CNIOBoringSSL_opensslconf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_opensslconf.h; sourceTree = ""; }; - D562BDA7C79F7BF1500F2ACD /* CNIOBoringSSL_obj.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_obj.h; sourceTree = ""; }; + D4D562BEBE0C9CFC2D4503CB /* ServerErrorDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerErrorDelegate.swift; sourceTree = ""; }; + D4F3B859C85E32A998AF13DB /* Stopwatch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Stopwatch.swift; sourceTree = ""; }; + D564DF6945CEAD7C824EF7DD /* FieldTag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldTag.swift; sourceTree = ""; }; + D5BA1BB4E11558D049A101A0 /* sha512-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv4.ios.arm.S"; sourceTree = ""; }; D5BBE2ECC921BED8A450ADA7 /* UIFramework.iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIFramework.iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D5DBA99080A3200E20197FBC /* v3_ia5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ia5.c; sourceTree = ""; }; - D5E0A080D0773053C5C7AB4B /* a_octet.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_octet.c; sourceTree = ""; }; - D604CC63F20DF26752EBBF0C /* HTTP2CommonInboundStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2CommonInboundStreamMultiplexer.swift; sourceTree = ""; }; - D6326027681968A049332B4B /* v3_bcons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_bcons.c; sourceTree = ""; }; - D63479920A09F1B23687E04D /* CNIOBoringSSL_boringssl_prefix_symbols.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_boringssl_prefix_symbols.h; sourceTree = ""; }; + D61D5DF3BEC8E9BF50A84D8C /* CNIOBoringSSL_pool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pool.h; sourceTree = ""; }; D63AE03C4BC90B04F75C1FB8 /* tool.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - D6421CF3D0B965FABA8A8520 /* e_rc2.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_rc2.c; sourceTree = ""; }; - D6488AC30C62DF1A40F8DC17 /* DynamicHeaderTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicHeaderTable.swift; sourceTree = ""; }; + D648C4E245C02C0F6CF7F0AB /* ofb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ofb.c; sourceTree = ""; }; + D660CCFF169491FD40548117 /* Decoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Decoder.swift; sourceTree = ""; }; D68FA3D7E6F121B68AF4C66C /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - D69EA59862AA7E23C041BDCC /* refcount_c11.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = refcount_c11.c; sourceTree = ""; }; + D6979BD431AAB6587EFAE15E /* StringUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringUtils.swift; sourceTree = ""; }; D6A7B49CE03CEE55F8C30804 /* UITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestsLaunchTests.swift; sourceTree = ""; }; - D714F5477A34195D0E29C0CB /* x86_64-mont5.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont5.mac.x86_64.S"; sourceTree = ""; }; + D6B3FA865326B38D53EF1D99 /* v3_pcia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pcia.c; sourceTree = ""; }; + D7458C5B9E0E221A757CE0E4 /* CNIOBoringSSL_pkcs7.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pkcs7.h; sourceTree = ""; }; D7509BF2E800A442944888BB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; D774C726B1BF30B75AEBBC78 /* MixedAnswer.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswer.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - D7917865B99AF80490D7E592 /* StreamingResponseCallContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamingResponseCallContext.swift; sourceTree = ""; }; - D794EFB27D16BCB95705E159 /* libNIOTransportServices.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOTransportServices.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/libNIOTransportServices.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - D7BEEEB672B183C82A359CDB /* CNIOBoringSSL_thread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_thread.h; sourceTree = ""; }; + D78B5BB8EA7680C7FDE89C9C /* ZigZag.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZigZag.swift; sourceTree = ""; }; + D794EFB27D16BCB95705E159 /* libNIOTransportServices.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOTransportServices.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/libNIOTransportServices.a"; sourceTree = BUILT_PRODUCTS_DIR; }; D7C88769FC1D1D6606E7F26A /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; D7D2A96CB463AF1BC6331D87 /* echo_server.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - D7FAC279F15716D1EA166CA9 /* CustomJSONCodable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomJSONCodable.swift; sourceTree = ""; }; D82BE910301119343850F82D /* Intents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intents.swift; sourceTree = ""; }; + D86646C8D42E3CB78B3ECD6D /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; D87181EE4C9BFEE7CFB4D1B8 /* iOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + D88BB0E18EA0CB4BA6A52030 /* x509_trs.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_trs.c; sourceTree = ""; }; D8920BF82B7F862415A7F1BB /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; D897B29D0000EA5C72EEA672 /* watchOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = watchOSApp.swift; sourceTree = ""; }; D89D63C63D7F51544A52B173 /* libTestingUtils.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libTestingUtils.a; path = "bazel-out/CONFIGURATION-STABLE-13/bin/iOSApp/Test/TestingUtils/libTestingUtils.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - D8A73CC45C5300E4282C1ACC /* Primitives.native.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Primitives.native.swift; sourceTree = ""; }; - D8B653D940340E99BD1221CF /* StringUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringUtils.swift; sourceTree = ""; }; D8B8F62D3F8251FFAFA5BB41 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D8E2E2338399EE2410E206F8 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - D95B4A6475692C08EE38405D /* HTTP2ToRawGRPCServerCodec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ToRawGRPCServerCodec.swift; sourceTree = ""; }; - D95BCEC2EEC60AF695DA96BB /* Locks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Locks.swift; sourceTree = ""; }; - D9755796E333C6061228CCE5 /* x509spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509spki.c; sourceTree = ""; }; - D97F0EE64A708FA7A9441322 /* GRPCClientChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCClientChannelHandler.swift; sourceTree = ""; }; - D984990D1389A17DD2A1484C /* IO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IO.swift; sourceTree = ""; }; - D98BB4D6420D3C41C4CB5CFA /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTP2ChannelHandler+InboundStreamMultiplexer.swift"; sourceTree = ""; }; - D9A4E5092B90D40033D0D564 /* GRPCIdleHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCIdleHandler.swift; sourceTree = ""; }; - D9BCB3372AD2246F2475CACB /* v3_pmaps.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pmaps.c; sourceTree = ""; }; - D9C19194274326FBE0F2782E /* JSONScanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONScanner.swift; sourceTree = ""; }; - D9CB87C4F87F37E7C69A7190 /* CNIOBoringSSL_asn1_mac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_asn1_mac.h; sourceTree = ""; }; - DA284133646C1AD4890DE0F2 /* libNIOHTTP1.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOHTTP1.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOHTTP1.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DA28D7510E0AE6EBC06BF6BA /* name_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = name_print.c; sourceTree = ""; }; - DA6883CA2C5D9726F50C9FF0 /* v3_extku.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_extku.c; sourceTree = ""; }; + D8F012DA15EE1F451E6FA0F6 /* tasn_typ.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_typ.c; sourceTree = ""; }; + D8F23B903FAE6A28356FB757 /* HTTP2Error.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Error.swift; sourceTree = ""; }; + D8FCC71F547BAA99378A4DD6 /* cpp_magic.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cpp_magic.h; sourceTree = ""; }; + D917CDE5577476246E265ED8 /* x509name.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509name.c; sourceTree = ""; }; + D91B78F2705B831D08CE7EDE /* c_nio_llhttp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = c_nio_llhttp.h; sourceTree = ""; }; + D9201F589B3945C7DB445359 /* ConnectionPool+Waiter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConnectionPool+Waiter.swift"; sourceTree = ""; }; + D9324D103853F29C914836E8 /* ConnectionPool+PerConnectionState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConnectionPool+PerConnectionState.swift"; sourceTree = ""; }; + D9BF909D45794A9890021CFD /* StaticHeaderTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StaticHeaderTable.swift; sourceTree = ""; }; + D9FD032C57FB35A341326F9B /* HPACKErrors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HPACKErrors.swift; sourceTree = ""; }; + DA284133646C1AD4890DE0F2 /* libNIOHTTP1.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libNIOHTTP1.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOHTTP1.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + DA51881D87EE1AD95BB0F63C /* CNIOBoringSSL_md5.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_md5.h; sourceTree = ""; }; + DA52FA51B9304E717DC5B022 /* LengthPrefixedMessageReader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LengthPrefixedMessageReader.swift; sourceTree = ""; }; + DA5B6F81562D0EAD7BF749DB /* x86-mont.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86-mont.linux.x86.S"; sourceTree = ""; }; DA942E34F10FB94BF73BC7A1 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - DA980713E6E0363C98F97596 /* aesv8-armx32.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx32.ios.arm.S"; sourceTree = ""; }; - DABF98394E7CE12C0B56E00D /* pem_info.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_info.c; sourceTree = ""; }; + DAACA0620001E7808BF726AB /* Error+NIOSSL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Error+NIOSSL.swift"; sourceTree = ""; }; + DABE82666C465A23490D8018 /* DeadChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeadChannel.swift; sourceTree = ""; }; DB1707851007E63305C749E4 /* CoreUtilsObjC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoreUtilsObjC.framework; sourceTree = BUILT_PRODUCTS_DIR; }; DB1E289D9906CD46ABB85771 /* AppClip.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - DB8010E04A7D12C1ABAB1CAC /* CNIOBoringSSL_ossl_typ.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ossl_typ.h; sourceTree = ""; }; - DB98C0C64DAD9D7F58CD6719 /* PooledChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PooledChannel.swift; sourceTree = ""; }; - DBA185842F8AEFC6EB151F35 /* _AtomicsShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = _AtomicsShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + DB2EE350586579BAE9CBCD53 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + DB33620048C7064A32B7639C /* IntegerTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerTypes.swift; sourceTree = ""; }; + DB4CA5C16DD587C5A10DA190 /* TypeAssistedChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TypeAssistedChannelHandler.swift; sourceTree = ""; }; DBA38F8D49E03A0C739A2E25 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - DBAF80E8FD89B45F3C73AFF9 /* sha512-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv4.ios.arm.S"; sourceTree = ""; }; - DBC02AC66F676DE33DA9BFEE /* CNIOBoringSSL_boringssl_prefix_symbols_asm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_boringssl_prefix_symbols_asm.h; sourceTree = ""; }; - DBCE785E31429CC9D53748B8 /* chacha-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv8.linux.aarch64.S"; sourceTree = ""; }; - DBD0EB48A34B0ECA9A2EB6CC /* CNIODarwin.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIODarwin.rules_xcodeproj.c.compile.params; sourceTree = ""; }; DBEDDD2B5BB9869E2B0711DA /* UniversalCommandLineTool.238.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.238.link.params; sourceTree = ""; }; + DBFAFB79F2B44E43E4C9F46B /* NIO.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIO.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; DC06B1891F658D52D7883AA7 /* MixedAnswer_swift_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_swift_modulemap-module.modulemap"; sourceTree = ""; }; - DC1114516C34F1A4AFCF4F6D /* ResponsePartContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponsePartContainer.swift; sourceTree = ""; }; + DC09206420C1195A2E49AD2A /* CallOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallOptions.swift; sourceTree = ""; }; + DC15250881542FAC2E7ABFFC /* chacha-armv4.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv4.ios.arm.S"; sourceTree = ""; }; DC3DEE92FF9A9894C45E6BF6 /* LibFramework.iOS.253.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.iOS.253.link.params; sourceTree = ""; }; - DC50FF191A814703E589CE4D /* x_exten.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_exten.c; sourceTree = ""; }; - DCA368B8CE9945EF9B8F2EEE /* EventLoopFuture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventLoopFuture.swift; sourceTree = ""; }; + DC609E023B091EF2F65E04D9 /* v3_enum.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_enum.c; sourceTree = ""; }; + DC83269B653EE7AC53C0984E /* fuchsia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fuchsia.c; sourceTree = ""; }; DCA4E4BE3F243F3BD5DFF093 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + DCAB562BCE1FDD4908F4B0BB /* Version.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Version.swift; sourceTree = ""; }; + DCEEF76B7F9D48E91CF34018 /* CNIOBoringSSL_x509.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_x509.h; sourceTree = ""; }; DD1A24FBE678F16F173826B7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; DD24B1CD1F0FCBDB2FEC571A /* iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - DD3EB3DCA1097F35D0AA66E4 /* NIOEmbedded.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOEmbedded.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - DD7B113C6E5C4D59C4D0EF9A /* CNIOBoringSSL_ec_key.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ec_key.h; sourceTree = ""; }; - DDB49B61EFA804EE60D2446A /* x509_vpm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_vpm.c; sourceTree = ""; }; - DDBEF3A6441A186AB469AC59 /* chacha-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-x86.linux.x86.S"; sourceTree = ""; }; - DDE614E1EA65B7EC7AD54766 /* GRPCPayload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCPayload.swift; sourceTree = ""; }; + DD2CA8705D1FC8751B3C342A /* a_dup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_dup.c; sourceTree = ""; }; + DDA340ACFB82921992910796 /* ObjectIdentifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObjectIdentifier.swift; sourceTree = ""; }; + DDC15F0B5C87892F45409F80 /* ServerHandlerStateMachine+Draining.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Draining.swift"; sourceTree = ""; }; + DDC2B2B7DC414E338D4E43D4 /* LinuxCPUSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxCPUSet.swift; sourceTree = ""; }; + DDD2A8A2302E0CD4FE181691 /* ssl_cert.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_cert.cc; sourceTree = ""; }; DE01342B818329303E981F98 /* Lib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - DE0E9134712F3E93A3A66C41 /* Google_Protobuf_Any+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_Any+Extensions.swift"; sourceTree = ""; }; - DE84974741400D3A1BBFB257 /* params.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = params.c; sourceTree = ""; }; + DE2EE2CC66582691FF526020 /* x509_txt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_txt.c; sourceTree = ""; }; + DE45B8A7347E8DB3EED492EE /* v3_extku.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_extku.c; sourceTree = ""; }; + DE7D1369ADD947B9CF9303CB /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + DE7F9E0CBB6878F9FAB4F2E4 /* CNIOWindows.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOWindows.h; sourceTree = ""; }; DE86DAB04A0BCC5259FA46DB /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - DE964D8538036DC3E017D258 /* DatagramVectorReadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatagramVectorReadManager.swift; sourceTree = ""; }; + DE8B6F388C9A878CF7FA115F /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOFoundationCompat.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + DE9EF1CE5F2992596BE922DE /* CNIOBoringSSL_digest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_digest.h; sourceTree = ""; }; + DEAF6E772913C54A6CF638D0 /* liburing_nio.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = liburing_nio.h; sourceTree = ""; }; DEB1C7181A76666A8D7EB108 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; DEB862A8A919514C5116275D /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - DEC24AE276DE7B8E054522F6 /* JSONEncodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncodingOptions.swift; sourceTree = ""; }; - DEC346A53831ACF58BC5C53C /* sha1-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha1-armv8.linux.aarch64.S"; sourceTree = ""; }; DEF20FF4DDBA8849AC31D8F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - DEF2790F9F9FEAF612C41D32 /* x_algor.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_algor.c; sourceTree = ""; }; - DF37A0701098E2016C9EB9A8 /* e_aesctrhmac.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aesctrhmac.c; sourceTree = ""; }; + DF0F53599819EA7717B647E4 /* HTTPHeaderValidator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPHeaderValidator.swift; sourceTree = ""; }; DF443AB455A2BDD3CD13671D /* OnlyStructuredResources.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = OnlyStructuredResources.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; DF4802D8580A4DE0B18BE23D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - DF87F8BF7E82691B780D164F /* FakeChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FakeChannel.swift; sourceTree = ""; }; + DF5CC23E8044829FCDC0804A /* p_x25519_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_x25519_asn1.c; sourceTree = ""; }; + DF67E05ED7848BC6F78449E5 /* ControlMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlMessage.swift; sourceTree = ""; }; + DF6DF1D1181A4C4746A831C1 /* NIOTSChannelOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSChannelOptions.swift; sourceTree = ""; }; + DF85EA23904C237DF441F99B /* chacha-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-armv8.linux.aarch64.S"; sourceTree = ""; }; + DF8C1A063AC8112802440BF4 /* e_des.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_des.c; sourceTree = ""; }; + DF9C20016B44F0BD8A18F2C9 /* delocate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = delocate.h; sourceTree = ""; }; DFC9F7A642F32A6D408BC37D /* libc_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libc_lib.a; path = "bazel-out/CONFIGURATION-STABLE-28/bin/CommandLine/swift_c_module/libc_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - DFDC935DB2E4F9FFEEB27998 /* engine.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = engine.c; sourceTree = ""; }; - DFFC16B13341468FF5E52A75 /* HTTP2StreamChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2StreamChannel.swift; sourceTree = ""; }; + DFE64FA910E195A8FAEB7444 /* HTTP2Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2Settings.swift; sourceTree = ""; }; + DFF95421AC944FD2AEF05C3C /* SNIHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SNIHandler.swift; sourceTree = ""; }; DFFF9E1444F7EB238D191092 /* Bundle.42.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Bundle.42.link.params; sourceTree = ""; }; - E051827CE9E455ABC1C4B4CE /* IntegerConformances.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerConformances.swift; sourceTree = ""; }; - E05E0F0C6B158A836666B5DF /* sha1-altivec.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "sha1-altivec.c"; sourceTree = ""; }; - E096CBBA1DF0EAB7CDAC9E0F /* BidirectionalStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BidirectionalStreamingCall.swift; sourceTree = ""; }; - E0A32D2D139B2D21883E72A6 /* scalar.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = scalar.c; sourceTree = ""; }; - E0D67E5B116729B9E19C885D /* p256-nistz.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "p256-nistz.c"; sourceTree = ""; }; - E1086668CAAAE32E31124DFD /* sha512-armv8.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv8.linux.aarch64.S"; sourceTree = ""; }; + E056E6D3D66A4E0F647A8DAB /* Unmanaged extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Unmanaged extensions.swift"; sourceTree = ""; }; + E0783DF632798D98A9CFD3F1 /* AtomicStrongReference.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicStrongReference.swift; sourceTree = ""; }; + E0A1C84C8C38C14D783CBCF9 /* aesv8-armx32.ios.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx32.ios.arm.S"; sourceTree = ""; }; + E1065E33DC71D6D319CB53ED /* forkunsafe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = forkunsafe.c; sourceTree = ""; }; E113305301E3CA57384F5AEF /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; E135F778E8931913A777DAC5 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - E14C185004B508A7F57124E4 /* GRPCAsyncResponseStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCAsyncResponseStream.swift; sourceTree = ""; }; - E1614C1CBCE00C75EB07698D /* NIOHTTP2.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOHTTP2.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - E17ABC143529142DA402E2EE /* DebugOutboundEventsHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugOutboundEventsHandler.swift; sourceTree = ""; }; E17E75D090217B10AE0BAF46 /* liblib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineToolLib/liblib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E192A1121EAE5736823505F5 /* libLogging.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libLogging.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/libLogging.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + E192A1121EAE5736823505F5 /* libLogging.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libLogging.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/libLogging.a"; sourceTree = BUILT_PRODUCTS_DIR; }; E195E4E6261D98BA0E5D0DE0 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - E1C618ADAB7F137AD503D5DA /* shim.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shim.c; sourceTree = ""; }; E1D149A3A236942B558566A3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - E1EEAE4AA7370F73B1B7A9C0 /* hrss.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = hrss.c; sourceTree = ""; }; E1F8E96E36D76FC0FE607DFD /* libprivate_swift_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_swift_lib.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/CommandLine/CommandLineToolLib/libprivate_swift_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E20B6C102346DFFE92A1F6A5 /* AtomicOptional.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicOptional.swift; sourceTree = ""; }; E21BBEF6DDB2EB2CDD53FC94 /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - E23F4C84B7E04386CD9B54E1 /* tls_method.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls_method.cc; sourceTree = ""; }; - E2805CFDB24FBE6B860B8DF8 /* p_rsa.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_rsa.c; sourceTree = ""; }; - E3A8133A33138F0FC70D1C6F /* Deque+CustomReflectable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+CustomReflectable.swift"; sourceTree = ""; }; - E3AC6D446BA72EF874F73F1E /* RequestResponseHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestResponseHandler.swift; sourceTree = ""; }; - E3BDEF1D05A2888685AD5A8F /* md32_common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = md32_common.h; sourceTree = ""; }; - E3F6F5AD26AACE84D5F8F795 /* ConnectionPool+Waiter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConnectionPool+Waiter.swift"; sourceTree = ""; }; - E3FC7C8BCFD519C3CA6C097C /* StreamMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamMap.swift; sourceTree = ""; }; - E40BC0BF1DA733662F5AC6D6 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - E41EE7C72688596917C30F87 /* d1_srtp.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_srtp.cc; sourceTree = ""; }; + E22DCDA38C2F29CA2796C7CF /* DispatchQueue+WithFuture.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DispatchQueue+WithFuture.swift"; sourceTree = ""; }; + E254B09F48EFFD411949030F /* x_spki.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_spki.c; sourceTree = ""; }; + E278B95D9F546CED99F191F0 /* div.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = div.c; sourceTree = ""; }; + E2B1583DA2C84F0295FCD91D /* empty.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = empty.c; sourceTree = ""; }; + E2D9674A69CEB5C5689525B3 /* evp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = evp.c; sourceTree = ""; }; + E2DA28CAFCAFD57D61D6C1D4 /* SendAndReceiveGoawayState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendAndReceiveGoawayState.swift; sourceTree = ""; }; + E2EDB7045ACA9E0B7EF6E964 /* WSAStartup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = WSAStartup.c; sourceTree = ""; }; + E2F9EB3A8C9932B8FC14F217 /* _UnsafeWrappedBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _UnsafeWrappedBuffer.swift; sourceTree = ""; }; + E36117DAF5F3CEE507751E6E /* ReceivingDataState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReceivingDataState.swift; sourceTree = ""; }; + E3DF13877BF4831211C945E1 /* x_val.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_val.c; sourceTree = ""; }; + E3F9BAEA8ACACA405ED9B8D0 /* GetaddrinfoResolver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GetaddrinfoResolver.swift; sourceTree = ""; }; + E4001CFEA61696150BDFBA02 /* wrappers.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = wrappers.pb.swift; sourceTree = ""; }; + E402749C8E3F47094DEFB02C /* chacha20_poly1305_x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = chacha20_poly1305_x86_64.mac.x86_64.S; sourceTree = ""; }; + E41DA7314F2E44A70CB64FED /* ByteBuffer-core.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-core.swift"; sourceTree = ""; }; E44067995BE8B9F4CFC56E01 /* MixedAnswer.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswer.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - E449B420521D581D5735502E /* obj_dat.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = obj_dat.h; sourceTree = ""; }; E44D8A6B500A1A358B75F5B2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + E465C1158E8D76153527E65D /* c_nio_api.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_nio_api.c; sourceTree = ""; }; E46735AB4C1E892902BEF2EA /* cc_lib_defines.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_defines.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - E47370128DC42C3521226828 /* prime.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = prime.c; sourceTree = ""; }; E48990D25B12C963A2D3520B /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - E4B675F198F9AE03535893AD /* ConvenienceOptionSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvenienceOptionSupport.swift; sourceTree = ""; }; - E535B5C1D5005807E1E01C0E /* SocketAddresses.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketAddresses.swift; sourceTree = ""; }; - E53CD688A957F63C712DBAD9 /* PointerConformances.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointerConformances.swift; sourceTree = ""; }; + E49FE0F275E85F4420C98CFE /* p_ed25519_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ed25519_asn1.c; sourceTree = ""; }; + E4B3BBC657C88A358F3096AB /* pkcs8_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs8_x509.c; sourceTree = ""; }; + E53F27486A1E499D0B84E978 /* IntegerBitPacking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerBitPacking.swift; sourceTree = ""; }; E54B158BB554CC17AD0CB0AC /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - E593EC781F5A6212CD004478 /* SendingHeadersState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingHeadersState.swift; sourceTree = ""; }; - E5DD7138B8D53A6524B8009A /* CNIOBoringSSL_aes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_aes.h; sourceTree = ""; }; - E673AD1E785B878781A7D416 /* x509_vfy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_vfy.c; sourceTree = ""; }; - E6760BAF33210AADF195F18C /* timestamp.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = timestamp.pb.swift; sourceTree = ""; }; - E682E4013E7D1A4BD31486E2 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + E55C87C02B75C2326EA191AB /* CompressionAlgorithm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompressionAlgorithm.swift; sourceTree = ""; }; + E57F46BFE5C252975398D956 /* HappyEyeballs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HappyEyeballs.swift; sourceTree = ""; }; + E59A4FA3163B3C0B9C43835A /* x86_64-mont5.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont5.linux.x86_64.S"; sourceTree = ""; }; + E5E3016C9EF40EEFB588D67F /* CNIOAtomics.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOAtomics.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + E659A75329274280948AE653 /* v3_alt.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_alt.c; sourceTree = ""; }; + E65F8BF08F495638B812E776 /* a_bool.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_bool.c; sourceTree = ""; }; + E6696B6FF5A562C53B154812 /* ghash-ssse3-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-ssse3-x86_64.mac.x86_64.S"; sourceTree = ""; }; + E66C4BCCDBF5713AA4D54D8B /* CNIOBoringSSL_conf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_conf.h; sourceTree = ""; }; + E6780A135C66B202F8AD9DAD /* cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbc.c; sourceTree = ""; }; + E67CFC9304BFD477827C387F /* Codable+ByteBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Codable+ByteBuffer.swift"; sourceTree = ""; }; + E67DE8F329E504635A0F8398 /* ServerInterceptorStateMachine+Intercepting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerInterceptorStateMachine+Intercepting.swift"; sourceTree = ""; }; + E68D7D4083C70583BEED1EB1 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOBoringSSLShims.rules_xcodeproj.c.compile.params; sourceTree = ""; }; E68D8188211C4249313DAD1E /* iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - E68FD65115A2AAA51F01E0C8 /* ByteBuffer-conversions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ByteBuffer-conversions.swift"; sourceTree = ""; }; - E6B4F3B50F01DC46BDED7B12 /* SendingDataState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingDataState.swift; sourceTree = ""; }; - E6C1821838CFF3F79C0CF698 /* SubjectAlternativeName.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubjectAlternativeName.swift; sourceTree = ""; }; - E707A6C84C1AB8CBC5800D77 /* x86_64-gcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "x86_64-gcc.c"; sourceTree = ""; }; - E7421FA7FE65F80E4E7E8950 /* p256_table.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = p256_table.h; sourceTree = ""; }; - E74D21AAE2D65C9ABE29B55C /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLLHTTP.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - E7613AB043F4868A05FB4EC3 /* md4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = md4.c; sourceTree = ""; }; - E76CB8DA085CBC1E33A56EDB /* d1_both.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_both.cc; sourceTree = ""; }; - E76E48356BCE0A0A2AB1774F /* d1_lib.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = d1_lib.cc; sourceTree = ""; }; + E6CFF66C0526F782E69F2EED /* ServerChannelErrorHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerChannelErrorHandler.swift; sourceTree = ""; }; + E6DC44304E47E761B74AE838 /* montgomery_inv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = montgomery_inv.c; sourceTree = ""; }; + E6EAD0E744BD041ABD4FC6C3 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + E70736608CCE03570ABF097C /* CNIOBoringSSL_boringssl_prefix_symbols.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_boringssl_prefix_symbols.h; sourceTree = ""; }; E7B005556CA96365E4CD9D39 /* WatchOSAppUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchOSAppUITestsLaunchTests.swift; sourceTree = ""; }; - E7CB3CA658E11BE1E5AC70E5 /* thread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread.c; sourceTree = ""; }; + E7B2661853DC46081626040A /* gcm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcm.c; sourceTree = ""; }; E7E845DCF315807C1F77B232 /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; E7F322D6A932F8FFFA1A27C2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - E81A76DE573CEB5343692FE0 /* s3_lib.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = s3_lib.cc; sourceTree = ""; }; - E8408A04284F554D26A4A5FB /* Linux.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Linux.swift; sourceTree = ""; }; E84535AB4126878B1DD8D058 /* FXPageControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FXPageControl.h; sourceTree = ""; }; - E85890D608BF90E19A2C3ACB /* FixedLengthFrameDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FixedLengthFrameDecoder.swift; sourceTree = ""; }; - E87C22A6891F75CAEB18E858 /* aead.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = aead.c; sourceTree = ""; }; - E88E2D7E2246279E29EB4888 /* CNIOBoringSSL_span.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_span.h; sourceTree = ""; }; - E8A21152BF05DA3499BCFC0F /* felem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = felem.c; sourceTree = ""; }; - E8A965953B879D6A4A8E8F0C /* CNIOWindows.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOWindows.h; sourceTree = ""; }; + E846831ADB9A8F0F6E534030 /* pem_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_all.c; sourceTree = ""; }; + E84CD015527A6FCD264C2278 /* v3_utl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_utl.c; sourceTree = ""; }; + E86A29E05E9B0E8B5647C5BB /* Google_Protobuf_NullValue+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Google_Protobuf_NullValue+Extensions.swift"; sourceTree = ""; }; + E86FE570D80EE3B21747F04F /* IntegerBitPacking.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntegerBitPacking.swift; sourceTree = ""; }; + E88018D1C9D2732D16F2AB87 /* asn1_gen.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = asn1_gen.c; sourceTree = ""; }; + E89D427E105353C6EA037B49 /* PointerHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointerHelpers.swift; sourceTree = ""; }; + E89DE830AF8B7F1D4B461CCD /* HTTP2FrameEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2FrameEncoder.swift; sourceTree = ""; }; + E8C1C02EF591A25785B41DD5 /* ChannelHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelHandler.swift; sourceTree = ""; }; + E8C60CE7D6935C2293C72AC8 /* CNIOBoringSSL_siphash.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_siphash.h; sourceTree = ""; }; E8CDE07B1C35201931462F46 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; E8DE2172BD73F99ED71B386A /* iOSAppUITests.272.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.272.link.params; sourceTree = ""; }; E8E411EF9793D162C841661E /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; E8FA34D8B89A99947466BB1D /* BasicTests.116.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.116.link.params; sourceTree = ""; }; + E8FC1B3B61FD8E2E1AD1CD80 /* md5-x86_64.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "md5-x86_64.mac.x86_64.S"; sourceTree = ""; }; E908055A685C13EFE97CD8F8 /* watchOS.167.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.167.link.params; sourceTree = ""; }; + E90B534E46ECFBD9770EEE07 /* Bootstrap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bootstrap.swift; sourceTree = ""; }; + E93DBB07BF5AF4055804E53A /* descriptor.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = descriptor.pb.swift; sourceTree = ""; }; E94171C49D332DC5078791EA /* libcc_external_lib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libcc_external_lib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-2/bin/external/examples_cc_external~override/libcc_external_lib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - E994056A4FBF4327359A8FF1 /* v3_purp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_purp.c; sourceTree = ""; }; - E9948A3A6CCA939A59251C52 /* ConnectionPool+PerConnectionState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConnectionPool+PerConnectionState.swift"; sourceTree = ""; }; - E99E8FBA365B517FC46362CC /* GRPCWebToHTTP2ServerCodec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCWebToHTTP2ServerCodec.swift; sourceTree = ""; }; - E9AB7A1BEA8B350C5B5271A8 /* ClientConnection+NWTLS.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ClientConnection+NWTLS.swift"; sourceTree = ""; }; + E9704F2A8F00761C4A41BE82 /* Exports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Exports.swift; sourceTree = ""; }; E9B52C8C9610588B0F2C68B9 /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; + E9C6AF77A7417980871354E2 /* a_digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_digest.c; sourceTree = ""; }; E9D916CEC9612ECAE7074643 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - EA0CE0F407CC71B02DEABF5C /* CNIOBoringSSL_ctrdrbg.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_ctrdrbg.h; sourceTree = ""; }; - EA2541A799BC8135269E6B5E /* digest.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = digest.c; sourceTree = ""; }; - EA3F1D87111C06C993327D54 /* CNIOBoringSSL_buf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_buf.h; sourceTree = ""; }; - EA43C50432B88C5485172A57 /* PoolManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PoolManager.swift; sourceTree = ""; }; - EA5AA0BC8B73BAD4A6595A86 /* tls13_both.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = tls13_both.cc; sourceTree = ""; }; - EA5DF5CAAF23468FF0D838CC /* CNIOBoringSSL_conf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_conf.h; sourceTree = ""; }; - EA7C41A7B3777A2357BA47AE /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + EA24AA7D7605B8AF6AEB49C5 /* Data+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Data+Extensions.swift"; sourceTree = ""; }; EAC139E08D385CA8A16049BD /* iOS.164.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.164.link.params; sourceTree = ""; }; - EAEF52E0F8F495DD3731C4B8 /* ChannelInvoker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelInvoker.swift; sourceTree = ""; }; + EADF15BCCF4803C017056F34 /* refcount_lock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = refcount_lock.c; sourceTree = ""; }; + EAE012ED36256ACC4ABBE7D9 /* mul.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mul.c; sourceTree = ""; }; EAF3770B61A8E4C4689B4CA4 /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - EB01EA654D7BEC1E458E6579 /* a_d2i_fp.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_d2i_fp.c; sourceTree = ""; }; + EB0867DD80F1C1C430B1DA2B /* CNIOBoringSSL_hkdf.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_hkdf.h; sourceTree = ""; }; + EB439D87342FFD1AACA6F69B /* rand.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rand.c; sourceTree = ""; }; EB4F6C262452722833BDCD80 /* liblib_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_swift.a; path = "bazel-out/CONFIGURATION-STABLE-28/bin/CommandLine/CommandLineToolLib/liblib_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - EB60B5FDB3D36A29FA0E6AC5 /* ofb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ofb.c; sourceTree = ""; }; - EC098FE3655166C72545F993 /* CNIOBoringSSL_des.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_des.h; sourceTree = ""; }; - EC3C10148BF13BA4871D831F /* x86_64-mont5.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86_64-mont5.linux.x86_64.S"; sourceTree = ""; }; - EC4FC25B24D5E189344CFC05 /* CNIOBoringSSL_aead.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_aead.h; sourceTree = ""; }; - EC823F181CA1B45501CD1648 /* Deque+Testing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+Testing.swift"; sourceTree = ""; }; + EB516E1318292789FFA8FBA7 /* ConnectionPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConnectionPool.swift; sourceTree = ""; }; + EB9C1324CBCE5EC03CA52177 /* PointerConformances.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PointerConformances.swift; sourceTree = ""; }; + EBCFB45391037292192FEEEF /* HTTP2FrameParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2FrameParser.swift; sourceTree = ""; }; + EBF5616F15D048C726935C0F /* p_ec_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = p_ec_asn1.c; sourceTree = ""; }; + EC5484D5B85631D82E620123 /* e_aesgcmsiv.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_aesgcmsiv.c; sourceTree = ""; }; + EC7D91564D6F97FD9292E6DA /* _AtomicsShims.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _AtomicsShims.h; sourceTree = ""; }; EC875D33A9BEAD52249DDF58 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; EC8DA6F15EEE5337FBE79332 /* FrameworkCoreUtilsObjC.252.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.252.link.params; sourceTree = ""; }; - EC8F2D6DA42031D3A43A0876 /* GRPCKeepaliveHandlers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCKeepaliveHandlers.swift; sourceTree = ""; }; ECA057588599A84E3B081F3D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - ECB5F632EFEDCDBDCB9412CB /* socket_helper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = socket_helper.c; sourceTree = ""; }; - ECC65A43DA0A4D0D5F62BEE7 /* ServerInterceptorPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptorPipeline.swift; sourceTree = ""; }; + ECE272A9806BD412D9A259A4 /* CNIOBoringSSL_stack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_stack.h; sourceTree = ""; }; ECE9E71E61AE652ADB13A906 /* echo_client.95.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.95.link.params; sourceTree = ""; }; - EDB6C688B829F13E4A9966BC /* HTTPEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPEncoder.swift; sourceTree = ""; }; - EDB6D89BF7B2782B789B7613 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + ED29AD71D0526F8586CE2E0D /* QuiescingState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuiescingState.swift; sourceTree = ""; }; + ED3F8037CD3FE19921CAE3EA /* spake25519.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = spake25519.c; sourceTree = ""; }; + ED6AA169DAFDEDD3BD8254C4 /* v3_bitst.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_bitst.c; sourceTree = ""; }; + ED6B1C8711C7CD2B83A24C0F /* windows.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = windows.c; sourceTree = ""; }; + ED7F5561853FA0E6108FE63A /* CNIOBoringSSL_boringssl_prefix_symbols_asm.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_boringssl_prefix_symbols_asm.h; sourceTree = ""; }; + EDBD0FDAED5E4634EE7B1FCB /* SendingDataState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingDataState.swift; sourceTree = ""; }; EDE59ABB9C6D255A2720E825 /* private_lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private_lib.h; sourceTree = ""; }; - EDECC5D8D03A501D9D8EDB2F /* v3_pcons.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_pcons.c; sourceTree = ""; }; - EDF598A3EBDB7BE9DD3A27BF /* CallOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CallOptions.swift; sourceTree = ""; }; - EE97AB27CCC66678756F436E /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTP2StreamChannel+OutboundStreamMultiplexer.swift"; sourceTree = ""; }; + EE0B0393E524BA62F2B4A2B2 /* sha256-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha256-x86_64.linux.x86_64.S"; sourceTree = ""; }; + EE774B60D48088674222A555 /* SendingHeadersState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendingHeadersState.swift; sourceTree = ""; }; + EE8903CA8EAE14550469442F /* NIOExtras.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOExtras.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + EE8CB28699A399C579A965B5 /* algorithm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = algorithm.c; sourceTree = ""; }; EE9FD7FE73F3D3D62B644544 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; - EE9FFCD62B05697E7BBD8B3D /* x_pkey.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_pkey.c; sourceTree = ""; }; - EEC50F08DA5349DF64F8BC63 /* a_type.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_type.c; sourceTree = ""; }; - EF017E03023463492833B559 /* cpu_aarch64_fuchsia.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_fuchsia.c; sourceTree = ""; }; EF0865D63A669DDC6EF325F1 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - EF50D89D1EAE03C7B53FB343 /* rsaz-avx2.mac.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "rsaz-avx2.mac.x86_64.S"; sourceTree = ""; }; + EF14FE1537163950DC3D754A /* p256-armv8-asm.linux.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "p256-armv8-asm.linux.aarch64.S"; sourceTree = ""; }; + EF261DC9033B96106DC50D51 /* x509_obj.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_obj.c; sourceTree = ""; }; + EF5E5DA8024B3C72D5717D6F /* e_tls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_tls.c; sourceTree = ""; }; + EF69E5C3826074D43A8DA884 /* NIOSSLClientHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLClientHandler.swift; sourceTree = ""; }; EF97037302D5B81C088C1DA1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; EFAA72621CBB07ED90909B66 /* AppClip.22.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.22.link.params; sourceTree = ""; }; + EFAF0E8BF50BFE53A5FADA7F /* service_indicator.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = service_indicator.c; sourceTree = ""; }; EFC355CC4D858484BF33687B /* libperson_proto.swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libperson_proto.swift.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/Proto/libperson_proto.swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - EFC3D1742CBFF1B6C48AE33B /* CNIOBoringSSL_pkcs8.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_pkcs8.h; sourceTree = ""; }; - EFFA5332DCAE274B0CCCB394 /* forkunsafe.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = forkunsafe.c; sourceTree = ""; }; + EFF3ED81F0D6C5106E2B5A08 /* t1_enc.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = t1_enc.cc; sourceTree = ""; }; F01E7614F3F87646997624DB /* ownership.yaml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = ownership.yaml; sourceTree = ""; }; - F02D74A89B19C8A9CA0CE0C1 /* InboundEventBuffer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboundEventBuffer.swift; sourceTree = ""; }; - F09131C6D778BD7F54D51EAB /* ServerInterceptorStateMachine+Intercepting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerInterceptorStateMachine+Intercepting.swift"; sourceTree = ""; }; + F051BBF97F6EB7016FE33D60 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + F0840BD8AB24D44F5D4E0265 /* BidirectionalStreamingCall.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BidirectionalStreamingCall.swift; sourceTree = ""; }; + F09FD80E3F377D10974E491C /* HTTPServerUpgradeHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTPServerUpgradeHandler.swift; sourceTree = ""; }; + F0B54705A5666A8C1345C6A5 /* CGRPCZlib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CGRPCZlib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; F0EF429C363C7A90D155EF12 /* WatchOSAppUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchOSAppUITests.swift; sourceTree = ""; }; - F105F912D5A507A1AD10D8E2 /* ClientInterceptors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptors.swift; sourceTree = ""; }; - F106960EF361CB2DE34018C0 /* ec_asn1.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_asn1.c; sourceTree = ""; }; - F14297F2A13BB40A28072813 /* IndexedHeaderTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndexedHeaderTable.swift; sourceTree = ""; }; - F164A42894C9EC5C67FA8425 /* NIOSSLClientHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLClientHandler.swift; sourceTree = ""; }; - F198631FB9BBF80C104EE5D3 /* NIOCore.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOCore.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + F0F04B8C6FAFED81BDDE0F36 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; + F0F6A796EC98E253B68B9C1D /* RemotelyQuiescingState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemotelyQuiescingState.swift; sourceTree = ""; }; + F0FA4539F071D9A836617EAE /* SafeCompare.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SafeCompare.swift; sourceTree = ""; }; + F10AB97EF80BA02488019D5B /* ec_derive.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_derive.c; sourceTree = ""; }; + F116793D85732D203CC01101 /* x509_def.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_def.c; sourceTree = ""; }; + F11A47B9FAB4D7EAC47D5A4C /* JSONDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONDecoder.swift; sourceTree = ""; }; + F12E0048F3D3C979630FA6C8 /* x509_ext.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_ext.c; sourceTree = ""; }; + F1681CD82E3F1A5AE6033098 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; F1D05C3E7A42C461DBC5098E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; F1E19674CD40C6531A77863C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; F1F08F7366823B3184B70948 /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; F1FBB1B7A080153519B1914B /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; - F20833169769DE558BE1D5C2 /* fd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = fd.c; sourceTree = ""; }; F222B9BA08AA2B31A6160960 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - F242595ABA0D40563EBDBC8F /* TextFormatDecodingError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatDecodingError.swift; sourceTree = ""; }; - F24CA9FDA95A0E747365E0BC /* SelectableChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectableChannel.swift; sourceTree = ""; }; + F255ED8752030E316D4A3FD6 /* SelectiveVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectiveVisitor.swift; sourceTree = ""; }; + F266A9C984FC390AADF22B3F /* Selectable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Selectable.swift; sourceTree = ""; }; + F27864750298296D3B06414B /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTP2ChannelHandler+InlineStreamMultiplexer.swift"; sourceTree = ""; }; + F290ABA4A87E70B5A826DC33 /* JSONEncodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncodingOptions.swift; sourceTree = ""; }; + F2B3732F994E115C65C22BF9 /* BidirectionalStreamingServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BidirectionalStreamingServerHandler.swift; sourceTree = ""; }; F2D154DC2408B8E08F0FEA80 /* tool.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; F2EE835FEF0775387EBC965F /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - F318F01C13ED86FE5FB63ECE /* x86-mont.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x86-mont.linux.x86.S"; sourceTree = ""; }; - F32204968E66D36AA9C918C4 /* ClientInterceptorPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptorPipeline.swift; sourceTree = ""; }; + F305DA308FAC5648864A793F /* ghash-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-x86_64.linux.x86_64.S"; sourceTree = ""; }; F3494DC3592E20194C0BAB2E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = en; path = en.lproj/unprocessed.json; sourceTree = ""; }; - F396ABA98B7D2613C8DDE359 /* pem_all.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pem_all.c; sourceTree = ""; }; - F3A11164CC8273736250FCEE /* CNIOBoringSSL_x509_vfy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_x509_vfy.h; sourceTree = ""; }; - F4056BD4260DCAFE5A0898C5 /* LinuxCPUSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxCPUSet.swift; sourceTree = ""; }; + F351BCFE3579A20C58D12736 /* chacha-x86_64.linux.x86_64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "chacha-x86_64.linux.x86_64.S"; sourceTree = ""; }; + F35CEF8943AD2E534EB1BDE8 /* ssl_aead_ctx.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_aead_ctx.cc; sourceTree = ""; }; + F36F09FA783F0B04A50508A0 /* NIOSSLServerHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLServerHandler.swift; sourceTree = ""; }; + F385EF22033EE8538D1C362F /* CustomJSONCodable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomJSONCodable.swift; sourceTree = ""; }; + F385F1F3ECBED7F67E5039FC /* Codec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Codec.swift; sourceTree = ""; }; + F3A7495F1770D9A3B391F2BB /* p256_64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = p256_64.h; sourceTree = ""; }; + F3BFD0DA9F233B4E6B778791 /* GRPCClient+AsyncAwaitSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GRPCClient+AsyncAwaitSupport.swift"; sourceTree = ""; }; + F3CC1D92A6651646E71C395B /* ssl_buffer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_buffer.cc; sourceTree = ""; }; + F3D415D07148AD6D1215856D /* AnyUnpackError.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnyUnpackError.swift; sourceTree = ""; }; + F413E3C251E2466FE1F83462 /* CNIODarwin.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIODarwin.h; sourceTree = ""; }; F42710CE659F8559BCA91AFB /* tvOSAppUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tvOSAppUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + F433047B2F70045AE972C8B6 /* QuiescingHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuiescingHelper.swift; sourceTree = ""; }; + F466B63767C441EF8FF0925C /* cpu_aarch64_freebsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_aarch64_freebsd.c; sourceTree = ""; }; + F492A00AB1721F3E053269B3 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HTTP2ChannelHandler+InboundStreamMultiplexer.swift"; sourceTree = ""; }; F4A79CA93C28136AB52F7991 /* watchOSAppExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = watchOSAppExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; - F4DB71A575D141A35F05A493 /* ssl_stat.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_stat.cc; sourceTree = ""; }; - F4E90E86D2A61D4FAB01065D /* TextFormatDecodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatDecodingOptions.swift; sourceTree = ""; }; - F51156A42A230AE55844F6AE /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CNIOLLHTTP.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + F4A9A9CF28C8C2A38D88F121 /* SocketChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketChannel.swift; sourceTree = ""; }; + F4BB5E278DA2F839AD569C63 /* CNIOBoringSSL_cipher.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_cipher.h; sourceTree = ""; }; F51B772311D3CA6AC9A14873 /* MixedAnswer_objc_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_objc_modulemap-module.modulemap"; sourceTree = ""; }; - F523C34871AF68EB8D07935E /* HTTP2ToRawGRPCStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTTP2ToRawGRPCStateMachine.swift; sourceTree = ""; }; - F548E36E81C5751902046FA3 /* Message+BinaryAdditions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Message+BinaryAdditions.swift"; sourceTree = ""; }; - F55C5FA01C05394CD076A284 /* TLSVersion.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TLSVersion.swift; sourceTree = ""; }; + F52C4E986EFB5DED0DC008D6 /* bsaes-armv7.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "bsaes-armv7.linux.arm.S"; sourceTree = ""; }; + F54144B681BD3548D42D455E /* CNIOBoringSSL_base64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_base64.h; sourceTree = ""; }; + F5498CF31D7697957913CC02 /* x_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x_x509.c; sourceTree = ""; }; F56262E434A192E75D5AA0F1 /* echo_server.97.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.97.link.params; sourceTree = ""; }; - F572C00CF09874B5E1B67426 /* TextFormatEncodingOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatEncodingOptions.swift; sourceTree = ""; }; - F5A0787F359A21B0BCED2E99 /* LinuxUring.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinuxUring.swift; sourceTree = ""; }; + F58C90B4B5FF9A7C806E14E2 /* ssl_cipher.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_cipher.cc; sourceTree = ""; }; + F58FCD3DE14FE02BAD889BDE /* Logging.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Logging.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; F5A5967548063FE576D18648 /* watchOSAppExtension.129.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.129.link.params; sourceTree = ""; }; - F5ABF60E3BB379ACB88D00AE /* HashVisitor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HashVisitor.swift; sourceTree = ""; }; - F5F35CF8460238DDCEA88A05 /* cpu_intel.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cpu_intel.c; sourceTree = ""; }; + F5BB14B8EA056DBB07B4422D /* div_extra.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = div_extra.c; sourceTree = ""; }; + F5BEFBD00F5076E8760E14E1 /* thread_win.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_win.c; sourceTree = ""; }; F5F4586B22CC96CD4B12FDEB /* lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib.h; sourceTree = ""; }; F63C5A0FAE7B31243BFB7AA0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + F6492FD994B7034D32973313 /* gcd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = gcd.c; sourceTree = ""; }; F67ECDECF69495ED01FBF0E6 /* libecho_server_services_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libecho_server_services_swift.a; path = "bazel-out/CONFIGURATION-STABLE-22/bin/GRPC/libecho_server_services_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F701CC0C101929E4C344DF2D /* shims.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shims.c; sourceTree = ""; }; - F70869B0DF66598893B23822 /* SSLPrivateKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLPrivateKey.swift; sourceTree = ""; }; - F75111486312E5C6ECEA979E /* CNIOBoringSSL_evp_errors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_evp_errors.h; sourceTree = ""; }; + F69300CBA023AA089E314140 /* curve25519_64.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = curve25519_64.h; sourceTree = ""; }; + F6969776F7B7AEE3B0F22F0C /* x509_vpm.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = x509_vpm.c; sourceTree = ""; }; + F6EF8B0207046C8A2A52663A /* sha512-armv8.ios.aarch64.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "sha512-armv8.ios.aarch64.S"; sourceTree = ""; }; + F70FE19AA0C20AFF99AFB70E /* ec_key.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ec_key.c; sourceTree = ""; }; F76F8B3EC53B4C89A1B8F218 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; + F7706A4FAE5B117248CEDA26 /* StreamEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamEvent.swift; sourceTree = ""; }; F7B18D45E415DC9708319FCC /* LibFramework.tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LibFramework.tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; F7B2C0B0C4FA28750FC3FC14 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - F7B31DC726A8BE7760E1805E /* ecdh.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = ecdh.c; sourceTree = ""; }; - F7EFE02B3CD1FA480905AC6F /* StreamChannelFlowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamChannelFlowController.swift; sourceTree = ""; }; + F8210A9EFD74DCE42E5B63A1 /* felem.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = felem.c; sourceTree = ""; }; F823D007B9776016613FFDE3 /* iOSAppUITestSuite.60.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.60.link.params; sourceTree = ""; }; - F8241519B41AB26E678CA444 /* sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = sign.c; sourceTree = ""; }; - F83E864F4598B2668C1EBDB6 /* ssl_buffer.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_buffer.cc; sourceTree = ""; }; - F850E781E8A5F685F71B6A35 /* GRPCServerRequestRoutingHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCServerRequestRoutingHandler.swift; sourceTree = ""; }; - F87A708C16851282E47D2882 /* cbb.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = cbb.c; sourceTree = ""; }; - F88C786E714A3BFE3780E6CC /* chacha.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = chacha.c; sourceTree = ""; }; + F825BF522D19253A3989B19F /* params.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = params.c; sourceTree = ""; }; + F86AF642DE340C9AB6B48F77 /* v3_cpols.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_cpols.c; sourceTree = ""; }; F88D90164CF8E6203AE62FF8 /* tvOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + F8A4643CE8E9C691002E8ED8 /* TextFormatDecoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextFormatDecoder.swift; sourceTree = ""; }; F8B21E88873D0E1BFD997B1D /* iOSAppUITestSuite.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppUITestSuite.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; F8D16116B19D2C9CE921AFD0 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - F96CFC910CB09F0BD5F01340 /* thread_pthread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_pthread.c; sourceTree = ""; }; - F97012246E964C5CE3FEDC09 /* SSLPublicKey.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLPublicKey.swift; sourceTree = ""; }; F98E260E1BAA333CE0A15362 /* ABundle.aplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ABundle.aplugin; sourceTree = BUILT_PRODUCTS_DIR; }; + F9BFD02EEB0228E7EDE8D546 /* SSLContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SSLContext.swift; sourceTree = ""; }; F9D60E36DADDFDD39E81F7F4 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + F9FBD5889862DF336928BA22 /* aesv8-armx32.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "aesv8-armx32.linux.arm.S"; sourceTree = ""; }; + F9FCB2DA9B7F6C783B11C002 /* ServerHandlerStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerHandlerStateMachine.swift; sourceTree = ""; }; F9FF63D3932325707AA4F878 /* echo.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = echo.pb.swift; sourceTree = ""; }; - FA7DF7E333AC9B5EBC0B1CA0 /* CNIOBoringSSL_bn.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_bn.h; sourceTree = ""; }; + FA0E21D7D3E764EDFE197103 /* shims.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = shims.c; sourceTree = ""; }; + FA4B971C35BCD56077649C1F /* PooledChannel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PooledChannel.swift; sourceTree = ""; }; + FA4BA2324BD66C44C10A088D /* rc4.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = rc4.c; sourceTree = ""; }; + FA68F7AF1DBDCF2F6149324E /* StreamChannelList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StreamChannelList.swift; sourceTree = ""; }; FA8C37572DAA409C90F0F52F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - FAA724D4D9638897ACAD8780 /* p256-nistz.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "p256-nistz.h"; sourceTree = ""; }; FAD3EFAB2E01328E01C2935F /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - FAD73AA7030B5397328980CA /* pkcs8_x509.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pkcs8_x509.c; sourceTree = ""; }; FB0BFC82E23A0F0BB9D548D4 /* MessagesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagesViewController.swift; sourceTree = ""; }; - FB1BBFE5FBAE867D7686385A /* ServerHandlerStateMachine+Draining.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ServerHandlerStateMachine+Draining.swift"; sourceTree = ""; }; - FB41D88CA3E8A2191B0EE619 /* tasn_fre.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tasn_fre.c; sourceTree = ""; }; - FB48CE4AD56E3B0EB377D2D0 /* ClientInterceptorProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClientInterceptorProtocol.swift; sourceTree = ""; }; - FB5483E3F246DA3E624ABF99 /* NIOSSLSecureBytes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOSSLSecureBytes.swift; sourceTree = ""; }; - FB6B36A04530FE519641AC67 /* ghash-armv4.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-armv4.linux.arm.S"; sourceTree = ""; }; + FB2118C6DE1ECA30FF807C46 /* JSONEncoder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JSONEncoder.swift; sourceTree = ""; }; + FB6995467EF72F7CD032A513 /* AtomicOptionalRawRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AtomicOptionalRawRepresentable.swift; sourceTree = ""; }; FB7044ABA509755C2214F8C0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + FBBC8A3AAED62E58F8ED3BA0 /* tls_cbc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tls_cbc.c; sourceTree = ""; }; + FBBD0469E7238628E03B4078 /* CNIOBoringSSL_thread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_thread.h; sourceTree = ""; }; FBC901D915A25D80C20C53A1 /* LibFramework.iOS.124.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.iOS.124.link.params; sourceTree = ""; }; - FBE0EC20A67C38B70EFE4ADB /* Atomics.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Atomics.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - FC30AA98F0C0E7C1566EE237 /* e_tls.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = e_tls.c; sourceTree = ""; }; + FC53D6675B598C2F9FBC910A /* ssl_lib.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ssl_lib.cc; sourceTree = ""; }; FC64AF66010FCA103BEB4475 /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - FC715AF4937B5F0A317202E1 /* NIOTSEventLoop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOTSEventLoop.swift; sourceTree = ""; }; - FC9AC616A1DF5CDFE21DDDD3 /* x25519-asm-arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "x25519-asm-arm.S"; sourceTree = ""; }; - FCDCAB11236CEDDF6ED16A65 /* print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = print.c; sourceTree = ""; }; + FC663D48D9C1F9ADE9740F37 /* GRPCLogger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCLogger.swift; sourceTree = ""; }; + FC699DCAF73F648693223E3F /* x86_64-gcc.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = "x86_64-gcc.c"; sourceTree = ""; }; + FC91D191CF7AE655DEEAD619 /* ghash-x86.linux.x86.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "ghash-x86.linux.x86.S"; sourceTree = ""; }; + FCAD26B6836657840F573BCC /* System.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = System.swift; sourceTree = ""; }; FCE3CA21B825CFE37D198BF3 /* Entitlements.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Entitlements.withbundleid.plist; sourceTree = ""; }; - FCFAD9086F5274598BD0EECC /* TCPOptions+SocketChannelOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TCPOptions+SocketChannelOption.swift"; sourceTree = ""; }; + FD04F748494E89D60CB8C893 /* SocketAddresses.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocketAddresses.swift; sourceTree = ""; }; FD0A5D501F8820113A94172B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + FD1DB0B6B9A0B14F4180420B /* GRPCClientStateMachine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GRPCClientStateMachine.swift; sourceTree = ""; }; + FD82B646898434D2BB42FB85 /* exponentiation.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = exponentiation.c; sourceTree = ""; }; + FD9DF4983772B3DE22527950 /* NIOPosix.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = NIOPosix.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + FDB1A2242EBFF3C55CD1EB6D /* CNIOBoringSSL_md4.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_md4.h; sourceTree = ""; }; FDD95E5D27010A1240EDB79D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - FE3072B4C1CBF18F9D3C4376 /* bsaes-armv7.linux.arm.S */ = {isa = PBXFileReference; lastKnownFileType = file; path = "bsaes-armv7.linux.arm.S"; sourceTree = ""; }; + FDDE83A0E4128E4527E8589F /* ServerInterceptorPipeline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerInterceptorPipeline.swift; sourceTree = ""; }; + FDED97B3C741BE0AA053F280 /* Deque+CustomStringConvertible.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Deque+CustomStringConvertible.swift"; sourceTree = ""; }; FE40C55D86C3D5F02B27A74E /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - FE6AC6B1017EAF160BFBF9AA /* ExtensionMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionMap.swift; sourceTree = ""; }; FE75E530A4698E108094572A /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; FECA98B2D58543204C619552 /* watchOS.264.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.264.link.params; sourceTree = ""; }; - FEE4E494E2520A4CE04A5393 /* NIOLock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NIOLock.swift; sourceTree = ""; }; - FEF7F3EA02F8FE84D1EB8D9B /* a_int.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_int.c; sourceTree = ""; }; + FEFBFD821913B94659003DB5 /* v3_ia5.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = v3_ia5.c; sourceTree = ""; }; FF117FF5F66917DC33E933AE /* watchOSAppExtensionUnitTests.59.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.59.link.params; sourceTree = ""; }; + FF28945D334835A300344423 /* check.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = check.c; sourceTree = ""; }; + FF34C656C02EA0B395BDF223 /* a_sign.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = a_sign.c; sourceTree = ""; }; FFAEECEFD65513E2EFE6BD7A /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; FFD001B825E61A2C77CFA084 /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + FFDFE030E42538BDC522969D /* CNIOBoringSSL_objects.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CNIOBoringSSL_objects.h; sourceTree = ""; }; + FFFD7721EFCE763A334A28A0 /* disable_signing_resource_rules.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = disable_signing_resource_rules.plist; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ + 0009422724C0E317D1C1FB0C /* service_indicator */ = { + isa = PBXGroup; + children = ( + 998EB5E34800BDDAB5B7479B /* internal.h */, + EFAF0E8BF50BFE53A5FADA7F /* service_indicator.c */, + ); + path = service_indicator; + sourceTree = ""; + }; + 00672227669BBF019B156D05 /* curve25519 */ = { + isa = PBXGroup; + children = ( + 3D68ACC60E2CC19FC004487E /* asm */, + 100D36B3D8BF5C247B835AB8 /* curve25519_tables.h */, + 9B55DD49745687B86487FAC6 /* curve25519.c */, + 8E2EE39A12108D6492D2D2A6 /* internal.h */, + ED3F8037CD3FE19921CAE3EA /* spake25519.c */, + ); + path = curve25519; + sourceTree = ""; + }; 00BE75A2F25B3A76785A91C6 /* iOSAppUITestSuite.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -5233,6 +5254,14 @@ path = iOSAppUITestSuite.__internal__.__test_bundle; sourceTree = ""; }; + 01069C78E9852076D81C8854 /* digest_extra */ = { + isa = PBXGroup; + children = ( + CC9247EA44EE4B8F0B46FF7B /* digest_extra.c */, + ); + path = digest_extra; + sourceTree = ""; + }; 0180D6238583E16EE7CE7EC8 /* UITests */ = { isa = PBXGroup; children = ( @@ -5266,14 +5295,6 @@ path = dist; sourceTree = ""; }; - 029054A380CFBC2B8399D04B /* apple */ = { - isa = PBXGroup; - children = ( - 8D9117A3C9144D7731876287 /* testing */, - ); - path = apple; - sourceTree = ""; - }; 02DE693077B3CDE13226B842 /* ExternalResources-intermediates */ = { isa = PBXGroup; children = ( @@ -5290,6 +5311,36 @@ path = "CONFIGURATION-STABLE-7"; sourceTree = ""; }; + 03086F59E5F93940E544C5A1 /* rsa_extra */ = { + isa = PBXGroup; + children = ( + 1C31BD81F385A8BBD3FA4459 /* rsa_asn1.c */, + 0AC1161B9D113B9552AFCDF2 /* rsa_print.c */, + ); + path = rsa_extra; + sourceTree = ""; + }; + 033283A3FF94FCF80DA75DAD /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio */ = { + isa = PBXGroup; + children = ( + A561092655E4F47BFD6732E0 /* _NIODataStructures.rules_xcodeproj.swift.compile.params */, + 760E9079A0E24E3A98BF891A /* CNIOAtomics.rules_xcodeproj.c.compile.params */, + CF1C76BCFC9C6017DD6DF2CD /* CNIODarwin.rules_xcodeproj.c.compile.params */, + D100BDC0CF5A321701EEA9F1 /* CNIOLinux.rules_xcodeproj.c.compile.params */, + 9986D259B3A138FEF239F6C8 /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */, + 5B3FF80ED2C13605363D0627 /* CNIOWindows.rules_xcodeproj.c.compile.params */, + DBFAFB79F2B44E43E4C9F46B /* NIO.rules_xcodeproj.swift.compile.params */, + E6EAD0E744BD041ABD4FC6C3 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */, + 458B9411AD6D05CF48F8EB37 /* NIOCore.rules_xcodeproj.swift.compile.params */, + 3D0E407B8E55E57216660167 /* NIOEmbedded.rules_xcodeproj.swift.compile.params */, + B4996E7D783DC564B4DE4455 /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */, + A0304C1A9CBB390DAF305FC0 /* NIOHTTP1.rules_xcodeproj.swift.compile.params */, + 8313F4AC1651A5A649CCAAB5 /* NIOPosix.rules_xcodeproj.swift.compile.params */, + 2F8E6FA32B3A424C48726FA5 /* NIOTLS.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + sourceTree = ""; + }; 03A0268724E88FF2AE93A10E /* swift_c_module */ = { isa = PBXGroup; children = ( @@ -5324,21 +5375,12 @@ path = iOSAppUITests.__internal__.__test_bundle; sourceTree = ""; }; - 04E0744D760A9A97962256A7 /* include */ = { + 04549E3DAF1EE1125D81BB59 /* ecdsa_extra */ = { isa = PBXGroup; children = ( - E8A965953B879D6A4A8E8F0C /* CNIOWindows.h */, + 205DAD2DBD344923ACCED26B /* ecdsa_asn1.c */, ); - path = include; - sourceTree = ""; - }; - 051A371ADC41D0BB6B0914C1 /* rsa_extra */ = { - isa = PBXGroup; - children = ( - 036A9C8A207095EC9C700703 /* rsa_asn1.c */, - 8A02158B981DCD3AF89DEFAE /* rsa_print.c */, - ); - path = rsa_extra; + path = ecdsa_extra; sourceTree = ""; }; 0564A96E1659B4B2169A4520 /* CoreUtilsObjC */ = { @@ -5358,21 +5400,21 @@ path = AltIcons; sourceTree = ""; }; - 05A5E955A8EFD5BD8C977941 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras */ = { + 05BCDD08F2698B37F1D70AC3 /* external */ = { isa = PBXGroup; children = ( - 955A368C2BE67F6ECAAED160 /* NIOExtras.rules_xcodeproj.swift.compile.params */, + CE77E58FA89680E1D10A15C4 /* _main~non_module_deps~FXPageControl */, + A11D507DE70612078F6E17CB /* examples_ios_app_external~override */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras"; + path = external; sourceTree = ""; }; - 05BCDD08F2698B37F1D70AC3 /* external */ = { + 05E8E4C6AC9BF4DD24DA0CE4 /* include */ = { isa = PBXGroup; children = ( - CE77E58FA89680E1D10A15C4 /* _main~non_module_deps~FXPageControl */, - A11D507DE70612078F6E17CB /* examples_ios_app_external~override */, + DE7F9E0CBB6878F9FAB4F2E4 /* CNIOWindows.h */, ); - path = external; + path = include; sourceTree = ""; }; 065AFF0F44C80FDAE6CE4B66 /* Proto */ = { @@ -5412,12 +5454,14 @@ path = "ExampleNestedResources-intermediates"; sourceTree = ""; }; - 07A9A8839DA1ADF8FF26AC3B /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras */ = { + 07929E9AB3D7E3193B139F3B /* pkcs7 */ = { isa = PBXGroup; children = ( - 831D2DF0E94CFD597967E2AC /* NIOExtras.rules_xcodeproj.swift.compile.params */, + 35FE7CE176CD925E3435E3F5 /* internal.h */, + 178D951E2CF74CC9AB667C14 /* pkcs7_x509.c */, + A59B2E08340604D6770DFFDC /* pkcs7.c */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras"; + path = pkcs7; sourceTree = ""; }; 07FB83F2D84CF80590DE099F /* iMessageApp */ = { @@ -5462,16 +5506,6 @@ path = Test; sourceTree = ""; }; - 09A6A3701AA5C856E7C68CC3 /* NIOEmbedded */ = { - isa = PBXGroup; - children = ( - 29BD3EA1B4D9CC1D4FD298D5 /* AsyncTestingChannel.swift */, - 12FE14783F154595DF321BDD /* AsyncTestingEventLoop.swift */, - 831138336E8843B0A49BCB3A /* Embedded.swift */, - ); - path = NIOEmbedded; - sourceTree = ""; - }; 0A39568D8B672CE1F56C604C /* UIFramework.watchOS */ = { isa = PBXGroup; children = ( @@ -5480,40 +5514,6 @@ path = UIFramework.watchOS; sourceTree = ""; }; - 0AA7ED91454BC5CCF1F25335 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio */ = { - isa = PBXGroup; - children = ( - CDE81B289EA2F851C46AF869 /* Sources */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - sourceTree = ""; - }; - 0AAF05423AEC733121487615 /* AsyncServerHandler */ = { - isa = PBXGroup; - children = ( - 83AE3D516FA7C0EC8E17FF1D /* ServerHandlerStateMachine */, - AA359D3C9EAB12E3DE37FC1A /* ServerInterceptorStateMachine */, - ); - path = AsyncServerHandler; - sourceTree = ""; - }; - 0AE1390AFC47FE1890663B3F /* tls */ = { - isa = PBXGroup; - children = ( - 2729065F219016A654AE1D22 /* internal.h */, - D137BC54DCA4C5864128998B /* kdf.c */, - ); - path = tls; - sourceTree = ""; - }; - 0AF1D454CD6A1249A15BF546 /* siphash */ = { - isa = PBXGroup; - children = ( - 4E1BAF846E1CC655BD26254C /* siphash.c */, - ); - path = siphash; - sourceTree = ""; - }; 0AF7BC80E9FBC09E55F71079 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -5556,14 +5556,6 @@ path = CoreUtilsMixed; sourceTree = ""; }; - 0C31CD38975A74771F634A93 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services */ = { - isa = PBXGroup; - children = ( - FD4D108C4731C2BE7CA06F70 /* Sources */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services"; - sourceTree = ""; - }; 0C9044BA02F35B2CDA194AF2 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -5618,24 +5610,6 @@ path = dist; sourceTree = ""; }; - 0E25909E546491AFFCC391BE /* NIOHPACK */ = { - isa = PBXGroup; - children = ( - D6488AC30C62DF1A40F8DC17 /* DynamicHeaderTable.swift */, - 98BBAF7B25194D9B3B028566 /* HeaderTables.swift */, - 5043F1D15C2D9B86C4857672 /* HPACKDecoder.swift */, - A97434728773741E47059AC2 /* HPACKEncoder.swift */, - 834882550188530E54C8A07D /* HPACKErrors.swift */, - 0D1A42F0487920FDA57AFA48 /* HPACKHeader.swift */, - 68FF17E44515737D39E4E915 /* HuffmanCoding.swift */, - 3178DC8A2A71BD69A4CD59A4 /* HuffmanTables.swift */, - F14297F2A13BB40A28072813 /* IndexedHeaderTable.swift */, - C4E1F185184EE3600ABCB37A /* IntegerCoding.swift */, - 301EF818041095AEC83007D7 /* StaticHeaderTable.swift */, - ); - path = NIOHPACK; - sourceTree = ""; - }; 0E2E40865B92FFD75A51B0F2 /* ExampleNestedResources.bundle */ = { isa = PBXGroup; children = ( @@ -5662,16 +5636,6 @@ path = OnlyStructuredResources; sourceTree = ""; }; - 0F03A87B059013DB27033324 /* conf */ = { - isa = PBXGroup; - children = ( - 2F7D80226A6CF3DBCF62923B /* conf_def.h */, - ADD46BBD401D8870132D5570 /* conf.c */, - D2F6E43BC826AEDE93397FA2 /* internal.h */, - ); - path = conf; - sourceTree = ""; - }; 0F5D0F89FF89AD3EFF017C32 /* Resources */ = { isa = PBXGroup; children = ( @@ -5682,23 +5646,6 @@ path = Resources; sourceTree = ""; }; - 0FC88DE36CD777CCB4CF8D3F /* md5 */ = { - isa = PBXGroup; - children = ( - 2B80DEB677D61EA1294994E2 /* internal.h */, - 08CEB17A1EF8DE64D7A4E152 /* md5.c */, - ); - path = md5; - sourceTree = ""; - }; - 0FEDB82EFC9A6591EA6BC5B6 /* base64 */ = { - isa = PBXGroup; - children = ( - 9D0567945BE8107E419399F9 /* base64.c */, - ); - path = base64; - sourceTree = ""; - }; 1002DF743E36DA84EB45BF23 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -5751,26 +5698,6 @@ path = lib; sourceTree = ""; }; - 10FD524BDB0991DED4C25E89 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl */ = { - isa = PBXGroup; - children = ( - 26E75DD31EBC813F7BFCB14C /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */, - 52110E8AE01BC3E58FF50B1B /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */, - 5793182AAE6F6F653BEA5D13 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */, - 440754189C0CF647920C766B /* NIOSSL.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - sourceTree = ""; - }; - 11078B87523AA0FEA2301671 /* rules_apple~3.0.0 */ = { - isa = PBXGroup; - children = ( - 029054A380CFBC2B8399D04B /* apple */, - 36BC916816469E42F875E59C /* tools */, - ); - path = "rules_apple~3.0.0"; - sourceTree = ""; - }; 11BF9866B987E96A6BEFDD9C /* WidgetExtension */ = { isa = PBXGroup; children = ( @@ -5819,15 +5746,6 @@ path = ObjCUnitTests; sourceTree = ""; }; - 138BC28178746165F6351FE4 /* include */ = { - isa = PBXGroup; - children = ( - 5D73500601E833F3A2475789 /* c_nio_llhttp.h */, - A86EDF9E57F75614F55C8CD8 /* CNIOLLHTTP.h */, - ); - path = include; - sourceTree = ""; - }; 13DB540AD85879FE8D2769B1 /* examples_cc_external~override */ = { isa = PBXGroup; children = ( @@ -5845,6 +5763,17 @@ path = Test; sourceTree = ""; }; + 149CE86D2DCEE8CC1AFDF2A5 /* digest */ = { + isa = PBXGroup; + children = ( + AA2B33DCF1B77B336F6F7C0F /* digest.c */, + 9A8FD0E25BA5CF691BF1B170 /* digests.c */, + 5674A8DC7A7ED68EA045A76C /* internal.h */, + 94243AFAC8811395B0450807 /* md32_common.h */, + ); + path = digest; + sourceTree = ""; + }; 14AB883353A9D73EDD269CA5 /* watchOS */ = { isa = PBXGroup; children = ( @@ -5872,62 +5801,29 @@ path = rules_xcodeproj; sourceTree = ""; }; - 15B2D3D30A104B1EDCB5D6CD /* NIOCore */ = { - isa = PBXGroup; - children = ( - B33810E76F4A384DE444302D /* AsyncSequences */, - 9CBFBC7D61E4FE2D00DBBE83 /* AddressedEnvelope.swift */, - 3DC5B068026910490E22B405 /* AsyncAwaitSupport.swift */, - BCE7FF407E256AEB20CB7044 /* AsyncAwaitSupport+OldXcodes.swift */, - 2532480E19CE34B0029BA318 /* BSDSocketAPI.swift */, - 59C52FDBDBF5C6D608F3EF63 /* ByteBuffer-aux.swift */, - E68FD65115A2AAA51F01E0C8 /* ByteBuffer-conversions.swift */, - ADB67B15B1B65C98758294F2 /* ByteBuffer-core.swift */, - 14AC2E6F0A54438CDD180854 /* ByteBuffer-int.swift */, - 221759DA67E086C52F7BEE25 /* ByteBuffer-lengthPrefix.swift */, - 2E0035E3A5AAB4EDF26BDF43 /* ByteBuffer-multi-int.swift */, - B87115DE4A0F66012DBD5351 /* ByteBuffer-views.swift */, - 663FF768542A81EB19667904 /* Channel.swift */, - 3E3F0E7459917BEA103CE23E /* ChannelHandler.swift */, - 594DE9C82EEFD3C3C61C6B8B /* ChannelHandlers.swift */, - EAEF52E0F8F495DD3731C4B8 /* ChannelInvoker.swift */, - 25D936D0F6165C7B2A9B3F30 /* ChannelOption.swift */, - 19A0DC071D1A1120E4327BA3 /* ChannelPipeline.swift */, - 6D6D0893E0BD4CB4D9BBA8DA /* CircularBuffer.swift */, - 4D555C729170ABE562DB01B7 /* Codec.swift */, - E4B675F198F9AE03535893AD /* ConvenienceOptionSupport.swift */, - C9F375A2C741C830D8FE4D5F /* DeadChannel.swift */, - 83DDF7C253110E7C105812E9 /* DispatchQueue+WithFuture.swift */, - A79C697B8FDA09686F66BBDC /* EventLoop.swift */, - B55A1567DF1E75E1E05A9C7B /* EventLoop+Deprecated.swift */, - DCA368B8CE9945EF9B8F2EEE /* EventLoopFuture.swift */, - A68299BC35697FF566A80746 /* EventLoopFuture+Deprecated.swift */, - 0281BB4AD7F230896CBDB806 /* EventLoopFuture+WithEventLoop.swift */, - 7B36AC1B869A4503D3D91DE4 /* FileDescriptor.swift */, - B6B90DAEEF8A74D44C89F6B6 /* FileHandle.swift */, - 3BDF5F9AE61CE4D82D507782 /* FileRegion.swift */, - 3EC4D94AA7C6171AEC5BF770 /* IntegerBitPacking.swift */, - 9C8589A7ABDBF775293B0C51 /* IntegerTypes.swift */, - 6114EA20FFA34E3FA068BBAF /* Interfaces.swift */, - D984990D1389A17DD2A1484C /* IO.swift */, - 10DE6C52FD01022A92448F00 /* IOData.swift */, - E8408A04284F554D26A4A5FB /* Linux.swift */, - 22DE223119F8F1B09EB87BF7 /* MarkedCircularBuffer.swift */, - 1094B0E3AC1920609F9885CE /* MulticastChannel.swift */, - 368EA42FBDCC7C2C34D42043 /* NIOAny.swift */, - 8241B512CC7B77E4104DCEF4 /* NIOCloseOnErrorHandler.swift */, - 1AE62913C639F0E5B41D750E /* NIOSendable.swift */, - 44F09AA3F891912D85C943EB /* PointerHelpers.swift */, - 6B6914D10511C9A8037576A3 /* RecvByteBufferAllocator.swift */, - 6AFA9DC87752766312C5E745 /* SingleStepByteToMessageDecoder.swift */, - E535B5C1D5005807E1E01C0E /* SocketAddresses.swift */, - 06C657D94B5DAD38559DD872 /* SocketOptionProvider.swift */, - 8B1055E9F29C1902AC216516 /* SystemCallHelpers.swift */, - B140AEE488062D89E33EA739 /* TypeAssistedChannelHandler.swift */, - 8D1DA608244B84BCC5AECA84 /* UniversalBootstrapSupport.swift */, - 516AE80F0EA683A6D450C5E9 /* Utilities.swift */, + 15BDE1AC2623AE227D0571D9 /* ConnectionPool */ = { + isa = PBXGroup; + children = ( + 39929815902179D066CBA628 /* ConnectionManagerID.swift */, + EB516E1318292789FFA8FBA7 /* ConnectionPool.swift */, + D9324D103853F29C914836E8 /* ConnectionPool+PerConnectionState.swift */, + D9201F589B3945C7DB445359 /* ConnectionPool+Waiter.swift */, + 710AF609AB33702CF277A945 /* GRPCChannelPool.swift */, + FA4B971C35BCD56077649C1F /* PooledChannel.swift */, + 19C7B9A76F11346F7EBBA55C /* PoolManager.swift */, + 4ABD63E9248AF15371CA5D73 /* PoolManagerStateMachine.swift */, + 40336DFFFEC4E26119658893 /* PoolManagerStateMachine+PerPoolState.swift */, + 02058933E1D9DED496073AF2 /* StreamLender.swift */, ); - path = NIOCore; + path = ConnectionPool; + sourceTree = ""; + }; + 15D2A7898032BBB1AFFDFE65 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services */ = { + isa = PBXGroup; + children = ( + B4258DD6556F5C4AB0D4442E /* NIOTransportServices.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services"; sourceTree = ""; }; 15E139D86E9BFC0256725D6E /* Bundle */ = { @@ -5991,44 +5887,26 @@ path = rules_xcodeproj; sourceTree = ""; }; - 18190A7508A725760B09BF11 /* OnlyStructuredResources.bundle */ = { + 17FF7AC13421374E6535DD8A /* autogenerated */ = { isa = PBXGroup; children = ( - 20B8FB0B085B1CAE99513196 /* Info.plist */, + 698EC903EF9C148E19F0428D /* AtomicBool.swift */, + 5A4600D253AC10FF7BA15FE5 /* AtomicLazyReference.swift */, + C7B1C8CFC183B09731032278 /* HighLevelTypes.swift */, + 66A165BBD7FED528F8CDA0BE /* IntegerConformances.swift */, + EB9C1324CBCE5EC03CA52177 /* PointerConformances.swift */, + 5D692E8E196FC35D739D807F /* Primitives.native.swift */, + C325854994C9CCB6C84F2E5B /* Primitives.shims.swift */, ); - path = OnlyStructuredResources.bundle; + path = autogenerated; sourceTree = ""; }; - 18A61A34DA3A2123BB45406D /* NIOSSL */ = { - isa = PBXGroup; - children = ( - B8CCC79099AF095420E67906 /* SwiftCrypto */, - 648A4C753BF726E5A63C7516 /* ByteBufferBIO.swift */, - 7AF8C3ECEC887B2C27AE50B9 /* CustomPrivateKey.swift */, - 372E6ADAE3715CBA851C279B /* IdentityVerification.swift */, - 7BD2B56633F92ADBA8FFF32D /* LinuxCABundle.swift */, - F164A42894C9EC5C67FA8425 /* NIOSSLClientHandler.swift */, - 0F78917D8F74CF09A321B196 /* NIOSSLHandler.swift */, - 3D79DB9A56D0258344CFD934 /* NIOSSLServerHandler.swift */, - CFB2E48F6FA7D420ADAFBD81 /* ObjectIdentifier.swift */, - 8C944412E15A09A11D63D62E /* PosixPort.swift */, - 5029DAE65549125A75EB5925 /* SecurityFrameworkCertificateVerification.swift */, - 3176F7B61EB6796946EE7388 /* SSLCallbacks.swift */, - 061BA8E4CD4AAB059102F90E /* SSLCertificate.swift */, - 228C55A04AFCCDCC48103669 /* SSLCertificateExtensions.swift */, - AABA37E096AA2758B1312269 /* SSLConnection.swift */, - 888F5F4EB000059A6076039D /* SSLContext.swift */, - 4A3D1134EE350C8E4200F974 /* SSLErrors.swift */, - 5031ED5BFF977313DCD65895 /* SSLInit.swift */, - 760F83B7471B2E2E96D54773 /* SSLPKCS12Bundle.swift */, - F70869B0DF66598893B23822 /* SSLPrivateKey.swift */, - F97012246E964C5CE3FEDC09 /* SSLPublicKey.swift */, - C35B1DFEA743890FEFB171D7 /* String+unsafeUninitializedCapacity.swift */, - E6C1821838CFF3F79C0CF698 /* SubjectAlternativeName.swift */, - 3C140CB1A24FDC6198B41C62 /* TLSConfiguration.swift */, - 57220A421247E214F490DE7A /* UniversalBootstrapSupport.swift */, + 18190A7508A725760B09BF11 /* OnlyStructuredResources.bundle */ = { + isa = PBXGroup; + children = ( + 20B8FB0B085B1CAE99513196 /* Info.plist */, ); - path = NIOSSL; + path = OnlyStructuredResources.bundle; sourceTree = ""; }; 18F6F2B4D2CA9B49FB1FD9CE /* rules_xcodeproj */ = { @@ -6047,24 +5925,21 @@ path = iOS; sourceTree = ""; }; - 1A0BD0CB30689C789B39CF67 /* include */ = { + 19BCA9D07447CBB2B383874A /* NIO */ = { isa = PBXGroup; children = ( - 854FCE8A4FF760FCC2352632 /* CNIOLinux.h */, - 4CA5919F54DB98DDBF59F839 /* liburing_nio.h */, + E9704F2A8F00761C4A41BE82 /* Exports.swift */, ); - path = include; + path = NIO; sourceTree = ""; }; - 1A0D1C70CAA78C72B1425B01 /* Compression */ = { + 19C04304F5CFB1882F978221 /* CNIOBoringSSLShims */ = { isa = PBXGroup; children = ( - 8D710A1FAC23A91F78AD8C58 /* CompressionAlgorithm.swift */, - 918D0271A4885A663A565BA1 /* DecompressionLimit.swift */, - BCB6CB5FDD832F83A7281FFE /* MessageEncoding.swift */, - 4AE2FFD051B05D9E69901260 /* Zlib.swift */, + D507B4E8EDFD5381A7A2DBB4 /* include */, + FA0E21D7D3E764EDFE197103 /* shims.c */, ); - path = Compression; + path = CNIOBoringSSLShims; sourceTree = ""; }; 1A1FC781D7FD9B36017E8E2C /* Lib */ = { @@ -6087,6 +5962,14 @@ path = rules_xcodeproj; sourceTree = ""; }; + 1AC906F2E3DBB9A17B4CCA64 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services */ = { + isa = PBXGroup; + children = ( + 4A3F9F5B8F3D1C503966831B /* Sources */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services"; + sourceTree = ""; + }; 1C34F9CA24CE865CA53642C5 /* impl */ = { isa = PBXGroup; children = ( @@ -6095,22 +5978,28 @@ path = impl; sourceTree = ""; }; - 1C66E67B8698875689D14211 /* iOSAppUITests.__internal__.__test_bundle */ = { + 1C4410E9FCD0F158A015E41B /* digestsign */ = { isa = PBXGroup; children = ( - A4CA491F216A742B278E866D /* Info.plist */, + D3D3D44475A6A62951A07376 /* digestsign.c */, ); - path = iOSAppUITests.__internal__.__test_bundle; + path = digestsign; sourceTree = ""; }; - 1CA7E35E3638C30B9034034D /* dsa */ = { + 1C4E847DFF6A3B6D129EFB00 /* base64 */ = { isa = PBXGroup; children = ( - 57C95D8334053DA19D479587 /* dsa_asn1.c */, - 86A8CDF268896FB4F50CBE81 /* dsa.c */, - 8C646023798780C80C0820C3 /* internal.h */, + C5372B549C9D5B2F55D5EB25 /* base64.c */, ); - path = dsa; + path = base64; + sourceTree = ""; + }; + 1C66E67B8698875689D14211 /* iOSAppUITests.__internal__.__test_bundle */ = { + isa = PBXGroup; + children = ( + A4CA491F216A742B278E866D /* Info.plist */, + ); + path = iOSAppUITests.__internal__.__test_bundle; sourceTree = ""; }; 1CADF2A7D0F1B6BB1A8FD49B /* MixedAnswer */ = { @@ -6126,15 +6015,6 @@ path = MixedAnswer; sourceTree = ""; }; - 1CB914742F982C82A5B50613 /* CNIODarwin */ = { - isa = PBXGroup; - children = ( - 239D3F79A66FE397CFAA7028 /* include */, - E1C618ADAB7F137AD503D5DA /* shim.c */, - ); - path = CNIODarwin; - sourceTree = ""; - }; 1CC7AC00668863C88B46216C /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -6144,12 +6024,15 @@ path = rules_xcodeproj; sourceTree = ""; }; - 1D3056D5C34C6C0D26210794 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics */ = { + 1D772BB526A6120F351322D2 /* trust_token */ = { isa = PBXGroup; children = ( - D7BACC454A07D7FA109B9DBF /* Sources */, + F0F04B8C6FAFED81BDDE0F36 /* internal.h */, + BF58231FA4E44B7E10347658 /* pmbtoken.c */, + C48F31854FB76C28424948BB /* trust_token.c */, + 4653C4CD01B5426261BEA3D2 /* voprf.c */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; + path = trust_token; sourceTree = ""; }; 1D85CE986740BAF5AB51A007 /* UITests */ = { @@ -6187,6 +6070,17 @@ path = "CONFIGURATION-STABLE-30"; sourceTree = ""; }; + 1EA8C198F1B1DE645D306C17 /* fiat */ = { + isa = PBXGroup; + children = ( + B7A479CF7843617ECAC7DA9B /* curve25519_32.h */, + F69300CBA023AA089E314140 /* curve25519_64.h */, + 4B94F48A796B325F185E5A64 /* p256_32.h */, + F3A7495F1770D9A3B391F2BB /* p256_64.h */, + ); + path = fiat; + sourceTree = ""; + }; 1EF2569752EC6D782DEDEF47 /* ../../../../.. */ = { isa = PBXGroup; children = ( @@ -6243,16 +6137,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 1FEE110C6140D6ADE662B44A /* pkcs7 */ = { - isa = PBXGroup; - children = ( - 4F0F3E51541FA12B5F87F962 /* internal.h */, - 765D55A779443534D54F2EF4 /* pkcs7_x509.c */, - D0B71FF027F01F0ABA8CE56F /* pkcs7.c */, - ); - path = pkcs7; - sourceTree = ""; - }; 208D04DE8ED6B8BABA9A5D85 /* iOSApp */ = { isa = PBXGroup; children = ( @@ -6265,55 +6149,20 @@ path = iOSApp; sourceTree = ""; }; - 2162B9586839F925F1595A8F /* NIOPosix */ = { - isa = PBXGroup; - children = ( - 2D9974006CDB3C708E4EF717 /* BaseSocket.swift */, - 030120291C367AA7D787381C /* BaseSocketChannel.swift */, - 22B772AB62FE56C0D8837E10 /* BaseSocketChannel+SocketOptionProvider.swift */, - 53E2812884FFD3C9733EDBCD /* BaseStreamSocketChannel.swift */, - C84481073CF87CA507AD83A0 /* Bootstrap.swift */, - 2482F5529D96A403E7467E75 /* BSDSocketAPICommon.swift */, - 5E9261DB471B2E34468E3605 /* BSDSocketAPIPosix.swift */, - 876CC59FF42C4250BC4ECFD4 /* BSDSocketAPIWindows.swift */, - CA9B6C0657135C5407AB691B /* ControlMessage.swift */, - DE964D8538036DC3E017D258 /* DatagramVectorReadManager.swift */, - 50ED196424ABC4AEAC7A6596 /* FileDescriptor.swift */, - 58F0DC0575372063744451B5 /* GetaddrinfoResolver.swift */, - 3FBA5DD9FE4ECE9B4082DC0D /* HappyEyeballs.swift */, - 45D3A121F1E2CD236A24C01B /* IntegerBitPacking.swift */, - 08CBCBB353333142E09F2CF5 /* IntegerTypes.swift */, - 7E301BF11503A2CFF6811849 /* IO.swift */, - 08F3535763AFF2A497E648D3 /* Linux.swift */, - F4056BD4260DCAFE5A0898C5 /* LinuxCPUSet.swift */, - F5A0787F359A21B0BCED2E99 /* LinuxUring.swift */, - C940E3F44C929B22334FA458 /* MultiThreadedEventLoopGroup.swift */, - 7D4C1F47061591F36ED690D6 /* NIOThreadPool.swift */, - 0D502F9B225B166A9EA97869 /* NonBlockingFileIO.swift */, - 6AC19F9C8DE3A5D2B7D5FB51 /* PendingDatagramWritesManager.swift */, - C34D6D0BA0F9180A61C7B4A7 /* PendingWritesManager.swift */, - AE1067E76F54251058063F3D /* PipeChannel.swift */, - 66A6B78CF530E525E4C90682 /* PipePair.swift */, - 355AD914F00C5472312FCFC1 /* PointerHelpers.swift */, - 3BADC1D03A3F8FDC057A5C21 /* Resolver.swift */, - 42F49087302A2BF01B9BE475 /* Selectable.swift */, - F24CA9FDA95A0E747365E0BC /* SelectableChannel.swift */, - 355E309B455F387C05D039D8 /* SelectableEventLoop.swift */, - 79987A70DAD9E6B759BEEB0F /* SelectorEpoll.swift */, - 78C0E7EC018A83B319CFE80B /* SelectorGeneric.swift */, - 576F6256EA99B55CF6EFFD12 /* SelectorKqueue.swift */, - CB5D6C12BC1E4FCE67F3711B /* SelectorUring.swift */, - A45828CB32BFA1FA0738A76E /* ServerSocket.swift */, - 33231851B8E303C6DA83CAD7 /* Socket.swift */, - CA2FFA28C5994B046121BE90 /* SocketChannel.swift */, - 550B0CB98BF08C697329FC80 /* SocketProtocols.swift */, - 2CFF58184D68B8E442CAFDCC /* System.swift */, - 6DA9A7F82F3728DF18B4590B /* Thread.swift */, - B3B3DD1064901B06B6AE1FDE /* ThreadPosix.swift */, - C217E24E2FC2672BDF3F1CCA /* ThreadWindows.swift */, - 92DC3F8FC80766098037EEF5 /* Utilities.swift */, + 20BD42C91AD30E5A7D85EDC0 /* hkdf */ = { + isa = PBXGroup; + children = ( + 32FC670CDB63661C449B5A77 /* hkdf.c */, ); - path = NIOPosix; + path = hkdf; + sourceTree = ""; + }; + 2171D25A2382D830EC47649F /* cmac */ = { + isa = PBXGroup; + children = ( + 67EAEDFF6FE29BF959F5FC59 /* cmac.c */, + ); + path = cmac; sourceTree = ""; }; 219A4341A9952F654D022CB8 /* AppClip */ = { @@ -6358,14 +6207,6 @@ path = Resources; sourceTree = ""; }; - 239D3F79A66FE397CFAA7028 /* include */ = { - isa = PBXGroup; - children = ( - 4DF3E277CDFBDAC845B82090 /* CNIODarwin.h */, - ); - path = include; - sourceTree = ""; - }; 239E49742660311BC37730E5 /* tvos-arm64_x86_64-simulator */ = { isa = PBXGroup; children = ( @@ -6390,95 +6231,14 @@ path = "CONFIGURATION-STABLE-26"; sourceTree = ""; }; - 2470A15C6EA24CD9AFD0F4A0 /* SwiftProtobuf */ = { - isa = PBXGroup; - children = ( - 4281A2F14A60DF3E9CF086F2 /* any.pb.swift */, - 79A1FA7042B0CD3C2082320F /* AnyMessageStorage.swift */, - BC4E5A973C64F63AEEBD8331 /* AnyUnpackError.swift */, - BC4FB32CC1F5B3FEB77BFF9A /* api.pb.swift */, - AC72F93E43A41AA31125B9E3 /* BinaryDecoder.swift */, - BCB1B6F1664914740559D199 /* BinaryDecodingError.swift */, - 35809E88436E0389F9C3BECA /* BinaryDecodingOptions.swift */, - 4E92B8EEEF31554B3D37D1B6 /* BinaryDelimited.swift */, - 11E9B48912457B8BECCB3CA6 /* BinaryEncoder.swift */, - A2318185655310B3EDB02A9F /* BinaryEncodingError.swift */, - 7E0C4A141881BE1A9D4E41B6 /* BinaryEncodingSizeVisitor.swift */, - 43338DA7E5028F495A9AEBBE /* BinaryEncodingVisitor.swift */, - D7FAC279F15716D1EA166CA9 /* CustomJSONCodable.swift */, - 5CC05620C78F7D6FBA0BCBDC /* Data+Extensions.swift */, - 01109587DC0F27E0DF00F0F4 /* Decoder.swift */, - CDA2996C8876296462B36DBF /* descriptor.pb.swift */, - 0E2BF71F02D75076C067C330 /* DoubleParser.swift */, - A4C5F8FAD86241646980BC61 /* duration.pb.swift */, - C48BF777DACABD8FC0907430 /* empty.pb.swift */, - 1C8CBC22D122325AB0DC23C9 /* Enum.swift */, - 47A701DF5C50C8381F6B0DDF /* ExtensibleMessage.swift */, - 16B0E4007A0150775CAD9FD9 /* ExtensionFields.swift */, - 791341AE4867229982D75CFD /* ExtensionFieldValueSet.swift */, - FE6AC6B1017EAF160BFBF9AA /* ExtensionMap.swift */, - 03F77C05485E927FC2B60D13 /* field_mask.pb.swift */, - A0F84C6A9A31187DBC2CD16A /* FieldTag.swift */, - 68A51B7ECD33E5E285E6FFB7 /* FieldTypes.swift */, - DE0E9134712F3E93A3A66C41 /* Google_Protobuf_Any+Extensions.swift */, - 9A6990900118547EB5112C65 /* Google_Protobuf_Any+Registry.swift */, - 27A26227A9DC86FB86DB3B4C /* Google_Protobuf_Duration+Extensions.swift */, - 715119B3C9ECE091A97FFC9C /* Google_Protobuf_FieldMask+Extensions.swift */, - A611B633B22584A7FB83909C /* Google_Protobuf_ListValue+Extensions.swift */, - A4B7C1AF389867B4787B477E /* Google_Protobuf_NullValue+Extensions.swift */, - D36C3698FD79E18E08A9C9D2 /* Google_Protobuf_Struct+Extensions.swift */, - D18BDD3432B4E77E61CD20EB /* Google_Protobuf_Timestamp+Extensions.swift */, - 01969EB1AC40F014428B3356 /* Google_Protobuf_Value+Extensions.swift */, - 5BB8FD5E7D1D795A28371542 /* Google_Protobuf_Wrappers+Extensions.swift */, - F5ABF60E3BB379ACB88D00AE /* HashVisitor.swift */, - 488EE304D7EE389042BE8F26 /* Internal.swift */, - 6A45055A427C3250ADE8CCF9 /* JSONDecoder.swift */, - 826026CE8D8EAF3A3E747BC9 /* JSONDecodingError.swift */, - 9B1276F29D5DFEA28051AEF6 /* JSONDecodingOptions.swift */, - B01AC54C68F3883E89533FAC /* JSONEncoder.swift */, - 09CE8B1E483D234C8A751038 /* JSONEncodingError.swift */, - DEC24AE276DE7B8E054522F6 /* JSONEncodingOptions.swift */, - B29604620D21595807388CEF /* JSONEncodingVisitor.swift */, - 9631F0C3203DF270B07FE15C /* JSONMapEncodingVisitor.swift */, - D9C19194274326FBE0F2782E /* JSONScanner.swift */, - A550479DDFC575DC846377F0 /* MathUtils.swift */, - 116B1D2D5E92481EFDAE1739 /* Message.swift */, - 5A90C8847ABF4612B3E09368 /* Message+AnyAdditions.swift */, - F548E36E81C5751902046FA3 /* Message+BinaryAdditions.swift */, - BB3400C169C11CF7D77B4DAA /* Message+JSONAdditions.swift */, - 191BFDB95D076ED7DAD76F92 /* Message+JSONArrayAdditions.swift */, - B48C7A158187D56CE42BDB08 /* Message+TextFormatAdditions.swift */, - 231540E7DD757A13143B42E0 /* MessageExtension.swift */, - 9564BB4A689698B070B316A2 /* NameMap.swift */, - 9EA98AD1D0F11BBBF6B8A659 /* ProtobufAPIVersionCheck.swift */, - 11FF4CA3EF8FFD1C354A8C91 /* ProtobufMap.swift */, - 6B01C654B0AD0EB6B9FC0560 /* ProtoNameProviding.swift */, - ACAFC544B514BF5484504BC0 /* SelectiveVisitor.swift */, - B9BB8E455B4C20B518B56763 /* SimpleExtensionMap.swift */, - 5CD8EF4F69C4DB5E5A0A9E09 /* source_context.pb.swift */, - D8B653D940340E99BD1221CF /* StringUtils.swift */, - 91EE8713FA37931151B8649B /* struct.pb.swift */, - 672771CAD4F8A2AD79FA23CE /* TextFormatDecoder.swift */, - F242595ABA0D40563EBDBC8F /* TextFormatDecodingError.swift */, - F4E90E86D2A61D4FAB01065D /* TextFormatDecodingOptions.swift */, - 0DF69505B30005294774B431 /* TextFormatEncoder.swift */, - F572C00CF09874B5E1B67426 /* TextFormatEncodingOptions.swift */, - 074C31418538349E79E8724D /* TextFormatEncodingVisitor.swift */, - 06D4DBC96556AC36EE3453CF /* TextFormatScanner.swift */, - E6760BAF33210AADF195F18C /* timestamp.pb.swift */, - A49B7247A1C6A4D7AAB8FCA9 /* TimeUtils.swift */, - 4A20C2A4FD1A79A5F555BE1E /* type.pb.swift */, - 6E051B519322B5F5C360937E /* UnknownStorage.swift */, - 38D1E4B5D07684D1ADA04044 /* UnsafeBufferPointer+Shims.swift */, - 63F9250FD819772F05150097 /* UnsafeRawPointer+Shims.swift */, - 0D440891BB740CACB310A8E2 /* Varint.swift */, - 9D0085AD01830D71ECEE30ED /* Version.swift */, - B277279F14A3851AD476B00D /* Visitor.swift */, - 96B2DB808D6101795CCC6472 /* WireFormat.swift */, - 51D388F94F289FBE6523399B /* wrappers.pb.swift */, - 0002B09476838FBB660C50D5 /* ZigZag.swift */, + 246246859E6ABAD51769F1F1 /* dsa */ = { + isa = PBXGroup; + children = ( + 9759956C8EFFCB821098F105 /* dsa_asn1.c */, + 15566D7A93028D0B98590A84 /* dsa.c */, + F1681CD82E3F1A5AE6033098 /* internal.h */, ); - path = SwiftProtobuf; + path = dsa; sourceTree = ""; }; 25665EA2456C4A94D033C28D /* rules_xcodeproj */ = { @@ -6489,89 +6249,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 25C43EAB4C8C0C1DB927E922 /* GRPC */ = { - isa = PBXGroup; - children = ( - B53A4751DC48680543E877FB /* AsyncAwaitSupport */, - 62894296E5EF0CAB0F57EB94 /* CallHandlers */, - A5F849DF1AC972F28AAB0FC4 /* ClientCalls */, - 1A0D1C70CAA78C72B1425B01 /* Compression */, - A8AE75C0D5F5CEFF2EC8028F /* ConnectionPool */, - 62FE6A9CA48B4772587DCD2A /* GRPCChannel */, - 3C4AFA6DC3AEB5043D24B97F /* Interceptor */, - 4AD611923B098089C2379256 /* ServerCallContexts */, - 32B4DC4D0A0AF61150CA0C3E /* _EmbeddedThroughput.swift */, - 43A7CEFCF8665AEF25711DDB /* _FakeResponseStream.swift */, - B787D81626AAB1DCEC2649A4 /* _GRPCClientCodecHandler.swift */, - 7F92550C311F0B3F50D60C11 /* _MessageContext.swift */, - 6A6FD477BA5DED5E68D43156 /* Array+BoundsCheck.swift */, - EDF598A3EBDB7BE9DD3A27BF /* CallOptions.swift */, - 3B25FC310A7694A4ACE12F59 /* ClientConnection.swift */, - 68058C6D994691402255EA37 /* ClientConnectionConfiguration+NIOSSL.swift */, - 33AE220D45BAD25078F59F8A /* ClientErrorDelegate.swift */, - C30DA8AFB1D18ADA82734CF0 /* CoalescingLengthPrefixedMessageWriter.swift */, - B1D8A9606D2886CF2BDC51F4 /* ConnectionBackoff.swift */, - B9FCA276E898245110DA1C95 /* ConnectionKeepalive.swift */, - 46BA36E54CFBFD2DCEAB05E4 /* ConnectionManager.swift */, - 6F46554635F90705A79B1331 /* ConnectionManager+Delegates.swift */, - 31D983927C28EA6B50BFB71B /* ConnectionManagerChannelProvider.swift */, - 3F01973F4997350177379F2E /* ConnectivityState.swift */, - 0BCEE982F92B5852BDDC379D /* DebugOnly.swift */, - 46808C7BB683E7294634F440 /* DelegatingErrorHandler.swift */, - 52E5F26F15864B60D0D5CBA1 /* Error+NIOSSL.swift */, - 36E553E89B1AE125AE80560B /* EventLoopFuture+RecoverFromUncleanShutdown.swift */, - DF87F8BF7E82691B780D164F /* FakeChannel.swift */, - 15DCD9625DC32C7A3EE374FD /* GRPCClient.swift */, - D97F0EE64A708FA7A9441322 /* GRPCClientChannelHandler.swift */, - 08FDEDEA3CD4CF57EF85B4BE /* GRPCClientStateMachine.swift */, - AE75645909416E1474148400 /* GRPCContentType.swift */, - 13C885C957481C044944877D /* GRPCError.swift */, - 902386A796C4264D6D699423 /* GRPCHeaderName.swift */, - D9A4E5092B90D40033D0D564 /* GRPCIdleHandler.swift */, - C930AF1CEC3D3101F76C4AAE /* GRPCIdleHandlerStateMachine.swift */, - EC8F2D6DA42031D3A43A0876 /* GRPCKeepaliveHandlers.swift */, - 283A131150582EFFB839F207 /* GRPCLogger.swift */, - DDE614E1EA65B7EC7AD54766 /* GRPCPayload.swift */, - 2974A233CBCC6F0D21A9547B /* GRPCServerPipelineConfigurator.swift */, - F850E781E8A5F685F71B6A35 /* GRPCServerRequestRoutingHandler.swift */, - 3D277B89057367867C5F6634 /* GRPCServiceDescription.swift */, - 3828C2EB6FC303FA99A57F97 /* GRPCStatus.swift */, - 2E256BF8D9F7A1D6868AB942 /* GRPCStatusAndMetadata.swift */, - AE1AB9307476945FDD387EAD /* GRPCStatusMessageMarshaller.swift */, - D3683613020A8F228B61CDD7 /* GRPCTimeout.swift */, - D3960A951DF5A580DB7162ED /* GRPCTLSConfiguration.swift */, - E99E8FBA365B517FC46362CC /* GRPCWebToHTTP2ServerCodec.swift */, - D95B4A6475692C08EE38405D /* HTTP2ToRawGRPCServerCodec.swift */, - F523C34871AF68EB8D07935E /* HTTP2ToRawGRPCStateMachine.swift */, - 6795884565CAC6AAEC98A20F /* InterceptorContextList.swift */, - BC6CF547A9963B02D0A2C8B1 /* LengthPrefixedMessageReader.swift */, - 2605B2A13551D3715630FD12 /* Logger.swift */, - ACB5E26D8A399BE763AE59E4 /* LoggingServerErrorDelegate.swift */, - 9FD9503741B6CA7597DA4EEA /* MessageEncodingHeaderValidator.swift */, - 64FF935C04DF257E87C89657 /* PlatformSupport.swift */, - 81211F34871954C613E5816E /* ReadWriteStates.swift */, - CB1188E6D9958EC92E668BE0 /* Ref.swift */, - B8361716284C306F36B7876E /* Serialization.swift */, - 2CB251D75E1FEBE5DB66942C /* Server.swift */, - 65CBD193008D45D76BA13241 /* Server+NIOSSL.swift */, - 0FB60283DDCC80A51AF4C913 /* ServerBuilder.swift */, - 7EC6BBA924107BAD654A0994 /* ServerBuilder+NIOSSL.swift */, - 68470C9849E06733B9417117 /* ServerChannelErrorHandler.swift */, - C5588F8813811A353C2E3D1E /* ServerErrorDelegate.swift */, - 6FDDEB8FCEAB258E37451875 /* ServerErrorProcessor.swift */, - A54C93586F3B45359E2A9C2F /* Stopwatch.swift */, - 5BE2D260A302E03909E0F822 /* StreamEvent.swift */, - 7711A588CC187644646C3C68 /* TimeLimit.swift */, - 8C7AC53549C60100A241159E /* TLSVerificationHandler.swift */, - F55C5FA01C05394CD076A284 /* TLSVersion.swift */, - A646C2363611BCA51107AC1B /* UserInfo.swift */, - 639173A1FF5B512D9F09936A /* Version.swift */, - D0FB3594F0A4C621ADE76E51 /* WebCORSHandler.swift */, - 473F17BEFC3CC91B3983FC5B /* WriteCapturingHandler.swift */, - ); - path = GRPC; - sourceTree = ""; - }; 25E2B0FC4DC7D468B7611849 /* Source */ = { isa = PBXGroup; children = ( @@ -6600,26 +6277,6 @@ path = iOSApp; sourceTree = ""; }; - 271F123462354181E0885871 /* sha */ = { - isa = PBXGroup; - children = ( - EA7C41A7B3777A2357BA47AE /* internal.h */, - E05E0F0C6B158A836666B5DF /* sha1-altivec.c */, - 4D4EF3E929B3746153B2E3FB /* sha1.c */, - 16CD5D5B969A5DAA2500E525 /* sha256.c */, - B67DFD8EBAC5C016FE66C975 /* sha512.c */, - ); - path = sha; - sourceTree = ""; - }; - 274375C113B116864AECB154 /* Sources */ = { - isa = PBXGroup; - children = ( - 453A225096908E05FB9AE3F3 /* DequeModule */, - ); - path = Sources; - sourceTree = ""; - }; 274CD0E78C1940797ED41103 /* Test */ = { isa = PBXGroup; children = ( @@ -6636,14 +6293,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 281ACAE826FBFF2C45BF29C2 /* codesigningtool */ = { - isa = PBXGroup; - children = ( - C9E09219DA6B8772F7257199 /* disable_signing_resource_rules.plist */, - ); - path = codesigningtool; - sourceTree = ""; - }; 2862A8963A6FED647E9866CD /* Utils */ = { isa = PBXGroup; children = ( @@ -6671,15 +6320,6 @@ path = Test; sourceTree = ""; }; - 28BA8AD40972B1E24E7456A2 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 */ = { - isa = PBXGroup; - children = ( - A517845A129D0E0742A5895B /* NIOHPACK.rules_xcodeproj.swift.compile.params */, - E1614C1CBCE00C75EB07698D /* NIOHTTP2.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - sourceTree = ""; - }; 28C49C99E7CBD803655F838B /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -6707,17 +6347,17 @@ 2B082467953AC477DB23EFE0 /* examples_cc_external~override */, FA47373B50FC690CBA91CBAE /* examples_command_line_external */, D7993E8317E652D3C1DDA857 /* examples_ios_app_external~override */, - 11078B87523AA0FEA2301671 /* rules_apple~3.0.0 */, - 1D3056D5C34C6C0D26210794 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics */, - 5D004BB9EBD6CF20559B69B4 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections */, - 6735FC74309ABC4DFDCA63B0 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log */, - 0AA7ED91454BC5CCF1F25335 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio */, - 4CC8C6817F59D5898F39C122 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras */, - FF1FAB8A16513C6E78A3999E /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 */, - 9F10DF122E513C7B3A9E96B5 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl */, - 0C31CD38975A74771F634A93 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services */, - 5E07DAC24CDCB1ED3A735E2D /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf */, - A836B059549CEF5990A0F178 /* rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift */, + 5657D9125DA22B3BE2CD8600 /* rules_apple~3.1.1 */, + C4604874E7BB99C62648047A /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics */, + 6F5A098A857262BE6E7C2206 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections */, + 5DB326DEED71E6E67E239AEE /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log */, + 4D5877AAA574C8855648ACB3 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio */, + FA52CE1F2463A750E2821761 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras */, + EF95C9E525968318F8F79558 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 */, + BE2565D76A5F4EE6AFA1466E /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl */, + 1AC906F2E3DBB9A17B4CCA64 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services */, + CDA67C0367F855BA6FBA6FFA /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf */, + 816D26856614A63C71C7095D /* rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift */, ); name = "Bazel External Repositories"; path = ../../external; @@ -6732,6 +6372,17 @@ path = ObjCUnitTests; sourceTree = ""; }; + 2A4F48279EF378AB068C5964 /* GRPCChannel */ = { + isa = PBXGroup; + children = ( + 87C92B9A11C174881028E696 /* ClientConnection+NIOSSL.swift */, + 46E83A97256A58BCF347BF2A /* ClientConnection+NWTLS.swift */, + 02E7B971D18A48D7BF4F2B8A /* GRPCChannel.swift */, + CA8A1E5530BAB89A241A14E2 /* GRPCChannelBuilder.swift */, + ); + path = GRPCChannel; + sourceTree = ""; + }; 2A6F1B1E350BC6EBC018A66E /* UIFramework.iOS */ = { isa = PBXGroup; children = ( @@ -6803,14 +6454,6 @@ path = iMessageApp; sourceTree = ""; }; - 2BD18FAE6065C280FF706787 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services */ = { - isa = PBXGroup; - children = ( - 1A917D21A81109388D23C373 /* NIOTransportServices.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services"; - sourceTree = ""; - }; 2BED8ADE40BC2BF822FE6FD5 /* bin */ = { isa = PBXGroup; children = ( @@ -6899,6 +6542,24 @@ path = "ExternalResources-intermediates"; sourceTree = ""; }; + 2F0A70000562FE578A36DC45 /* bio */ = { + isa = PBXGroup; + children = ( + 1E5D4087FA6F54EF45CEB505 /* bio_mem.c */, + 4AF12590E7DA302E91D97038 /* bio.c */, + 521A6C0ADC1FF19E7DEFD0DF /* connect.c */, + 1CBFB58E710ABCD316EEC45D /* fd.c */, + 69D30DCEDF94331913CB3C06 /* file.c */, + 1324FB7179F0D3379F5F1C9E /* hexdump.c */, + 90E6D956A2EAC8A1E6101DC3 /* internal.h */, + 645262A3E0A718A0CDF0D705 /* pair.c */, + AC7BC0B4FCA530A15C9A45E8 /* printf.c */, + 6A2CE5DCE5D71B6AFDA45958 /* socket_helper.c */, + 7BA104D0A76B89C91BB02929 /* socket.c */, + ); + path = bio; + sourceTree = ""; + }; 2F443574D856847BBB79B590 /* UIFramework.tvOS */ = { isa = PBXGroup; children = ( @@ -6957,6 +6618,14 @@ path = Test; sourceTree = ""; }; + 3130A632A7651B1C3157A0C4 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras */ = { + isa = PBXGroup; + children = ( + EE8903CA8EAE14550469442F /* NIOExtras.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras"; + sourceTree = ""; + }; 31652CF50BD2C84176CEEA76 /* WidgetExtension */ = { isa = PBXGroup; children = ( @@ -7013,6 +6682,14 @@ path = Lib; sourceTree = ""; }; + 32305F5DC98E53D5643C2CA7 /* asm */ = { + isa = PBXGroup; + children = ( + FC699DCAF73F648693223E3F /* x86_64-gcc.c */, + ); + path = asm; + sourceTree = ""; + }; 3239C5209CC5FB1AF36E1CA0 /* iMessageApp */ = { isa = PBXGroup; children = ( @@ -7030,12 +6707,25 @@ path = Test; sourceTree = ""; }; - 325CEA2AD318D83F00D31B0A /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log */ = { + 329A854711155D16AF6FE5D1 /* NIOTransportServices */ = { isa = PBXGroup; children = ( - 38FD0FEB09DFFF93A984581C /* Logging.rules_xcodeproj.swift.compile.params */, + 0A83DD08F0001E02162AB7DB /* NIOFilterEmptyWritesHandler.swift */, + 7ED21E3B056F789CFA0CCEB8 /* NIOTSBootstraps.swift */, + DF6DF1D1181A4C4746A831C1 /* NIOTSChannelOptions.swift */, + 13810B6A6142DFAAEEAB36EA /* NIOTSConnectionBootstrap.swift */, + CD61FD2038A8E05E557E7C9B /* NIOTSConnectionChannel.swift */, + 186FE3570875B45A87849A8D /* NIOTSErrors.swift */, + 81BAA548D0296248E528BAC8 /* NIOTSEventLoop.swift */, + B743697D4A39DDBEB90EF348 /* NIOTSEventLoopGroup.swift */, + 9898C9B14349017AF916C59E /* NIOTSListenerBootstrap.swift */, + 6B60F76F697848040EB4F968 /* NIOTSListenerChannel.swift */, + 502EFCE621BE5749612CFCCC /* NIOTSNetworkEvents.swift */, + BD1BDB7138BC3271E0BA1540 /* SocketAddress+NWEndpoint.swift */, + 20744896C995F70C01EF0E83 /* StateManagedChannel.swift */, + 98B8B45FD235698679A9C3D8 /* TCPOptions+SocketChannelOption.swift */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log"; + path = NIOTransportServices; sourceTree = ""; }; 33CAA5726AEECBF485ECCA09 /* CommandLine */ = { @@ -7048,34 +6738,20 @@ path = CommandLine; sourceTree = ""; }; - 3422559A23B73C492621DCC5 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio */ = { + 33D196E8509E860EA3A1AFD7 /* md4 */ = { isa = PBXGroup; children = ( - 188D970476F3AB2C0338FE36 /* _NIODataStructures.rules_xcodeproj.swift.compile.params */, - A00F16FCCD58E25D05368465 /* CNIOAtomics.rules_xcodeproj.c.compile.params */, - 51091657BE1E2B49C028AE58 /* CNIODarwin.rules_xcodeproj.c.compile.params */, - 0AC2806D2CBC560B36F1AC21 /* CNIOLinux.rules_xcodeproj.c.compile.params */, - E74D21AAE2D65C9ABE29B55C /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */, - 26A91987B6AED10420DA7889 /* CNIOWindows.rules_xcodeproj.c.compile.params */, - 950600F56ED34BB31B49196F /* NIO.rules_xcodeproj.swift.compile.params */, - 21FD2F13D6DABBA439F06552 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */, - B556C3F26466EAEA7C44E0BC /* NIOCore.rules_xcodeproj.swift.compile.params */, - 13E7FEE1C1E92A818F63633E /* NIOEmbedded.rules_xcodeproj.swift.compile.params */, - 46B6DA38AA2DE98E49F167DD /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */, - 9B34E4231BAB348B1061089D /* NIOHTTP1.rules_xcodeproj.swift.compile.params */, - BC906D00B974DA3CC2E3C450 /* NIOPosix.rules_xcodeproj.swift.compile.params */, - 6919A142F3462F6E82750EDD /* NIOTLS.rules_xcodeproj.swift.compile.params */, + CBF4E8D5DCB77CD32665F710 /* md4.c */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; + path = md4; sourceTree = ""; }; - 34DF0D72BD0CA17603A07C9B /* lhash */ = { + 33F75795FF5AB64BAE6DFB21 /* engine */ = { isa = PBXGroup; children = ( - 24FD93567B4F105746F1BFDB /* internal.h */, - 06BC53B161844DBF6967CECB /* lhash.c */, + A9C856738BBEE39C88842070 /* engine.c */, ); - path = lhash; + path = engine; sourceTree = ""; }; 3503049125E66483EDDCA7B3 /* CoreUtilsObjC */ = { @@ -7099,23 +6775,21 @@ path = watchOSAppExtension; sourceTree = ""; }; - 352DD94157FFBFB7ABB98C51 /* CNIOBoringSSLShims */ = { + 352A415EFD6F9A68E14DE0C7 /* ClientCalls */ = { isa = PBXGroup; children = ( - 95D348017E943A6FA882B90D /* include */, - F701CC0C101929E4C344DF2D /* shims.c */, + F0840BD8AB24D44F5D4E0265 /* BidirectionalStreamingCall.swift */, + 42A9E77775FE4AE36D64C157 /* Call.swift */, + 96F86C9CB63F6C3323494783 /* CallDetails.swift */, + 1CBC9DDC76A0313F2F017D70 /* ClientCall.swift */, + 36C0F99ED43A1B7B0CAE5661 /* ClientStreamingCall.swift */, + 5C214B07B969147D65407719 /* LazyEventLoopPromise.swift */, + C56B85841FB8F297B86BBF0B /* ResponseContainers.swift */, + 20F71AB265FB5E2A2D450E8E /* ResponsePartContainer.swift */, + 9F61FE688C68ECCCED1E6D71 /* ServerStreamingCall.swift */, + B3DDC1C947FD209144149ACB /* UnaryCall.swift */, ); - path = CNIOBoringSSLShims; - sourceTree = ""; - }; - 35AD9E1DD233669753A30475 /* Sources */ = { - isa = PBXGroup; - children = ( - 79AAA7525A7859080A39CD57 /* CNIOBoringSSL */, - 352DD94157FFBFB7ABB98C51 /* CNIOBoringSSLShims */, - 18A61A34DA3A2123BB45406D /* NIOSSL */, - ); - path = Sources; + path = ClientCalls; sourceTree = ""; }; 364B070BCD467A51C91A8CA7 /* LibFramework.tvOS */ = { @@ -7126,15 +6800,6 @@ path = LibFramework.tvOS; sourceTree = ""; }; - 364E17F8B4F506E3ADC625BB /* rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift */ = { - isa = PBXGroup; - children = ( - 93F1AA68B4A96C0F73CBAFEB /* CGRPCZlib.rules_xcodeproj.c.compile.params */, - 1239B2D03F88907F751801DE /* GRPC.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; - sourceTree = ""; - }; 366012D6F2AA8B32C9E612F1 /* tvOSApp */ = { isa = PBXGroup; children = ( @@ -7143,12 +6808,13 @@ path = tvOSApp; sourceTree = ""; }; - 36BC916816469E42F875E59C /* tools */ = { + 3703D1FC03BBE429A8693A31 /* rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift */ = { isa = PBXGroup; children = ( - 281ACAE826FBFF2C45BF29C2 /* codesigningtool */, + 2C30285BC849099B80705CD7 /* CGRPCZlib.rules_xcodeproj.c.compile.params */, + AB8D0FFFD48524E861F6271E /* GRPC.rules_xcodeproj.swift.compile.params */, ); - path = tools; + path = "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; sourceTree = ""; }; 37779CAD9A0D321F3893DF6D /* Utils */ = { @@ -7159,6 +6825,20 @@ path = Utils; sourceTree = ""; }; + 37A78D8E63E280EC08E1F9DE /* rand */ = { + isa = PBXGroup; + children = ( + 9F87C2A5DC64FA0CE1BC9B0D /* ctrdrbg.c */, + 0F7EA70177D77AB6917511C5 /* fork_detect.c */, + 7EA571BEE168CF4364F2CCCD /* fork_detect.h */, + 9B87189BBABF543B38B2C70D /* getrandom_fillin.h */, + 49F096BB32CBB8C04B3FE5A5 /* internal.h */, + EB439D87342FFD1AACA6F69B /* rand.c */, + 838D747CF7593A70DA59D44A /* urandom.c */, + ); + path = rand; + sourceTree = ""; + }; 37BB7CECA4CE1F1256219B05 /* bin */ = { isa = PBXGroup; children = ( @@ -7172,18 +6852,9 @@ 37C5BACD38F28725BF1A3C04 /* echo_client */ = { isa = PBXGroup; children = ( - 5903ABA66DEEFF5729B32A0F /* Info.plist */, - ); - path = echo_client; - sourceTree = ""; - }; - 3859CD3CA1AAF216A1157BEA /* self_check */ = { - isa = PBXGroup; - children = ( - B6777367A4C7BC6F2124EA2A /* fips.c */, - 5FD1879CF4C794335101D341 /* self_check.c */, + 5903ABA66DEEFF5729B32A0F /* Info.plist */, ); - path = self_check; + path = echo_client; sourceTree = ""; }; 388ABA866293B6734A32C31F /* ExampleNestedResources.bundle */ = { @@ -7228,6 +6899,24 @@ path = lib3; sourceTree = ""; }; + 39AEDDCC19DAE75A4EA0FC67 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics */ = { + isa = PBXGroup; + children = ( + A94F7063EB8E0FECF15D0412 /* _AtomicsShims.rules_xcodeproj.c.compile.params */, + 57CF3EE6A017F5E74323FF99 /* Atomics.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; + sourceTree = ""; + }; + 39DED389DB05586EF842DBA2 /* _AtomicsShims */ = { + isa = PBXGroup; + children = ( + 5370491544BA0DE8152BCDE3 /* include */, + 7ADFE679F8A8C71B39F53BEF /* src */, + ); + path = _AtomicsShims; + sourceTree = ""; + }; 3A3B28BFAC76C08F3C1235FF /* Lib */ = { isa = PBXGroup; children = ( @@ -7245,22 +6934,23 @@ path = "CONFIGURATION-STABLE-6"; sourceTree = ""; }; - 3A882863C83A9FE24FCDFC6E /* obj */ = { + 3AA1EEAC8927CE9D726EEFBA /* OnlyStructuredResources */ = { isa = PBXGroup; children = ( - E449B420521D581D5735502E /* obj_dat.h */, - 3D6B1B1D9D8299757D1AC778 /* obj_xref.c */, - 0557A53DD7F139D5926A662F /* obj.c */, + 10D22849AD232BC38071A9E2 /* OnlyStructuredResources-intermediates */, ); - path = obj; + path = OnlyStructuredResources; sourceTree = ""; }; - 3AA1EEAC8927CE9D726EEFBA /* OnlyStructuredResources */ = { + 3AD012D908224E7956794E1F /* pkcs8 */ = { isa = PBXGroup; children = ( - 10D22849AD232BC38071A9E2 /* OnlyStructuredResources-intermediates */, + D86646C8D42E3CB78B3ECD6D /* internal.h */, + 6D84E7AD2C77F970D8BA3CE8 /* p5_pbev2.c */, + E4B3BBC657C88A358F3096AB /* pkcs8_x509.c */, + 711F65D06CEBB79384E81930 /* pkcs8.c */, ); - path = OnlyStructuredResources; + path = pkcs8; sourceTree = ""; }; 3AE5C9D3CBB406EE969B1485 /* FrameworkCoreUtilsObjC */ = { @@ -7287,23 +6977,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 3C4AFA6DC3AEB5043D24B97F /* Interceptor */ = { - isa = PBXGroup; - children = ( - BE838B70FFF5122790E0B0CE /* ClientInterceptorContext.swift */, - F32204968E66D36AA9C918C4 /* ClientInterceptorPipeline.swift */, - FB48CE4AD56E3B0EB377D2D0 /* ClientInterceptorProtocol.swift */, - F105F912D5A507A1AD10D8E2 /* ClientInterceptors.swift */, - 81FE035DC30CFE6A26672954 /* ClientTransport.swift */, - 4E1EB007F8C170F3CC8AE911 /* ClientTransportFactory.swift */, - 321EB4E50BAB30EBCD56880E /* MessageParts.swift */, - 5B5B973A742CC95EE5E69C88 /* ServerInterceptorContext.swift */, - ECC65A43DA0A4D0D5F62BEE7 /* ServerInterceptorPipeline.swift */, - C77FF867688B1B5AEC62B8A2 /* ServerInterceptors.swift */, - ); - path = Interceptor; - sourceTree = ""; - }; 3C7CC63C947D55B6B89370AC /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -7329,6 +7002,56 @@ path = lib2; sourceTree = ""; }; + 3CF1160E320D7A2E94E20B86 /* NIOHTTP2 */ = { + isa = PBXGroup; + children = ( + C9212A2E2314D2532B091318 /* ConnectionStateMachine */, + BB84A3991A138918AE4D5912 /* Frame Buffers */, + 59BA1798DD39647C40C5B685 /* ContentLengthVerifier.swift */, + 3E1BCF960B3B3D7CAC14EC8A /* DOSHeuristics.swift */, + 6A207A035DFD9DD9A8917ACF /* HPACKHeaders+Validation.swift */, + 728EB48BF105CD28DC6F93F6 /* HTTP2ChannelHandler.swift */, + F492A00AB1721F3E053269B3 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift */, + F27864750298296D3B06414B /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift */, + 99D2602CE0CB60899AB26433 /* HTTP2CommonInboundStreamMultiplexer.swift */, + 5CAF14390101A83D70A6A18D /* HTTP2ConnectionStateChange.swift */, + D8F23B903FAE6A28356FB757 /* HTTP2Error.swift */, + 56A608E82651CB2948C9D3CE /* HTTP2ErrorCode.swift */, + 2B4FA5EC38B595FB433BDB7C /* HTTP2FlowControlWindow.swift */, + AEE2B211A51E99699F3F18B0 /* HTTP2Frame.swift */, + E89DE830AF8B7F1D4B461CCD /* HTTP2FrameEncoder.swift */, + EBCFB45391037292192FEEEF /* HTTP2FrameParser.swift */, + A1B2DBF0B73B69519B6CFD80 /* HTTP2PingData.swift */, + 78AF959A32315EFF92FC1BC8 /* HTTP2PipelineHelpers.swift */, + DFE64FA910E195A8FAEB7444 /* HTTP2Settings.swift */, + 922F1E21895AD0629CB7D78F /* HTTP2Stream.swift */, + 3F42EAD5FA237CC92C5ADF2B /* HTTP2StreamChannel.swift */, + 18D5CCFB1D8FFA4635EC0CEB /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift */, + CD16A0E95ABFD11FC1307AC6 /* HTTP2StreamDelegate.swift */, + 00DECB0BF21412BBAE7C3388 /* HTTP2StreamID.swift */, + AF5F56C42A4F2BB3D12D6C7B /* HTTP2StreamMultiplexer.swift */, + 5697F5C092F07001DB48DF17 /* HTTP2ToHTTP1Codec.swift */, + 32F668AE352D7F821F7EE3EE /* HTTP2UserEvents.swift */, + 88CB182166E83BF91D588AA8 /* InboundEventBuffer.swift */, + 0CA68CF2D9C134ECDCAC52AF /* InboundWindowManager.swift */, + 49DEAEF9214722B586967E29 /* MultiplexerAbstractChannel.swift */, + 3957F3AD92DC08DE3EE30BB8 /* StreamChannelFlowController.swift */, + FA68F7AF1DBDCF2F6149324E /* StreamChannelList.swift */, + B4804D8D72561B45F8A5CDB1 /* StreamMap.swift */, + 826186A211999847AA94B26E /* StreamStateMachine.swift */, + 2DE00B9537C739E78B33584C /* WatermarkedFlowController.swift */, + ); + path = NIOHTTP2; + sourceTree = ""; + }; + 3D68ACC60E2CC19FC004487E /* asm */ = { + isa = PBXGroup; + children = ( + 8BFAB1696B972AF5FB33806C /* x25519-asm-arm.S */, + ); + path = asm; + sourceTree = ""; + }; 3DAF4409D88A51FA7E315EA3 /* CONFIGURATION-STABLE-22 */ = { isa = PBXGroup; children = ( @@ -7345,13 +7068,28 @@ path = ExampleNestedResources.bundle; sourceTree = ""; }; - 3F34C0BB71EF6817D3157AE3 /* dh_extra */ = { + 3EDDB839269702CF9D39C5AF /* ec */ = { isa = PBXGroup; children = ( - 16FF217A400AD5A92B4B00DD /* dh_asn1.c */, - DE84974741400D3A1BBFB257 /* params.c */, + F70FE19AA0C20AFF99AFB70E /* ec_key.c */, + 10E6DD0D02324B68B59C010F /* ec_montgomery.c */, + 1B934333D974C6F1A6F679A4 /* ec.c */, + F8210A9EFD74DCE42E5B63A1 /* felem.c */, + A5078DFFDE32281A88DD3F81 /* internal.h */, + 3205CAE0BA47C07E2CF50E6C /* oct.c */, + B34EF7881D82318793AA0594 /* p224-64.c */, + 7DE146607A44292DE7197ED6 /* p256_table.h */, + 4C077C4286BC5AF364BD3906 /* p256-nistz-table.h */, + 5B96B6D5A11081DDE88B312E /* p256-nistz.c */, + 0E200E643222C056ECE65588 /* p256-nistz.h */, + 67D76F4B9DEAEFC3DFE6E942 /* p256.c */, + 03131CACC7AC8C8FC5EC9F3B /* scalar.c */, + 1C3F00F69D6FAFD007B29C20 /* simple_mul.c */, + CB5D1508F1E923D918C264B0 /* simple.c */, + 15C514257E248A01B1064621 /* util.c */, + B98F15323EB1A3281754F1EC /* wnaf.c */, ); - path = dh_extra; + path = ec; sourceTree = ""; }; 3F55A1CB76619031BF293191 /* watchOSAppExtension */ = { @@ -7364,33 +7102,20 @@ path = watchOSAppExtension; sourceTree = ""; }; - 3FA96DC7C8EB66CC9BB75EA7 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio */ = { + 3FF58E0093DFD3200746BD32 /* ExampleNestedResources */ = { isa = PBXGroup; children = ( - 57F2AFE647BD4F30878E3B1F /* _NIODataStructures.rules_xcodeproj.swift.compile.params */, - 64B2C8FD266A927309FF4002 /* CNIOAtomics.rules_xcodeproj.c.compile.params */, - DBD0EB48A34B0ECA9A2EB6CC /* CNIODarwin.rules_xcodeproj.c.compile.params */, - 86E7D979AC5E45415703A05B /* CNIOLinux.rules_xcodeproj.c.compile.params */, - F51156A42A230AE55844F6AE /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */, - 5C32E625AB6B15D59D974F61 /* CNIOWindows.rules_xcodeproj.c.compile.params */, - 5FE9A5F96D5AB08AC9DE54ED /* NIO.rules_xcodeproj.swift.compile.params */, - 206F1999A317FBDCA3181645 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */, - F198631FB9BBF80C104EE5D3 /* NIOCore.rules_xcodeproj.swift.compile.params */, - DD3EB3DCA1097F35D0AA66E4 /* NIOEmbedded.rules_xcodeproj.swift.compile.params */, - 8D1CB31C9501E8B0640ECB0D /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */, - 47B25F7FEEBC5F2ACFF542C5 /* NIOHTTP1.rules_xcodeproj.swift.compile.params */, - 295415D1C17FCE8AA2D4DA0A /* NIOPosix.rules_xcodeproj.swift.compile.params */, - 3697E7474ACA46EF8C12A2EA /* NIOTLS.rules_xcodeproj.swift.compile.params */, + 4E12A90D64D66706BF515FEA /* ExampleNestedResources-intermediates */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; + path = ExampleNestedResources; sourceTree = ""; }; - 3FF58E0093DFD3200746BD32 /* ExampleNestedResources */ = { + 419DE5213D52727B4E45F4F1 /* testing */ = { isa = PBXGroup; children = ( - 4E12A90D64D66706BF515FEA /* ExampleNestedResources-intermediates */, + A6AE73E1D2D5D0D23B91D533 /* DefaultTestBundle.plist */, ); - path = ExampleNestedResources; + path = testing; sourceTree = ""; }; 41E4C7E55C056718CB998117 /* CommandLineTool */ = { @@ -7414,14 +7139,6 @@ path = "CONFIGURATION-STABLE-0"; sourceTree = ""; }; - 41FC21613C60F34414ED1204 /* include */ = { - isa = PBXGroup; - children = ( - 6FB5F74A24A2508DB9DFD412 /* CGRPCZlib.h */, - ); - path = include; - sourceTree = ""; - }; 42185F4BABC6BE2461F0A989 /* AppClip */ = { isa = PBXGroup; children = ( @@ -7432,6 +7149,17 @@ path = AppClip; sourceTree = ""; }; + 426DD32E61E29E36C1F5F484 /* CNIOLLHTTP */ = { + isa = PBXGroup; + children = ( + B4943A6A5880A199F3BD037B /* include */, + E465C1158E8D76153527E65D /* c_nio_api.c */, + 27351DFC959110D541552381 /* c_nio_http.c */, + 11EB4AACFBC38A304A12955C /* c_nio_llhttp.c */, + ); + path = CNIOLLHTTP; + sourceTree = ""; + }; 435F14525BFA3B8923F59737 /* _main~non_module_deps~FXPageControl */ = { isa = PBXGroup; children = ( @@ -7593,16 +7321,6 @@ path = OnlyStructuredResources; sourceTree = ""; }; - 44387D3B444D2D7B67A1F924 /* NIOTLS */ = { - isa = PBXGroup; - children = ( - 0C9C2C64E8E178BB3D4A0A46 /* ApplicationProtocolNegotiationHandler.swift */, - BF0EB819BDD80FA854D40C7C /* SNIHandler.swift */, - 14844548ADA135608AC41F66 /* TLSEvents.swift */, - ); - path = NIOTLS; - sourceTree = ""; - }; 4438C125C68EC6FB2FE3917E /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -7614,20 +7332,46 @@ 4447C80DC7AF96D45D4CD47D /* external */ = { isa = PBXGroup; children = ( - 7D9A93C86845B284103E4E6D /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics */, - 7D13B712A4BFDD6BA1214D5D /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections */, - 50A7E9D1EC72596C462B3ABC /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log */, - 3FA96DC7C8EB66CC9BB75EA7 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio */, - 07A9A8839DA1ADF8FF26AC3B /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras */, - 28BA8AD40972B1E24E7456A2 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 */, - 10FD524BDB0991DED4C25E89 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl */, - 7CBF55CF416C0D025773ACFB /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services */, - A215653B6325BAE7C99CEA6F /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf */, - 364E17F8B4F506E3ADC625BB /* rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift */, + 467E678D8BF9BE95B838BB7F /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics */, + 99B36C2956CE342CE26D5862 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections */, + DFB611FB34F9211AE6A52A26 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log */, + 582269512A5766D23740A8A0 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio */, + E091AB8CE542132005F7841B /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras */, + A2BE5B2AB23D548F8EBAC7FE /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 */, + A409EA6F9A7FCBAE5398392E /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl */, + 9F067901DB2131FB8C77F2BD /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services */, + E7CC7F294482FE03DEB3A642 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf */, + 3703D1FC03BBE429A8693A31 /* rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift */, ); path = external; sourceTree = ""; }; + 44A74F7185629BB14121D475 /* AsyncAwaitSupport */ = { + isa = PBXGroup; + children = ( + EC120C27B8273E3611287CBF /* AsyncServerHandler */, + 65F68E2E98FD5A6B40C2689A /* Call+AsyncRequestStreamWriter.swift */, + D49FBE222AD12AD7B258898F /* CancellationError+GRPCStatusTransformable.swift */, + BB801B4BFC56D57AEA0C1FE3 /* GRPCAsyncBidirectionalStreamingCall.swift */, + 6964069A017505C9AC548DDA /* GRPCAsyncClientStreamingCall.swift */, + A758E8A153547A0B98933B2A /* GRPCAsyncRequestStream.swift */, + 0AB51919387C1FCE43343D8A /* GRPCAsyncRequestStreamWriter.swift */, + 606808295521274B3AEAC42F /* GRPCAsyncResponseStream.swift */, + 0343C2B23B13B398B415241F /* GRPCAsyncResponseStreamWriter.swift */, + A7A959564A5AA57CBC592846 /* GRPCAsyncSequenceProducerDelegate.swift */, + 35A4CDF260F070DB22F9040C /* GRPCAsyncServerCallContext.swift */, + 15AE0211280A33052CD04B0B /* GRPCAsyncServerHandler.swift */, + 6B0911D40A6B8A0553FE9510 /* GRPCAsyncServerStreamingCall.swift */, + 1D223FC8FCA885443589F2E9 /* GRPCAsyncUnaryCall.swift */, + 4F7C6EB678F091DDCBF16DD6 /* GRPCAsyncWriterSinkDelegate.swift */, + 8A7FB7D28C57BAE2E45953F7 /* GRPCChannel+AsyncAwaitSupport.swift */, + F3BFD0DA9F233B4E6B778791 /* GRPCClient+AsyncAwaitSupport.swift */, + 97315DEF5279D3D89A53E9B9 /* GRPCSendable.swift */, + 238698EE01F8F6E3C2F63AF5 /* NIOAsyncWrappers.swift */, + ); + path = AsyncAwaitSupport; + sourceTree = ""; + }; 44DC18FA5ABD731665EC160E /* Bundle */ = { isa = PBXGroup; children = ( @@ -7644,32 +7388,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - 453A225096908E05FB9AE3F3 /* DequeModule */ = { - isa = PBXGroup; - children = ( - 119D4CEE91DE4DC8FF1C9402 /* _DequeBuffer.swift */, - 0ED057BC048B1FF46347CE9C /* _DequeBufferHeader.swift */, - B7633E75A27FC8C58C55C422 /* _DequeSlot.swift */, - 5818FF1D939642802FD9C169 /* _UnsafeWrappedBuffer.swift */, - 99F4163D17E62BB86813CC7E /* Compatibility.swift */, - BCE817A0F3A5CF412CD4D6B2 /* Deque._Storage.swift */, - A83FBC5591C72BFFE0D2BDE0 /* Deque._UnsafeHandle.swift */, - 57A4A20731757B74A6A836A5 /* Deque.swift */, - 3FD6A6F06F37DF3A9429439D /* Deque+Codable.swift */, - 34B4B5D3B5592D4437AAE025 /* Deque+Collection.swift */, - 6C2203F6B16DAA1D1DDD4A62 /* Deque+CustomDebugStringConvertible.swift */, - E3A8133A33138F0FC70D1C6F /* Deque+CustomReflectable.swift */, - C0F084A9F745C8144BAF84AB /* Deque+CustomStringConvertible.swift */, - 8DB46DE0781AEA240746E54D /* Deque+Equatable.swift */, - 44214E1219124CEE1525E0D2 /* Deque+ExpressibleByArrayLiteral.swift */, - 85A2913208DE6D27F2C103B8 /* Deque+Extras.swift */, - C3FE010E2238FE9E884E1F5B /* Deque+Hashable.swift */, - EC823F181CA1B45501CD1648 /* Deque+Testing.swift */, - 9080E9EEAC2B07AADE5A244C /* UnsafeMutableBufferPointer+Utilities.swift */, - ); - path = DequeModule; - sourceTree = ""; - }; 459F3ED951BEF3A04BAC8F18 /* iOSApp */ = { isa = PBXGroup; children = ( @@ -7699,13 +7417,13 @@ path = Test; sourceTree = ""; }; - 46888477D5F54F1D5E133A5B /* des */ = { + 467E678D8BF9BE95B838BB7F /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics */ = { isa = PBXGroup; children = ( - 7139B375FD0AC48FE82AE023 /* des.c */, - 8A4DD4A1DBDDF49F6B88D3E5 /* internal.h */, + 08DDC9E15865906D72346D35 /* _AtomicsShims.rules_xcodeproj.c.compile.params */, + 1A207DA523947AC9D85C3825 /* Atomics.rules_xcodeproj.swift.compile.params */, ); - path = des; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; sourceTree = ""; }; 46CAB37A61961B35974D0967 /* rules_xcodeproj */ = { @@ -7732,6 +7450,15 @@ path = "CONFIGURATION-STABLE-23"; sourceTree = ""; }; + 478248DD6FD0C11053892DAD /* ecdsa */ = { + isa = PBXGroup; + children = ( + 19DFDC76B6DC4AF21039C13B /* ecdsa.c */, + 706A03EE666C6A672DD0D039 /* internal.h */, + ); + path = ecdsa; + sourceTree = ""; + }; 4794B421E2CA9583E1476856 /* lib2 */ = { isa = PBXGroup; children = ( @@ -7757,6 +7484,31 @@ path = Test; sourceTree = ""; }; + 4861787795D0497D88CC53A7 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections */ = { + isa = PBXGroup; + children = ( + C4E6FBD40A7C5121C352A2CA /* DequeModule.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + sourceTree = ""; + }; + 486B02B71A14FC5B5A6423AB /* Interceptor */ = { + isa = PBXGroup; + children = ( + A1644D33837F921341A6BFBB /* ClientInterceptorContext.swift */, + 65E35876B285002263E61BAA /* ClientInterceptorPipeline.swift */, + 59823D67BD43828B9664CAE4 /* ClientInterceptorProtocol.swift */, + 55E700C1EFD09A66DBBECA9B /* ClientInterceptors.swift */, + 24265B199C44871330875F1B /* ClientTransport.swift */, + CDB87D3B53318E27B0A958BF /* ClientTransportFactory.swift */, + 08D8EFBEBAB290213B11494D /* MessageParts.swift */, + 0C9616B6CBF3AF170D6DFD11 /* ServerInterceptorContext.swift */, + FDDE83A0E4128E4527E8589F /* ServerInterceptorPipeline.swift */, + 3BE33AF4AC38A4DE982F8D2E /* ServerInterceptors.swift */, + ); + path = Interceptor; + sourceTree = ""; + }; 4885FA1F82EE059CC61EB033 /* swift_c_module */ = { isa = PBXGroup; children = ( @@ -7805,33 +7557,29 @@ path = proto; sourceTree = ""; }; - 4A1977647ADBB1E9E2CD77C3 /* CNIOLLHTTP */ = { + 4A1F9C8BE91488282CD6158F /* _NIODataStructures */ = { isa = PBXGroup; children = ( - 138BC28178746165F6351FE4 /* include */, - ABC64CEE880F5F9DF915F5EC /* c_nio_api.c */, - 9013985E69C649BA633ED633 /* c_nio_http.c */, - 0B1674033A7DBC6E2ACB3D0A /* c_nio_llhttp.c */, + 4EA96DC2E42F69C681ECC9AA /* Heap.swift */, + 0E98EEFD73F68479336DAD51 /* PriorityQueue.swift */, ); - path = CNIOLLHTTP; + path = _NIODataStructures; sourceTree = ""; }; - 4A98032AC158984E5A75E1B3 /* rules_xcodeproj */ = { + 4A3F9F5B8F3D1C503966831B /* Sources */ = { isa = PBXGroup; children = ( - B96A5111E1AA148CF6D6335A /* watchOSApp */, + 329A854711155D16AF6FE5D1 /* NIOTransportServices */, ); - path = rules_xcodeproj; + path = Sources; sourceTree = ""; }; - 4AD611923B098089C2379256 /* ServerCallContexts */ = { + 4A98032AC158984E5A75E1B3 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( - 46D25E969083A68FED034F35 /* ServerCallContext.swift */, - D7917865B99AF80490D7E592 /* StreamingResponseCallContext.swift */, - D2C90C22E3052E727E0E812F /* UnaryResponseCallContext.swift */, + B96A5111E1AA148CF6D6335A /* watchOSApp */, ); - path = ServerCallContexts; + path = rules_xcodeproj; sourceTree = ""; }; 4B6B61F91B842AB6F5F64A82 /* macOSLib.framework */ = { @@ -7867,14 +7615,6 @@ path = tvOSAppUITests.__internal__.__test_bundle; sourceTree = ""; }; - 4CC8C6817F59D5898F39C122 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras */ = { - isa = PBXGroup; - children = ( - C59C698461851DC36AC508A7 /* Sources */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras"; - sourceTree = ""; - }; 4CEC7A149E22A41E64F236EE /* ExternalResources.bundle */ = { isa = PBXGroup; children = ( @@ -7894,6 +7634,14 @@ path = CommandLine; sourceTree = ""; }; + 4D5877AAA574C8855648ACB3 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio */ = { + isa = PBXGroup; + children = ( + CD62091BE379DB84AF253F1B /* Sources */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + sourceTree = ""; + }; 4DE732F18D357A46FB93668A /* Test */ = { isa = PBXGroup; children = ( @@ -7923,14 +7671,6 @@ path = "ExampleNestedResources-intermediates"; sourceTree = ""; }; - 4E967A6E87368E4CDDC0F47E /* ecdh_extra */ = { - isa = PBXGroup; - children = ( - 9B92524B8859DB87B22B4790 /* ecdh_extra.c */, - ); - path = ecdh_extra; - sourceTree = ""; - }; 4F818BDF4B13CAFF67AF05B9 /* tvOSApp */ = { isa = PBXGroup; children = ( @@ -7981,14 +7721,6 @@ path = dynamic; sourceTree = ""; }; - 50A7E9D1EC72596C462B3ABC /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log */ = { - isa = PBXGroup; - children = ( - 66BC0BD8B43DC9F9B3B1FA55 /* Logging.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log"; - sourceTree = ""; - }; 50AD69C86952C4016D8BE679 /* Test */ = { isa = PBXGroup; children = ( @@ -8013,21 +7745,6 @@ path = "echo_server.merged_infoplist-intermediates"; sourceTree = ""; }; - 5110C9243CA344859795279F /* modes */ = { - isa = PBXGroup; - children = ( - 4210A920FE1C595B0635ADCE /* cbc.c */, - 289555A8D7EF71A983A41FC4 /* cfb.c */, - 798EB85F7EACD15F46A0004C /* ctr.c */, - C33EBA5C172FF6E55174BD2F /* gcm_nohw.c */, - 8E780DD361E9AE85F009BBC9 /* gcm.c */, - AD48DCD8807B7A4830B45FAA /* internal.h */, - EB60B5FDB3D36A29FA0E6AC5 /* ofb.c */, - 65A82E11C262555F445464F8 /* polyval.c */, - ); - path = modes; - sourceTree = ""; - }; 512BFAA84F170E570166FC18 /* iOSAppUITests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -8044,6 +7761,16 @@ path = iOS; sourceTree = ""; }; + 5217582A9677B4554FF3E05F /* NIOTLS */ = { + isa = PBXGroup; + children = ( + 551C35382306A30FD078966E /* ApplicationProtocolNegotiationHandler.swift */, + DFF95421AC944FD2AEF05C3C /* SNIHandler.swift */, + 17FB653191524EC01DB19659 /* TLSEvents.swift */, + ); + path = NIOTLS; + sourceTree = ""; + }; 5234E9BCC59792B5FDD8CAB3 /* CoreUtilsObjC */ = { isa = PBXGroup; children = ( @@ -8053,6 +7780,20 @@ path = CoreUtilsObjC; sourceTree = ""; }; + 5265FCC07897FF943CECC2F6 /* FrameSendingStates */ = { + isa = PBXGroup; + children = ( + 73239C1BA55606F6DF25FC2F /* MaySendFrames.swift */, + EDBD0FDAED5E4634EE7B1FCB /* SendingDataState.swift */, + C90F3E815A36AF49639DA9A1 /* SendingGoawayState.swift */, + EE774B60D48088674222A555 /* SendingHeadersState.swift */, + 554A92F49876D1D4E02EA828 /* SendingPushPromiseState.swift */, + 3E8F78B1631C8F679CF72F07 /* SendingRstStreamState.swift */, + B00EE0637950DFA65E301D6E /* SendingWindowUpdateState.swift */, + ); + path = FrameSendingStates; + sourceTree = ""; + }; 52C8175EB1229A99E1ED9556 /* UITests */ = { isa = PBXGroup; children = ( @@ -8090,6 +7831,14 @@ path = rules_xcodeproj; sourceTree = ""; }; + 5370491544BA0DE8152BCDE3 /* include */ = { + isa = PBXGroup; + children = ( + EC7D91564D6F97FD9292E6DA /* _AtomicsShims.h */, + ); + path = include; + sourceTree = ""; + }; 53B218B5882470318CD4CF5A /* OnlyStructuredResources.bundle */ = { isa = PBXGroup; children = ( @@ -8109,6 +7858,31 @@ path = CommandLineToolLib; sourceTree = ""; }; + 5405E2F0B1A57B7A82DBF111 /* cipher_extra */ = { + isa = PBXGroup; + children = ( + 6418751A441DB0999D481D2E /* aes128gcmsiv-x86_64.linux.x86_64.S */, + A48C6DEE9FE8D53467CD442D /* aes128gcmsiv-x86_64.mac.x86_64.S */, + 565B6AA78B027E2A6A3FE486 /* chacha20_poly1305_armv8.ios.aarch64.S */, + AE1F40102C8E3D93F94853B8 /* chacha20_poly1305_armv8.linux.aarch64.S */, + 86B4ADF1189187C0083BC4B0 /* chacha20_poly1305_x86_64.linux.x86_64.S */, + E402749C8E3F47094DEFB02C /* chacha20_poly1305_x86_64.mac.x86_64.S */, + 3636EB50850079F267C14DA2 /* cipher_extra.c */, + AAB897278F675FA9EB9F1D4E /* derive_key.c */, + 1693357E10321F3906D2EFDB /* e_aesctrhmac.c */, + EC5484D5B85631D82E620123 /* e_aesgcmsiv.c */, + 0380D5CEF74D88DC37D10F6D /* e_chacha20poly1305.c */, + DF8C1A063AC8112802440BF4 /* e_des.c */, + CDA8CA8CB7B9A803625044B2 /* e_null.c */, + 98A379F9F50E1108BDF06A25 /* e_rc2.c */, + 8915369062F203A5DE5B20CF /* e_rc4.c */, + EF5E5DA8024B3C72D5717D6F /* e_tls.c */, + 8CAA403D64322765B3981222 /* internal.h */, + FBBC8A3AAED62E58F8ED3BA0 /* tls_cbc.c */, + ); + path = cipher_extra; + sourceTree = ""; + }; 544B41F08E78CB66E32B74B9 /* UITests */ = { isa = PBXGroup; children = ( @@ -8119,12 +7893,20 @@ path = UITests; sourceTree = ""; }; - 5471E2ACAFCC2FE2F7955ACB /* stack */ = { + 546C0170826070F202C805EE /* chacha */ = { isa = PBXGroup; children = ( - 2F0742B6E3C8971C0D090CFF /* stack.c */, + DC15250881542FAC2E7ABFFC /* chacha-armv4.ios.arm.S */, + 035E5C7385E6468D9FA5C250 /* chacha-armv4.linux.arm.S */, + 9BF639AA8F8C2E4E50D7FA5A /* chacha-armv8.ios.aarch64.S */, + DF85EA23904C237DF441F99B /* chacha-armv8.linux.aarch64.S */, + F351BCFE3579A20C58D12736 /* chacha-x86_64.linux.x86_64.S */, + 3ACCD74C3DFCD8681A254696 /* chacha-x86_64.mac.x86_64.S */, + D43B599E772DE483C643D23A /* chacha-x86.linux.x86.S */, + 79489419B3F8D99967A4F05D /* chacha.c */, + 5DFA991CCAC8CECD16E80279 /* internal.h */, ); - path = stack; + path = chacha; sourceTree = ""; }; 54A23DC9F1150F87AD878420 /* CommandLine */ = { @@ -8154,16 +7936,6 @@ path = lib; sourceTree = ""; }; - 55AF8A90B6D52D2AE2E8F33A /* CNIOWindows */ = { - isa = PBXGroup; - children = ( - 04E0744D760A9A97962256A7 /* include */, - 852BAC463D3861ADCCB59984 /* shim.c */, - A6C24B4759F99B7EDAFEF702 /* WSAStartup.c */, - ); - path = CNIOWindows; - sourceTree = ""; - }; 55C6B059196B89C5138F7B01 /* iOSAppObjCUnitTests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -8180,6 +7952,16 @@ path = CommandLine; sourceTree = ""; }; + 560011A4EA65A46737980CE5 /* Sources */ = { + isa = PBXGroup; + children = ( + CAE1AEAB1CB8FC99321BE050 /* CNIOBoringSSL */, + 19C04304F5CFB1882F978221 /* CNIOBoringSSLShims */, + 78625222BC66230A1CB83FC4 /* NIOSSL */, + ); + path = Sources; + sourceTree = ""; + }; 561962ACD949123DCB91A50F /* Source */ = { isa = PBXGroup; children = ( @@ -8203,6 +7985,15 @@ path = Source; sourceTree = ""; }; + 5657D9125DA22B3BE2CD8600 /* rules_apple~3.1.1 */ = { + isa = PBXGroup; + children = ( + A8B3A592CB31AC66D32A5186 /* apple */, + B8DDC3612CF7040CDAAB5E3A /* tools */, + ); + path = "rules_apple~3.1.1"; + sourceTree = ""; + }; 57250F710567CEE093926065 /* impl */ = { isa = PBXGroup; children = ( @@ -8223,15 +8014,13 @@ path = ExampleResources; sourceTree = ""; }; - 577DB29FAC9140F318264A42 /* ec_extra */ = { + 575AFC58C6E24C29C1F8E288 /* md5 */ = { isa = PBXGroup; children = ( - F106960EF361CB2DE34018C0 /* ec_asn1.c */, - 2DD0692F2D42227E4A8EFA43 /* ec_derive.c */, - 7AA0611A39D89B108AF5174F /* hash_to_curve.c */, - E40BC0BF1DA733662F5AC6D6 /* internal.h */, + 0525F106719676E3A72CEBB2 /* internal.h */, + D2A1A453F4B823FF686C0909 /* md5.c */, ); - path = ec_extra; + path = md5; sourceTree = ""; }; 5795EDC5531604806B74996B /* iOSApp */ = { @@ -8244,6 +8033,27 @@ path = iOSApp; sourceTree = ""; }; + 582269512A5766D23740A8A0 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio */ = { + isa = PBXGroup; + children = ( + 13D11E372254CB109C7D5A3A /* _NIODataStructures.rules_xcodeproj.swift.compile.params */, + E5E3016C9EF40EEFB588D67F /* CNIOAtomics.rules_xcodeproj.c.compile.params */, + 155058BC2FC7921288957107 /* CNIODarwin.rules_xcodeproj.c.compile.params */, + 476D8FD394D92BF812DD16C7 /* CNIOLinux.rules_xcodeproj.c.compile.params */, + C9A5C75A81E03B86121CC13C /* CNIOLLHTTP.rules_xcodeproj.c.compile.params */, + B2DFDE1499812C5889A1A652 /* CNIOWindows.rules_xcodeproj.c.compile.params */, + CCFBF309CA4176FA5BD8593C /* NIO.rules_xcodeproj.swift.compile.params */, + 445F7159FF4D807A82DBBD32 /* NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params */, + BD0342D7C06BC0BC36327EA4 /* NIOCore.rules_xcodeproj.swift.compile.params */, + 8870745C32E539830EA07D30 /* NIOEmbedded.rules_xcodeproj.swift.compile.params */, + DE8B6F388C9A878CF7FA115F /* NIOFoundationCompat.rules_xcodeproj.swift.compile.params */, + A073D1DAD5072BAAD0DE7157 /* NIOHTTP1.rules_xcodeproj.swift.compile.params */, + FD9DF4983772B3DE22527950 /* NIOPosix.rules_xcodeproj.swift.compile.params */, + 9EFF8333411B926864AE18B8 /* NIOTLS.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + sourceTree = ""; + }; 591B5D192E3B5556F87141AF /* CoreUtilsObjC */ = { isa = PBXGroup; children = ( @@ -8255,13 +8065,16 @@ path = CoreUtilsObjC; sourceTree = ""; }; - 597E7D96CE789436423E238E /* _NIODataStructures */ = { + 59B5800EE43DDD91B4F15C5B /* cipher */ = { isa = PBXGroup; children = ( - 10E86ABE5FE1C1C4DDA8B49B /* Heap.swift */, - 0B91F8D5066F50A8E89FE34A /* PriorityQueue.swift */, + CD67FF5F314CFD89E0E6DDCE /* aead.c */, + 04EDC52CC9E722F1F1675101 /* cipher.c */, + 7AF456BC2B2FAA9055ED2648 /* e_aes.c */, + 1B994D82992E9DAB651B5F86 /* e_aesccm.c */, + 181A3020F28605D3DFFB4DFB /* internal.h */, ); - path = _NIODataStructures; + path = cipher; sourceTree = ""; }; 59BBD510FC715023C8F0FA2C /* iOSApp */ = { @@ -8290,14 +8103,6 @@ path = "_main~non_module_deps~com_github_krzyzanowskim_cryptoswift"; sourceTree = ""; }; - 59DA8A44D82947C6DB39A506 /* Sources */ = { - isa = PBXGroup; - children = ( - CF45267641167CC5548190E7 /* Logging */, - ); - path = Sources; - sourceTree = ""; - }; 5A27FE9BC94CA8573D9937AB /* GRPC */ = { isa = PBXGroup; children = ( @@ -8326,15 +8131,6 @@ path = UnitTests; sourceTree = ""; }; - 5AFF46BC26E4E80840F06BFA /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 */ = { - isa = PBXGroup; - children = ( - 5317801DF3F4A33BAF8A5887 /* NIOHPACK.rules_xcodeproj.swift.compile.params */, - C4C9133FAE39D9629D1CD0DC /* NIOHTTP2.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - sourceTree = ""; - }; 5B5992DC50F672855A7F30E4 /* macOSApp */ = { isa = PBXGroup; children = ( @@ -8368,6 +8164,18 @@ path = CommandLineToolLib; sourceTree = ""; }; + 5C7B56A9334D342F56C4A90E /* ServerInterceptorStateMachine */ = { + isa = PBXGroup; + children = ( + A8C4A02F2FA780EC3A59E27C /* ServerInterceptorStateMachine.swift */, + 1798FA8774F3CF62A27ECA1E /* ServerInterceptorStateMachine+Actions.swift */, + 0F589852948AA9C000B18C52 /* ServerInterceptorStateMachine+Finished.swift */, + E67DE8F329E504635A0F8398 /* ServerInterceptorStateMachine+Intercepting.swift */, + 01EA90AAE5C838B6F3064358 /* StreamState.swift */, + ); + path = ServerInterceptorStateMachine; + sourceTree = ""; + }; 5C96E31D60786B9064329747 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -8395,20 +8203,12 @@ path = "CONFIGURATION-STABLE-19"; sourceTree = ""; }; - 5D004BB9EBD6CF20559B69B4 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections */ = { - isa = PBXGroup; - children = ( - 274375C113B116864AECB154 /* Sources */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - sourceTree = ""; - }; - 5E07DAC24CDCB1ED3A735E2D /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf */ = { + 5DB326DEED71E6E67E239AEE /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log */ = { isa = PBXGroup; children = ( - EB4D010649E6CE18EC89D4A2 /* Sources */, + 8D961BCE223F6A4AA9765053 /* Sources */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf"; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log"; sourceTree = ""; }; 5E17DFED97CE56A553391EB6 /* CONFIGURATION-STABLE-24 */ = { @@ -8436,6 +8236,32 @@ path = LibFramework.iOS; sourceTree = ""; }; + 5F49BFF200B3E5DF601887FF /* DequeModule */ = { + isa = PBXGroup; + children = ( + 37024E77595DBFEBB3D74A7F /* _DequeBuffer.swift */, + B38B2D87372A47697BEAEF5A /* _DequeBufferHeader.swift */, + 200253CE2FFEBF359FC4BEA0 /* _DequeSlot.swift */, + E2F9EB3A8C9932B8FC14F217 /* _UnsafeWrappedBuffer.swift */, + 0AEA798A4F40B31C22B3788C /* Compatibility.swift */, + 8A427CA8CC2AA6DCAAF5C782 /* Deque._Storage.swift */, + B77282D84E8363151D505765 /* Deque._UnsafeHandle.swift */, + BFCAF5BD9B00F56A426A0B30 /* Deque.swift */, + A07840C451B33454F1C7B46A /* Deque+Codable.swift */, + 116D702A3BE365FEADDEAF8D /* Deque+Collection.swift */, + 4DB4D9AB0CB375AFB0373EDB /* Deque+CustomDebugStringConvertible.swift */, + 842A97832DF604970B18CE07 /* Deque+CustomReflectable.swift */, + FDED97B3C741BE0AA053F280 /* Deque+CustomStringConvertible.swift */, + C9EAF49495E7D27BF66F94E7 /* Deque+Equatable.swift */, + 644D456911B99156F136EAC7 /* Deque+ExpressibleByArrayLiteral.swift */, + A78DC3A9B48CFED00E2DFB0A /* Deque+Extras.swift */, + 857AD2AB18B57AEA3686766C /* Deque+Hashable.swift */, + BF7658183ECEAFAA2C171AAC /* Deque+Testing.swift */, + 06C6A9F4369DD7003D514282 /* UnsafeMutableBufferPointer+Utilities.swift */, + ); + path = DequeModule; + sourceTree = ""; + }; 5F88EFE031C98F3DDA490280 /* ios-arm64_x86_64-simulator */ = { isa = PBXGroup; children = ( @@ -8503,52 +8329,46 @@ path = rules_xcodeproj; sourceTree = ""; }; - 625CA7E03F9E1E2965A313F4 /* watchOSAppExtension */ = { + 61B7768B1E29C01FB578EC9D /* aes */ = { isa = PBXGroup; children = ( - 28C49C99E7CBD803655F838B /* rules_xcodeproj */, - 5FDC9662DF6688A548ECF8A6 /* Info.withbundleid.plist */, - E195E4E6261D98BA0E5D0DE0 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */, + C051B21737BAE584B45CE673 /* aes_nohw.c */, + 361A65EA8CAE7074A6BB8842 /* aes.c */, + 4B538FBF4C420FBE5A4F0756 /* internal.h */, + 716DA5D3D45E130BE0F25DC1 /* key_wrap.c */, + C46AAA718785218FC959B965 /* mode_wrappers.c */, ); - path = watchOSAppExtension; + path = aes; sourceTree = ""; }; - 6274EE1EAD6867F7E8F5A5FF /* Tests */ = { + 61D5A5D15D5868E25125CF1A /* obj */ = { isa = PBXGroup; children = ( - 3632237E836C0C7A637DB6E6 /* BasicTests.swift */, - 9F8452F73F5C2F6B5014A988 /* BUILD */, - A7132631C56C8635B793BD17 /* SwiftGreetingsTests.swift */, + 5111C0ED1806557DCC78937F /* obj_dat.h */, + AE3B36BB7F335C2FE7181C8C /* obj_xref.c */, + 49075B67C59A5D9F1B5750CD /* obj.c */, ); - path = Tests; + path = obj; sourceTree = ""; }; - 62894296E5EF0CAB0F57EB94 /* CallHandlers */ = { + 625CA7E03F9E1E2965A313F4 /* watchOSAppExtension */ = { isa = PBXGroup; children = ( - A7F39044F7CBEC81921C64DC /* BidirectionalStreamingServerHandler.swift */, - 673A1B724E802AFF14A4A410 /* ClientStreamingServerHandler.swift */, - 83472D716D17C2A3E4A69270 /* ServerHandlerProtocol.swift */, - 2594C505514C600F0D2E104E /* ServerStreamingServerHandler.swift */, - BEFC25C005CC3AF01EF38876 /* UnaryServerHandler.swift */, + 28C49C99E7CBD803655F838B /* rules_xcodeproj */, + 5FDC9662DF6688A548ECF8A6 /* Info.withbundleid.plist */, + E195E4E6261D98BA0E5D0DE0 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */, ); - path = CallHandlers; + path = watchOSAppExtension; sourceTree = ""; }; - 628F8227698DABAEFE7BE693 /* chacha */ = { + 6274EE1EAD6867F7E8F5A5FF /* Tests */ = { isa = PBXGroup; children = ( - A38DA896DC1AE635F5B159D4 /* chacha-armv4.ios.arm.S */, - 097C89907673CF327C5383DD /* chacha-armv4.linux.arm.S */, - 0212A0EE26D0A7FB6CB0E0C9 /* chacha-armv8.ios.aarch64.S */, - DBCE785E31429CC9D53748B8 /* chacha-armv8.linux.aarch64.S */, - 061D4AFD33C5BF89CACDCB50 /* chacha-x86_64.linux.x86_64.S */, - 0E6B48595F97BC3C36E005B1 /* chacha-x86_64.mac.x86_64.S */, - DDBEF3A6441A186AB469AC59 /* chacha-x86.linux.x86.S */, - F88C786E714A3BFE3780E6CC /* chacha.c */, - E682E4013E7D1A4BD31486E2 /* internal.h */, + 3632237E836C0C7A637DB6E6 /* BasicTests.swift */, + 9F8452F73F5C2F6B5014A988 /* BUILD */, + A7132631C56C8635B793BD17 /* SwiftGreetingsTests.swift */, ); - path = chacha; + path = Tests; sourceTree = ""; }; 62A08C2E353D0AF6528B1DC5 /* iOSAppUITests.__internal__.__test_bundle */ = { @@ -8559,17 +8379,6 @@ path = iOSAppUITests.__internal__.__test_bundle; sourceTree = ""; }; - 62FE6A9CA48B4772587DCD2A /* GRPCChannel */ = { - isa = PBXGroup; - children = ( - C02C848FDE34ABB580B017FE /* ClientConnection+NIOSSL.swift */, - E9AB7A1BEA8B350C5B5271A8 /* ClientConnection+NWTLS.swift */, - 82A020E2A2120EF9DCAF2879 /* GRPCChannel.swift */, - 59D41EFECD2D1B3CB5804F30 /* GRPCChannelBuilder.swift */, - ); - path = GRPCChannel; - sourceTree = ""; - }; 6301F23628C2D8835A90F23D /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -8619,6 +8428,51 @@ path = echo_proto.protoc_gen_pb_swift; sourceTree = ""; }; + 63FE643808DCD92FBDB201C1 /* ssl */ = { + isa = PBXGroup; + children = ( + C08647CB281BABA54C72D978 /* bio_ssl.cc */, + 70599BF0687B9A718B9CA686 /* d1_both.cc */, + A6FDE9165F4833623CF0CB1D /* d1_lib.cc */, + 28F86B2620D7B75C6305F571 /* d1_pkt.cc */, + C917633EF813325D6038B06B /* d1_srtp.cc */, + CEBDCDD367524192A99E5B09 /* dtls_method.cc */, + 2B4BBAF727D67E311CE0F828 /* dtls_record.cc */, + AAF46AFBFD7383256FFB2CC7 /* encrypted_client_hello.cc */, + BC26387C035C92897584E83A /* extensions.cc */, + 22EC5E667FB790BBF0A999B0 /* handoff.cc */, + 2AA047D5669152DD96F2A809 /* handshake_client.cc */, + 0057E67E7EE106D3D54CDBF2 /* handshake_server.cc */, + 3DC5EFF186814C53F09DCF2A /* handshake.cc */, + CBE68CC8FD4AB9C406B95FD5 /* internal.h */, + D2F0F9B3C94EC7652F781B87 /* s3_both.cc */, + 2E3AB613F4D577B4B715CDDE /* s3_lib.cc */, + 473542CDB72AFC532744F213 /* s3_pkt.cc */, + F35CEF8943AD2E534EB1BDE8 /* ssl_aead_ctx.cc */, + CCBD0C009AD740638ED1155C /* ssl_asn1.cc */, + F3CC1D92A6651646E71C395B /* ssl_buffer.cc */, + DDD2A8A2302E0CD4FE181691 /* ssl_cert.cc */, + F58C90B4B5FF9A7C806E14E2 /* ssl_cipher.cc */, + 489669FD1CB8FB87EDC310B2 /* ssl_file.cc */, + 397584CECD6F32E7AE4C2CFA /* ssl_key_share.cc */, + FC53D6675B598C2F9FBC910A /* ssl_lib.cc */, + 137D55F2EF0078D426A828DC /* ssl_privkey.cc */, + AF9F595AD41758910B0568F2 /* ssl_session.cc */, + 49326A4ABAA9C1FEB861BDB1 /* ssl_stat.cc */, + 055C345FCF3DD7A456D6D47E /* ssl_transcript.cc */, + 504B4023E58C0E911D1C4852 /* ssl_versions.cc */, + 98B037D2779C92B31E152758 /* ssl_x509.cc */, + EFF3ED81F0D6C5106E2B5A08 /* t1_enc.cc */, + 01BF057FC2EA27955C69DB78 /* tls_method.cc */, + 912100C3370A9623D88B3692 /* tls_record.cc */, + 66EBD34EB269C520EE91F7CB /* tls13_both.cc */, + 3849175474B105BEF66A26BB /* tls13_client.cc */, + 02C7BD25203FC8DF8E43FB6C /* tls13_enc.cc */, + 2A99B1CD7E2FC65060F05DF6 /* tls13_server.cc */, + ); + path = ssl; + sourceTree = ""; + }; 641525BB3F838EF00325FDA6 /* CONFIGURATION-STABLE-9 */ = { isa = PBXGroup; children = ( @@ -8654,21 +8508,6 @@ path = watchOSApp; sourceTree = ""; }; - 64FBBBC4416FEC02068DA1F1 /* pem */ = { - isa = PBXGroup; - children = ( - F396ABA98B7D2613C8DDE359 /* pem_all.c */, - DABF98394E7CE12C0B56E00D /* pem_info.c */, - A5E37C51159F7023B28FDD17 /* pem_lib.c */, - C0A81E1EF90DAEE75ACB6BAD /* pem_oth.c */, - 97A71AC1FDF0BC52E4564407 /* pem_pk8.c */, - 60998ED6897A47C3ADC1868F /* pem_pkey.c */, - CCDA482A770D8638E17046F6 /* pem_x509.c */, - 8A7611398BC5C9B32CD33497 /* pem_xaux.c */, - ); - path = pem; - sourceTree = ""; - }; 656D11EEFF551E608F2C955C /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -8685,16 +8524,6 @@ path = echo_proto.protoc_gen_pb_swift; sourceTree = ""; }; - 65E265B480F49BADFD77C123 /* dh */ = { - isa = PBXGroup; - children = ( - 61059ADDD9EF52E73FDB4F54 /* check.c */, - D07F6E3F28D7FFA4067E53EB /* dh.c */, - D452BBFB10EDB5A8E254A43D /* internal.h */, - ); - path = dh; - sourceTree = ""; - }; 65F89B885C64B912C734F69C /* watchOSAppExtension */ = { isa = PBXGroup; children = ( @@ -8706,45 +8535,40 @@ path = watchOSAppExtension; sourceTree = ""; }; - 662C5103E9309ECB88D7DE71 /* ec */ = { + 674F941738A1D0C6314F139E /* CNIOWindows */ = { isa = PBXGroup; children = ( - 96EEE55D89B3B5E66143D1B8 /* ec_key.c */, - B68B36C2A9084C6F33F1F472 /* ec_montgomery.c */, - 0D366640C64E7C6BFABD72C7 /* ec.c */, - E8A21152BF05DA3499BCFC0F /* felem.c */, - 5440C4EBAD0E775E9429C1BB /* internal.h */, - 003DC484D70209610507C00C /* oct.c */, - 37E00B392F327160C40A38D2 /* p224-64.c */, - E7421FA7FE65F80E4E7E8950 /* p256_table.h */, - B0DCDE7CFF0CCA58B4903DEF /* p256-nistz-table.h */, - E0D67E5B116729B9E19C885D /* p256-nistz.c */, - FAA724D4D9638897ACAD8780 /* p256-nistz.h */, - 5B0DFE82A397F04DFF3CC513 /* p256.c */, - E0A32D2D139B2D21883E72A6 /* scalar.c */, - 9AC82BDEF904FC223C2FA248 /* simple_mul.c */, - 236E3FBCB9BDC2D5188892B3 /* simple.c */, - 8ADE6032DB012EB5A653BBB2 /* util.c */, - 1D01AB0619573DAF47EB7741 /* wnaf.c */, + 05E8E4C6AC9BF4DD24DA0CE4 /* include */, + BFB5C4718F4CF9154CF1AEFE /* shim.c */, + E2EDB7045ACA9E0B7EF6E964 /* WSAStartup.c */, ); - path = ec; + path = CNIOWindows; sourceTree = ""; }; - 6735FC74309ABC4DFDCA63B0 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log */ = { + 6756A98E1B5B735183652B22 /* Source */ = { isa = PBXGroup; children = ( - 59DA8A44D82947C6DB39A506 /* Sources */, + F33C3B3C7302847960667D5B /* rules_xcodeproj */, + 216FF21F42C7F048C7841A7E /* tvOSApp.library.rules_xcodeproj.swift.compile.params */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log"; + path = Source; sourceTree = ""; }; - 6756A98E1B5B735183652B22 /* Source */ = { + 68144BDDDAA2D51CD6E312EB /* Atomics */ = { isa = PBXGroup; children = ( - F33C3B3C7302847960667D5B /* rules_xcodeproj */, - 216FF21F42C7F048C7841A7E /* tvOSApp.library.rules_xcodeproj.swift.compile.params */, + 17FF7AC13421374E6535DD8A /* autogenerated */, + 770263D3056B27C3A92F2325 /* AtomicInteger.swift */, + 2A16A8C7AFF6CA1046A67738 /* AtomicMemoryOrderings.swift */, + 473EB304CDC1FE1ACB1D0FFF /* AtomicOptional.swift */, + FB6995467EF72F7CD032A513 /* AtomicOptionalRawRepresentable.swift */, + 3828D3315BD844B04DD2EE31 /* AtomicRawRepresentable.swift */, + E0783DF632798D98A9CFD3F1 /* AtomicStrongReference.swift */, + AE3DB25075A4AAB78819C188 /* AtomicValue.swift */, + D1406D2FD1EFFAB54BB802A1 /* DoubleWord.swift */, + E056E6D3D66A4E0F647A8DAB /* Unmanaged extensions.swift */, ); - path = Source; + path = Atomics; sourceTree = ""; }; 681D342C2348760CBA742304 /* dynamic */ = { @@ -8755,21 +8579,29 @@ path = dynamic; sourceTree = ""; }; - 6871BBC803225DFEC1920A2C /* tvOSApp */ = { + 6848FC4564CE691076D211F3 /* rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift */ = { isa = PBXGroup; children = ( - 7F4EF90237E363C4A0C21D71 /* Source */, + F0B54705A5666A8C1345C6A5 /* CGRPCZlib.rules_xcodeproj.c.compile.params */, + 62FA6447D9490B6986BC263B /* GRPC.rules_xcodeproj.swift.compile.params */, ); - path = tvOSApp; + path = "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; sourceTree = ""; }; - 687AC0E1B7D1307CFF4913C0 /* bn_extra */ = { + 6860EDD67199A7B2B8C05FC2 /* stack */ = { isa = PBXGroup; children = ( - 7C602E63A2C0E5AF2183AEF6 /* bn_asn1.c */, - 656D5D4876FFFF46AAB1A596 /* convert.c */, + CE65D4FC30DEB0C3AD9788C6 /* stack.c */, ); - path = bn_extra; + path = stack; + sourceTree = ""; + }; + 6871BBC803225DFEC1920A2C /* tvOSApp */ = { + isa = PBXGroup; + children = ( + 7F4EF90237E363C4A0C21D71 /* Source */, + ); + path = tvOSApp; sourceTree = ""; }; 6942E661C80B1FB500864A92 /* ExampleResources-intermediates */ = { @@ -8898,6 +8730,14 @@ path = UITests; sourceTree = ""; }; + 6C1AB5B364109EEE9A0DA8B7 /* codesigningtool */ = { + isa = PBXGroup; + children = ( + FFFD7721EFCE763A334A28A0 /* disable_signing_resource_rules.plist */, + ); + path = codesigningtool; + sourceTree = ""; + }; 6C75889ADA7BAB0682DB7ABF /* OnlyStructuredResources-intermediates */ = { isa = PBXGroup; children = ( @@ -8906,6 +8746,14 @@ path = "OnlyStructuredResources-intermediates"; sourceTree = ""; }; + 6C7EEC3EB601A95AFFD38602 /* siphash */ = { + isa = PBXGroup; + children = ( + 7C9BF69CA5EEFB93E9EDB66D /* siphash.c */, + ); + path = siphash; + sourceTree = ""; + }; 6C83548449F3BE62F0C78856 /* UITests */ = { isa = PBXGroup; children = ( @@ -9002,14 +8850,6 @@ path = "bazel-out"; sourceTree = SOURCE_ROOT; }; - 6DFAB49217140C8D4D3EB2AE /* buf */ = { - isa = PBXGroup; - children = ( - 7B21EFB48BDD9747DFD65F14 /* buf.c */, - ); - path = buf; - sourceTree = ""; - }; 6E537271D93D0045BBA05954 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -9026,13 +8866,103 @@ path = Proto; sourceTree = ""; }; - 6FD465C4780F3EE277666B7F /* Sources */ = { + 6F5A098A857262BE6E7C2206 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections */ = { isa = PBXGroup; children = ( - 0E25909E546491AFFCC391BE /* NIOHPACK */, - EF52F2068F21EB685B292326 /* NIOHTTP2 */, + DB5298A89FF2FA8837B3AE52 /* Sources */, ); - path = Sources; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + sourceTree = ""; + }; + 6F8F6BD1B3AD797FCB9340F4 /* blake2 */ = { + isa = PBXGroup; + children = ( + C1FC70C4F12FE1EAE07F941B /* blake2.c */, + ); + path = blake2; + sourceTree = ""; + }; + 6FF11E13F01715D9CF4DDB64 /* GRPC */ = { + isa = PBXGroup; + children = ( + 44A74F7185629BB14121D475 /* AsyncAwaitSupport */, + 7E04BD9F7F8C8E044B023B4B /* CallHandlers */, + 352A415EFD6F9A68E14DE0C7 /* ClientCalls */, + 7B8F4D398AB4201802070CA6 /* Compression */, + 15BDE1AC2623AE227D0571D9 /* ConnectionPool */, + 2A4F48279EF378AB068C5964 /* GRPCChannel */, + 486B02B71A14FC5B5A6423AB /* Interceptor */, + C6C92B0FAB4276750C7CF962 /* ServerCallContexts */, + 7380C28407CA3218DFA9123F /* _EmbeddedThroughput.swift */, + 9F732F057A30D39E88AE69DC /* _FakeResponseStream.swift */, + 81BDCBC246DDE2FA5FCD555B /* _GRPCClientCodecHandler.swift */, + 5C1AED0960DAEA05FA51F981 /* _MessageContext.swift */, + CD9BB6DAE8744028F555E5FB /* Array+BoundsCheck.swift */, + DC09206420C1195A2E49AD2A /* CallOptions.swift */, + 149B0052DFF8B0E5EC7D4B2E /* ClientConnection.swift */, + 672392EE6CD7C9882EB5D7C5 /* ClientConnectionConfiguration+NIOSSL.swift */, + 3AB7936C645D4EE95CFFCCFE /* ClientErrorDelegate.swift */, + 0D6C1F2AE01CDA985344E52D /* CoalescingLengthPrefixedMessageWriter.swift */, + 0A1AE65BEB95EFD56A43E6CC /* ConnectionBackoff.swift */, + B2E6ED9F91DDD30492C799DA /* ConnectionKeepalive.swift */, + BB9B381A210CE54E9973D502 /* ConnectionManager.swift */, + 8CE090EEE540682649393DF5 /* ConnectionManager+Delegates.swift */, + 4B818725AA7292D4831263C8 /* ConnectionManagerChannelProvider.swift */, + C77866080F0BE139092AF96B /* ConnectivityState.swift */, + 012BB48658A7858BC2D319B7 /* DebugOnly.swift */, + C4C7E8681F616C3401495B6B /* DelegatingErrorHandler.swift */, + DAACA0620001E7808BF726AB /* Error+NIOSSL.swift */, + C78F0F693B9BAB3E926E1ACD /* EventLoopFuture+RecoverFromUncleanShutdown.swift */, + BC552F89178DE50E5719A421 /* FakeChannel.swift */, + 26989CA093D4A09C316F53FF /* GRPCClient.swift */, + D1F68F63E2522CE523246359 /* GRPCClientChannelHandler.swift */, + FD1DB0B6B9A0B14F4180420B /* GRPCClientStateMachine.swift */, + 64CB8CEAFBA56A4D0ADB7909 /* GRPCContentType.swift */, + A7054A394728B7DF8F9874FD /* GRPCError.swift */, + B23A550B7C61472516FD7F2D /* GRPCHeaderName.swift */, + C45A6E0F91A8E77947DE15B2 /* GRPCIdleHandler.swift */, + 3BD9CB5095DBE43CC6A9786D /* GRPCIdleHandlerStateMachine.swift */, + A54ECAFEF510AA8E885F9CC5 /* GRPCKeepaliveHandlers.swift */, + FC663D48D9C1F9ADE9740F37 /* GRPCLogger.swift */, + 967DDC2B3143225C658C95C8 /* GRPCPayload.swift */, + 43F9213D75874A5EED7EC8C7 /* GRPCServerPipelineConfigurator.swift */, + D01F63B5A196793520C12903 /* GRPCServerRequestRoutingHandler.swift */, + 4B03DC15DC9FC7DFFFFA3D58 /* GRPCServiceDescription.swift */, + 013327301ADD396196DE316F /* GRPCStatus.swift */, + 75CDAA3BBD714B6958EE1552 /* GRPCStatusAndMetadata.swift */, + 8A3633C30B764B442A048727 /* GRPCStatusMessageMarshaller.swift */, + 92A436C40486F776F5A54D5E /* GRPCTimeout.swift */, + B7F8AA34927DF1FDE90B3F73 /* GRPCTLSConfiguration.swift */, + 22903A63990E9A1FF0BD40C9 /* GRPCWebToHTTP2ServerCodec.swift */, + 05A01914365B8304A0EFA861 /* HTTP2ToRawGRPCServerCodec.swift */, + 79D61FEE5BDD88633C21AEAB /* HTTP2ToRawGRPCStateMachine.swift */, + A62E2CC2D0528F3E19FEC3E6 /* InterceptorContextList.swift */, + DA52FA51B9304E717DC5B022 /* LengthPrefixedMessageReader.swift */, + B6ED826FEA89B8E6038C2117 /* Logger.swift */, + 4F29F1AEAD6F765EF3D7BE9D /* LoggingServerErrorDelegate.swift */, + 3A6CCF1455944EB5E7077D60 /* MessageEncodingHeaderValidator.swift */, + 619D2531C0D90C0B249A2BCC /* PlatformSupport.swift */, + 8CF2F4F380A0970866612234 /* ReadWriteStates.swift */, + 45FB39040FEB1FB24ADE5D38 /* Ref.swift */, + 3410696963146BDACB859B6C /* Serialization.swift */, + 5A50505482A02E118C47C69D /* Server.swift */, + 5F1621C8C3E14B569EFF9EE5 /* Server+NIOSSL.swift */, + C0112666C287B32988C06A34 /* ServerBuilder.swift */, + 84D3E0D30D1CF067C6BAF318 /* ServerBuilder+NIOSSL.swift */, + E6CFF66C0526F782E69F2EED /* ServerChannelErrorHandler.swift */, + D4D562BEBE0C9CFC2D4503CB /* ServerErrorDelegate.swift */, + CEF4D4E969CD61ED49CBB938 /* ServerErrorProcessor.swift */, + D4F3B859C85E32A998AF13DB /* Stopwatch.swift */, + F7706A4FAE5B117248CEDA26 /* StreamEvent.swift */, + 601A24017A9EC4DE1E71B126 /* TimeLimit.swift */, + 958327DDE7B09A152BD8EBB7 /* TLSVerificationHandler.swift */, + 2372735CEC76F60CECF89C4D /* TLSVersion.swift */, + 611DD0F930C7E943E8525E00 /* UserInfo.swift */, + DCAB562BCE1FDD4908F4B0BB /* Version.swift */, + 301F1B8515A440223B27163D /* WebCORSHandler.swift */, + 83E1BB3EBF5C0C648CE33538 /* WriteCapturingHandler.swift */, + ); + path = GRPC; sourceTree = ""; }; 7035392BF3D133D6A51FCC4F /* UI */ = { @@ -9068,12 +8998,14 @@ path = cc_lib_impl; sourceTree = ""; }; - 7129EB4432E0254A221AEA13 /* blake2 */ = { + 7192D10F64FAD72A7AD39799 /* NIOFoundationCompat */ = { isa = PBXGroup; children = ( - CA1C681A7563A7CCB58F5D50 /* blake2.c */, + 26DF07EFC8FD9DDCFAEEE381 /* ByteBuffer-foundation.swift */, + E67CFC9304BFD477827C387F /* Codable+ByteBuffer.swift */, + B98815337DD836DE83E22432 /* JSONSerialization+ByteBuffer.swift */, ); - path = blake2; + path = NIOFoundationCompat; sourceTree = ""; }; 7193A4FE1077C9DCA1D7A983 /* echo_server.merged_infoplist-intermediates */ = { @@ -9169,6 +9101,74 @@ path = external; sourceTree = ""; }; + 76B056497F7CE9CADB9F507C /* crypto */ = { + isa = PBXGroup; + children = ( + FEEB9FB841B94E6D60947249 /* asn1 */, + 1C4E847DFF6A3B6D129EFB00 /* base64 */, + 2F0A70000562FE578A36DC45 /* bio */, + 6F8F6BD1B3AD797FCB9340F4 /* blake2 */, + 865A56BA94B453139AFC0E60 /* bn_extra */, + FE72703BA00A238736A7EE45 /* buf */, + 80CCD95D0303F5395C788CF4 /* bytestring */, + 546C0170826070F202C805EE /* chacha */, + 5405E2F0B1A57B7A82DBF111 /* cipher_extra */, + 782D65D68F370754C214EE67 /* conf */, + 00672227669BBF019B156D05 /* curve25519 */, + C3244849500288508D898158 /* des */, + ED1AAC033E253A8D4E5D2BF4 /* dh_extra */, + 01069C78E9852076D81C8854 /* digest_extra */, + 246246859E6ABAD51769F1F1 /* dsa */, + F1DED14322F2A750C1D1431A /* ec_extra */, + C97CD6977F310FA6DA887F09 /* ecdh_extra */, + 04549E3DAF1EE1125D81BB59 /* ecdsa_extra */, + 33F75795FF5AB64BAE6DFB21 /* engine */, + 9EC61ED332303B51F998B590 /* err */, + B57005E715B5CAF411AE70FC /* evp */, + EA8CA605D5E50A267B0BA20E /* fipsmodule */, + 20BD42C91AD30E5A7D85EDC0 /* hkdf */, + A7E1AE34B0AEEBB86921BE19 /* hpke */, + E8C27BE2D551AD4AEAFF2ECA /* hrss */, + C5C1A3D269A7902906DE2528 /* lhash */, + 61D5A5D15D5868E25125CF1A /* obj */, + B961AA50F59F11344748ECBB /* pem */, + 07929E9AB3D7E3193B139F3B /* pkcs7 */, + 3AD012D908224E7956794E1F /* pkcs8 */, + D62CE0BD41EE8757689EE3BF /* poly1305 */, + DD9D2D238D4E4D2A8B55AB23 /* pool */, + E348A3035D3C7E3C9E92D2A5 /* rand_extra */, + A6A8015F31E214B417158754 /* rc4 */, + 03086F59E5F93940E544C5A1 /* rsa_extra */, + 6C7EEC3EB601A95AFFD38602 /* siphash */, + 6860EDD67199A7B2B8C05FC2 /* stack */, + 1D772BB526A6120F351322D2 /* trust_token */, + ABB61FC431DD9B84F08A599D /* x509 */, + 89914A2F98EE15C8FD3B4BD0 /* x509v3 */, + 396937FBA1759C7D54FE045E /* cpu_aarch64_apple.c */, + F466B63767C441EF8FF0925C /* cpu_aarch64_freebsd.c */, + 8240CC5A09473FDD7AB3E322 /* cpu_aarch64_fuchsia.c */, + 0654FF3C12CDEEEC1DC7DF73 /* cpu_aarch64_linux.c */, + 67F79AAA2982811D8B15677F /* cpu_aarch64_win.c */, + 1E650DB60CC310F13BD113D7 /* cpu_arm_freebsd.c */, + 25993CF2B9102358237D0870 /* cpu_arm_linux.c */, + 1673DDDB28C4FA677906E708 /* cpu_arm_linux.h */, + 4EA4DAC7F9809BF738C4B2E5 /* cpu_arm.c */, + B2A4350149C31296BE70ACA7 /* cpu_intel.c */, + 47D4F10ACA3ADCA82E42B246 /* cpu_ppc64le.c */, + 3B95EBF94992EE26EE434F5F /* crypto.c */, + 105EEE2202AED5C47D129F89 /* ex_data.c */, + 2917E6B3E4099B4A7A638886 /* internal.h */, + 4F5495E93CCBAC9C73F4DD95 /* mem.c */, + 82119B5AD4329B6C3CC1802C /* refcount_c11.c */, + EADF15BCCF4803C017056F34 /* refcount_lock.c */, + 0AC73377D1B500756F6E9CD7 /* thread_none.c */, + 1B7B728B0D64AD4266ADBAAA /* thread_pthread.c */, + F5BEFBD00F5076E8760E14E1 /* thread_win.c */, + 5137E32FAEEAC12F087D842E /* thread.c */, + ); + path = crypto; + sourceTree = ""; + }; 76DE30E3B59BAFD8825A7E49 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -9195,6 +9195,24 @@ path = "_main~non_module_deps~com_google_google_maps"; sourceTree = ""; }; + 774F407B342BE153F9F90727 /* NIOHPACK */ = { + isa = PBXGroup; + children = ( + 3E03B89835555F61F6B12D90 /* DynamicHeaderTable.swift */, + 54121E336C73B278658A1EDD /* HeaderTables.swift */, + 4B5B6837A0B0DA2D5E57C61F /* HPACKDecoder.swift */, + 165E0D27386DE52485F3A0E8 /* HPACKEncoder.swift */, + D9FD032C57FB35A341326F9B /* HPACKErrors.swift */, + 851A0F6752E3112938FDFB61 /* HPACKHeader.swift */, + 2266B6A967EB060722158D01 /* HuffmanCoding.swift */, + 9EE174AAE352A5C16E110E84 /* HuffmanTables.swift */, + 8AED7903C6239384B40C4374 /* IndexedHeaderTable.swift */, + 4E833B43AA4FB5C4E3273F74 /* IntegerCoding.swift */, + D9BF909D45794A9890021CFD /* StaticHeaderTable.swift */, + ); + path = NIOHPACK; + sourceTree = ""; + }; 77DB7E0BC0FE4D6399F1935C /* WidgetExtension */ = { isa = PBXGroup; children = ( @@ -9205,6 +9223,16 @@ path = WidgetExtension; sourceTree = ""; }; + 782D65D68F370754C214EE67 /* conf */ = { + isa = PBXGroup; + children = ( + 848AAE3BAE7AF40D0C4245BD /* conf_def.h */, + B17F0AB97509401D00D10E68 /* conf.c */, + DB2EE350586579BAE9CBCD53 /* internal.h */, + ); + path = conf; + sourceTree = ""; + }; 7830F02D9D61B5357A97F7E9 /* Test */ = { isa = PBXGroup; children = ( @@ -9213,6 +9241,38 @@ path = Test; sourceTree = ""; }; + 78625222BC66230A1CB83FC4 /* NIOSSL */ = { + isa = PBXGroup; + children = ( + CA353314AE297B72842E1526 /* SwiftCrypto */, + 246977C677E26D275B664D08 /* ByteBufferBIO.swift */, + CC48C3D187D49D3645FAB989 /* CustomPrivateKey.swift */, + 7D8C3F5C914B947C24E3C58A /* IdentityVerification.swift */, + 1D64767203D70335AD697544 /* LinuxCABundle.swift */, + EF69E5C3826074D43A8DA884 /* NIOSSLClientHandler.swift */, + 6A1CB21716FEAA75FC33F20C /* NIOSSLHandler.swift */, + F36F09FA783F0B04A50508A0 /* NIOSSLServerHandler.swift */, + DDA340ACFB82921992910796 /* ObjectIdentifier.swift */, + C115F3B3C0651E5B311A0044 /* PosixPort.swift */, + 49421B7FAB92B47E6103A336 /* SecurityFrameworkCertificateVerification.swift */, + CD23317252CEFEE8D072A72E /* SSLCallbacks.swift */, + 1CA56DA719680553CCC84B30 /* SSLCertificate.swift */, + B3F829027CFE3E7548474789 /* SSLCertificateExtensions.swift */, + 69CE32DEB63E5AD7FD7A2079 /* SSLConnection.swift */, + F9BFD02EEB0228E7EDE8D546 /* SSLContext.swift */, + 3BA571B276CA8DB864CC682A /* SSLErrors.swift */, + 2B2A31A6F895B87C6AD08AA9 /* SSLInit.swift */, + 8DC85FA03F0EF606CFC5E363 /* SSLPKCS12Bundle.swift */, + 0B29CFC0E23F3283F3FF6829 /* SSLPrivateKey.swift */, + 4DAC42192EF4E8820465357C /* SSLPublicKey.swift */, + 36B7F90C2C7F636A22B0CB35 /* String+unsafeUninitializedCapacity.swift */, + 99AE778F1629146ADBAA8DC7 /* SubjectAlternativeName.swift */, + 6DAA8BB71EE60B5C2990271C /* TLSConfiguration.swift */, + 256A219C6252128501D9C835 /* UniversalBootstrapSupport.swift */, + ); + path = NIOSSL; + sourceTree = ""; + }; 7891C5EB2B76F28BE160318F /* ExampleNestedResources */ = { isa = PBXGroup; children = ( @@ -9239,17 +9299,6 @@ path = Resources; sourceTree = ""; }; - 7912747F6E806410A9C894DD /* Frame Buffers */ = { - isa = PBXGroup; - children = ( - 4A5CC05A9CAAF504B9F69358 /* ConcurrentStreamBuffer.swift */, - C1305B18935C119542627C6C /* ControlFrameBuffer.swift */, - A948AEB5A5F174F8D94C669D /* OutboundFlowControlBuffer.swift */, - 7A4282436AED708DC63B290A /* OutboundFrameBuffer.swift */, - ); - path = "Frame Buffers"; - sourceTree = ""; - }; 796B7879E81CE1E06E6F9E8A /* FrameworkCoreUtilsObjC */ = { isa = PBXGroup; children = ( @@ -9258,17 +9307,6 @@ path = FrameworkCoreUtilsObjC; sourceTree = ""; }; - 79AAA7525A7859080A39CD57 /* CNIOBoringSSL */ = { - isa = PBXGroup; - children = ( - F89A7A87196DD7FA546EEF94 /* crypto */, - EC3EE9F1A13D97A0479BBB67 /* include */, - D4FC8118D62B45753FCEB287 /* ssl */, - FAAC0C4945C302DB404D45BC /* third_party */, - ); - path = CNIOBoringSSL; - sourceTree = ""; - }; 7A94BB0FAC0E207ACD67A9B5 /* CommandLineTool */ = { isa = PBXGroup; children = ( @@ -9285,6 +9323,14 @@ path = bin; sourceTree = ""; }; + 7ADFE679F8A8C71B39F53BEF /* src */ = { + isa = PBXGroup; + children = ( + 789ECCE753851F38E85A124E /* _AtomicsShims.c */, + ); + path = src; + sourceTree = ""; + }; 7B3C70E2B84C2C6CF06F3F31 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -9311,6 +9357,17 @@ path = CommandLineToolTests.__internal__.__test_bundle; sourceTree = ""; }; + 7B8F4D398AB4201802070CA6 /* Compression */ = { + isa = PBXGroup; + children = ( + E55C87C02B75C2326EA191AB /* CompressionAlgorithm.swift */, + 245B85C56FA04B494B037FD4 /* DecompressionLimit.swift */, + 3207F84C381A2643F8BF5AA1 /* MessageEncoding.swift */, + 6BE17A21E74A18C3B54F9DA6 /* Zlib.swift */, + ); + path = Compression; + sourceTree = ""; + }; 7BC4401AAC1F1A8857A60D73 /* GoogleMaps.xcframework */ = { isa = PBXGroup; children = ( @@ -9353,53 +9410,75 @@ path = "CONFIGURATION-STABLE-8"; sourceTree = ""; }; - 7CBF55CF416C0D025773ACFB /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services */ = { - isa = PBXGroup; - children = ( - 22C0394370710A2190216184 /* NIOTransportServices.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services"; - sourceTree = ""; - }; - 7D13B712A4BFDD6BA1214D5D /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections */ = { - isa = PBXGroup; - children = ( - 0AC3A5485CA57ABCBD763885 /* DequeModule.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - sourceTree = ""; - }; - 7D22E8119252A4B68989AF72 /* hmac */ = { - isa = PBXGroup; - children = ( - 5B92A02D620B6E3827AD1C6F /* hmac.c */, - ); - path = hmac; - sourceTree = ""; - }; - 7D9A93C86845B284103E4E6D /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics */ = { - isa = PBXGroup; - children = ( - DBA185842F8AEFC6EB151F35 /* _AtomicsShims.rules_xcodeproj.c.compile.params */, - FBE0EC20A67C38B70EFE4ADB /* Atomics.rules_xcodeproj.swift.compile.params */, + 7D48C87397922F7F3D325C87 /* NIOPosix */ = { + isa = PBXGroup; + children = ( + 6CD42A066FA852CECAFA5D7E /* BaseSocket.swift */, + AB41612359158D6C6462A524 /* BaseSocketChannel.swift */, + CC88D192212F95CF866FACBB /* BaseSocketChannel+SocketOptionProvider.swift */, + A8AFEA2C38650C0D958C71C4 /* BaseStreamSocketChannel.swift */, + E90B534E46ECFBD9770EEE07 /* Bootstrap.swift */, + 2426AB4008ED445F72966EA9 /* BSDSocketAPICommon.swift */, + C64240E37603CCE2EE497E8D /* BSDSocketAPIPosix.swift */, + 8AACB12B85E75D920C963C96 /* BSDSocketAPIWindows.swift */, + DF67E05ED7848BC6F78449E5 /* ControlMessage.swift */, + 3F45CE8B2084EAB7E04D57ED /* DatagramVectorReadManager.swift */, + 92C8AAC72E5AFBDE9685E7E3 /* FileDescriptor.swift */, + E3F9BAEA8ACACA405ED9B8D0 /* GetaddrinfoResolver.swift */, + E57F46BFE5C252975398D956 /* HappyEyeballs.swift */, + E86FE570D80EE3B21747F04F /* IntegerBitPacking.swift */, + DB33620048C7064A32B7639C /* IntegerTypes.swift */, + 4499679798E40ED54745B7C8 /* IO.swift */, + A7F89D20B7C68DE638C603E2 /* Linux.swift */, + DDC2B2B7DC414E338D4E43D4 /* LinuxCPUSet.swift */, + 58224855A9AA90AB1CB5945F /* LinuxUring.swift */, + 927F23650FD750B48F0E3841 /* MultiThreadedEventLoopGroup.swift */, + 8F0C1BC74220BDCCD2507290 /* NIOThreadPool.swift */, + A76B4608F257A6367BFC0723 /* NonBlockingFileIO.swift */, + A5BC09200D837AB31D3EC05A /* PendingDatagramWritesManager.swift */, + 8137D9FB06971CBA8E9503A9 /* PendingWritesManager.swift */, + 694F4888C2B727150CED1105 /* PipeChannel.swift */, + AD9903ECA0BA616979986F91 /* PipePair.swift */, + 87C94FA25434A240F458216F /* PointerHelpers.swift */, + 29AC22C306377064F4BF1D41 /* Resolver.swift */, + F266A9C984FC390AADF22B3F /* Selectable.swift */, + AFB23D468A12BADC4F338E46 /* SelectableChannel.swift */, + 92D219284ABA9E84B3390603 /* SelectableEventLoop.swift */, + 4AC34DA0E78968D48AAE67FC /* SelectorEpoll.swift */, + B693771501ED2E9E6A5FECBA /* SelectorGeneric.swift */, + 35EAF3DDF8B07C90FC819A5E /* SelectorKqueue.swift */, + 88DB294B9AF9C198D7EE514C /* SelectorUring.swift */, + 70710A660A012489DB230AAB /* ServerSocket.swift */, + 894869AA8130F1C9E82CEE32 /* Socket.swift */, + F4A9A9CF28C8C2A38D88F121 /* SocketChannel.swift */, + 4767357A0D902FE739A25C5F /* SocketProtocols.swift */, + FCAD26B6836657840F573BCC /* System.swift */, + B39A17C03807C5C66334C10E /* Thread.swift */, + 2F801FE4C3DBA524F3515B92 /* ThreadPosix.swift */, + CE4561F5B5A8473C3114455D /* ThreadWindows.swift */, + 97DBA0C856BE5B14FAA6AD5D /* Utilities.swift */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; + path = NIOPosix; sourceTree = ""; }; - 7DC0D0039BE32F7AC3A684DE /* include */ = { + 7DF31C6D3A68F4FB408281E1 /* person_proto.protoc_gen_pb_swift */ = { isa = PBXGroup; children = ( - 186BB7FAECB5E5E3A5FDF3D7 /* _AtomicsShims.h */, + 6E8F60F53FC90071413EBB32 /* Proto */, ); - path = include; + path = person_proto.protoc_gen_pb_swift; sourceTree = ""; }; - 7DF31C6D3A68F4FB408281E1 /* person_proto.protoc_gen_pb_swift */ = { + 7E04BD9F7F8C8E044B023B4B /* CallHandlers */ = { isa = PBXGroup; children = ( - 6E8F60F53FC90071413EBB32 /* Proto */, + F2B3732F994E115C65C22BF9 /* BidirectionalStreamingServerHandler.swift */, + BDAD89631748AF99BBAFBB00 /* ClientStreamingServerHandler.swift */, + 55F738BA8517D61DC8F6BBC2 /* ServerHandlerProtocol.swift */, + 1D1F3B444FA50563901567B8 /* ServerStreamingServerHandler.swift */, + 9E5B450F2888A67A58FABD46 /* UnaryServerHandler.swift */, ); - path = person_proto.protoc_gen_pb_swift; + path = CallHandlers; sourceTree = ""; }; 7E2ABE3E833F993C0C6DC3F7 /* UIFramework.tvOS */ = { @@ -9442,6 +9521,25 @@ path = dynamic; sourceTree = ""; }; + 7EFF894F36EBD1CB12957C3C /* NIOExtras */ = { + isa = PBXGroup; + children = ( + 5BAD88A1C629CC13315618A7 /* DebugInboundEventsHandler.swift */, + 7247ACF4522D3675118C1CDC /* DebugOutboundEventsHandler.swift */, + D19D11981B37EAF9222E9055 /* FixedLengthFrameDecoder.swift */, + BF89632826817EEDABBA1247 /* JSONRPCFraming.swift */, + 9E466C7C87DCBA22A4F2C0BD /* JSONRPCFraming+ContentLengthHeader.swift */, + 9966D383C9150C47B873E7D5 /* LengthFieldBasedFrameDecoder.swift */, + 46AFF671C93E93BA0FB2ECA6 /* LengthFieldPrepender.swift */, + 4A8CA0EEAD36E26D076E07D0 /* LineBasedFrameDecoder.swift */, + 1749291779AEA8CC2609163E /* NIOExtrasError.swift */, + F433047B2F70045AE972C8B6 /* QuiescingHelper.swift */, + 2E407FE587210101D9B0E87D /* RequestResponseHandler.swift */, + C3636977C3F988F3147E1BE0 /* WritePCAPHandler.swift */, + ); + path = NIOExtras; + sourceTree = ""; + }; 7F1274D628DFBF52A5B36998 /* ExampleNestedResources */ = { isa = PBXGroup; children = ( @@ -9498,73 +9596,25 @@ path = CommandLine; sourceTree = ""; }; - 80B21E4A602DC22E868CBE03 /* asn1 */ = { - isa = PBXGroup; - children = ( - 247A316E3E65B79D45143D95 /* a_bitstr.c */, - 520AC4DFCA605F41CFB2A241 /* a_bool.c */, - EB01EA654D7BEC1E458E6579 /* a_d2i_fp.c */, - 9029F0F689B554776C387D64 /* a_dup.c */, - 5D0C771056E5365A3F5641F0 /* a_gentm.c */, - 8047A7243D8A2F72B64D195D /* a_i2d_fp.c */, - FEF7F3EA02F8FE84D1EB8D9B /* a_int.c */, - 27EE621860B82E36893846AE /* a_mbstr.c */, - 28E367FF0C53D0AECF9FA79F /* a_object.c */, - D5E0A080D0773053C5C7AB4B /* a_octet.c */, - C1934CE76BE901E94AE9E35D /* a_print.c */, - 2BB9E4CBD944D9CDAEA7F506 /* a_strex.c */, - B7EE0C16C5E27EC57F5A6715 /* a_strnid.c */, - 96864A6A00A037CB12BB22F9 /* a_time.c */, - EEC50F08DA5349DF64F8BC63 /* a_type.c */, - 58DCCD051B28B7F62F5C4A84 /* a_utctm.c */, - 0C2B15C6A5EBFCCBFC5F8191 /* asn_pack.c */, - C03D71E8BDF9A6D02A6BD781 /* asn1_lib.c */, - 7974FD84605CAF73C1CDA8F6 /* asn1_par.c */, - C7A3CE6B215EAF6BCF6860ED /* f_int.c */, - C8378F8A405328ECC8F5A71F /* f_string.c */, - 2D8E8291E3DB296BDC62A5AB /* internal.h */, - A9CEE2EC73BA0F6351D79AAB /* posix_time.c */, - 91DD600097B941D748459DC2 /* tasn_dec.c */, - BCC202F1A07C1E342016DFBD /* tasn_enc.c */, - FB41D88CA3E8A2191B0EE619 /* tasn_fre.c */, - 88A1B41522C003CDCC4F37F5 /* tasn_new.c */, - 1AD0D49DEDBDCF7541AA96FA /* tasn_typ.c */, - 2EF1DB65CB3DACFE7F2F0831 /* tasn_utl.c */, - ); - path = asn1; - sourceTree = ""; - }; - 80BCF68D0016F1D4393875A9 /* cipher_extra */ = { - isa = PBXGroup; - children = ( - BE7B7FECE306E79321803D25 /* aes128gcmsiv-x86_64.linux.x86_64.S */, - 6F5B6DC5827179609550A011 /* aes128gcmsiv-x86_64.mac.x86_64.S */, - 30C5C098F98AC4E722AA51F1 /* chacha20_poly1305_armv8.ios.aarch64.S */, - 8E0E5E623B5056B6D759BB12 /* chacha20_poly1305_armv8.linux.aarch64.S */, - 185F2CD8F39B5DEBC819F5E4 /* chacha20_poly1305_x86_64.linux.x86_64.S */, - 9F09DB5A8D670F0768537BAD /* chacha20_poly1305_x86_64.mac.x86_64.S */, - 78109231DA2A86541D9273D6 /* cipher_extra.c */, - B46F9C3A94FE80206C63F5A8 /* derive_key.c */, - DF37A0701098E2016C9EB9A8 /* e_aesctrhmac.c */, - CE34FEAAF4FF6A45ABDD7EBB /* e_aesgcmsiv.c */, - A19F7D9AB0A9F4E52E6930B4 /* e_chacha20poly1305.c */, - 71246E0EDBE9101E33C6DCFF /* e_des.c */, - 88618C85919B3A8C708D9313 /* e_null.c */, - D6421CF3D0B965FABA8A8520 /* e_rc2.c */, - 2FCC498C92FD877D7CB5E409 /* e_rc4.c */, - FC30AA98F0C0E7C1566EE237 /* e_tls.c */, - C27FEF55D32549E3C68AB005 /* internal.h */, - 7794D2111BA8C85703869127 /* tls_cbc.c */, + 80CCD95D0303F5395C788CF4 /* bytestring */ = { + isa = PBXGroup; + children = ( + C2503FDFADB01266F4256CC0 /* asn1_compat.c */, + 182FB25A94FF5D4471C0B7B4 /* ber.c */, + AF92AF694E1B57A4051B883F /* cbb.c */, + C4500C09585AC86E5B96A52D /* cbs.c */, + 2A0B44DE1C5D84C9BCC66FBC /* internal.h */, + 905C79DA513D635DC8712AA9 /* unicode.c */, ); - path = cipher_extra; + path = bytestring; sourceTree = ""; }; - 821B8CC24873D36BA66B3DDC /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf */ = { + 816D26856614A63C71C7095D /* rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift */ = { isa = PBXGroup; children = ( - D1D885894D5D8F92C19BE048 /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */, + E8791D15635EA594B5A6D197 /* Sources */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf"; + path = "rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; sourceTree = ""; }; 823CD69A92D08B2F8813259E /* rules_xcodeproj */ = { @@ -9606,19 +9656,6 @@ path = Lib; sourceTree = ""; }; - 83AE3D516FA7C0EC8E17FF1D /* ServerHandlerStateMachine */ = { - isa = PBXGroup; - children = ( - 5E00D4CC667D2E953D71C4F9 /* ServerHandlerStateMachine.swift */, - BC30C649C2FB1149B0784349 /* ServerHandlerStateMachine+Actions.swift */, - FB1BBFE5FBAE867D7686385A /* ServerHandlerStateMachine+Draining.swift */, - 4CF8DC651F48392E7B8665D0 /* ServerHandlerStateMachine+Finished.swift */, - 7C67DC7CA31EB19A336EFE3A /* ServerHandlerStateMachine+Handling.swift */, - C43916DA8B86D4FAA12365D8 /* ServerHandlerStateMachine+Idle.swift */, - ); - path = ServerHandlerStateMachine; - sourceTree = ""; - }; 83CCC3E9C6B9FEED5090B13C /* bin */ = { isa = PBXGroup; children = ( @@ -9633,20 +9670,21 @@ path = bin; sourceTree = ""; }; - 84CF6772F9DD2E037127837C /* watchOSAppExtension */ = { + 8460A3F5849AB3419A9F71C5 /* include */ = { isa = PBXGroup; children = ( - EC875D33A9BEAD52249DDF58 /* Info.plist */, + 008839657C16A56DDA712C78 /* CNIOLinux.h */, + DEAF6E772913C54A6CF638D0 /* liburing_nio.h */, ); - path = watchOSAppExtension; + path = include; sourceTree = ""; }; - 84DAFCB4F9C2ECDB7EA29D63 /* ecdh */ = { + 84CF6772F9DD2E037127837C /* watchOSAppExtension */ = { isa = PBXGroup; children = ( - F7B31DC726A8BE7760E1805E /* ecdh.c */, + EC875D33A9BEAD52249DDF58 /* Info.plist */, ); - path = ecdh; + path = watchOSAppExtension; sourceTree = ""; }; 856D76383EC6744DDDE9C62F /* ExampleResources-intermediates */ = { @@ -9689,6 +9727,15 @@ path = rules_xcodeproj; sourceTree = ""; }; + 865A56BA94B453139AFC0E60 /* bn_extra */ = { + isa = PBXGroup; + children = ( + 60C7B52C50E8A8FEA2299C35 /* bn_asn1.c */, + 397A093A3A89FB113338C05A /* convert.c */, + ); + path = bn_extra; + sourceTree = ""; + }; 86F460E1314701B1BAFAE514 /* watchOSAppExtensionUnitTests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -9707,20 +9754,20 @@ path = Resources; sourceTree = ""; }; - 877E5210B358D196AD0B7127 /* macOSAppUITests.__internal__.__test_bundle */ = { + 87619B3B8566D5F0BA7247F5 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf */ = { isa = PBXGroup; children = ( - C6C3316E6030A1386C6C3849 /* Info.plist */, + 8B69DC3DF550D17C354ABDE6 /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */, ); - path = macOSAppUITests.__internal__.__test_bundle; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf"; sourceTree = ""; }; - 87DAF65FF8049376C23743E8 /* include */ = { + 877E5210B358D196AD0B7127 /* macOSAppUITests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( - 4AA78C134B7B4818BF82F849 /* CNIOAtomics.h */, + C6C3316E6030A1386C6C3849 /* Info.plist */, ); - path = include; + path = macOSAppUITests.__internal__.__test_bundle; sourceTree = ""; }; 87F4F9BA4977271E7204ED98 /* tvos-arm64 */ = { @@ -9731,114 +9778,6 @@ path = "tvos-arm64"; sourceTree = ""; }; - 88A1B9F694BD0F27FF9499D5 /* fipsmodule */ = { - isa = PBXGroup; - children = ( - A4B3CD67D345C640ADCB0853 /* aes */, - D83776A5806C9301B81C764E /* bn */, - DF800AD8FF1E90CD2D9B104F /* cipher */, - F0BF011BCA20424DBC40EB67 /* cmac */, - 65E265B480F49BADFD77C123 /* dh */, - B13496A5C0493C565046E725 /* digest */, - A26E080B7A9B8C90EC2B470F /* digestsign */, - 662C5103E9309ECB88D7DE71 /* ec */, - 84DAFCB4F9C2ECDB7EA29D63 /* ecdh */, - EDE38B5828CA3B713E1ED837 /* ecdsa */, - 7D22E8119252A4B68989AF72 /* hmac */, - B7185137CA26A309BDC329A0 /* md4 */, - 0FC88DE36CD777CCB4CF8D3F /* md5 */, - 5110C9243CA344859795279F /* modes */, - C58457F0AC90922C6E07F2C0 /* rand */, - C5F5D881C4E1AC43BA55DF9D /* rsa */, - 3859CD3CA1AAF216A1157BEA /* self_check */, - E92A781B8099A64C599CD56C /* service_indicator */, - 271F123462354181E0885871 /* sha */, - 0AE1390AFC47FE1890663B3F /* tls */, - 6E42FAA12F121DCB4444D6B6 /* aesni-gcm-x86_64.linux.x86_64.S */, - B1FC1A404DC370F8315538F4 /* aesni-gcm-x86_64.mac.x86_64.S */, - 4C4784C69B8B3C0C1F07CCC5 /* aesni-x86_64.linux.x86_64.S */, - 3E1A7B5C4E345B7B19DB7E58 /* aesni-x86_64.mac.x86_64.S */, - 92F01D6D4C04CF2FEEB00DFF /* aesni-x86.linux.x86.S */, - DA980713E6E0363C98F97596 /* aesv8-armx32.ios.arm.S */, - 8369F01D26D37B886CD9F172 /* aesv8-armx32.linux.arm.S */, - CBDECE866F3A66AF2B02A754 /* aesv8-armx64.ios.aarch64.S */, - A37401B916A152E321AC2150 /* aesv8-armx64.linux.aarch64.S */, - 11187CAD324270BF4FFA29D2 /* armv4-mont.ios.arm.S */, - 59DACBC1F37F79C68661A8E5 /* armv4-mont.linux.arm.S */, - 7FF8BBC516D83E268EE56A44 /* armv8-mont.ios.aarch64.S */, - 29173AC1D4EE331A6BDEF997 /* armv8-mont.linux.aarch64.S */, - CD4971473AB16326E6610C2E /* bn-586.linux.x86.S */, - 0E7635BA64C8D8004F6DFEAE /* bsaes-armv7.ios.arm.S */, - FE3072B4C1CBF18F9D3C4376 /* bsaes-armv7.linux.arm.S */, - 78C8FCDA60CF57E493A776B3 /* co-586.linux.x86.S */, - 1A661FABF030F6C62FB2CB4C /* delocate.h */, - 88233F088AF85CBBE1ECBA08 /* fips_shared_support.c */, - D3B7DE732FF2BFB90EAC639C /* ghash-armv4.ios.arm.S */, - FB6B36A04530FE519641AC67 /* ghash-armv4.linux.arm.S */, - 29B62C92AB7F7482286A5120 /* ghash-neon-armv8.ios.aarch64.S */, - 08EA8223BAB405948D7EB337 /* ghash-neon-armv8.linux.aarch64.S */, - 1E1CC1054B18627BF1053E7C /* ghash-ssse3-x86_64.linux.x86_64.S */, - 34BBD3192AC8694E0DA73A85 /* ghash-ssse3-x86_64.mac.x86_64.S */, - 6A176996D1D8FC32F72B6980 /* ghash-ssse3-x86.linux.x86.S */, - 7A0A4ED6B63AF3EE83CE74F8 /* ghash-x86_64.linux.x86_64.S */, - 307DCD5440DD3D83B774659D /* ghash-x86_64.mac.x86_64.S */, - 33996659093FA14B7370500E /* ghash-x86.linux.x86.S */, - 1095851F968F8896B9568033 /* ghashv8-armx32.ios.arm.S */, - 844694B5FF1314363F61041C /* ghashv8-armx32.linux.arm.S */, - 101C05AC99B1BFD6C9C0C7F2 /* ghashv8-armx64.ios.aarch64.S */, - 37C04B0F940A83D3E7DD3EAB /* ghashv8-armx64.linux.aarch64.S */, - 137E5C6631693A476AFAF81A /* md5-586.linux.x86.S */, - 1DE69262336E347D2F788614 /* md5-x86_64.linux.x86_64.S */, - 241EA9F1397C9454F1485423 /* md5-x86_64.mac.x86_64.S */, - 4A02C97BFFD9372A2A408667 /* p256_beeu-armv8-asm.ios.aarch64.S */, - 91F8FA63EDAF6C09D43EF3F4 /* p256_beeu-armv8-asm.linux.aarch64.S */, - 7FC74D9382AB87A053C43511 /* p256_beeu-x86_64-asm.linux.x86_64.S */, - 531B3A82A8F6CFD9915D61CF /* p256_beeu-x86_64-asm.mac.x86_64.S */, - 4FA4A7B4912C806EF15654BE /* p256-armv8-asm.ios.aarch64.S */, - B93AA533978D3F925C744A2B /* p256-armv8-asm.linux.aarch64.S */, - D11613957D23AEA40A40439A /* p256-x86_64-asm.linux.x86_64.S */, - C392CB9758B94BA597B73FB2 /* p256-x86_64-asm.mac.x86_64.S */, - BF4B31401F9EA717975D6D46 /* rdrand-x86_64.linux.x86_64.S */, - D279246FB1AD6E08B1FD6027 /* rdrand-x86_64.mac.x86_64.S */, - C5F0D4889E7AECB9BCE07DA2 /* rsaz-avx2.linux.x86_64.S */, - EF50D89D1EAE03C7B53FB343 /* rsaz-avx2.mac.x86_64.S */, - 714093AF16F6A60DDB7DC7DA /* sha1-586.linux.x86.S */, - 749659C2B12087CBF9EA4DCB /* sha1-armv4-large.ios.arm.S */, - 3DA63C332FC530807C89A5B6 /* sha1-armv4-large.linux.arm.S */, - CB8270625CAD5BF17837F4F0 /* sha1-armv8.ios.aarch64.S */, - DEC346A53831ACF58BC5C53C /* sha1-armv8.linux.aarch64.S */, - 6487D47705001D8436CB0E34 /* sha1-x86_64.linux.x86_64.S */, - 6B6F8788F622033922E1DEDD /* sha1-x86_64.mac.x86_64.S */, - 0306422D67A0DC991DC07275 /* sha256-586.linux.x86.S */, - 4F66E1DC17ACC28385A7E332 /* sha256-armv4.ios.arm.S */, - 0C1325A377FA060CB904608E /* sha256-armv4.linux.arm.S */, - 3B39EE401BC4565D43E2FFBB /* sha256-armv8.ios.aarch64.S */, - 654A56734BC3654CE20D7FB5 /* sha256-armv8.linux.aarch64.S */, - 8167480CED0B9C9820264713 /* sha256-x86_64.linux.x86_64.S */, - 6259652C97A0CD397A3032F2 /* sha256-x86_64.mac.x86_64.S */, - 4CBE94AFD834ABBB414FC9C1 /* sha512-586.linux.x86.S */, - DBAF80E8FD89B45F3C73AFF9 /* sha512-armv4.ios.arm.S */, - AC4357FF3AFE8A0BFEC2941D /* sha512-armv4.linux.arm.S */, - 94438C81B8A238F4CA03443F /* sha512-armv8.ios.aarch64.S */, - E1086668CAAAE32E31124DFD /* sha512-armv8.linux.aarch64.S */, - 36DC69B795DBF2B18A259340 /* sha512-x86_64.linux.x86_64.S */, - 0E1CB4F3D25F8467ACE56E23 /* sha512-x86_64.mac.x86_64.S */, - D2FC0F889CD7183CE04B1979 /* vpaes-armv7.ios.arm.S */, - 144EA60A152289C4DCDE40DC /* vpaes-armv7.linux.arm.S */, - C660E52AA662191B819C9CB3 /* vpaes-armv8.ios.aarch64.S */, - 2FA2B73F85E52BCA945C538A /* vpaes-armv8.linux.aarch64.S */, - 85E62AD993F8A57DFF692156 /* vpaes-x86_64.linux.x86_64.S */, - 8104E2D3C0F12EFEC7DA26D2 /* vpaes-x86_64.mac.x86_64.S */, - 6931D24AE16801A86C27EDBB /* vpaes-x86.linux.x86.S */, - 122D2979CA57921DF59F69DC /* x86_64-mont.linux.x86_64.S */, - 3CF2A299870F8F4CD2CA74F7 /* x86_64-mont.mac.x86_64.S */, - EC3C10148BF13BA4871D831F /* x86_64-mont5.linux.x86_64.S */, - D714F5477A34195D0E29C0CB /* x86_64-mont5.mac.x86_64.S */, - F318F01C13ED86FE5FB63ECE /* x86-mont.linux.x86.S */, - ); - path = fipsmodule; - sourceTree = ""; - }; 88A8338FF7BB8AB8142A6E3A /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -9867,6 +9806,45 @@ path = tool; sourceTree = ""; }; + 89914A2F98EE15C8FD3B4BD0 /* x509v3 */ = { + isa = PBXGroup; + children = ( + 82C0B1966754437A99C56B58 /* ext_dat.h */, + DE7D1369ADD947B9CF9303CB /* internal.h */, + B539BF356DE4F66403A7CCD0 /* pcy_cache.c */, + 9F133AF5981380821DEAD811 /* pcy_data.c */, + 741AC7B368A8258147E06CD0 /* pcy_map.c */, + 045E55ED077F15E003E92045 /* pcy_node.c */, + A34B8BF8AEC6952474F302A2 /* pcy_tree.c */, + CCF8504AC735C0A21AAE7C48 /* v3_akey.c */, + 5879113CCDED5406929C0F74 /* v3_akeya.c */, + E659A75329274280948AE653 /* v3_alt.c */, + A8B56B44EB72C0F0879A8685 /* v3_bcons.c */, + ED6AA169DAFDEDD3BD8254C4 /* v3_bitst.c */, + 18076232052A349894D5193B /* v3_conf.c */, + F86AF642DE340C9AB6B48F77 /* v3_cpols.c */, + 5198D2568D4BC146DF5C49A3 /* v3_crld.c */, + DC609E023B091EF2F65E04D9 /* v3_enum.c */, + DE45B8A7347E8DB3EED492EE /* v3_extku.c */, + 61AD8BC86701A84E34199895 /* v3_genn.c */, + FEFBFD821913B94659003DB5 /* v3_ia5.c */, + 1365AF09AAC859AE51EDD54D /* v3_info.c */, + CD0AE4E40769938F4B624439 /* v3_int.c */, + 926E68911FE76F0F11163983 /* v3_lib.c */, + 63B1508CFF5A03D9B7F92F9D /* v3_ncons.c */, + A68A5C8B9AED326BEAFFA639 /* v3_ocsp.c */, + 92713A07AFB95B7E486D1628 /* v3_pci.c */, + D6B3FA865326B38D53EF1D99 /* v3_pcia.c */, + 4D25D1B35C96BA09A84BE2B6 /* v3_pcons.c */, + 3045567C7150388217B4B3F2 /* v3_pmaps.c */, + 7C0B9B2FCAA68626F4779B95 /* v3_prn.c */, + 535E758E0E855E3BACB6846C /* v3_purp.c */, + B43D00A38A8C0C2441AA8DCC /* v3_skey.c */, + E84CD015527A6FCD264C2278 /* v3_utl.c */, + ); + path = x509v3; + sourceTree = ""; + }; 89BA795A1AE0168558A738E2 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -9909,22 +9887,20 @@ path = Lib; sourceTree = ""; }; - 8AB9A11E98531D01078A8CB7 /* hrss */ = { + 8B0A53E85D8BF6D9CAE2A2D3 /* iOSApp */ = { isa = PBXGroup; children = ( - DAF68E6BB9A09AB9BD22DC4A /* asm */, - E1EEAE4AA7370F73B1B7A9C0 /* hrss.c */, - 5D855792F23DE6A49EB5BD9A /* internal.h */, + 0C7AF5D9C760E1DA1C49AEFE /* Info.plist */, ); - path = hrss; + path = iOSApp; sourceTree = ""; }; - 8B0A53E85D8BF6D9CAE2A2D3 /* iOSApp */ = { + 8B99B9ABEEC9CC2CB322FBB5 /* third_party */ = { isa = PBXGroup; children = ( - 0C7AF5D9C760E1DA1C49AEFE /* Info.plist */, + 1EA8C198F1B1DE645D306C17 /* fiat */, ); - path = iOSApp; + path = third_party; sourceTree = ""; }; 8BAE9053AC963DA668E51283 /* rules_xcodeproj */ = { @@ -9972,12 +9948,12 @@ path = rules_xcodeproj; sourceTree = ""; }; - 8D9117A3C9144D7731876287 /* testing */ = { + 8D961BCE223F6A4AA9765053 /* Sources */ = { isa = PBXGroup; children = ( - 9FFF845B52F7679B56290F13 /* DefaultTestBundle.plist */, + F7BB04C3BF70B5066B14BF2B /* Logging */, ); - path = testing; + path = Sources; sourceTree = ""; }; 8DA7EFF241257C25A124E563 /* Test */ = { @@ -9988,6 +9964,36 @@ path = Test; sourceTree = ""; }; + 8DC4F712F9C8BF9107BE78E8 /* bn */ = { + isa = PBXGroup; + children = ( + 32305F5DC98E53D5643C2CA7 /* asm */, + C6B5F66BEC7966097E969218 /* add.c */, + BCCA687D415B3EAD04548D88 /* bn.c */, + 77364CE361324AB53F487509 /* bytes.c */, + 3626B939F2ADDF031FE8A6C9 /* cmp.c */, + AB7EAC21B9366ABD6C5EA3E6 /* ctx.c */, + F5BB14B8EA056DBB07B4422D /* div_extra.c */, + E278B95D9F546CED99F191F0 /* div.c */, + FD82B646898434D2BB42FB85 /* exponentiation.c */, + 621F80BE133A966A31D2ABA9 /* gcd_extra.c */, + F6492FD994B7034D32973313 /* gcd.c */, + 725A8E85FD12CFC312D85C01 /* generic.c */, + 2975B600692E6EFA59AF3F49 /* internal.h */, + D1996CDB95C4D8AFBB0DA536 /* jacobi.c */, + E6DC44304E47E761B74AE838 /* montgomery_inv.c */, + C9C7A21DB6AE68CEF5A462C3 /* montgomery.c */, + EAE012ED36256ACC4ABBE7D9 /* mul.c */, + B516AAB0BBE2A6D76307E100 /* prime.c */, + 1DA7394AE5E8F16297CE8CE0 /* random.c */, + 5CE18CD0A7893645EF8074EC /* rsaz_exp.c */, + C0820F9F7AADA84A5343165F /* rsaz_exp.h */, + 1BED1D03E6F7228BAD5D8F0A /* shift.c */, + 51BA510AF5C4E48FE28E2FC7 /* sqrt.c */, + ); + path = bn; + sourceTree = ""; + }; 8E463119933FD8C94FF66BB3 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -10013,15 +10019,6 @@ path = "AltIcon-60.alticon"; sourceTree = ""; }; - 8ECB2E857FEDFE951196B6C0 /* CNIOAtomics */ = { - isa = PBXGroup; - children = ( - 87DAF65FF8049376C23743E8 /* include */, - CC5BED52BCEDB36774DC09B2 /* src */, - ); - path = CNIOAtomics; - sourceTree = ""; - }; 8EE49A6C59FE91B90BD6E347 /* macOSApp */ = { isa = PBXGroup; children = ( @@ -10106,20 +10103,22 @@ path = bin; sourceTree = ""; }; - 92A75E129B8B36A4BE7CC9A5 /* rules_xcodeproj */ = { + 92849B5F2E2CBC831B946447 /* dh */ = { isa = PBXGroup; children = ( - 366012D6F2AA8B32C9E612F1 /* tvOSApp */, + FF28945D334835A300344423 /* check.c */, + 033B355DF9782BF6A999954A /* dh.c */, + 5094B09839C403DADC111110 /* internal.h */, ); - path = rules_xcodeproj; + path = dh; sourceTree = ""; }; - 92ACC4101099C73662A324F7 /* hpke */ = { + 92A75E129B8B36A4BE7CC9A5 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( - BFAE5B196A5751EA8F330812 /* hpke.c */, + 366012D6F2AA8B32C9E612F1 /* tvOSApp */, ); - path = hpke; + path = rules_xcodeproj; sourceTree = ""; }; 92AEDB24DD223B8A9FFD4765 /* macOSApp */ = { @@ -10142,14 +10141,6 @@ path = UI; sourceTree = ""; }; - 939905717A3AC77F7A15F899 /* digest_extra */ = { - isa = PBXGroup; - children = ( - AA1713A0E40CCF88BE2320BB /* digest_extra.c */, - ); - path = digest_extra; - sourceTree = ""; - }; 944A5F7AD1F6EAF0CD7D147F /* bin */ = { isa = PBXGroup; children = ( @@ -10177,25 +10168,6 @@ path = Utils; sourceTree = ""; }; - 949EE888503297EA90F17061 /* NIOExtras */ = { - isa = PBXGroup; - children = ( - D0ED38A1FEE2314EC81719FC /* DebugInboundEventsHandler.swift */, - E17ABC143529142DA402E2EE /* DebugOutboundEventsHandler.swift */, - E85890D608BF90E19A2C3ACB /* FixedLengthFrameDecoder.swift */, - 26AFCC03B3000EA384EF555D /* JSONRPCFraming.swift */, - D46377A40841E4F1F89AF12B /* JSONRPCFraming+ContentLengthHeader.swift */, - ABFCD1E19238FFDAEA4140FF /* LengthFieldBasedFrameDecoder.swift */, - 5932227E6992708687537398 /* LengthFieldPrepender.swift */, - 084CEF5B57FF23D5F5A7A8FC /* LineBasedFrameDecoder.swift */, - 5E6B35A91FCC49202DD89FE1 /* NIOExtrasError.swift */, - 7D0EA3059FD6DAB2DACEBB8E /* QuiescingHelper.swift */, - E3AC6D446BA72EF874F73F1E /* RequestResponseHandler.swift */, - 4F0102AFE6196AE7637F0CD6 /* WritePCAPHandler.swift */, - ); - path = NIOExtras; - sourceTree = ""; - }; 94E42B0BA010B39C0B49E8A7 /* GoogleMapsCore.xcframework */ = { isa = PBXGroup; children = ( @@ -10259,12 +10231,14 @@ path = watchOSApp; sourceTree = ""; }; - 95D348017E943A6FA882B90D /* include */ = { + 95F3D96251DD0D8D36F60C5A /* src */ = { isa = PBXGroup; children = ( - 6DDBF6AA1D4CC4F8F062E554 /* CNIOBoringSSLShims.h */, + 62722D276E5F5AB0318BC3B5 /* c-atomics.c */, + 64FC2958677472DC17157AB5 /* c-nioatomics.c */, + D8FCC71F547BAA99378A4DD6 /* cpp_magic.h */, ); - path = include; + path = src; sourceTree = ""; }; 967FA726C548EAF55E906246 /* dist */ = { @@ -10291,6 +10265,14 @@ path = dynamic; sourceTree = ""; }; + 99B36C2956CE342CE26D5862 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections */ = { + isa = PBXGroup; + children = ( + 3B586E42A2376ED66C747697 /* DequeModule.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + sourceTree = ""; + }; 9A009DCDC5113132E1215CDD /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -10323,6 +10305,14 @@ path = LibFramework.watchOS; sourceTree = ""; }; + 9A1B00355B5C0FE24BC4CE78 /* Sources */ = { + isa = PBXGroup; + children = ( + FA9185C25BFCFEE93F53306E /* SwiftProtobuf */, + ); + path = Sources; + sourceTree = ""; + }; 9A418DBF1A28E4BBD164FCCD /* ExampleResources */ = { isa = PBXGroup; children = ( @@ -10438,32 +10428,30 @@ path = Test; sourceTree = ""; }; - 9EDDBED7D208C3CFE7CA4F0D /* dir with space */ = { + 9EC61ED332303B51F998B590 /* err */ = { isa = PBXGroup; children = ( - F5F4586B22CC96CD4B12FDEB /* lib.h */, + 27BFB8F3392F30B9F806E1E5 /* err_data.c */, + 0A55452BF9BA4B5E914CCCA9 /* err.c */, + 4E011715C47E18AF25818D2B /* internal.h */, ); - path = "dir with space"; + path = err; sourceTree = ""; }; - 9EF50783F69BAD8CB189E46E /* poly1305 */ = { + 9EDDBED7D208C3CFE7CA4F0D /* dir with space */ = { isa = PBXGroup; children = ( - 129653CCD6412EED50F5C38A /* internal.h */, - B689CA7CA6214C97EF94B49A /* poly1305_arm_asm.S */, - 76A158A8796F6A1973CDB308 /* poly1305_arm.c */, - 5982A13D6D1A07DA94D44435 /* poly1305_vec.c */, - B312E5BA0100433803A165EA /* poly1305.c */, + F5F4586B22CC96CD4B12FDEB /* lib.h */, ); - path = poly1305; + path = "dir with space"; sourceTree = ""; }; - 9F10DF122E513C7B3A9E96B5 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl */ = { + 9F067901DB2131FB8C77F2BD /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services */ = { isa = PBXGroup; children = ( - 35AD9E1DD233669753A30475 /* Sources */, + AD0FAA061DA08FFC1121CE5C /* NIOTransportServices.rules_xcodeproj.swift.compile.params */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services"; sourceTree = ""; }; 9FD00B3EE6B93A02F52404CB /* rules_xcodeproj */ = { @@ -10509,45 +10497,6 @@ path = "ExternalResources-intermediates"; sourceTree = ""; }; - A0C37ED4B3A7BCD7E861D1E2 /* x509v3 */ = { - isa = PBXGroup; - children = ( - A18AE69CFAFDE38EE4C21809 /* ext_dat.h */, - 4F9554743DA0FCCCD860673D /* internal.h */, - 126025AE7F92951344A28436 /* pcy_cache.c */, - 01E7955C54FB41F35EF46BAB /* pcy_data.c */, - 1A0E68627821540D34C0E13E /* pcy_map.c */, - B75475F6B6790FC438812BBA /* pcy_node.c */, - 062A4B2A76F3D1CAAC06E88F /* pcy_tree.c */, - 0A9DD99E2ACC743BA06E5D68 /* v3_akey.c */, - A4B24C5548A5D3D65E84A88B /* v3_akeya.c */, - C8905CBDF21984CB2C6ACBE5 /* v3_alt.c */, - D6326027681968A049332B4B /* v3_bcons.c */, - 60A12F937BEC94AC42C0D249 /* v3_bitst.c */, - 63699FDABC7CF33017B1BC4C /* v3_conf.c */, - 77351C3FF25787E944CDFAA2 /* v3_cpols.c */, - 9CCD96F6CA0AE1354DB43B9D /* v3_crld.c */, - 39802B794A04DDB64E97D666 /* v3_enum.c */, - DA6883CA2C5D9726F50C9FF0 /* v3_extku.c */, - 4BD193FFFCC635C7DCF75D99 /* v3_genn.c */, - D5DBA99080A3200E20197FBC /* v3_ia5.c */, - A87485C5F460DA66DD083AA2 /* v3_info.c */, - 0DBA43DDAC71DEC06742272B /* v3_int.c */, - CD48C894958117CDA33FA597 /* v3_lib.c */, - 230A7E1F7B15C70D7D89214C /* v3_ncons.c */, - 48EF64D6F9A091D0214AA47B /* v3_ocsp.c */, - 08D7CE432E5A39596289AB92 /* v3_pci.c */, - 21E5AE1B6FD8A2CCB15472CF /* v3_pcia.c */, - EDECC5D8D03A501D9D8EDB2F /* v3_pcons.c */, - D9BCB3372AD2246F2475CACB /* v3_pmaps.c */, - B14EED5D2AC771D42D184EC1 /* v3_prn.c */, - E994056A4FBF4327359A8FF1 /* v3_purp.c */, - 24422FF5025A377946664BBE /* v3_skey.c */, - 2EE1B89B2D7101ECC2898A73 /* v3_utl.c */, - ); - path = x509v3; - sourceTree = ""; - }; A0E426F9CEB445768A60B649 /* CONFIGURATION-STABLE-18 */ = { isa = PBXGroup; children = ( @@ -10617,12 +10566,16 @@ path = CommandLine/external/ImportableLibrary; sourceTree = SOURCE_ROOT; }; - A215653B6325BAE7C99CEA6F /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf */ = { + A1F3469CAD9974E30A99FC48 /* sha */ = { isa = PBXGroup; children = ( - C336F041EF572D4AED8715A6 /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */, + 59E3A213DA46D0D856680EF5 /* internal.h */, + CE5AB4D3C2734D0389A7D3E9 /* sha1-altivec.c */, + 7BBEBC2168A17147FB9A45EA /* sha1.c */, + 1BE6FED634D0663015D2B0AF /* sha256.c */, + 015F5BC883495ABD752BA466 /* sha512.c */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf"; + path = sha; sourceTree = ""; }; A258EEEA811EC3173449EF01 /* Test */ = { @@ -10645,12 +10598,13 @@ path = Source; sourceTree = ""; }; - A26E080B7A9B8C90EC2B470F /* digestsign */ = { + A2BE5B2AB23D548F8EBAC7FE /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 */ = { isa = PBXGroup; children = ( - 5B8B552A8C9A3DFE63B7B1C6 /* digestsign.c */, + 8BE45F25CA497E2D79A36D83 /* NIOHPACK.rules_xcodeproj.swift.compile.params */, + 4BC858D1432F10C09B837066 /* NIOHTTP2.rules_xcodeproj.swift.compile.params */, ); - path = digestsign; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; sourceTree = ""; }; A2D0593C883A5B4752E1C9D6 /* rules_xcodeproj */ = { @@ -10670,31 +10624,15 @@ path = ExampleResources; sourceTree = ""; }; - A315FF06CD42D961A5E920EF /* Sources */ = { - isa = PBXGroup; - children = ( - AAF76F38DEF00133A4E2327D /* CGRPCZlib */, - 25C43EAB4C8C0C1DB927E922 /* GRPC */, - ); - path = Sources; - sourceTree = ""; - }; - A352E7DB74D739AAFB62AF8A /* engine */ = { - isa = PBXGroup; - children = ( - DFDC935DB2E4F9FFEEB27998 /* engine.c */, - ); - path = engine; - sourceTree = ""; - }; - A3A35AF33A2FCFD676DE5EB1 /* err */ = { + A409EA6F9A7FCBAE5398392E /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl */ = { isa = PBXGroup; children = ( - 7C614B8F85E98C039F4C722A /* err_data.c */, - 00A15151C9D83C53FB2F40DF /* err.c */, - 53399203D0C7E8E037E611B0 /* internal.h */, + 383556CA03B6AFBEFF026E33 /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */, + 14B71C6CC5C98F053EA2AC7C /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */, + 741B2260408BA91B7BD51238 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */, + 45C76F388375BB2CADD38D6B /* NIOSSL.rules_xcodeproj.swift.compile.params */, ); - path = err; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; sourceTree = ""; }; A499AC224994E1A170DA97DB /* examples_ios_app_external~override */ = { @@ -10711,21 +10649,9 @@ 2CF62E4C0E80AFA93C961D93 /* BUILD */, BCB48D640037238CD172DBA2 /* MixedAnswer.h */, 69EB15DA988E9A2310D50777 /* MixedAnswer.m */, - C74F0CE27C1BE62BAD492BC2 /* MixedAnswer.swift */, - ); - path = MixedAnswer; - sourceTree = ""; - }; - A4B3CD67D345C640ADCB0853 /* aes */ = { - isa = PBXGroup; - children = ( - A49C6C52CEEE348669979023 /* aes_nohw.c */, - 2AFDDB41CAFCED62BA18AA9F /* aes.c */, - 4698A8387369D1CE5856F7D2 /* internal.h */, - 8F6870C62A9399A20682B24B /* key_wrap.c */, - 88BF95950FA256D32FF04ABA /* mode_wrappers.c */, + C74F0CE27C1BE62BAD492BC2 /* MixedAnswer.swift */, ); - path = aes; + path = MixedAnswer; sourceTree = ""; }; A4D470ECAB5F6A8A271287A6 /* CONFIGURATION-STABLE-15 */ = { @@ -10736,20 +10662,6 @@ path = "CONFIGURATION-STABLE-15"; sourceTree = ""; }; - A52876131583EC2C059EDAAB /* FrameReceivingStates */ = { - isa = PBXGroup; - children = ( - 39103AFC785431021E0CEE56 /* MayReceiveFrames.swift */, - 3651772BA50B95601394597D /* ReceivingDataState.swift */, - A72CDB566091CBA8F4787309 /* ReceivingGoAwayState.swift */, - C48F3922731A131B48B24DCF /* ReceivingHeadersState.swift */, - 937BAA241BBC8FA37077BCF6 /* ReceivingPushPromiseState.swift */, - A2B35F2855A270AD30F946AB /* ReceivingRstStreamState.swift */, - 2686EA94AB548417D63E9121 /* ReceivingWindowUpdateState.swift */, - ); - path = FrameReceivingStates; - sourceTree = ""; - }; A5415D007E12DE66721B6F54 /* CommandLineTool.merged_launchdplists-intermediates */ = { isa = PBXGroup; children = ( @@ -10758,59 +10670,12 @@ path = "CommandLineTool.merged_launchdplists-intermediates"; sourceTree = ""; }; - A5A32BFC8D027D599F2C142F /* bytestring */ = { - isa = PBXGroup; - children = ( - 8727056EE2D21E449513424E /* asn1_compat.c */, - 931FB01DC911F473BD177D0B /* ber.c */, - F87A708C16851282E47D2882 /* cbb.c */, - 4AE0605814874C7E38EF0295 /* cbs.c */, - 26A7995D72D8E546D789D0FB /* internal.h */, - 80721336B4A3BAE7AF86AF0B /* unicode.c */, - ); - path = bytestring; - sourceTree = ""; - }; - A5A335738B2E8A8755568B4E /* evp */ = { - isa = PBXGroup; - children = ( - 12F06C0F97B6F841A7071905 /* evp_asn1.c */, - 990DA2071818487111C96F6D /* evp_ctx.c */, - 6D13397A2C5125A11514F851 /* evp.c */, - 359FDB3F32E9F343F13A9028 /* internal.h */, - A106C880CA9C83F026909AD2 /* p_dsa_asn1.c */, - 87502DD5CA9F0FFB54999001 /* p_ec_asn1.c */, - 97E890AD91AD6F6B8B9E576C /* p_ec.c */, - 697B134F751D4AC174D89AA0 /* p_ed25519_asn1.c */, - CACB1D3CD38EE9BD96D6BD45 /* p_ed25519.c */, - 2647D4FFF585FAB8E1C72AEB /* p_hkdf.c */, - 66CA6FE10E610708FB9F2A8C /* p_rsa_asn1.c */, - E2805CFDB24FBE6B860B8DF8 /* p_rsa.c */, - 5652569158E48C3C6B60344E /* p_x25519_asn1.c */, - D1FC60DF0726010D8B590292 /* p_x25519.c */, - 863DE39AC6F83150C3F9539B /* pbkdf.c */, - FCDCAB11236CEDDF6ED16A65 /* print.c */, - 08EC0204C0F2D65EA35F3916 /* scrypt.c */, - F8241519B41AB26E678CA444 /* sign.c */, - ); - path = evp; - sourceTree = ""; - }; - A5F849DF1AC972F28AAB0FC4 /* ClientCalls */ = { + A6A8015F31E214B417158754 /* rc4 */ = { isa = PBXGroup; children = ( - E096CBBA1DF0EAB7CDAC9E0F /* BidirectionalStreamingCall.swift */, - 7212B7DB02A56CC23444E53B /* Call.swift */, - 3B1BDDE7328DF9BA316295E4 /* CallDetails.swift */, - 7F4E6BCEF2BB31A63C3195E9 /* ClientCall.swift */, - 2E105EE2059206846483F11C /* ClientStreamingCall.swift */, - 468F14DC1322644DD0E80504 /* LazyEventLoopPromise.swift */, - 6D0ECC54F7B4661D57CC77C8 /* ResponseContainers.swift */, - DC1114516C34F1A4AFCF4F6D /* ResponsePartContainer.swift */, - 8B78EFC07AD8747589B9EEF2 /* ServerStreamingCall.swift */, - D362F13BDBDE02C867E011F9 /* UnaryCall.swift */, + FA4BA2324BD66C44C10A088D /* rc4.c */, ); - path = ClientCalls; + path = rc4; sourceTree = ""; }; A6AF01952F0132E28BEBD506 /* lib3 */ = { @@ -10833,6 +10698,14 @@ path = CommandLineToolLib; sourceTree = ""; }; + A6F608A2C60A239CFA9DF04E /* hmac */ = { + isa = PBXGroup; + children = ( + 04F07574D263433E508F7378 /* hmac.c */, + ); + path = hmac; + sourceTree = ""; + }; A764BA5C7812B35A6DBD052B /* _main~non_module_deps~FXPageControl */ = { isa = PBXGroup; children = ( @@ -10849,47 +10722,39 @@ path = iOSAppUITestSuite.__internal__.__test_bundle; sourceTree = ""; }; - A836B059549CEF5990A0F178 /* rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift */ = { + A7E1AE34B0AEEBB86921BE19 /* hpke */ = { isa = PBXGroup; children = ( - A315FF06CD42D961A5E920EF /* Sources */, + 4EED43C87E6BC3FBE0754E87 /* hpke.c */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; + path = hpke; sourceTree = ""; }; - A85E6ED0A6C23A11702BEFCE /* FrameworkCoreUtilsObjC */ = { + A7E589C30B757F04AB2051F8 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl */ = { isa = PBXGroup; children = ( - 5C26E6A87CC11D3B8729EB3F /* Info.plist */, + A1A20CEA3CCEED95419D11DC /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */, + C18BE87E1F5E782954593B70 /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */, + E68D7D4083C70583BEED1EB1 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */, + 89327E05E8CCB27D6D4BB79F /* NIOSSL.rules_xcodeproj.swift.compile.params */, ); - path = FrameworkCoreUtilsObjC; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; sourceTree = ""; }; - A888AC1906AA6C7C48E4BE3A /* CNIOLinux */ = { + A85E6ED0A6C23A11702BEFCE /* FrameworkCoreUtilsObjC */ = { isa = PBXGroup; children = ( - 1A0BD0CB30689C789B39CF67 /* include */, - C7C8E4C405071A2836C4D4ED /* liburing_shims.c */, - 584CD84A7FC48ACCF5CFE86D /* shim.c */, + 5C26E6A87CC11D3B8729EB3F /* Info.plist */, ); - path = CNIOLinux; + path = FrameworkCoreUtilsObjC; sourceTree = ""; }; - A8AE75C0D5F5CEFF2EC8028F /* ConnectionPool */ = { + A8B3A592CB31AC66D32A5186 /* apple */ = { isa = PBXGroup; children = ( - A22011C066B1C24E94AEBAB6 /* ConnectionManagerID.swift */, - 6CBFBC82D29F66676935BF46 /* ConnectionPool.swift */, - E9948A3A6CCA939A59251C52 /* ConnectionPool+PerConnectionState.swift */, - E3F6F5AD26AACE84D5F8F795 /* ConnectionPool+Waiter.swift */, - 9258FA8ABB3E31385BC0621D /* GRPCChannelPool.swift */, - DB98C0C64DAD9D7F58CD6719 /* PooledChannel.swift */, - EA43C50432B88C5485172A57 /* PoolManager.swift */, - 0A3E5FA625E3C07194C36D23 /* PoolManagerStateMachine.swift */, - 963094192D1119E9A276808A /* PoolManagerStateMachine+PerPoolState.swift */, - A96950997DD5798C3351C3A2 /* StreamLender.swift */, + 419DE5213D52727B4E45F4F1 /* testing */, ); - path = ConnectionPool; + path = apple; sourceTree = ""; }; A8C4BEAEEACD336CD2B3BEA5 /* OnlyStructuredResources.bundle */ = { @@ -10909,18 +10774,6 @@ path = test/fixtures/bwx.xcodeproj/rules_xcodeproj; sourceTree = ""; }; - AA359D3C9EAB12E3DE37FC1A /* ServerInterceptorStateMachine */ = { - isa = PBXGroup; - children = ( - B867A9F849121D20160DCD68 /* ServerInterceptorStateMachine.swift */, - 6E5959A62A0B261F5D6E944B /* ServerInterceptorStateMachine+Actions.swift */, - 13819504C9C7FC457CEBEEA5 /* ServerInterceptorStateMachine+Finished.swift */, - F09131C6D778BD7F54D51EAB /* ServerInterceptorStateMachine+Intercepting.swift */, - 0C55881D64D6B369C2264F7B /* StreamState.swift */, - ); - path = ServerInterceptorStateMachine; - sourceTree = ""; - }; AA4F1B4AF090898764073993 /* iOSApp */ = { isa = PBXGroup; children = ( @@ -10947,15 +10800,6 @@ path = watchOSApp; sourceTree = ""; }; - AAF76F38DEF00133A4E2327D /* CGRPCZlib */ = { - isa = PBXGroup; - children = ( - 41FC21613C60F34414ED1204 /* include */, - BA2B3A8481AE1321C344E5FE /* empty.c */, - ); - path = CGRPCZlib; - sourceTree = ""; - }; AB18297E4191A89F39723D5F /* echo_client */ = { isa = PBXGroup; children = ( @@ -10964,6 +10808,62 @@ path = echo_client; sourceTree = ""; }; + ABB61FC431DD9B84F08A599D /* x509 */ = { + isa = PBXGroup; + children = ( + E9C6AF77A7417980871354E2 /* a_digest.c */, + FF34C656C02EA0B395BDF223 /* a_sign.c */, + 27B0D141457F9021E92935B6 /* a_verify.c */, + EE8CB28699A399C579A965B5 /* algorithm.c */, + E88018D1C9D2732D16F2AB87 /* asn1_gen.c */, + 614CDCFBB59C85B1486C1462 /* by_dir.c */, + 307CA851CCFE9915FB27CD52 /* by_file.c */, + 2055FCDA72F6F2B54F3EFD43 /* i2d_pr.c */, + 9732E6F4E214F1B82EF71CCE /* internal.h */, + 2CD76041CDC3BFEAE468F67C /* name_print.c */, + 02AC15CE18D14F91C51C3C6F /* rsa_pss.c */, + C7B053BA58F95E6E53FDC600 /* t_crl.c */, + 3F39D576D3FB536FC9879107 /* t_req.c */, + 04DDD0FB431B3D582C5E208F /* t_x509.c */, + 9F37CCF12C1896DC57E3A13E /* t_x509a.c */, + B9AAE28233DCF1E435BC3BA8 /* x_algor.c */, + 7D881A29D062EA519D0C2FB3 /* x_all.c */, + 4EBF9D9A90E1D4FB7D62E2F5 /* x_attrib.c */, + 0A9A2D7645E9BF2FF5E86A48 /* x_crl.c */, + 826F5BF172CBB694A8C86B02 /* x_exten.c */, + C1B1DEBD2A25040E0656AE9D /* x_info.c */, + 29B2EF041DC76FEAB4D4A822 /* x_name.c */, + C0AA092A292A1A2DCB316253 /* x_pkey.c */, + 3C8A29BC7BA7E38291D860A1 /* x_pubkey.c */, + A28814FF0DFC1D6800CD92C7 /* x_req.c */, + A614214DA4333D8C9C62A64D /* x_sig.c */, + E254B09F48EFFD411949030F /* x_spki.c */, + E3DF13877BF4831211C945E1 /* x_val.c */, + F5498CF31D7697957913CC02 /* x_x509.c */, + 4BF5DD4455EF265945FB4BF5 /* x_x509a.c */, + CFD02B64F199F00981B477B2 /* x509_att.c */, + C41FED14FCC5137A0507D503 /* x509_cmp.c */, + 6AB5D3C3B2ADDA512C4B4C46 /* x509_d2.c */, + F116793D85732D203CC01101 /* x509_def.c */, + F12E0048F3D3C979630FA6C8 /* x509_ext.c */, + 46FDFD8BAA808A6D67B6084E /* x509_lu.c */, + EF261DC9033B96106DC50D51 /* x509_obj.c */, + A6E163D85DAEBCC1F3EBFB10 /* x509_req.c */, + 1921DF80958A107F2D73A05E /* x509_set.c */, + D88BB0E18EA0CB4BA6A52030 /* x509_trs.c */, + DE2EE2CC66582691FF526020 /* x509_txt.c */, + 9DBBCDF1A85D99F08F57280C /* x509_v3.c */, + A521917DDA0546CE02CABD12 /* x509_vfy.c */, + F6969776F7B7AEE3B0F22F0C /* x509_vpm.c */, + 447C35ED2A315F67F6B5DC1C /* x509.c */, + 4BF2380E2F9EDA4B235922C1 /* x509cset.c */, + D917CDE5577476246E265ED8 /* x509name.c */, + 29D581E0445C7875626F8E97 /* x509rset.c */, + 907A7D4594D335AC3967D5E0 /* x509spki.c */, + ); + path = x509; + sourceTree = ""; + }; AC0077080FC641B8A875B006 /* _virtual_includes */ = { isa = PBXGroup; children = ( @@ -10991,6 +10891,14 @@ path = ExampleResources; sourceTree = ""; }; + ACB6DB2E709D0F03C692D242 /* include */ = { + isa = PBXGroup; + children = ( + 031CAE7B9F21ECE942C54900 /* CGRPCZlib.h */, + ); + path = include; + sourceTree = ""; + }; ACD099EF7E5AA3D25EFEAA93 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -11026,6 +10934,24 @@ path = GoogleMaps.framework; sourceTree = ""; }; + AD628139AA6362EC30A48AF4 /* CNIOLinux */ = { + isa = PBXGroup; + children = ( + 8460A3F5849AB3419A9F71C5 /* include */, + 25837C558B5D2234DFDF1E97 /* liburing_shims.c */, + 31148A03A3D4A6B5286AC9EE /* shim.c */, + ); + path = CNIOLinux; + sourceTree = ""; + }; + AD7BA03BAC00AC52B10062A8 /* include */ = { + isa = PBXGroup; + children = ( + 3D7562A4C14EC80D295DEB3B /* CNIOAtomics.h */, + ); + path = include; + sourceTree = ""; + }; ADA6973723AD29ABABD3950A /* external */ = { isa = PBXGroup; children = ( @@ -11052,23 +10978,6 @@ path = bin; sourceTree = ""; }; - AE051812569559FBD90D7D6E /* Atomics */ = { - isa = PBXGroup; - children = ( - B26CB01B42E7CD91D0C3BB16 /* autogenerated */, - A7330134E7EAD814735293C5 /* AtomicInteger.swift */, - 1DAC94B256DD7A76D2BD88AF /* AtomicMemoryOrderings.swift */, - E20B6C102346DFFE92A1F6A5 /* AtomicOptional.swift */, - 37229233EB604542EEF9A29C /* AtomicOptionalRawRepresentable.swift */, - A4341DEBEC2AED52293EAFC3 /* AtomicRawRepresentable.swift */, - 0F758C00074D6F51B9B70D98 /* AtomicStrongReference.swift */, - 2D57BA37A4AC52E2BEFB7A36 /* AtomicValue.swift */, - CFDA2F3C2159B7BE8B8327B9 /* DoubleWord.swift */, - 446AF217089CBD60F1F9A661 /* Unmanaged extensions.swift */, - ); - path = Atomics; - sourceTree = ""; - }; AE8D7FCB82C18885374ACE9C /* CONFIGURATION-STABLE-10 */ = { isa = PBXGroup; children = ( @@ -11093,14 +11002,6 @@ path = "proto.merged_infoplist-intermediates"; sourceTree = ""; }; - AF3F39E936AD42768F4DC84F /* NIO */ = { - isa = PBXGroup; - children = ( - 8DCF93DBA52E0C57F939F541 /* Exports.swift */, - ); - path = NIO; - sourceTree = ""; - }; AF43B2EDDFCBC233750F15FA /* watchOSAppExtension */ = { isa = PBXGroup; children = ( @@ -11133,17 +11034,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - B13496A5C0493C565046E725 /* digest */ = { - isa = PBXGroup; - children = ( - EA2541A799BC8135269E6B5E /* digest.c */, - 8B353BEEFCC1BAA93AB677DF /* digests.c */, - 123D8CDC1621BECE35767580 /* internal.h */, - E3BDEF1D05A2888685AD5A8F /* md32_common.h */, - ); - path = digest; - sourceTree = ""; - }; B1B351D10165A225FD5F8BCF /* Resources */ = { isa = PBXGroup; children = ( @@ -11181,14 +11071,6 @@ path = Lib; sourceTree = ""; }; - B24DC0DE588EE444F471F2E1 /* asm */ = { - isa = PBXGroup; - children = ( - E707A6C84C1AB8CBC5800D77 /* x86_64-gcc.c */, - ); - path = asm; - sourceTree = ""; - }; B250356BDAE3CCBC7BC340F5 /* iOS */ = { isa = PBXGroup; children = ( @@ -11205,18 +11087,19 @@ path = proto; sourceTree = ""; }; - B26CB01B42E7CD91D0C3BB16 /* autogenerated */ = { + B26FEC2D05459CA0B18657DC /* modes */ = { isa = PBXGroup; children = ( - CF951EFE205B5D9A723DB67E /* AtomicBool.swift */, - 49765A025C814C20CCFA9FAF /* AtomicLazyReference.swift */, - 0FD943C7C73D60A66163405A /* HighLevelTypes.swift */, - E051827CE9E455ABC1C4B4CE /* IntegerConformances.swift */, - E53CD688A957F63C712DBAD9 /* PointerConformances.swift */, - D8A73CC45C5300E4282C1ACC /* Primitives.native.swift */, - 5CB335ACDBFCC544F7EBB3BB /* Primitives.shims.swift */, + E6780A135C66B202F8AD9DAD /* cbc.c */, + AAD4EB1F3C24E0BBCE5BA47C /* cfb.c */, + C10BCE02FC62E07E00C3ECB8 /* ctr.c */, + 9826C734E1F2EFA5A4D12DE0 /* gcm_nohw.c */, + E7B2661853DC46081626040A /* gcm.c */, + 6EFC35EB344A669C749BD23A /* internal.h */, + D648C4E245C02C0F6CF7F0AB /* ofb.c */, + CA11AD76EA3341F115EA5E16 /* polyval.c */, ); - path = autogenerated; + path = modes; sourceTree = ""; }; B2986D429C2195595E31DC24 /* ExampleResources-intermediates */ = { @@ -11235,15 +11118,13 @@ path = bin; sourceTree = ""; }; - B33810E76F4A384DE444302D /* AsyncSequences */ = { + B4943A6A5880A199F3BD037B /* include */ = { isa = PBXGroup; children = ( - 907799D5E5F7840F592166CE /* NIOAsyncSequenceProducer.swift */, - 9A9D93905432E89845927463 /* NIOAsyncSequenceProducerStrategies.swift */, - 878E7ADC38DF9AA64C2D7933 /* NIOAsyncWriter.swift */, - D2BAA024286B474267EB02B5 /* NIOThrowingAsyncSequenceProducer.swift */, + D91B78F2705B831D08CE7EDE /* c_nio_llhttp.h */, + 8AB089E4777347AA9C43F3AB /* CNIOLLHTTP.h */, ); - path = AsyncSequences; + path = include; sourceTree = ""; }; B4FD091805E59E67DAE70FDC /* dist */ = { @@ -11263,30 +11144,29 @@ path = ObjCUnitTests; sourceTree = ""; }; - B53A4751DC48680543E877FB /* AsyncAwaitSupport */ = { - isa = PBXGroup; - children = ( - 0AAF05423AEC733121487615 /* AsyncServerHandler */, - 44CE353941F6D6A76C298243 /* Call+AsyncRequestStreamWriter.swift */, - 41D6F589C5E5E4BEC6FF4666 /* CancellationError+GRPCStatusTransformable.swift */, - 771857B1F19A4C55A3E2EC6E /* GRPCAsyncBidirectionalStreamingCall.swift */, - C3C9A5517EC23C4021992910 /* GRPCAsyncClientStreamingCall.swift */, - 1F9FAF2D5EB61398D3415A19 /* GRPCAsyncRequestStream.swift */, - 0EA5151005F2A9612BC1D695 /* GRPCAsyncRequestStreamWriter.swift */, - E14C185004B508A7F57124E4 /* GRPCAsyncResponseStream.swift */, - 87C9D194247E3931ABE494B7 /* GRPCAsyncResponseStreamWriter.swift */, - 19A4B85529D7609889C995C8 /* GRPCAsyncSequenceProducerDelegate.swift */, - 469D06BEA1346E8E79AB47F2 /* GRPCAsyncServerCallContext.swift */, - 1B2E6D71DEF7001BB0449EEC /* GRPCAsyncServerHandler.swift */, - 4F0BE94BA1830F5CD986B506 /* GRPCAsyncServerStreamingCall.swift */, - 15ADDAFF49B33C7314258F89 /* GRPCAsyncUnaryCall.swift */, - 14A4DE9E381AF49A5AABC88F /* GRPCAsyncWriterSinkDelegate.swift */, - 4C8BB3A203F60B2D423D813B /* GRPCChannel+AsyncAwaitSupport.swift */, - D4C613800EA1AACD79CF9815 /* GRPCClient+AsyncAwaitSupport.swift */, - D17064CAF89E56720796CFEF /* GRPCSendable.swift */, - 526050A31F5E9552517E8B62 /* NIOAsyncWrappers.swift */, + B57005E715B5CAF411AE70FC /* evp */ = { + isa = PBXGroup; + children = ( + 4B2EFA1FE9500514658B3031 /* evp_asn1.c */, + 19941AF855BCA7B59709C572 /* evp_ctx.c */, + E2D9674A69CEB5C5689525B3 /* evp.c */, + 83C37B0E183CA0C752953FD0 /* internal.h */, + 8FAAC026EFF47DD4DCF29B18 /* p_dsa_asn1.c */, + EBF5616F15D048C726935C0F /* p_ec_asn1.c */, + D006C87CE99C69D88554B25D /* p_ec.c */, + E49FE0F275E85F4420C98CFE /* p_ed25519_asn1.c */, + 2815856B732CB9756834F223 /* p_ed25519.c */, + 7941C6EED52F4AC9D377B36C /* p_hkdf.c */, + 0A83764F9C825A8EEEED38B2 /* p_rsa_asn1.c */, + 0A0B7DB137E942F34736670F /* p_rsa.c */, + DF5CC23E8044829FCDC0804A /* p_x25519_asn1.c */, + 2BD4D249EA8853D4BC1EEDB5 /* p_x25519.c */, + 19ACA23BCEFB2E0AE7E6EA94 /* pbkdf.c */, + 8FE8BFB68E22AE21232B1FF8 /* print.c */, + BBBF6A59F80E85B6C8A506C8 /* scrypt.c */, + 6AC8BD35536BF2D741305D0E /* sign.c */, ); - path = AsyncAwaitSupport; + path = evp; sourceTree = ""; }; B603BA80F9D082B2C5FA7577 /* AppClip */ = { @@ -11323,14 +11203,6 @@ path = UIFramework.iOS; sourceTree = ""; }; - B7185137CA26A309BDC329A0 /* md4 */ = { - isa = PBXGroup; - children = ( - E7613AB043F4868A05FB4EC3 /* md4.c */, - ); - path = md4; - sourceTree = ""; - }; B71BC38FEAC8F89992B2A036 /* iMessageApp */ = { isa = PBXGroup; children = ( @@ -11377,27 +11249,6 @@ path = Lib; sourceTree = ""; }; - B8038F79CFBBF235BA918393 /* NIOTransportServices */ = { - isa = PBXGroup; - children = ( - 3FD638B9C5556CE7AF0CB7EE /* NIOFilterEmptyWritesHandler.swift */, - 706CCCE7D004727B8085A5FD /* NIOTSBootstraps.swift */, - 4AFA88A920245D03F896E5E7 /* NIOTSChannelOptions.swift */, - 3631266778050E05419F954C /* NIOTSConnectionBootstrap.swift */, - 0BC7A5D2B4A782405C8C184E /* NIOTSConnectionChannel.swift */, - 5556B21F94E90B793194C111 /* NIOTSErrors.swift */, - FC715AF4937B5F0A317202E1 /* NIOTSEventLoop.swift */, - 9671458171BC43451BAB7CBC /* NIOTSEventLoopGroup.swift */, - C54CE9820FF15D590063A855 /* NIOTSListenerBootstrap.swift */, - 5FCFDC181F44CA969EC0B31C /* NIOTSListenerChannel.swift */, - D41C046E20D7634B05B74F3B /* NIOTSNetworkEvents.swift */, - 0E424B37A341D61FCDEAFBF1 /* SocketAddress+NWEndpoint.swift */, - 26A770AA954A6372C7A60BDD /* StateManagedChannel.swift */, - FCFAD9086F5274598BD0EECC /* TCPOptions+SocketChannelOption.swift */, - ); - path = NIOTransportServices; - sourceTree = ""; - }; B85A93DD75CE0E977B4470D4 /* Proto */ = { isa = PBXGroup; children = ( @@ -11406,35 +11257,36 @@ path = Proto; sourceTree = ""; }; - B895F4AFCF42866AB1444DB2 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl */ = { + B8D8F06461A6290824D9F77D /* UI */ = { isa = PBXGroup; children = ( - 5A3D42786D7266A19089E4FF /* CNIOBoringSSL.rules_xcodeproj.c.compile.params */, - 61B86452F6AFB7DD50216DE1 /* CNIOBoringSSL.rules_xcodeproj.cxx.compile.params */, - 3F19A7C4FC7EC0B98D1D7B15 /* CNIOBoringSSLShims.rules_xcodeproj.c.compile.params */, - 1F90F9268DFDDB124084329D /* NIOSSL.rules_xcodeproj.swift.compile.params */, + FB00DAAB8750A3DBCBB67C5A /* rules_xcodeproj */, + 8309E2D7C8608F2DE838F89B /* UI.rules_xcodeproj.swift.compile.params */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; + path = UI; sourceTree = ""; }; - B8CCC79099AF095420E67906 /* SwiftCrypto */ = { + B8DDC3612CF7040CDAAB5E3A /* tools */ = { isa = PBXGroup; children = ( - FB5483E3F246DA3E624ABF99 /* NIOSSLSecureBytes.swift */, - 3FBC3CEC40F6A7E6537D8C9C /* RNG.swift */, - 983FE17FAC901F5600F15170 /* SafeCompare.swift */, - 112F22CDBCDBB2B29BEC88E5 /* Zeroization.swift */, + 6C1AB5B364109EEE9A0DA8B7 /* codesigningtool */, ); - path = SwiftCrypto; + path = tools; sourceTree = ""; }; - B8D8F06461A6290824D9F77D /* UI */ = { + B961AA50F59F11344748ECBB /* pem */ = { isa = PBXGroup; children = ( - FB00DAAB8750A3DBCBB67C5A /* rules_xcodeproj */, - 8309E2D7C8608F2DE838F89B /* UI.rules_xcodeproj.swift.compile.params */, + E846831ADB9A8F0F6E534030 /* pem_all.c */, + 4AE8F07FDF8843DF894B3F39 /* pem_info.c */, + B4A545EF6D5FCA1C3FA0CFFC /* pem_lib.c */, + 0A68E1A6D969C01D4C75606F /* pem_oth.c */, + 56267A2E8897792B7F47A242 /* pem_pk8.c */, + 53726CE8348B002B8586ED74 /* pem_pkey.c */, + 9EFE019593DFD7EC14567917 /* pem_x509.c */, + 45E2FBA26B1BD7EA123C436A /* pem_xaux.c */, ); - path = UI; + path = pem; sourceTree = ""; }; B96A5111E1AA148CF6D6335A /* watchOSApp */ = { @@ -11515,25 +11367,24 @@ path = LibFramework.tvOS; sourceTree = ""; }; - BB85247A9694A3475FCE75C5 /* watchOSApp */ = { + BB84A3991A138918AE4D5912 /* Frame Buffers */ = { isa = PBXGroup; children = ( - 733C670A54E82954E35E5956 /* rules_xcodeproj */, - 26EE7A30D79B5E88699D943C /* Info.withbundleid.plist */, + B8128C8431E5C4131DCCAB23 /* ConcurrentStreamBuffer.swift */, + 9AAE1D18CD77A4C0D945F863 /* ControlFrameBuffer.swift */, + BEE326E51679B52A651B676F /* OutboundFlowControlBuffer.swift */, + BED95DB60895D53032AF48D9 /* OutboundFrameBuffer.swift */, ); - path = watchOSApp; + path = "Frame Buffers"; sourceTree = ""; }; - BBA01F5EF307340AC8DEA239 /* NIOConcurrencyHelpers */ = { + BB85247A9694A3475FCE75C5 /* watchOSApp */ = { isa = PBXGroup; children = ( - 872D94DFF56F8ACA7E7C3AE5 /* atomics.swift */, - 4B778F33A44EC63ABD2A209A /* lock.swift */, - 54D5693133F6443CDE3C1E25 /* NIOAtomic.swift */, - FEE4E494E2520A4CE04A5393 /* NIOLock.swift */, - C186AB85A49622035ABE33E1 /* NIOLockedValueBox.swift */, + 733C670A54E82954E35E5956 /* rules_xcodeproj */, + 26EE7A30D79B5E88699D943C /* Info.withbundleid.plist */, ); - path = NIOConcurrencyHelpers; + path = watchOSApp; sourceTree = ""; }; BBC2BE0F331D3D4B79755E8A /* Utils */ = { @@ -11560,6 +11411,15 @@ path = bundles; sourceTree = ""; }; + BC915D0DF71980A5986CBED4 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 */ = { + isa = PBXGroup; + children = ( + 226E2B86F7560074AAD854C2 /* NIOHPACK.rules_xcodeproj.swift.compile.params */, + CD8C432672E69DBF85B784A3 /* NIOHTTP2.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + sourceTree = ""; + }; BCAAF12E8F57A993D660E80A /* LibFramework.watchOS */ = { isa = PBXGroup; children = ( @@ -11613,21 +11473,20 @@ path = ExternalResources.bundle; sourceTree = ""; }; - BDAC4E9A6ED602EAB5EEA6F5 /* test */ = { + BD90CB82536E4BF2A7E5AD0C /* ecdh */ = { isa = PBXGroup; children = ( - 734211DF3091A91A36D81275 /* fixtures */, + 0A98698E0AE0B982A1BAF085 /* ecdh.c */, ); - path = test; + path = ecdh; sourceTree = ""; }; - BDBF78EB08BF48B9939A3B58 /* _AtomicsShims */ = { + BDAC4E9A6ED602EAB5EEA6F5 /* test */ = { isa = PBXGroup; children = ( - 7DC0D0039BE32F7AC3A684DE /* include */, - E6C12AD768F3F4DC6B800806 /* src */, + 734211DF3091A91A36D81275 /* fixtures */, ); - path = _AtomicsShims; + path = test; sourceTree = ""; }; BDEF77BA475A261D0D3A8821 /* tvOS */ = { @@ -11638,6 +11497,14 @@ path = tvOS; sourceTree = ""; }; + BE2565D76A5F4EE6AFA1466E /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl */ = { + isa = PBXGroup; + children = ( + 560011A4EA65A46737980CE5 /* Sources */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + sourceTree = ""; + }; BE6850750AF0BDE3FDC817A6 /* GRPC */ = { isa = PBXGroup; children = ( @@ -11681,15 +11548,6 @@ path = TestingUtils; sourceTree = ""; }; - BF17EDA546B54B66D8C4C996 /* pool */ = { - isa = PBXGroup; - children = ( - 9D22DFAE5127FBA77FF3ECFD /* internal.h */, - 83DEB5E11525258D16FAFFF2 /* pool.c */, - ); - path = pool; - sourceTree = ""; - }; BF3C4A9F4FD3DA514BC273B2 /* bin */ = { isa = PBXGroup; children = ( @@ -11701,24 +11559,12 @@ path = bin; sourceTree = ""; }; - BF88C3AC959B7511D52D14D9 /* ConnectionStateMachine */ = { + BF655DACA6A968A203D206ED /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log */ = { isa = PBXGroup; children = ( - A52876131583EC2C059EDAAB /* FrameReceivingStates */, - D21AABC7A07AE4DC3611684A /* FrameSendingStates */, - AAFE181FEADAA1FA772FF0D2 /* ConnectionStateMachine.swift */, - 50B1161A90FC36B35A5FF462 /* ConnectionStreamsState.swift */, - 27EC04974D99407813382695 /* HasFlowControlWindows.swift */, - 9EAA5EBE59B7B2E0CED747F5 /* HasLocalSettings.swift */, - 22695C34AE71643228ECB753 /* HasRemoteSettings.swift */, - AA1F57C3669ACBC80C8CD608 /* HTTP2SettingsState.swift */, - 5E19ABAD0DCD554214391055 /* LocallyQuiescingState.swift */, - 320176D449F1B08A4EE9DBDF /* QuiescingState.swift */, - A9C3C85927052E68673F25FE /* RemotelyQuiescingState.swift */, - BF8D4AC83508CE4E2F359DF0 /* SendAndReceiveGoawayState.swift */, - 496178A5E25AB31A32F57EAE /* StateMachineResult.swift */, + 1FFF2CB5E0F82BB5E3451ABA /* Logging.rules_xcodeproj.swift.compile.params */, ); - path = ConnectionStateMachine; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log"; sourceTree = ""; }; BFB360BCCEC8C7C4C53BBCF3 /* ExternalResources.bundle */ = { @@ -11737,6 +11583,64 @@ path = swift_c_module; sourceTree = ""; }; + C0973DD3B10C7BA728C366F6 /* NIOCore */ = { + isa = PBXGroup; + children = ( + FA1DE257559C391843514110 /* AsyncSequences */, + 51F5292380418C62A2AF3458 /* AddressedEnvelope.swift */, + 554B41D703D28FB200CEB271 /* AsyncAwaitSupport.swift */, + 9384E501C99EF7C513C2C435 /* AsyncAwaitSupport+OldXcodes.swift */, + B734D10D27CF7214FE048EC4 /* BSDSocketAPI.swift */, + 6C82B68BABE39BAA9BC4B2D3 /* ByteBuffer-aux.swift */, + C118F3B6D4316FC1C36856A9 /* ByteBuffer-conversions.swift */, + E41DA7314F2E44A70CB64FED /* ByteBuffer-core.swift */, + 9DBCA18CF5BD7E97DA9F3051 /* ByteBuffer-int.swift */, + 8B02BB61B070034CEDB931BD /* ByteBuffer-lengthPrefix.swift */, + 1645111F6BFB77028F2D421F /* ByteBuffer-multi-int.swift */, + 0FDB35EDCF6F4F013F3D473E /* ByteBuffer-views.swift */, + 03679B45684FE82713FEE16F /* Channel.swift */, + E8C1C02EF591A25785B41DD5 /* ChannelHandler.swift */, + 4B8134C10FB6914341FCA28E /* ChannelHandlers.swift */, + 1567CFB2C41ACA600AA327F3 /* ChannelInvoker.swift */, + 9BFB06B975FDCA4DE0A027D7 /* ChannelOption.swift */, + 3D0A5FD0956653F4CF7D1EAB /* ChannelPipeline.swift */, + C66120E36EF489D5C9D594D8 /* CircularBuffer.swift */, + F385F1F3ECBED7F67E5039FC /* Codec.swift */, + 87FDDABCA045C6A56C5D338D /* ConvenienceOptionSupport.swift */, + DABE82666C465A23490D8018 /* DeadChannel.swift */, + E22DCDA38C2F29CA2796C7CF /* DispatchQueue+WithFuture.swift */, + 0046EFB26BFDF84D87CFAA9B /* EventLoop.swift */, + 65C28B5A4BD6DDDA0C3FD638 /* EventLoop+Deprecated.swift */, + 594980538E4E9AB258A74DA3 /* EventLoopFuture.swift */, + 73F737C0B955AD1D72B891E5 /* EventLoopFuture+Deprecated.swift */, + 795C3CBD60FA00CD0F941EE1 /* EventLoopFuture+WithEventLoop.swift */, + C4C19C281C2B4A44E268B98F /* FileDescriptor.swift */, + 443F9D8A3EBCD2E97054ED24 /* FileHandle.swift */, + 51C7304C8AD248D6C1F5103A /* FileRegion.swift */, + E53F27486A1E499D0B84E978 /* IntegerBitPacking.swift */, + B8FD20CCB5E9A8BC3BEF03E2 /* IntegerTypes.swift */, + 19A54AA50652BFC10C81B032 /* Interfaces.swift */, + CDBB539EB9BDA6918D3E0E13 /* IO.swift */, + 640FD1C258743CDF8A2FBA44 /* IOData.swift */, + 2B36D3AF973D6F888B94051B /* Linux.swift */, + 90447FB6102C1A9991A97B87 /* MarkedCircularBuffer.swift */, + 7791F487A1B410A94F32C639 /* MulticastChannel.swift */, + 20F69F39AF13D29F5B240854 /* NIOAny.swift */, + 197B60DE3F895979153DD3E4 /* NIOCloseOnErrorHandler.swift */, + C42A73701278ECD0B932DA81 /* NIOSendable.swift */, + E89D427E105353C6EA037B49 /* PointerHelpers.swift */, + A1D47E6312922C8BEE0A4E06 /* RecvByteBufferAllocator.swift */, + 24D47746DDA43E28FD45707D /* SingleStepByteToMessageDecoder.swift */, + FD04F748494E89D60CB8C893 /* SocketAddresses.swift */, + 4B0952EE86E2348D29B5C1BF /* SocketOptionProvider.swift */, + 6FB30CC304A37F0AE1F95D5F /* SystemCallHelpers.swift */, + DB4CA5C16DD587C5A10DA190 /* TypeAssistedChannelHandler.swift */, + 0E74F1FF6E9796E9DEFE60C8 /* UniversalBootstrapSupport.swift */, + 71CCE8914AFEA740C37100F2 /* Utilities.swift */, + ); + path = NIOCore; + sourceTree = ""; + }; C1FF29B49D9113551D1F5287 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -11764,19 +11668,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - C258758D1F9AA88774577A99 /* rand_extra */ = { - isa = PBXGroup; - children = ( - 25200431CA075BBBE42AF570 /* deterministic.c */, - EFFA5332DCAE274B0CCCB394 /* forkunsafe.c */, - 1437C49D92D00B9CFB02AD8B /* fuchsia.c */, - C054AE83C0240284609834F3 /* passive.c */, - AC8D9AEE54787FE2355F53F8 /* rand_extra.c */, - 8379DA239A4977BE4CAE6907 /* windows.c */, - ); - path = rand_extra; - sourceTree = ""; - }; C2A2CB6FFB277B3B4E0252B5 /* examples_ios_app_external~override */ = { isa = PBXGroup; children = ( @@ -11785,15 +11676,13 @@ path = "examples_ios_app_external~override"; sourceTree = ""; }; - C2E134ECCA22B7D78356B904 /* pkcs8 */ = { + C3244849500288508D898158 /* des */ = { isa = PBXGroup; children = ( - EDB6D89BF7B2782B789B7613 /* internal.h */, - 9A0E51CA3BC195C103AAFE34 /* p5_pbev2.c */, - FAD73AA7030B5397328980CA /* pkcs8_x509.c */, - 2E73ABD07E29EB14E0A13B26 /* pkcs8.c */, + D22944EC8D2319999722C367 /* des.c */, + 6801FF668906B20EF0BD4ABD /* internal.h */, ); - path = pkcs8; + path = des; sourceTree = ""; }; C350BC98808FF103CCC7EED5 /* swift_c_module */ = { @@ -11813,6 +11702,15 @@ path = Tests; sourceTree = ""; }; + C3AD0BC6CFEBF2AB4CDAC942 /* CNIOAtomics */ = { + isa = PBXGroup; + children = ( + AD7BA03BAC00AC52B10062A8 /* include */, + 95F3D96251DD0D8D36F60C5A /* src */, + ); + path = CNIOAtomics; + sourceTree = ""; + }; C3EF4157D3560B7814D9E511 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -11846,6 +11744,14 @@ path = CommandLineTool; sourceTree = ""; }; + C4604874E7BB99C62648047A /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics */ = { + isa = PBXGroup; + children = ( + E4B43B0396E6160705A66E88 /* Sources */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; + sourceTree = ""; + }; C4D61C2B845FDC6A72535D16 /* CryptoSwift.xcframework */ = { isa = PBXGroup; children = ( @@ -11869,34 +11775,21 @@ path = "ExampleNestedResources-intermediates"; sourceTree = ""; }; - C58457F0AC90922C6E07F2C0 /* rand */ = { - isa = PBXGroup; - children = ( - 43D8364D634A058E6CB77E11 /* ctrdrbg.c */, - 19AAF4E0297C64A510095413 /* fork_detect.c */, - 380DB85E2DF08FBD29744362 /* fork_detect.h */, - 445D0255F9D59F801660A072 /* getrandom_fillin.h */, - C074887A179028168F17E533 /* internal.h */, - 6414578320880FADAC2FC37B /* rand.c */, - ACBEB609A7E1E44A0B325976 /* urandom.c */, - ); - path = rand; - sourceTree = ""; - }; - C59C698461851DC36AC508A7 /* Sources */ = { + C5ACC19CB20AAB7701795628 /* ExampleResources.bundle */ = { isa = PBXGroup; children = ( - 949EE888503297EA90F17061 /* NIOExtras */, + BE0E9AF79C73E5967E3ABF0E /* Info.plist */, ); - path = Sources; + path = ExampleResources.bundle; sourceTree = ""; }; - C5ACC19CB20AAB7701795628 /* ExampleResources.bundle */ = { + C5C1A3D269A7902906DE2528 /* lhash */ = { isa = PBXGroup; children = ( - BE0E9AF79C73E5967E3ABF0E /* Info.plist */, + 2DF9FE511FCC906565F3EE7B /* internal.h */, + 3F6B5BFFCFE8EACE4169E0CD /* lhash.c */, ); - path = ExampleResources.bundle; + path = lhash; sourceTree = ""; }; C5DA04B2480EBE8D895B5826 /* Products */ = { @@ -12009,18 +11902,6 @@ name = Products; sourceTree = ""; }; - C5F5D881C4E1AC43BA55DF9D /* rsa */ = { - isa = PBXGroup; - children = ( - 45DDD4CF9B0E8D930EEF9F00 /* blinding.c */, - C6A838E645ECB12648762151 /* internal.h */, - 60BEAC5F5708297F2072213B /* padding.c */, - A199E2C9403119D9B761B686 /* rsa_impl.c */, - 1DD7EC5A7B7C9D4D9A7F4C1B /* rsa.c */, - ); - path = rsa; - sourceTree = ""; - }; C651F427F31BC1AE00BF1E20 /* bin */ = { isa = PBXGroup; children = ( @@ -12056,6 +11937,16 @@ path = Proto; sourceTree = ""; }; + C6C92B0FAB4276750C7CF962 /* ServerCallContexts */ = { + isa = PBXGroup; + children = ( + 0A0E3F598F869F09B0506ECF /* ServerCallContext.swift */, + CA90BE1916D2319C88E7C14F /* StreamingResponseCallContext.swift */, + 1BECF751F27A884021450A64 /* UnaryResponseCallContext.swift */, + ); + path = ServerCallContexts; + sourceTree = ""; + }; C6CD0950235A365354A3F47B /* dynamic */ = { isa = PBXGroup; children = ( @@ -12073,6 +11964,14 @@ path = UnitTests; sourceTree = ""; }; + C77DBD2CB6C71857BD2F73A1 /* Sources */ = { + isa = PBXGroup; + children = ( + 7EFF894F36EBD1CB12957C3C /* NIOExtras */, + ); + path = Sources; + sourceTree = ""; + }; C793C8450EA482A7A11B6AA2 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -12126,6 +12025,34 @@ path = WidgetExtension; sourceTree = ""; }; + C9212A2E2314D2532B091318 /* ConnectionStateMachine */ = { + isa = PBXGroup; + children = ( + EC21802CB0B12E0E3F6C13A7 /* FrameReceivingStates */, + 5265FCC07897FF943CECC2F6 /* FrameSendingStates */, + D245EB8087FE3DD689F0BC69 /* ConnectionStateMachine.swift */, + 70DDC77588DBA927B33DE2B5 /* ConnectionStreamsState.swift */, + 3611A4379777B60468FCF238 /* HasFlowControlWindows.swift */, + 05333B24725200844B02F3B3 /* HasLocalSettings.swift */, + A788C199B17754C5D9CB783C /* HasRemoteSettings.swift */, + A51F6EDCDFFC92A1ABE99839 /* HTTP2SettingsState.swift */, + 364CD706E3A938BE0C7AB95F /* LocallyQuiescingState.swift */, + ED29AD71D0526F8586CE2E0D /* QuiescingState.swift */, + F0F6A796EC98E253B68B9C1D /* RemotelyQuiescingState.swift */, + E2DA28CAFCAFD57D61D6C1D4 /* SendAndReceiveGoawayState.swift */, + B477AAB8BE4BCE068F1416ED /* StateMachineResult.swift */, + ); + path = ConnectionStateMachine; + sourceTree = ""; + }; + C97CD6977F310FA6DA887F09 /* ecdh_extra */ = { + isa = PBXGroup; + children = ( + 71DA034562C60C5E95E51224 /* ecdh_extra.c */, + ); + path = ecdh_extra; + sourceTree = ""; + }; C9FAFB28154320C9567FAA46 /* ios-arm64 */ = { isa = PBXGroup; children = ( @@ -12134,6 +12061,17 @@ path = "ios-arm64"; sourceTree = ""; }; + CA353314AE297B72842E1526 /* SwiftCrypto */ = { + isa = PBXGroup; + children = ( + 448C2F5232A669908677917A /* NIOSSLSecureBytes.swift */, + 6F5E2207A42CE7FEB493E991 /* RNG.swift */, + F0FA4539F071D9A836617EAE /* SafeCompare.swift */, + 66C1A8B232B541C708511830 /* Zeroization.swift */, + ); + path = SwiftCrypto; + sourceTree = ""; + }; CA9E6D4E1D9744E15A5FBEAD /* UI */ = { isa = PBXGroup; children = ( @@ -12143,6 +12081,17 @@ path = UI; sourceTree = ""; }; + CAE1AEAB1CB8FC99321BE050 /* CNIOBoringSSL */ = { + isa = PBXGroup; + children = ( + 76B056497F7CE9CADB9F507C /* crypto */, + F85E7C8A585993964A148F46 /* include */, + 63FE643808DCD92FBDB201C1 /* ssl */, + 8B99B9ABEEC9CC2CB322FBB5 /* third_party */, + ); + path = CNIOBoringSSL; + sourceTree = ""; + }; CB62A6CD42982713DA860A7B /* person_proto.protoc_gen_pb_swift */ = { isa = PBXGroup; children = ( @@ -12151,6 +12100,15 @@ path = person_proto.protoc_gen_pb_swift; sourceTree = ""; }; + CB6466CF5B00DDB0C59FA2C4 /* tls */ = { + isa = PBXGroup; + children = ( + C72631EFC8257049A2654404 /* internal.h */, + 597B4CDB90CB94EB8E27096C /* kdf.c */, + ); + path = tls; + sourceTree = ""; + }; CB96F0A48D2031400585F25E /* LibFramework.iOS */ = { isa = PBXGroup; children = ( @@ -12167,16 +12125,6 @@ path = tvOSAppUnitTests.__internal__.__test_bundle; sourceTree = ""; }; - CC5BED52BCEDB36774DC09B2 /* src */ = { - isa = PBXGroup; - children = ( - 30283292A01F7CCD834276D0 /* c-atomics.c */, - CC0428FD102CC92EB28E3CED /* c-nioatomics.c */, - 97701DCF27575AA37BC963B4 /* cpp_magic.h */, - ); - path = src; - sourceTree = ""; - }; CCBECB95ACB7E45A7629F04D /* Bundle */ = { isa = PBXGroup; children = ( @@ -12191,28 +12139,36 @@ children = ( 2DA28C84AC5106A658911121 /* LibFramework.iOS */, ); - path = rules_xcodeproj; + path = rules_xcodeproj; + sourceTree = ""; + }; + CD62091BE379DB84AF253F1B /* Sources */ = { + isa = PBXGroup; + children = ( + 4A1F9C8BE91488282CD6158F /* _NIODataStructures */, + C3AD0BC6CFEBF2AB4CDAC942 /* CNIOAtomics */, + D36E1F5B50EB74E25FE08F0B /* CNIODarwin */, + AD628139AA6362EC30A48AF4 /* CNIOLinux */, + 426DD32E61E29E36C1F5F484 /* CNIOLLHTTP */, + 674F941738A1D0C6314F139E /* CNIOWindows */, + 19BCA9D07447CBB2B383874A /* NIO */, + DE43D6A932D30A77063BFBEF /* NIOConcurrencyHelpers */, + C0973DD3B10C7BA728C366F6 /* NIOCore */, + E666DF2B6B1912FF565ED278 /* NIOEmbedded */, + 7192D10F64FAD72A7AD39799 /* NIOFoundationCompat */, + D4DADF318AF5ED04716953C2 /* NIOHTTP1 */, + 7D48C87397922F7F3D325C87 /* NIOPosix */, + 5217582A9677B4554FF3E05F /* NIOTLS */, + ); + path = Sources; sourceTree = ""; }; - CDE81B289EA2F851C46AF869 /* Sources */ = { + CDA67C0367F855BA6FBA6FFA /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf */ = { isa = PBXGroup; children = ( - 597E7D96CE789436423E238E /* _NIODataStructures */, - 8ECB2E857FEDFE951196B6C0 /* CNIOAtomics */, - 1CB914742F982C82A5B50613 /* CNIODarwin */, - A888AC1906AA6C7C48E4BE3A /* CNIOLinux */, - 4A1977647ADBB1E9E2CD77C3 /* CNIOLLHTTP */, - 55AF8A90B6D52D2AE2E8F33A /* CNIOWindows */, - AF3F39E936AD42768F4DC84F /* NIO */, - BBA01F5EF307340AC8DEA239 /* NIOConcurrencyHelpers */, - 15B2D3D30A104B1EDCB5D6CD /* NIOCore */, - 09A6A3701AA5C856E7C68CC3 /* NIOEmbedded */, - D4F9B6DEB8872EA7C0769934 /* NIOFoundationCompat */, - FCB6D3182CE0945A0D9603B4 /* NIOHTTP1 */, - 2162B9586839F925F1595A8F /* NIOPosix */, - 44387D3B444D2D7B67A1F924 /* NIOTLS */, + 9A1B00355B5C0FE24BC4CE78 /* Sources */, ); - path = Sources; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf"; sourceTree = ""; }; CDFEB690B6691CF1FD5AB08C /* CommandLineToolLib */ = { @@ -12266,16 +12222,6 @@ path = Resources; sourceTree = ""; }; - CF45267641167CC5548190E7 /* Logging */ = { - isa = PBXGroup; - children = ( - D95BCEC2EEC60AF695DA96BB /* Locks.swift */, - 2EDDFC3541AE81457804575F /* Logging.swift */, - 840810606A51BE9631DBABFD /* LogHandler.swift */, - ); - path = Logging; - sourceTree = ""; - }; D0C559F518D026FE3BBA0700 /* bin */ = { isa = PBXGroup; children = ( @@ -12309,29 +12255,6 @@ path = iOSApp; sourceTree = ""; }; - D21AABC7A07AE4DC3611684A /* FrameSendingStates */ = { - isa = PBXGroup; - children = ( - 7058584004E5D2B39F92A1CC /* MaySendFrames.swift */, - E6B4F3B50F01DC46BDED7B12 /* SendingDataState.swift */, - BCDC518BF7F83BF6C265C502 /* SendingGoawayState.swift */, - E593EC781F5A6212CD004478 /* SendingHeadersState.swift */, - 39C9205DF66C63DCAB38320D /* SendingPushPromiseState.swift */, - BEA3E9664E0B0AC741BCDAE0 /* SendingRstStreamState.swift */, - 8D2972E2604CA779B461ABAD /* SendingWindowUpdateState.swift */, - ); - path = FrameSendingStates; - sourceTree = ""; - }; - D278526903AB4081098DF038 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics */ = { - isa = PBXGroup; - children = ( - 9074AD2BA354AE322A39E68E /* _AtomicsShims.rules_xcodeproj.c.compile.params */, - 6EEBA902578D0EB83F81531A /* Atomics.rules_xcodeproj.swift.compile.params */, - ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; - sourceTree = ""; - }; D2A911FF6384145D13543E64 /* watchOSAppUITests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -12358,6 +12281,15 @@ path = LibFramework.watchOS; sourceTree = ""; }; + D36E1F5B50EB74E25FE08F0B /* CNIODarwin */ = { + isa = PBXGroup; + children = ( + FEFB139F27C9FB65E717247C /* include */, + 10D62C2149CB4FDF48570CE9 /* shim.c */, + ); + path = CNIODarwin; + sourceTree = ""; + }; D3EE0870275E6782F9795855 /* CoreUtilsMixed */ = { isa = PBXGroup; children = ( @@ -12389,67 +12321,39 @@ path = MixedAnswer; sourceTree = ""; }; - D4DDE6B12FA429652CF29666 /* rules_xcodeproj */ = { + D4DADF318AF5ED04716953C2 /* NIOHTTP1 */ = { isa = PBXGroup; children = ( - 84CF6772F9DD2E037127837C /* watchOSAppExtension */, + B4D8390930B02AB66C02AA50 /* ByteCollectionUtils.swift */, + D2D4BBD78F8665A970ED9AB2 /* HTTPDecoder.swift */, + B9614EED133F4DB1B1BCF276 /* HTTPEncoder.swift */, + 031AD83DA221399F3813BF15 /* HTTPHeaders+Validation.swift */, + DF0F53599819EA7717B647E4 /* HTTPHeaderValidator.swift */, + 44EA80FB58B663231C7635E3 /* HTTPPipelineSetup.swift */, + 8710EC1714CCD5965FD46BB8 /* HTTPServerPipelineHandler.swift */, + 86C3058058C8C25590618C58 /* HTTPServerProtocolErrorHandler.swift */, + F09FD80E3F377D10974E491C /* HTTPServerUpgradeHandler.swift */, + 8C465A0C78E2563F29695E65 /* HTTPTypes.swift */, + 5A17B24102E63F0B04B2481E /* NIOHTTPClientUpgradeHandler.swift */, + 1846E8993ED9B19E26A3ECD7 /* NIOHTTPObjectAggregator.swift */, ); - path = rules_xcodeproj; + path = NIOHTTP1; sourceTree = ""; }; - D4F9B6DEB8872EA7C0769934 /* NIOFoundationCompat */ = { + D4DDE6B12FA429652CF29666 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( - 7E69F0B977F8C0A12289A0C8 /* ByteBuffer-foundation.swift */, - 34884BC4F25DBAB4DA0AF754 /* Codable+ByteBuffer.swift */, - 4AEB79B9D1E9CB0C8A604551 /* JSONSerialization+ByteBuffer.swift */, + 84CF6772F9DD2E037127837C /* watchOSAppExtension */, ); - path = NIOFoundationCompat; + path = rules_xcodeproj; sourceTree = ""; }; - D4FC8118D62B45753FCEB287 /* ssl */ = { - isa = PBXGroup; - children = ( - C6311F761ED07AC8DBB21E94 /* bio_ssl.cc */, - E76CB8DA085CBC1E33A56EDB /* d1_both.cc */, - E76E48356BCE0A0A2AB1774F /* d1_lib.cc */, - 634E1A9B127E7B15D64192C5 /* d1_pkt.cc */, - E41EE7C72688596917C30F87 /* d1_srtp.cc */, - 1CEC9F7A34FB1180981D149C /* dtls_method.cc */, - 23DC3BDC0FBC5E94E8C2134D /* dtls_record.cc */, - AD8052D2130A6D8FB9981B7A /* encrypted_client_hello.cc */, - 02563133C59F7AE8B0A3455A /* extensions.cc */, - 47D078CBC49AB2397E4E4BA6 /* handoff.cc */, - 4D7FF788A18DF9FE145138DF /* handshake_client.cc */, - 8A950E763E703D2F24B1586C /* handshake_server.cc */, - 18D567B106734A447CFC2294 /* handshake.cc */, - D1CBDEBD6C41E88FF313ADCE /* internal.h */, - 171578FD24E78F65CFB889C2 /* s3_both.cc */, - E81A76DE573CEB5343692FE0 /* s3_lib.cc */, - 733EC2CE22B66D93D8A7FFFB /* s3_pkt.cc */, - 23056A148C1DD9F74C7555ED /* ssl_aead_ctx.cc */, - 7587B53675AA8C093523CA34 /* ssl_asn1.cc */, - F83E864F4598B2668C1EBDB6 /* ssl_buffer.cc */, - 3544D226CB56218BEE90EDB9 /* ssl_cert.cc */, - 287D4FAF471770BF5E86D01F /* ssl_cipher.cc */, - 14FB5F124898E9AB0FADEF4B /* ssl_file.cc */, - 2787E3D2571B3694E14C603F /* ssl_key_share.cc */, - 222F60163C86FC89573205EE /* ssl_lib.cc */, - 39B02C4C798B48A164800B47 /* ssl_privkey.cc */, - CB8FBEFB07A2F3ADAE3EBDD5 /* ssl_session.cc */, - F4DB71A575D141A35F05A493 /* ssl_stat.cc */, - 6A72D74B73B91C1E9D1C42AA /* ssl_transcript.cc */, - BF0675F2C0E3E15E67EED917 /* ssl_versions.cc */, - 27728EBFDEBE453977761CB5 /* ssl_x509.cc */, - 6EE4103B4ABBFAB5C2578711 /* t1_enc.cc */, - E23F4C84B7E04386CD9B54E1 /* tls_method.cc */, - 9B22BB6B408BA5B8595323AE /* tls_record.cc */, - EA5AA0BC8B73BAD4A6595A86 /* tls13_both.cc */, - 445298486290A90ED0043F2B /* tls13_client.cc */, - 27F6A128495E5E1F2E53844B /* tls13_enc.cc */, - 90DBFE132938ED7436F36988 /* tls13_server.cc */, + D507B4E8EDFD5381A7A2DBB4 /* include */ = { + isa = PBXGroup; + children = ( + 7DC724D1E1945D396A18C00A /* CNIOBoringSSLShims.h */, ); - path = ssl; + path = include; sourceTree = ""; }; D5AB6239DC49D4BC4A8B15A7 /* UnitTests */ = { @@ -12461,6 +12365,18 @@ path = UnitTests; sourceTree = ""; }; + D62CE0BD41EE8757689EE3BF /* poly1305 */ = { + isa = PBXGroup; + children = ( + A5F816356BFC503A22962AAE /* internal.h */, + 6E5A80EEC343C326B47A0251 /* poly1305_arm_asm.S */, + 70B24001CEDFA220208F46C0 /* poly1305_arm.c */, + C6C4B917886F025F5891CEAC /* poly1305_vec.c */, + 0781AAB1E69A950FE3742FD5 /* poly1305.c */, + ); + path = poly1305; + sourceTree = ""; + }; D62F66B30A6E1042A86438BE /* WidgetExtension */ = { isa = PBXGroup; children = ( @@ -12530,15 +12446,6 @@ path = "ios-arm64_i386_x86_64-simulator"; sourceTree = ""; }; - D7BACC454A07D7FA109B9DBF /* Sources */ = { - isa = PBXGroup; - children = ( - BDBF78EB08BF48B9939A3B58 /* _AtomicsShims */, - AE051812569559FBD90D7D6E /* Atomics */, - ); - path = Sources; - sourceTree = ""; - }; D810C2A2F3C2B3A6D28FDB3A /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -12548,36 +12455,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - D83776A5806C9301B81C764E /* bn */ = { - isa = PBXGroup; - children = ( - B24DC0DE588EE444F471F2E1 /* asm */, - B0772C067091052CE40583A6 /* add.c */, - 3ED69ECBACC5576BCB638E4F /* bn.c */, - B26C97D594287863DEE920FA /* bytes.c */, - 030EBA5B49897C5F72DB119E /* cmp.c */, - 5AB7143FB3570C8ED009C27C /* ctx.c */, - 3274E2E7D6BCE061D4B497BC /* div_extra.c */, - BA9065B56DCEBD00C60AE70B /* div.c */, - 552D1D5EB047C9CE79678D02 /* exponentiation.c */, - 9129A87140A32FAF200771B4 /* gcd_extra.c */, - 32894667BDF98A4EFBB330AA /* gcd.c */, - 47D28C094C392D4AF8432D5E /* generic.c */, - 558F921A997F47152EEC0F4A /* internal.h */, - 0BE6A0E0251064D9EE709CBF /* jacobi.c */, - 6F76041C58BF0CF2C32B950C /* montgomery_inv.c */, - 1F0FC1AEE10715E417D26CBA /* montgomery.c */, - 0C92C3EC64B83BFC5C6EE9B4 /* mul.c */, - E47370128DC42C3521226828 /* prime.c */, - 12F95D6803D5EEB7E8E7D1AD /* random.c */, - 2D035C14DF849B058EC4738F /* rsaz_exp.c */, - BCABC7DECAE59D1992CAF0F9 /* rsaz_exp.h */, - CF3A5F6631E5B1337A4DDC5F /* shift.c */, - 3337C1A8573A99E2B8C15BD5 /* sqrt.c */, - ); - path = bn; - sourceTree = ""; - }; D873DCDC0A4D5554B25E1821 /* FrameworkCoreUtilsObjC */ = { isa = PBXGroup; children = ( @@ -12607,17 +12484,6 @@ path = WidgetExtension; sourceTree = ""; }; - DA25C5500DBE9A5AC5021C29 /* trust_token */ = { - isa = PBXGroup; - children = ( - 1E22538AB4E1A59EB255F091 /* internal.h */, - 0E44237A2AC38DE5E19280EE /* pmbtoken.c */, - 1311DDB655792329881B29F1 /* trust_token.c */, - C8CAB8C9EF1805D2FFDC5A81 /* voprf.c */, - ); - path = trust_token; - sourceTree = ""; - }; DA38BCEBCA08ACC92B41EFBB /* CONFIGURATION-STABLE-4 */ = { isa = PBXGroup; children = ( @@ -12626,20 +12492,20 @@ path = "CONFIGURATION-STABLE-4"; sourceTree = ""; }; - DAF68E6BB9A09AB9BD22DC4A /* asm */ = { + DB1A9ED0E3415716F0002604 /* LibFramework.iOS */ = { isa = PBXGroup; children = ( - 28727D060A4E3680BFC37BF5 /* poly_rq_mul.S */, + 62A3C5C493B100E4AD17EDBD /* Info.plist */, ); - path = asm; + path = LibFramework.iOS; sourceTree = ""; }; - DB1A9ED0E3415716F0002604 /* LibFramework.iOS */ = { + DB5298A89FF2FA8837B3AE52 /* Sources */ = { isa = PBXGroup; children = ( - 62A3C5C493B100E4AD17EDBD /* Info.plist */, + 5F49BFF200B3E5DF601887FF /* DequeModule */, ); - path = LibFramework.iOS; + path = Sources; sourceTree = ""; }; DB7CB8217EEF29F5C3BAA3F2 /* cc_lib_headers */ = { @@ -12677,6 +12543,15 @@ path = swift_c_module; sourceTree = ""; }; + DD9D2D238D4E4D2A8B55AB23 /* pool */ = { + isa = PBXGroup; + children = ( + 6519AD3995A021733935EE33 /* internal.h */, + C279BBF9354E03D7ABD11DD2 /* pool.c */, + ); + path = pool; + sourceTree = ""; + }; DDE47775E3AE15B67F53A741 /* private */ = { isa = PBXGroup; children = ( @@ -12699,6 +12574,18 @@ path = iMessageApp; sourceTree = ""; }; + DE43D6A932D30A77063BFBEF /* NIOConcurrencyHelpers */ = { + isa = PBXGroup; + children = ( + 371B5B32B68AC13A33144E5D /* atomics.swift */, + 1B4BA7109F92D1D1A4A12B6A /* lock.swift */, + 8C4A68AB64006DAB89C00D7C /* NIOAtomic.swift */, + 2A834E37BF7888D58563E19A /* NIOLock.swift */, + 14D89F32EB6CDAFB10DBA592 /* NIOLockedValueBox.swift */, + ); + path = NIOConcurrencyHelpers; + sourceTree = ""; + }; DE4FFC97D42C6CFC52A080CF /* CommandLineTool */ = { isa = PBXGroup; children = ( @@ -12728,16 +12615,32 @@ path = bin; sourceTree = ""; }; - DF800AD8FF1E90CD2D9B104F /* cipher */ = { + DF79B1E5C273C4D7DC6CC93D /* rsa */ = { isa = PBXGroup; children = ( - E87C22A6891F75CAEB18E858 /* aead.c */, - 9CB968CCE35B0F8B449A06FB /* cipher.c */, - 07479F4D89F3F490CDE64310 /* e_aes.c */, - 76616A87031F5087E085DE74 /* e_aesccm.c */, - 4E3F4627B11CB706798D119B /* internal.h */, + 611FBBF63603E3574B8826D3 /* blinding.c */, + 2C18A6E51720153683670CD5 /* internal.h */, + 8D90FB94DE7A92F082A204FC /* padding.c */, + B0306DC466F6D7EC8D382242 /* rsa_impl.c */, + 1EB7ED0CEAFA12E0932B1AD4 /* rsa.c */, ); - path = cipher; + path = rsa; + sourceTree = ""; + }; + DFB611FB34F9211AE6A52A26 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log */ = { + isa = PBXGroup; + children = ( + F58FCD3DE14FE02BAD889BDE /* Logging.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log"; + sourceTree = ""; + }; + E091AB8CE542132005F7841B /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras */ = { + isa = PBXGroup; + children = ( + B2E167E56E28F6586BE1CED3 /* NIOExtras.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras"; sourceTree = ""; }; E0947E5622D67A9FDB30F7AE /* CONFIGURATION-STABLE-25 */ = { @@ -12782,31 +12685,45 @@ path = rules_xcodeproj; sourceTree = ""; }; - E31D49BE9041393828456058 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections */ = { + E348A3035D3C7E3C9E92D2A5 /* rand_extra */ = { isa = PBXGroup; children = ( - 1FA81E8EED272523BB4BAE9D /* DequeModule.rules_xcodeproj.swift.compile.params */, + 5E1C4639E33757FDE2165771 /* deterministic.c */, + E1065E33DC71D6D319CB53ED /* forkunsafe.c */, + DC83269B653EE7AC53C0984E /* fuchsia.c */, + BDC0CFE903C7035EEA91B87D /* passive.c */, + D0B3759D0DEA7CE6A33B6C1C /* rand_extra.c */, + ED6B1C8711C7CD2B83A24C0F /* windows.c */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; + path = rand_extra; sourceTree = ""; }; E3B9665813D57E34F03D7034 /* external */ = { isa = PBXGroup; children = ( - D278526903AB4081098DF038 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics */, - E31D49BE9041393828456058 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections */, - 325CEA2AD318D83F00D31B0A /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log */, - 3422559A23B73C492621DCC5 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio */, - 05A5E955A8EFD5BD8C977941 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras */, - 5AFF46BC26E4E80840F06BFA /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 */, - B895F4AFCF42866AB1444DB2 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl */, - 2BD18FAE6065C280FF706787 /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services */, - 821B8CC24873D36BA66B3DDC /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf */, - ED1DD5F5A20C3BB0827AD062 /* rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift */, + 39AEDDCC19DAE75A4EA0FC67 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics */, + 4861787795D0497D88CC53A7 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections */, + BF655DACA6A968A203D206ED /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log */, + 033283A3FF94FCF80DA75DAD /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio */, + 3130A632A7651B1C3157A0C4 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras */, + BC915D0DF71980A5986CBED4 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 */, + A7E589C30B757F04AB2051F8 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl */, + 15D2A7898032BBB1AFFDFE65 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services */, + 87619B3B8566D5F0BA7247F5 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf */, + 6848FC4564CE691076D211F3 /* rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift */, ); path = external; sourceTree = ""; }; + E475A0B0603574954F33078E /* self_check */ = { + isa = PBXGroup; + children = ( + 98DE262202E5DF262F0C663F /* fips.c */, + 023B1C47F067AE3868B6A0BB /* self_check.c */, + ); + path = self_check; + sourceTree = ""; + }; E47D0285F049DB4A4BA8E077 /* iOS */ = { isa = PBXGroup; children = ( @@ -12826,6 +12743,15 @@ path = Lib; sourceTree = ""; }; + E4B43B0396E6160705A66E88 /* Sources */ = { + isa = PBXGroup; + children = ( + 39DED389DB05586EF842DBA2 /* _AtomicsShims */, + 68144BDDDAA2D51CD6E312EB /* Atomics */, + ); + path = Sources; + sourceTree = ""; + }; E4CB94DA78079839EFF7C7B1 /* external */ = { isa = PBXGroup; children = ( @@ -12875,20 +12801,22 @@ path = UI; sourceTree = ""; }; - E6B581B8DB7B688DA2751968 /* external */ = { + E666DF2B6B1912FF565ED278 /* NIOEmbedded */ = { isa = PBXGroup; children = ( - 78C965FF396F543000BA03C9 /* rules_xcodeproj~override~internal~rules_xcodeproj_generated */, + 5F712A12A75E65FB19FA337C /* AsyncTestingChannel.swift */, + 85E142201727CB93B5165BD0 /* AsyncTestingEventLoop.swift */, + 22F19D24774B78C43F72DCD0 /* Embedded.swift */, ); - path = external; + path = NIOEmbedded; sourceTree = ""; }; - E6C12AD768F3F4DC6B800806 /* src */ = { + E6B581B8DB7B688DA2751968 /* external */ = { isa = PBXGroup; children = ( - 25272E47C095826DA08AD231 /* _AtomicsShims.c */, + 78C965FF396F543000BA03C9 /* rules_xcodeproj~override~internal~rules_xcodeproj_generated */, ); - path = src; + path = external; sourceTree = ""; }; E6C5216F5D754714D0415030 /* includes */ = { @@ -12916,6 +12844,23 @@ path = iOSAppSwiftUnitTests.__internal__.__test_bundle; sourceTree = ""; }; + E7BE8FEFF2A027FD6B6B9B64 /* Sources */ = { + isa = PBXGroup; + children = ( + 774F407B342BE153F9F90727 /* NIOHPACK */, + 3CF1160E320D7A2E94E20B86 /* NIOHTTP2 */, + ); + path = Sources; + sourceTree = ""; + }; + E7CC7F294482FE03DEB3A642 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf */ = { + isa = PBXGroup; + children = ( + 5E75B1F736BFD6526E3F8B64 /* SwiftProtobuf.rules_xcodeproj.swift.compile.params */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf"; + sourceTree = ""; + }; E806441BE52C61D1139FBE5F /* Test */ = { isa = PBXGroup; children = ( @@ -12943,6 +12888,25 @@ path = private; sourceTree = ""; }; + E8791D15635EA594B5A6D197 /* Sources */ = { + isa = PBXGroup; + children = ( + E9E1784DF514A85F4864323B /* CGRPCZlib */, + 6FF11E13F01715D9CF4DDB64 /* GRPC */, + ); + path = Sources; + sourceTree = ""; + }; + E8C27BE2D551AD4AEAFF2ECA /* hrss */ = { + isa = PBXGroup; + children = ( + FDB9EFFF23236F84BF975290 /* asm */, + 08B6801B9C5DE4012F1A6DB5 /* hrss.c */, + F051BBF97F6EB7016FE33D60 /* internal.h */, + ); + path = hrss; + sourceTree = ""; + }; E8C94815643D54822EFC94BD /* Lib */ = { isa = PBXGroup; children = ( @@ -12954,15 +12918,6 @@ path = Lib; sourceTree = ""; }; - E92A781B8099A64C599CD56C /* service_indicator */ = { - isa = PBXGroup; - children = ( - 7707080AD6BE97609F946EA2 /* internal.h */, - 652BCD04F7B91239D8BB7621 /* service_indicator.c */, - ); - path = service_indicator; - sourceTree = ""; - }; E9582E1C964A39FD5CF7DD5E /* UITests */ = { isa = PBXGroup; children = ( @@ -12982,6 +12937,15 @@ path = TestingUtils; sourceTree = ""; }; + E9E1784DF514A85F4864323B /* CGRPCZlib */ = { + isa = PBXGroup; + children = ( + ACB6DB2E709D0F03C692D242 /* include */, + E2B1583DA2C84F0295FCD91D /* empty.c */, + ); + path = CGRPCZlib; + sourceTree = ""; + }; E9F159F793B10D88688148AB /* UIFramework.watchOS */ = { isa = PBXGroup; children = ( @@ -13006,6 +12970,114 @@ path = rules_xcodeproj; sourceTree = ""; }; + EA8CA605D5E50A267B0BA20E /* fipsmodule */ = { + isa = PBXGroup; + children = ( + 61B7768B1E29C01FB578EC9D /* aes */, + 8DC4F712F9C8BF9107BE78E8 /* bn */, + 59B5800EE43DDD91B4F15C5B /* cipher */, + 2171D25A2382D830EC47649F /* cmac */, + 92849B5F2E2CBC831B946447 /* dh */, + 149CE86D2DCEE8CC1AFDF2A5 /* digest */, + 1C4410E9FCD0F158A015E41B /* digestsign */, + 3EDDB839269702CF9D39C5AF /* ec */, + BD90CB82536E4BF2A7E5AD0C /* ecdh */, + 478248DD6FD0C11053892DAD /* ecdsa */, + A6F608A2C60A239CFA9DF04E /* hmac */, + 33D196E8509E860EA3A1AFD7 /* md4 */, + 575AFC58C6E24C29C1F8E288 /* md5 */, + B26FEC2D05459CA0B18657DC /* modes */, + 37A78D8E63E280EC08E1F9DE /* rand */, + DF79B1E5C273C4D7DC6CC93D /* rsa */, + E475A0B0603574954F33078E /* self_check */, + 0009422724C0E317D1C1FB0C /* service_indicator */, + A1F3469CAD9974E30A99FC48 /* sha */, + CB6466CF5B00DDB0C59FA2C4 /* tls */, + 3ABEBC10C4EDB192BC07A73A /* aesni-gcm-x86_64.linux.x86_64.S */, + 3187870AB0792AB188AE64B5 /* aesni-gcm-x86_64.mac.x86_64.S */, + A2A5F2B830F6B890DF19968E /* aesni-x86_64.linux.x86_64.S */, + 4FF4A1D9EF6F4E9092B29930 /* aesni-x86_64.mac.x86_64.S */, + 8A93D3AC5988B830B12D9237 /* aesni-x86.linux.x86.S */, + E0A1C84C8C38C14D783CBCF9 /* aesv8-armx32.ios.arm.S */, + F9FBD5889862DF336928BA22 /* aesv8-armx32.linux.arm.S */, + 9F2D02368EE297AA791F7789 /* aesv8-armx64.ios.aarch64.S */, + D3072DB1B3D07D733A021C98 /* aesv8-armx64.linux.aarch64.S */, + 80237A7D2BB134DA878DB12C /* armv4-mont.ios.arm.S */, + 9DA0178EAA552E9F365263A3 /* armv4-mont.linux.arm.S */, + 272902522CD7C221E2C4D598 /* armv8-mont.ios.aarch64.S */, + 31FE62DBBD0157912DACA50A /* armv8-mont.linux.aarch64.S */, + D161449CC906AA0123C65BDF /* bn-586.linux.x86.S */, + A6A45A9313BCD3384AC644E0 /* bsaes-armv7.ios.arm.S */, + F52C4E986EFB5DED0DC008D6 /* bsaes-armv7.linux.arm.S */, + 27C586BE79B9C20CAA9D505F /* co-586.linux.x86.S */, + DF9C20016B44F0BD8A18F2C9 /* delocate.h */, + AD13D1E88B8EA1414440F6DB /* fips_shared_support.c */, + 34C1DF4CEF2C942C3BB82C1A /* ghash-armv4.ios.arm.S */, + B7CC314834BAF5385DE6B50A /* ghash-armv4.linux.arm.S */, + 23752BE871261BEAE17D2DB7 /* ghash-neon-armv8.ios.aarch64.S */, + BD5CA7D22F24A79DF2342524 /* ghash-neon-armv8.linux.aarch64.S */, + 328030E6769DE0AFC7FE1B87 /* ghash-ssse3-x86_64.linux.x86_64.S */, + E6696B6FF5A562C53B154812 /* ghash-ssse3-x86_64.mac.x86_64.S */, + A1E8D982E6192C014DFFC23B /* ghash-ssse3-x86.linux.x86.S */, + F305DA308FAC5648864A793F /* ghash-x86_64.linux.x86_64.S */, + 23736B00E703F296A93C2B7A /* ghash-x86_64.mac.x86_64.S */, + FC91D191CF7AE655DEEAD619 /* ghash-x86.linux.x86.S */, + 32F2B175FF485FF43782F17F /* ghashv8-armx32.ios.arm.S */, + C8A48AD4A12D9DCEBCD5F151 /* ghashv8-armx32.linux.arm.S */, + 056023F1E048692F8757ABEB /* ghashv8-armx64.ios.aarch64.S */, + BB2F4A639F7414DAB1E07995 /* ghashv8-armx64.linux.aarch64.S */, + 9921C8D62E9AACA141D1938D /* md5-586.linux.x86.S */, + B5C06594860200E8039BD1E4 /* md5-x86_64.linux.x86_64.S */, + E8FC1B3B61FD8E2E1AD1CD80 /* md5-x86_64.mac.x86_64.S */, + 49C87CFD133886FCFDA1C632 /* p256_beeu-armv8-asm.ios.aarch64.S */, + 78F5DCD7214C1DAE39C495FB /* p256_beeu-armv8-asm.linux.aarch64.S */, + 1A704F62FA009751AFB8A1B7 /* p256_beeu-x86_64-asm.linux.x86_64.S */, + 09D8F8000722E3B32F6FB0E7 /* p256_beeu-x86_64-asm.mac.x86_64.S */, + 3F8EA08E40F21CA8788A3416 /* p256-armv8-asm.ios.aarch64.S */, + EF14FE1537163950DC3D754A /* p256-armv8-asm.linux.aarch64.S */, + 83141900A7D91F73790DC800 /* p256-x86_64-asm.linux.x86_64.S */, + 345CE470C8DB6A578A694F32 /* p256-x86_64-asm.mac.x86_64.S */, + 7A16578061C8BFD9761E3C39 /* rdrand-x86_64.linux.x86_64.S */, + 2EF577689E5568A57A2A7037 /* rdrand-x86_64.mac.x86_64.S */, + A888E3FE0DBA28DB2A54150B /* rsaz-avx2.linux.x86_64.S */, + 848DC0353B5728513C3F5439 /* rsaz-avx2.mac.x86_64.S */, + 71816A070C21B044D42F5D61 /* sha1-586.linux.x86.S */, + 75EA77592B321C0E88037E7B /* sha1-armv4-large.ios.arm.S */, + 89CE0B4DAF50055A90BC1CE4 /* sha1-armv4-large.linux.arm.S */, + 47000CFD9A5569E359459B35 /* sha1-armv8.ios.aarch64.S */, + BA427681B64B83473947C4D4 /* sha1-armv8.linux.aarch64.S */, + C41A7E4D5FBEBB6C1DC81E0E /* sha1-x86_64.linux.x86_64.S */, + D443B67D14CE2FB557148C9B /* sha1-x86_64.mac.x86_64.S */, + 7159816E4E45824E6D73A815 /* sha256-586.linux.x86.S */, + 4B1F6885AF943956A243B669 /* sha256-armv4.ios.arm.S */, + C64BFFE10F6533A0C2083555 /* sha256-armv4.linux.arm.S */, + 4738C85DAD9DD92764B26B55 /* sha256-armv8.ios.aarch64.S */, + 1CBDFBCEAA4839A11DD3B974 /* sha256-armv8.linux.aarch64.S */, + EE0B0393E524BA62F2B4A2B2 /* sha256-x86_64.linux.x86_64.S */, + 1B6DB86A2276F35CDE2E21EA /* sha256-x86_64.mac.x86_64.S */, + B261A1F540B1B7EB0BE87371 /* sha512-586.linux.x86.S */, + D5BA1BB4E11558D049A101A0 /* sha512-armv4.ios.arm.S */, + B108AB78B96D847FF4974681 /* sha512-armv4.linux.arm.S */, + F6EF8B0207046C8A2A52663A /* sha512-armv8.ios.aarch64.S */, + 80FB262E65550D1FCA64340F /* sha512-armv8.linux.aarch64.S */, + C3642573EDC59887E01F8A30 /* sha512-x86_64.linux.x86_64.S */, + 9EF25B1B7903C460FA51C77A /* sha512-x86_64.mac.x86_64.S */, + 944C9FF18965041090CE3361 /* vpaes-armv7.ios.arm.S */, + 77061EDD0AB0469D4209B777 /* vpaes-armv7.linux.arm.S */, + 38CD0CB8C24B32F9E8A7E092 /* vpaes-armv8.ios.aarch64.S */, + 0F0A71078C64BB41DE58C051 /* vpaes-armv8.linux.aarch64.S */, + 83F1EF5D53D8309B486CACD1 /* vpaes-x86_64.linux.x86_64.S */, + 8DDE2BA723C26471E0185997 /* vpaes-x86_64.mac.x86_64.S */, + 22865B6FE987EBC67474870F /* vpaes-x86.linux.x86.S */, + B62152C421EF1CBF4C69B74F /* x86_64-mont.linux.x86_64.S */, + 8DC69EF722970BEF57F9B7E2 /* x86_64-mont.mac.x86_64.S */, + E59A4FA3163B3C0B9C43835A /* x86_64-mont5.linux.x86_64.S */, + 730026E229D63A91F53E1F1A /* x86_64-mont5.mac.x86_64.S */, + DA5B6F81562D0EAD7BF749DB /* x86-mont.linux.x86.S */, + ); + path = fipsmodule; + sourceTree = ""; + }; EAE3CBE66B2D11EEA05D927F /* TestingUtils */ = { isa = PBXGroup; children = ( @@ -13027,14 +13099,6 @@ path = Lib; sourceTree = ""; }; - EB4D010649E6CE18EC89D4A2 /* Sources */ = { - isa = PBXGroup; - children = ( - 2470A15C6EA24CD9AFD0F4A0 /* SwiftProtobuf */, - ); - path = Sources; - sourceTree = ""; - }; EB648790D0FFE3030E07E6BF /* ExampleNestedResources-intermediates */ = { isa = PBXGroup; children = ( @@ -13043,118 +13107,36 @@ path = "ExampleNestedResources-intermediates"; sourceTree = ""; }; - EC3EE9F1A13D97A0479BBB67 /* include */ = { - isa = PBXGroup; - children = ( - 44D50776915802C9CC67939F /* boringssl_prefix_symbols_nasm.inc */, - EC4FC25B24D5E189344CFC05 /* CNIOBoringSSL_aead.h */, - E5DD7138B8D53A6524B8009A /* CNIOBoringSSL_aes.h */, - 2AE0A5581CF762BA64D7860B /* CNIOBoringSSL_arm_arch.h */, - D9CB87C4F87F37E7C69A7190 /* CNIOBoringSSL_asn1_mac.h */, - B2B0D9B6F9CCD905F3136CBD /* CNIOBoringSSL_asn1.h */, - 3B9808AE56FC2E2F8341637F /* CNIOBoringSSL_asn1t.h */, - 3B3F7A41C8616517C8558615 /* CNIOBoringSSL_base.h */, - 2873B7D2C04E2CC5A23728A9 /* CNIOBoringSSL_base64.h */, - 16539FCD15FAC70141E098E5 /* CNIOBoringSSL_bio.h */, - D2455F23C5FFCEA634145D3A /* CNIOBoringSSL_blake2.h */, - 7DE9100313FC0493DE63B692 /* CNIOBoringSSL_blowfish.h */, - FA7DF7E333AC9B5EBC0B1CA0 /* CNIOBoringSSL_bn.h */, - DBC02AC66F676DE33DA9BFEE /* CNIOBoringSSL_boringssl_prefix_symbols_asm.h */, - D63479920A09F1B23687E04D /* CNIOBoringSSL_boringssl_prefix_symbols.h */, - EA3F1D87111C06C993327D54 /* CNIOBoringSSL_buf.h */, - 351F15AB897359A602BDA3F2 /* CNIOBoringSSL_buffer.h */, - 0DC893E1642EA7A2897F0426 /* CNIOBoringSSL_bytestring.h */, - 804C21347806FE35F7D8D78D /* CNIOBoringSSL_cast.h */, - BD0730109AAA95A9EA7D7252 /* CNIOBoringSSL_chacha.h */, - 272A0E10B3151AAE4AB38EA0 /* CNIOBoringSSL_cipher.h */, - 1B453557ED53D2020611178A /* CNIOBoringSSL_cmac.h */, - EA5DF5CAAF23468FF0D838CC /* CNIOBoringSSL_conf.h */, - 99DF0C5921CD5A7A1E20A84B /* CNIOBoringSSL_cpu.h */, - 70FDA5BB112FCB1FBE5A8168 /* CNIOBoringSSL_crypto.h */, - EA0CE0F407CC71B02DEABF5C /* CNIOBoringSSL_ctrdrbg.h */, - 917F91FDFE5736F0D514E516 /* CNIOBoringSSL_curve25519.h */, - EC098FE3655166C72545F993 /* CNIOBoringSSL_des.h */, - B628F272DB5E63CD6D100B87 /* CNIOBoringSSL_dh.h */, - 28CB35E1EA45AFA65605E596 /* CNIOBoringSSL_digest.h */, - D0802A6E47AD44A139B4A25F /* CNIOBoringSSL_dsa.h */, - A97095C773200BB9F9071558 /* CNIOBoringSSL_dtls1.h */, - BB9CDC8A3B9060932A9B3A8A /* CNIOBoringSSL_e_os2.h */, - DD7B113C6E5C4D59C4D0EF9A /* CNIOBoringSSL_ec_key.h */, - 9F38A19774F07FFF69698293 /* CNIOBoringSSL_ec.h */, - 4996F29F669C90962EDE9AF7 /* CNIOBoringSSL_ecdh.h */, - 8FB36D7D5CDFB40647F4C8ED /* CNIOBoringSSL_ecdsa.h */, - ADEFF6ACD0D00F26A9C8286B /* CNIOBoringSSL_engine.h */, - CC9DBE7E3583023909F42617 /* CNIOBoringSSL_err.h */, - F75111486312E5C6ECEA979E /* CNIOBoringSSL_evp_errors.h */, - 95A549D74576B5D8DBA22976 /* CNIOBoringSSL_evp.h */, - 6056AE13F7FBCA271E34606C /* CNIOBoringSSL_ex_data.h */, - 64EDDF9861225B1A2C35204D /* CNIOBoringSSL_hkdf.h */, - CF49C4481F8E93561F5EB1C7 /* CNIOBoringSSL_hmac.h */, - 959160338B29F2E5D8A2E26E /* CNIOBoringSSL_hpke.h */, - 2D009A3AE747CD9E6E8E845D /* CNIOBoringSSL_hrss.h */, - 739866E69EA6A6AF7ACAF56B /* CNIOBoringSSL_is_boringssl.h */, - 2D2E384891B4BC9B2795E5FE /* CNIOBoringSSL_kdf.h */, - C76C5C24ECA1BCF469AB18F6 /* CNIOBoringSSL_lhash.h */, - 34FDF6EF72804D0651B1732A /* CNIOBoringSSL_md4.h */, - 1D303F6E2EE21481E2829E24 /* CNIOBoringSSL_md5.h */, - 12CC41882BCD85A272CFB1C6 /* CNIOBoringSSL_mem.h */, - 9109C6A17F8347F74D448ACD /* CNIOBoringSSL_nid.h */, - D3B222AECE07EAEDFBDA0DDB /* CNIOBoringSSL_obj_mac.h */, - D562BDA7C79F7BF1500F2ACD /* CNIOBoringSSL_obj.h */, - 887CBFF4826CA3A77DB4EEE6 /* CNIOBoringSSL_objects.h */, - D4F6C7A2182A5005BA2F06EE /* CNIOBoringSSL_opensslconf.h */, - 4260DF855F424BBFCE198D8B /* CNIOBoringSSL_opensslv.h */, - DB8010E04A7D12C1ABAB1CAC /* CNIOBoringSSL_ossl_typ.h */, - 8035FDEFDCEC9C128B6B49E1 /* CNIOBoringSSL_pem.h */, - 8F8ABE16C0F2361457D41784 /* CNIOBoringSSL_pkcs7.h */, - EFC3D1742CBFF1B6C48AE33B /* CNIOBoringSSL_pkcs8.h */, - 142CF80253CA85F46C83526F /* CNIOBoringSSL_pkcs12.h */, - 1515557F2BFF35B481337417 /* CNIOBoringSSL_poly1305.h */, - 01ACBD8E085A600292253814 /* CNIOBoringSSL_pool.h */, - 68295D403AB39EE7374DE7E8 /* CNIOBoringSSL_rand.h */, - 022E295C0244B135E8D0A713 /* CNIOBoringSSL_rc4.h */, - B2C85F01FCF1F201FFFEDBC6 /* CNIOBoringSSL_ripemd.h */, - 5AD4C9C5E6E8E7265CEED918 /* CNIOBoringSSL_rsa.h */, - 08024B161F463969192E7B42 /* CNIOBoringSSL_safestack.h */, - 7506243DD78DFBF48D447859 /* CNIOBoringSSL_service_indicator.h */, - 234D28884D69C75320DAB10B /* CNIOBoringSSL_sha.h */, - 51A801A7E6B68D56BA196A5E /* CNIOBoringSSL_siphash.h */, - E88E2D7E2246279E29EB4888 /* CNIOBoringSSL_span.h */, - 7CA6C685935983E32FF032D5 /* CNIOBoringSSL_srtp.h */, - 6681F8CB3126A6E868D8D5A6 /* CNIOBoringSSL_ssl.h */, - 4C05697DFBDFADC6C8CC5BE4 /* CNIOBoringSSL_ssl3.h */, - C95F839F0D03C4228DD7DA9E /* CNIOBoringSSL_stack.h */, - D7BEEEB672B183C82A359CDB /* CNIOBoringSSL_thread.h */, - A5D5BD16CC8341E6AFC788FB /* CNIOBoringSSL_tls1.h */, - CA589CA2C5D0BBAF8FCD60B4 /* CNIOBoringSSL_trust_token.h */, - 9CC824605EC82C7949BA5740 /* CNIOBoringSSL_type_check.h */, - F3A11164CC8273736250FCEE /* CNIOBoringSSL_x509_vfy.h */, - 7BB2843F72914CC06574E0F4 /* CNIOBoringSSL_x509.h */, - 317A01505AEEC4D4D0F4F88C /* CNIOBoringSSL_x509v3.h */, - 2A9586C4406866E78EFB6C31 /* CNIOBoringSSL.h */, + EC120C27B8273E3611287CBF /* AsyncServerHandler */ = { + isa = PBXGroup; + children = ( + FC6D2F152E0A61950557E321 /* ServerHandlerStateMachine */, + 5C7B56A9334D342F56C4A90E /* ServerInterceptorStateMachine */, ); - path = include; + path = AsyncServerHandler; sourceTree = ""; }; - ED1DD5F5A20C3BB0827AD062 /* rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift */ = { + EC21802CB0B12E0E3F6C13A7 /* FrameReceivingStates */ = { isa = PBXGroup; children = ( - 645CDD588E73F8C058521477 /* CGRPCZlib.rules_xcodeproj.c.compile.params */, - BB06A09570DE8D4C9CF7E34C /* GRPC.rules_xcodeproj.swift.compile.params */, + 9D334E0AD850490B58C07CFA /* MayReceiveFrames.swift */, + E36117DAF5F3CEE507751E6E /* ReceivingDataState.swift */, + B3D5B2AF6C25D08DE158178C /* ReceivingGoAwayState.swift */, + 32E7B936BE25BEC76F413219 /* ReceivingHeadersState.swift */, + 22AAB07464DF32AB67D3F78E /* ReceivingPushPromiseState.swift */, + 349289EE06A82543BFE22D14 /* ReceivingRstStreamState.swift */, + AE8309256680D0301A40C52A /* ReceivingWindowUpdateState.swift */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; + path = FrameReceivingStates; sourceTree = ""; }; - ED455E6A6C3C21EB8470C06B /* curve25519 */ = { + ED1AAC033E253A8D4E5D2BF4 /* dh_extra */ = { isa = PBXGroup; children = ( - EE5534D1980973F8FC9063A5 /* asm */, - A6E2A4E5BA84C4BDEC5DC249 /* curve25519_tables.h */, - 02A638BC4DE7F6E7839011A2 /* curve25519.c */, - 2D8552CC2C21F43DC93B89A0 /* internal.h */, - 6A7E4AD60774426367821465 /* spake25519.c */, + 2C593ADB9EFFFCCAAA3835B9 /* dh_asn1.c */, + F825BF522D19253A3989B19F /* params.c */, ); - path = curve25519; + path = dh_extra; sourceTree = ""; }; ED533AB6696A99E318BBB2A3 /* Bundle */ = { @@ -13166,23 +13148,6 @@ path = Bundle; sourceTree = ""; }; - EDAD7A231F3EE6DC8F6E3DBC /* rc4 */ = { - isa = PBXGroup; - children = ( - 34BF3A61DDF88DEDDBED43AA /* rc4.c */, - ); - path = rc4; - sourceTree = ""; - }; - EDE38B5828CA3B713E1ED837 /* ecdsa */ = { - isa = PBXGroup; - children = ( - 2DC4B0C0C55CBDDCC077378D /* ecdsa.c */, - CA02D70C952E351F8FC5B4C3 /* internal.h */, - ); - path = ecdsa; - sourceTree = ""; - }; EDE8C6D416B7265C72B6403D /* dist */ = { isa = PBXGroup; children = ( @@ -13207,14 +13172,6 @@ path = lib3; sourceTree = ""; }; - EE5534D1980973F8FC9063A5 /* asm */ = { - isa = PBXGroup; - children = ( - FC9AC616A1DF5CDFE21DDDD3 /* x25519-asm-arm.S */, - ); - path = asm; - sourceTree = ""; - }; EEB0874F25434C26EDA9DFB8 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -13223,24 +13180,6 @@ path = rules_xcodeproj; sourceTree = ""; }; - EED688C6FDA03926CA61E691 /* bio */ = { - isa = PBXGroup; - children = ( - 8173E77F103354E1B5870E6F /* bio_mem.c */, - AAC73F1A340C05325825FBD4 /* bio.c */, - 34A08F3A0ED5535DB6F11A12 /* connect.c */, - F20833169769DE558BE1D5C2 /* fd.c */, - 6987A61CBFA99B6BFCCCBA37 /* file.c */, - 52F6ADE3288FC526BBA234D1 /* hexdump.c */, - 7A115D94A146C1CF898D7159 /* internal.h */, - 670466D577FEB6B5BAE4BC25 /* pair.c */, - B50140D7962353C930BB185F /* printf.c */, - ECB5F632EFEDCDBDCB9412CB /* socket_helper.c */, - 07E96D8288DADBA7708525FB /* socket.c */, - ); - path = bio; - sourceTree = ""; - }; EEE1E54BE3E4CF58A39A80C1 /* GRPC */ = { isa = PBXGroup; children = ( @@ -13249,57 +13188,12 @@ path = GRPC; sourceTree = ""; }; - EF52F2068F21EB685B292326 /* NIOHTTP2 */ = { - isa = PBXGroup; - children = ( - BF88C3AC959B7511D52D14D9 /* ConnectionStateMachine */, - 7912747F6E806410A9C894DD /* Frame Buffers */, - 2FC6AE8DDB78DA68E66096A6 /* ContentLengthVerifier.swift */, - B793BB7833001DC181F6AD44 /* DOSHeuristics.swift */, - 135397705844A354219EB4F7 /* HPACKHeaders+Validation.swift */, - CC58693BF9AC196A83A54FAE /* HTTP2ChannelHandler.swift */, - D98BB4D6420D3C41C4CB5CFA /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift */, - 780EC0FF383C526F67B8FCC1 /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift */, - D604CC63F20DF26752EBBF0C /* HTTP2CommonInboundStreamMultiplexer.swift */, - C25A66A7159ADAE7EA81FF47 /* HTTP2ConnectionStateChange.swift */, - 7E23D284752E1136918FD21F /* HTTP2Error.swift */, - B5C916CEB90E4F74823FBF94 /* HTTP2ErrorCode.swift */, - 9DEB81C28DAD9F6773C348CB /* HTTP2FlowControlWindow.swift */, - 2677AD7480BF3CF48227A6F1 /* HTTP2Frame.swift */, - CC4FADD19CE1AEA5A18FEC6C /* HTTP2FrameEncoder.swift */, - 0A6ED8901DB4449A808DB3DF /* HTTP2FrameParser.swift */, - BAF6708CE4FECA73EC234D4E /* HTTP2PingData.swift */, - CC1899ABC3AEEAECC892F071 /* HTTP2PipelineHelpers.swift */, - 074DD6CCBB104D558D1D2B4C /* HTTP2Settings.swift */, - CC3B4FA79AE67581798EA991 /* HTTP2Stream.swift */, - DFFC16B13341468FF5E52A75 /* HTTP2StreamChannel.swift */, - EE97AB27CCC66678756F436E /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift */, - 7B78E12C231FF4075D971D19 /* HTTP2StreamDelegate.swift */, - 1848496EB7C13B4FF6154E50 /* HTTP2StreamID.swift */, - 009F4D7DBC5524B17207860D /* HTTP2StreamMultiplexer.swift */, - 4300EAE4B603AE8E8E8DA9C8 /* HTTP2ToHTTP1Codec.swift */, - 3338C96925571FC1B2F8FEEF /* HTTP2UserEvents.swift */, - F02D74A89B19C8A9CA0CE0C1 /* InboundEventBuffer.swift */, - 80A24970EEA95132151A4BF2 /* InboundWindowManager.swift */, - 9A370F6D3EBB2DA346DC8F5C /* MultiplexerAbstractChannel.swift */, - F7EFE02B3CD1FA480905AC6F /* StreamChannelFlowController.swift */, - 57E02B6214F608A439ADD313 /* StreamChannelList.swift */, - E3FC7C8BCFD519C3CA6C097C /* StreamMap.swift */, - CFFF66482AA3F7508A49628D /* StreamStateMachine.swift */, - 87A3337D70FCD5B7ECEA3262 /* WatermarkedFlowController.swift */, - ); - path = NIOHTTP2; - sourceTree = ""; - }; - EF657407CDD429198A0F6419 /* fiat */ = { + EF95C9E525968318F8F79558 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 */ = { isa = PBXGroup; children = ( - 2D109599995AEA23FA2ED8BC /* curve25519_32.h */, - 1096B670FAF23161203E60C9 /* curve25519_64.h */, - 4A1AA3AE28CA542ED9F251F5 /* p256_32.h */, - CCC08816B4A5C63086CD98EE /* p256_64.h */, + E7BE8FEFF2A027FD6B6B9B64 /* Sources */, ); - path = fiat; + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; sourceTree = ""; }; EFC31E62A7E9E417EA93E57F /* UITests */ = { @@ -13319,12 +13213,15 @@ path = CommandLineToolTests.__internal__.__test_bundle; sourceTree = ""; }; - F0BF011BCA20424DBC40EB67 /* cmac */ = { + F1DED14322F2A750C1D1431A /* ec_extra */ = { isa = PBXGroup; children = ( - 5C03F7BF9C5D3D3E2C5F8880 /* cmac.c */, + B153723EBD83B7A10EC03037 /* ec_asn1.c */, + F10AB97EF80BA02488019D5B /* ec_derive.c */, + AF596C31E23C33492577DF17 /* hash_to_curve.c */, + 8AE38743AF554BBC4A02310F /* internal.h */, ); - path = cmac; + path = ec_extra; sourceTree = ""; }; F25229AF9B426AE2422A3464 /* UnitTests */ = { @@ -13436,62 +13333,6 @@ path = Source; sourceTree = ""; }; - F5837D587D9B3EB4C2DB7D16 /* x509 */ = { - isa = PBXGroup; - children = ( - 6AFE5BA8D26ECF25BF200111 /* a_digest.c */, - CEED675530F9FB9EB0376D86 /* a_sign.c */, - 92CB230F8AC2C80FBE6189AA /* a_verify.c */, - 1BF53044945584DA15B3252E /* algorithm.c */, - B876423E49DAF74BDA599F48 /* asn1_gen.c */, - 49F5B5E69F939D6008C2ACC6 /* by_dir.c */, - 30760B74F83AC588D7107171 /* by_file.c */, - 2EE7AC61D0FED3CB0CB53470 /* i2d_pr.c */, - 75B5790761EB3C96F78E0608 /* internal.h */, - DA28D7510E0AE6EBC06BF6BA /* name_print.c */, - C85C8FD12D6898CA35C3A8F6 /* rsa_pss.c */, - 1036F715B384857F2A019FE1 /* t_crl.c */, - B32F8C989669F27385A6413E /* t_req.c */, - 640811DBDD919D6804AA78C3 /* t_x509.c */, - 337AB65A3EF2D004227879A0 /* t_x509a.c */, - DEF2790F9F9FEAF612C41D32 /* x_algor.c */, - C665926CD2170321456D5C0A /* x_all.c */, - 1A5B557DE985B0ECA8BB58F1 /* x_attrib.c */, - C95E054EB7D6FF4D1EBDA9E7 /* x_crl.c */, - DC50FF191A814703E589CE4D /* x_exten.c */, - 43ABA8F7CC21B2B4BE9398D8 /* x_info.c */, - 15B79A754D667C53678E4F35 /* x_name.c */, - EE9FFCD62B05697E7BBD8B3D /* x_pkey.c */, - CE3A5F1B48BCAEF39B5F6BE0 /* x_pubkey.c */, - 78F6B1DBA133653A54F75E67 /* x_req.c */, - 2B2E2BEA50B245FB9007019E /* x_sig.c */, - 4666333CB14A8D5AB2E018C6 /* x_spki.c */, - 05F1017D68E611553AC01999 /* x_val.c */, - 975FF9F64120EA88F24C0311 /* x_x509.c */, - 146A8FCBF1D2AF24C574C6BA /* x_x509a.c */, - 346B136FBED8205F1476080D /* x509_att.c */, - 51090B88547DBA4A5141402B /* x509_cmp.c */, - 82DEF96F99EFBE58415F2089 /* x509_d2.c */, - BAA4C536B6C784476F114D1A /* x509_def.c */, - 9174F6F3037FE77D3B857DFA /* x509_ext.c */, - 674786F2DCEA8C8E77696FC0 /* x509_lu.c */, - B6AFB63ACBA4D24927509145 /* x509_obj.c */, - 05014C6F146E4CC5FE8080D5 /* x509_req.c */, - B913B62184DF5DAE93A5F745 /* x509_set.c */, - 4AFFB760D111D3783B457000 /* x509_trs.c */, - 474D203D523DAF4F5DB52AD4 /* x509_txt.c */, - 91455A55347CCACFB4BCF396 /* x509_v3.c */, - E673AD1E785B878781A7D416 /* x509_vfy.c */, - DDB49B61EFA804EE60D2446A /* x509_vpm.c */, - 7194EC0AE603E9FA0545E72A /* x509.c */, - 91A1147DD597C758908889DA /* x509cset.c */, - 83777E53556DD4DEC9343534 /* x509name.c */, - 13BCAF7F302062584E083F35 /* x509rset.c */, - D9755796E333C6061228CCE5 /* x509spki.c */, - ); - path = x509; - sourceTree = ""; - }; F595703FBA63F62EB67B694C /* ExampleResources */ = { isa = PBXGroup; children = ( @@ -13601,6 +13442,16 @@ path = UIFramework.tvOS; sourceTree = ""; }; + F7BB04C3BF70B5066B14BF2B /* Logging */ = { + isa = PBXGroup; + children = ( + 43BA0E47DE5633C1A8B05BA8 /* Locks.swift */, + B012C064669604BA9086C958 /* Logging.swift */, + 03D26545443383A574482009 /* LogHandler.swift */, + ); + path = Logging; + sourceTree = ""; + }; F7C05956272A3673670C640C /* TestingUtils */ = { isa = PBXGroup; children = ( @@ -13633,80 +13484,97 @@ path = MixedAnswer; sourceTree = ""; }; - F8505EBE1798CEA8FB1DCF01 /* hkdf */ = { - isa = PBXGroup; - children = ( - 68DCC56B662F17E817C16A93 /* hkdf.c */, - ); - path = hkdf; - sourceTree = ""; - }; - F89A7A87196DD7FA546EEF94 /* crypto */ = { - isa = PBXGroup; - children = ( - 80B21E4A602DC22E868CBE03 /* asn1 */, - 0FEDB82EFC9A6591EA6BC5B6 /* base64 */, - EED688C6FDA03926CA61E691 /* bio */, - 7129EB4432E0254A221AEA13 /* blake2 */, - 687AC0E1B7D1307CFF4913C0 /* bn_extra */, - 6DFAB49217140C8D4D3EB2AE /* buf */, - A5A32BFC8D027D599F2C142F /* bytestring */, - 628F8227698DABAEFE7BE693 /* chacha */, - 80BCF68D0016F1D4393875A9 /* cipher_extra */, - 0F03A87B059013DB27033324 /* conf */, - ED455E6A6C3C21EB8470C06B /* curve25519 */, - 46888477D5F54F1D5E133A5B /* des */, - 3F34C0BB71EF6817D3157AE3 /* dh_extra */, - 939905717A3AC77F7A15F899 /* digest_extra */, - 1CA7E35E3638C30B9034034D /* dsa */, - 577DB29FAC9140F318264A42 /* ec_extra */, - 4E967A6E87368E4CDDC0F47E /* ecdh_extra */, - FB7E395EE48EFC9FB7A1E3A8 /* ecdsa_extra */, - A352E7DB74D739AAFB62AF8A /* engine */, - A3A35AF33A2FCFD676DE5EB1 /* err */, - A5A335738B2E8A8755568B4E /* evp */, - 88A1B9F694BD0F27FF9499D5 /* fipsmodule */, - F8505EBE1798CEA8FB1DCF01 /* hkdf */, - 92ACC4101099C73662A324F7 /* hpke */, - 8AB9A11E98531D01078A8CB7 /* hrss */, - 34DF0D72BD0CA17603A07C9B /* lhash */, - 3A882863C83A9FE24FCDFC6E /* obj */, - 64FBBBC4416FEC02068DA1F1 /* pem */, - 1FEE110C6140D6ADE662B44A /* pkcs7 */, - C2E134ECCA22B7D78356B904 /* pkcs8 */, - 9EF50783F69BAD8CB189E46E /* poly1305 */, - BF17EDA546B54B66D8C4C996 /* pool */, - C258758D1F9AA88774577A99 /* rand_extra */, - EDAD7A231F3EE6DC8F6E3DBC /* rc4 */, - 051A371ADC41D0BB6B0914C1 /* rsa_extra */, - 0AF1D454CD6A1249A15BF546 /* siphash */, - 5471E2ACAFCC2FE2F7955ACB /* stack */, - DA25C5500DBE9A5AC5021C29 /* trust_token */, - F5837D587D9B3EB4C2DB7D16 /* x509 */, - A0C37ED4B3A7BCD7E861D1E2 /* x509v3 */, - 18141A525D8C7373B7426F69 /* cpu_aarch64_apple.c */, - A885147FE63567D5BBD079F1 /* cpu_aarch64_freebsd.c */, - EF017E03023463492833B559 /* cpu_aarch64_fuchsia.c */, - 021A33BCF828EB1CA666ACF9 /* cpu_aarch64_linux.c */, - B77C392F1EA3AB8943A7A0F6 /* cpu_aarch64_win.c */, - 0F9F6AF72509D167228F3D9A /* cpu_arm_freebsd.c */, - 3E8E88B149EDFEF326339478 /* cpu_arm_linux.c */, - 9125ECF62DF24A05719D2C0D /* cpu_arm_linux.h */, - 1F5958181A486075D61DE1E8 /* cpu_arm.c */, - F5F35CF8460238DDCEA88A05 /* cpu_intel.c */, - 446990DF603EA61C5D0B742C /* cpu_ppc64le.c */, - B7720B3110A8E21E201926CF /* crypto.c */, - 51022FE7C3B530D37D293E95 /* ex_data.c */, - 70F330362E5A33F9185E7860 /* internal.h */, - 021F7EF6E478A5222F6D0494 /* mem.c */, - D69EA59862AA7E23C041BDCC /* refcount_c11.c */, - 58CB59B05A9E0974922C62CD /* refcount_lock.c */, - 51CD89B56B4A20C2CFF95B82 /* thread_none.c */, - F96CFC910CB09F0BD5F01340 /* thread_pthread.c */, - 0C09B05B8E924BA1CA9193B1 /* thread_win.c */, - E7CB3CA658E11BE1E5AC70E5 /* thread.c */, + F85E7C8A585993964A148F46 /* include */ = { + isa = PBXGroup; + children = ( + 151EEF6B0D2C3BF145B8CEA3 /* boringssl_prefix_symbols_nasm.inc */, + 324998D04E433F102EEDCF08 /* CNIOBoringSSL_aead.h */, + AB8C5E40193B69E9F5779D5F /* CNIOBoringSSL_aes.h */, + 669249F83AE43F5454F888E4 /* CNIOBoringSSL_arm_arch.h */, + 01E6C9BBC5861DC6371D42B3 /* CNIOBoringSSL_asn1_mac.h */, + 63E5FC486589C2A8BDDC0EB1 /* CNIOBoringSSL_asn1.h */, + 73BB645832575F409FBDAEB8 /* CNIOBoringSSL_asn1t.h */, + 827CCB7B8DF45D4D74947BA6 /* CNIOBoringSSL_base.h */, + F54144B681BD3548D42D455E /* CNIOBoringSSL_base64.h */, + 9C87A410B11379DCF732932B /* CNIOBoringSSL_bio.h */, + 150C7D3A56C1E7D804ADDA55 /* CNIOBoringSSL_blake2.h */, + 8140F9A6C904F860B6B81F5D /* CNIOBoringSSL_blowfish.h */, + CD659ABDA63C39CB9371D77F /* CNIOBoringSSL_bn.h */, + ED7F5561853FA0E6108FE63A /* CNIOBoringSSL_boringssl_prefix_symbols_asm.h */, + E70736608CCE03570ABF097C /* CNIOBoringSSL_boringssl_prefix_symbols.h */, + 911C0361E4C3E9E6244DD19B /* CNIOBoringSSL_buf.h */, + BBBB18635738A06EC5F50FC6 /* CNIOBoringSSL_buffer.h */, + 0C0529AEEBE573A9FEA60FFF /* CNIOBoringSSL_bytestring.h */, + B3B60CF686BAFDD7BCCE6BE0 /* CNIOBoringSSL_cast.h */, + 8257A1D57EE5D2A733C4FA07 /* CNIOBoringSSL_chacha.h */, + F4BB5E278DA2F839AD569C63 /* CNIOBoringSSL_cipher.h */, + A881C36FA9A6387184E45994 /* CNIOBoringSSL_cmac.h */, + E66C4BCCDBF5713AA4D54D8B /* CNIOBoringSSL_conf.h */, + 032EEEB7327B4B6BD2909EBC /* CNIOBoringSSL_cpu.h */, + 6B4415AD42B3B2040C86AB3D /* CNIOBoringSSL_crypto.h */, + 888AD1CC1A26175D43B99409 /* CNIOBoringSSL_ctrdrbg.h */, + C12ED61965B6D2AFD2D13FE9 /* CNIOBoringSSL_curve25519.h */, + 86AF8E7FB241D58B24E48ABA /* CNIOBoringSSL_des.h */, + 0D30D32147B6912A3CCAF60D /* CNIOBoringSSL_dh.h */, + DE9EF1CE5F2992596BE922DE /* CNIOBoringSSL_digest.h */, + 4EC03FC162C7841C1912CB0D /* CNIOBoringSSL_dsa.h */, + 6C09C00B64FF3A393561C4B7 /* CNIOBoringSSL_dtls1.h */, + 793EE9D61A05A8B370620679 /* CNIOBoringSSL_e_os2.h */, + B0F9C18BAEEF2860123744AF /* CNIOBoringSSL_ec_key.h */, + 93E532868D59AC12A52D3C3D /* CNIOBoringSSL_ec.h */, + 9E8AB016A894BD2728F9AEF7 /* CNIOBoringSSL_ecdh.h */, + A857FA17DA41DA60BA112E38 /* CNIOBoringSSL_ecdsa.h */, + 2B464BDFAE7D6C4A4C08E8D1 /* CNIOBoringSSL_engine.h */, + 81E7C7EBD8FAD238F51DE4D5 /* CNIOBoringSSL_err.h */, + B412F99FC22BC53F0D730EA2 /* CNIOBoringSSL_evp_errors.h */, + 2160DC25A2A8A0AD2CEEDE43 /* CNIOBoringSSL_evp.h */, + 315EF224BB9CD5A5522CF13A /* CNIOBoringSSL_ex_data.h */, + EB0867DD80F1C1C430B1DA2B /* CNIOBoringSSL_hkdf.h */, + 6AF14D26B7A35E29F8CA377D /* CNIOBoringSSL_hmac.h */, + 2912AAAF399561E7A836A87D /* CNIOBoringSSL_hpke.h */, + 78DD65AD0E5519038DBE9C8D /* CNIOBoringSSL_hrss.h */, + 0185C4C81E9D28DADEB30C4C /* CNIOBoringSSL_is_boringssl.h */, + C9E5740DB303C84B828DDFFB /* CNIOBoringSSL_kdf.h */, + A5EC7AFBF8531E4361915A58 /* CNIOBoringSSL_lhash.h */, + FDB1A2242EBFF3C55CD1EB6D /* CNIOBoringSSL_md4.h */, + DA51881D87EE1AD95BB0F63C /* CNIOBoringSSL_md5.h */, + 7332BF5874A1A68F6E087718 /* CNIOBoringSSL_mem.h */, + 69E53D8B8BA7057079792BAD /* CNIOBoringSSL_nid.h */, + 7313493568E95F5936D0350A /* CNIOBoringSSL_obj_mac.h */, + 962B1270530B2D87F0F817D6 /* CNIOBoringSSL_obj.h */, + FFDFE030E42538BDC522969D /* CNIOBoringSSL_objects.h */, + 03E7248FDC56814844C267DE /* CNIOBoringSSL_opensslconf.h */, + AB21C7F9A24E0B7AF0E6EDED /* CNIOBoringSSL_opensslv.h */, + 3D248149BA91B84EEEDE28A3 /* CNIOBoringSSL_ossl_typ.h */, + CFECC8BC1183401BAF7E46CD /* CNIOBoringSSL_pem.h */, + D7458C5B9E0E221A757CE0E4 /* CNIOBoringSSL_pkcs7.h */, + 2B3E685A1F37FBF5ED59DA59 /* CNIOBoringSSL_pkcs8.h */, + 7191FE9373E0101753878464 /* CNIOBoringSSL_pkcs12.h */, + A5FC2627B7E4DC7CE05F609E /* CNIOBoringSSL_poly1305.h */, + D61D5DF3BEC8E9BF50A84D8C /* CNIOBoringSSL_pool.h */, + 450F97130FCE5CE183DB349E /* CNIOBoringSSL_rand.h */, + 4F38D009187316E673816B00 /* CNIOBoringSSL_rc4.h */, + 44B6029ADAAC6B8E91ED81C0 /* CNIOBoringSSL_ripemd.h */, + 370853C46F5D681DF2AF0655 /* CNIOBoringSSL_rsa.h */, + 0C4FB8F33A2574C5F2088147 /* CNIOBoringSSL_safestack.h */, + BF129A9316DFFB4ECFC3098C /* CNIOBoringSSL_service_indicator.h */, + 27AED34CF02DBE83130C2083 /* CNIOBoringSSL_sha.h */, + E8C60CE7D6935C2293C72AC8 /* CNIOBoringSSL_siphash.h */, + 2C2388AB2376B54D0A6ED7CD /* CNIOBoringSSL_span.h */, + 4B5DBAAB1FA20560BC4384B9 /* CNIOBoringSSL_srtp.h */, + CAE70395C542B4D2D5B5D7F9 /* CNIOBoringSSL_ssl.h */, + 06BD8112DCDEE0814F4EF8CB /* CNIOBoringSSL_ssl3.h */, + ECE272A9806BD412D9A259A4 /* CNIOBoringSSL_stack.h */, + FBBD0469E7238628E03B4078 /* CNIOBoringSSL_thread.h */, + C69F6C312FA9900641D5658F /* CNIOBoringSSL_tls1.h */, + 7A5EB4AD6B879F05FBA1A0F2 /* CNIOBoringSSL_trust_token.h */, + 2BA4D955D0DAB7380F2EE3D3 /* CNIOBoringSSL_type_check.h */, + 2D4633CA116368387CA6CAE1 /* CNIOBoringSSL_x509_vfy.h */, + DCEEF76B7F9D48E91CF34018 /* CNIOBoringSSL_x509.h */, + 73D41485C5A810BC6859CE94 /* CNIOBoringSSL_x509v3.h */, + B30D8A684006E2615ADCC225 /* CNIOBoringSSL.h */, ); - path = crypto; + path = include; sourceTree = ""; }; F8E8E65E5ACC9133F5B7098B /* rules_xcodeproj */ = { @@ -13758,6 +13626,17 @@ path = rules_xcodeproj; sourceTree = ""; }; + FA1DE257559C391843514110 /* AsyncSequences */ = { + isa = PBXGroup; + children = ( + 71532E89B7995637A49C5574 /* NIOAsyncSequenceProducer.swift */, + 2333979ADFF0A3E7EF4A5C6E /* NIOAsyncSequenceProducerStrategies.swift */, + B80DCF9F0C4F3F78E047DBFA /* NIOAsyncWriter.swift */, + CD3D1FDB76F1746E0BE0B2B3 /* NIOThrowingAsyncSequenceProducer.swift */, + ); + path = AsyncSequences; + sourceTree = ""; + }; FA22783A70D8ED8EDF110FB3 /* echo_client.merged_infoplist-intermediates */ = { isa = PBXGroup; children = ( @@ -13783,6 +13662,14 @@ path = bin; sourceTree = ""; }; + FA52CE1F2463A750E2821761 /* rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras */ = { + isa = PBXGroup; + children = ( + C77DBD2CB6C71857BD2F73A1 /* Sources */, + ); + path = "rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras"; + sourceTree = ""; + }; FA86B7DCE3A08F4DA50F80B3 /* OnlyStructuredResources */ = { isa = PBXGroup; children = ( @@ -13791,12 +13678,95 @@ path = OnlyStructuredResources; sourceTree = ""; }; - FAAC0C4945C302DB404D45BC /* third_party */ = { - isa = PBXGroup; - children = ( - EF657407CDD429198A0F6419 /* fiat */, + FA9185C25BFCFEE93F53306E /* SwiftProtobuf */ = { + isa = PBXGroup; + children = ( + A9B6F6A6EF3884F6FEEC515E /* any.pb.swift */, + 241C24B2443FC7A23157017C /* AnyMessageStorage.swift */, + F3D415D07148AD6D1215856D /* AnyUnpackError.swift */, + B15285CA87F2895B6D1032F8 /* api.pb.swift */, + 9B4DE5A33BE734D9530B781F /* BinaryDecoder.swift */, + C2485D248BD46BEEF57CDBE3 /* BinaryDecodingError.swift */, + 0DD26C0E29AA9A738B77229E /* BinaryDecodingOptions.swift */, + C740693BB65230B4262AE736 /* BinaryDelimited.swift */, + 2FDB807DCF6873A162906891 /* BinaryEncoder.swift */, + 351D48774BA65F009257FBDB /* BinaryEncodingError.swift */, + A5F82932B3570132068013DB /* BinaryEncodingSizeVisitor.swift */, + 23CC291F90CA05D78421AFBB /* BinaryEncodingVisitor.swift */, + F385EF22033EE8538D1C362F /* CustomJSONCodable.swift */, + EA24AA7D7605B8AF6AEB49C5 /* Data+Extensions.swift */, + D660CCFF169491FD40548117 /* Decoder.swift */, + E93DBB07BF5AF4055804E53A /* descriptor.pb.swift */, + 0F6B03C39FF2174643B17B0D /* DoubleParser.swift */, + 870639E342CC9673F776A2E2 /* duration.pb.swift */, + 080546DEC512B202559280CD /* empty.pb.swift */, + A52D7F5C90F6FB04433A2871 /* Enum.swift */, + B5483BA84E9612BDBE18B770 /* ExtensibleMessage.swift */, + 87CFE3C69F7E614DAD566AE8 /* ExtensionFields.swift */, + 46676973075CF7C5FA195126 /* ExtensionFieldValueSet.swift */, + 5D1A179B0C5452718593AF16 /* ExtensionMap.swift */, + 834E11067619FC7EB1B36534 /* field_mask.pb.swift */, + D564DF6945CEAD7C824EF7DD /* FieldTag.swift */, + 6A2C704C9630EBA433F34285 /* FieldTypes.swift */, + A08A3AB2D63F89E24C81BFE4 /* Google_Protobuf_Any+Extensions.swift */, + 12E49B73A38770F198DFDFB8 /* Google_Protobuf_Any+Registry.swift */, + 4B8218CE66A5841A3B6EE9CF /* Google_Protobuf_Duration+Extensions.swift */, + 043F1D1C7E68C81DB2A839C7 /* Google_Protobuf_FieldMask+Extensions.swift */, + 1B9FEFC102EA62A3A317C06D /* Google_Protobuf_ListValue+Extensions.swift */, + E86A29E05E9B0E8B5647C5BB /* Google_Protobuf_NullValue+Extensions.swift */, + 41A8A234B628B38B27BE24BA /* Google_Protobuf_Struct+Extensions.swift */, + D3334D5C2FED2B13BDBA0E16 /* Google_Protobuf_Timestamp+Extensions.swift */, + 1E05D7DAE0001BCE03CD644A /* Google_Protobuf_Value+Extensions.swift */, + B77F5279837799B13A0B90B9 /* Google_Protobuf_Wrappers+Extensions.swift */, + 176235F1E9C765D7146F793E /* HashVisitor.swift */, + A5CB1145431483152647A487 /* Internal.swift */, + F11A47B9FAB4D7EAC47D5A4C /* JSONDecoder.swift */, + C5CFE7F04E82F3E297B7162C /* JSONDecodingError.swift */, + C33FD1FE64A801A0F113A765 /* JSONDecodingOptions.swift */, + FB2118C6DE1ECA30FF807C46 /* JSONEncoder.swift */, + 57200E665932EE22723E09C0 /* JSONEncodingError.swift */, + F290ABA4A87E70B5A826DC33 /* JSONEncodingOptions.swift */, + 6DC42802331FFCDE38A2C5CB /* JSONEncodingVisitor.swift */, + 5825958D982F3F25E4ECA9C7 /* JSONMapEncodingVisitor.swift */, + CF03DBA44DE7A2E295D065A4 /* JSONScanner.swift */, + 24611CB0120E0487AAC0675B /* MathUtils.swift */, + A06CFFF0FD373F4C8198EA53 /* Message.swift */, + 691D81F696B2C8FC6F2D84C5 /* Message+AnyAdditions.swift */, + 1C1786BAE6B3319BF3171B74 /* Message+BinaryAdditions.swift */, + 96B609CFD53CCD4FAF9F961C /* Message+JSONAdditions.swift */, + C51345F43448585836E9C8BE /* Message+JSONArrayAdditions.swift */, + 4C29201E713D591C077AC65D /* Message+TextFormatAdditions.swift */, + B97DA766C76E7DD0A3762368 /* MessageExtension.swift */, + 7F7109AF4A1A562973527E04 /* NameMap.swift */, + 41A3C15A821CC6544139AAE1 /* ProtobufAPIVersionCheck.swift */, + 7335E6AFBF186588B80C9BB1 /* ProtobufMap.swift */, + 123ADC4B5FF0D654F403451F /* ProtoNameProviding.swift */, + F255ED8752030E316D4A3FD6 /* SelectiveVisitor.swift */, + 694D825E401D5A76FB436586 /* SimpleExtensionMap.swift */, + 3552C6186317DF2FB9879B26 /* source_context.pb.swift */, + D6979BD431AAB6587EFAE15E /* StringUtils.swift */, + 58C72728B0FEB8B8F70DA149 /* struct.pb.swift */, + F8A4643CE8E9C691002E8ED8 /* TextFormatDecoder.swift */, + 3171533B71DA2F345F26A478 /* TextFormatDecodingError.swift */, + 7CA05565B7402F1186B88AC4 /* TextFormatDecodingOptions.swift */, + A522C90C7663D925EA351D22 /* TextFormatEncoder.swift */, + 6BF79269842BC8AC9B982637 /* TextFormatEncodingOptions.swift */, + 798E3E07AC4626DEF0A25CB5 /* TextFormatEncodingVisitor.swift */, + 11221B6477EAD94E9C2D5BE0 /* TextFormatScanner.swift */, + 7DE6ADF9583A6BDC477E5F42 /* timestamp.pb.swift */, + 5CCD8577624A17BB9D773C0C /* TimeUtils.swift */, + 0792F779941A9C96734B55D1 /* type.pb.swift */, + 7C62357A9DFAA1B20420C447 /* UnknownStorage.swift */, + 853D5E9409882D5C1043CC16 /* UnsafeBufferPointer+Shims.swift */, + C1726DDC815AD60B47E97DB3 /* UnsafeRawPointer+Shims.swift */, + 0738FBB30679BC8CC0974501 /* Varint.swift */, + 83835496FF4C136F786C6E99 /* Version.swift */, + CE7E1979A1859CD4C3DDCC3D /* Visitor.swift */, + 1A110573F555404EBDBDED0F /* WireFormat.swift */, + E4001CFEA61696150BDFBA02 /* wrappers.pb.swift */, + D78B5BB8EA7680C7FDE89C9C /* ZigZag.swift */, ); - path = third_party; + path = SwiftProtobuf; sourceTree = ""; }; FACC8D28F726D65982B708CB /* rules_xcodeproj */ = { @@ -13839,14 +13809,6 @@ path = bin; sourceTree = ""; }; - FB7E395EE48EFC9FB7A1E3A8 /* ecdsa_extra */ = { - isa = PBXGroup; - children = ( - 1CFC680F97E3DD6A222EFE6C /* ecdsa_asn1.c */, - ); - path = ecdsa_extra; - sourceTree = ""; - }; FB8B3D859607E9DEA2AC7673 /* bin */ = { isa = PBXGroup; children = ( @@ -13895,23 +13857,17 @@ path = SwiftUnitTests; sourceTree = ""; }; - FCB6D3182CE0945A0D9603B4 /* NIOHTTP1 */ = { + FC6D2F152E0A61950557E321 /* ServerHandlerStateMachine */ = { isa = PBXGroup; children = ( - 0FCE95B46ADA8CAA8AB3F315 /* ByteCollectionUtils.swift */, - 7502939895DF3A5B55FDB622 /* HTTPDecoder.swift */, - EDB6C688B829F13E4A9966BC /* HTTPEncoder.swift */, - 089148A1866D35BD25931245 /* HTTPHeaders+Validation.swift */, - 90AE2DE688754E20F07671DD /* HTTPHeaderValidator.swift */, - 6842AFF2D0795BF4A2FD62B3 /* HTTPPipelineSetup.swift */, - 5246F657E477F6E9899546AE /* HTTPServerPipelineHandler.swift */, - A33C9CB7B094113A11EEB65F /* HTTPServerProtocolErrorHandler.swift */, - 3027A3731FA0F809A0762ED0 /* HTTPServerUpgradeHandler.swift */, - 89AE6772321ABB860C330F88 /* HTTPTypes.swift */, - 65E18EAB815D16B94A54E378 /* NIOHTTPClientUpgradeHandler.swift */, - 880172C2CC8D75AEC3EE1190 /* NIOHTTPObjectAggregator.swift */, + F9FCB2DA9B7F6C783B11C002 /* ServerHandlerStateMachine.swift */, + 37EADD353483B5960ADAD19E /* ServerHandlerStateMachine+Actions.swift */, + DDC15F0B5C87892F45409F80 /* ServerHandlerStateMachine+Draining.swift */, + 3578E8367C08B598283585DA /* ServerHandlerStateMachine+Finished.swift */, + 14D517F1FD75709E22605488 /* ServerHandlerStateMachine+Handling.swift */, + C064F0309C9BC5312F999964 /* ServerHandlerStateMachine+Idle.swift */, ); - path = NIOHTTP1; + path = ServerHandlerStateMachine; sourceTree = ""; }; FD26C9FE43A597EE9B50E6E8 /* tvOSApp */ = { @@ -13923,20 +13879,20 @@ path = tvOSApp; sourceTree = ""; }; - FD4D108C4731C2BE7CA06F70 /* Sources */ = { + FDA1733858F52F04D4F880E1 /* UIFramework.iOS */ = { isa = PBXGroup; children = ( - B8038F79CFBBF235BA918393 /* NIOTransportServices */, + 3883B1D88D72A4569453D592 /* Info.plist */, ); - path = Sources; + path = UIFramework.iOS; sourceTree = ""; }; - FDA1733858F52F04D4F880E1 /* UIFramework.iOS */ = { + FDB9EFFF23236F84BF975290 /* asm */ = { isa = PBXGroup; children = ( - 3883B1D88D72A4569453D592 /* Info.plist */, + 2AAA0E1DF4DF12E7F5BFA9E4 /* poly_rq_mul.S */, ); - path = UIFramework.iOS; + path = asm; sourceTree = ""; }; FE06455C58FA0D156B4EDCCD /* includes */ = { @@ -13947,6 +13903,14 @@ path = includes; sourceTree = ""; }; + FE72703BA00A238736A7EE45 /* buf */ = { + isa = PBXGroup; + children = ( + BAFE5A8304915B7A28574934 /* buf.c */, + ); + path = buf; + sourceTree = ""; + }; FEC68D6753097689409F8C05 /* AppClip */ = { isa = PBXGroup; children = ( @@ -13955,6 +13919,42 @@ path = AppClip; sourceTree = ""; }; + FEEB9FB841B94E6D60947249 /* asn1 */ = { + isa = PBXGroup; + children = ( + AEF342185CE1FBA1DF643760 /* a_bitstr.c */, + E65F8BF08F495638B812E776 /* a_bool.c */, + 1A436356947F20C443EA2CEC /* a_d2i_fp.c */, + DD2CA8705D1FC8751B3C342A /* a_dup.c */, + CF2893846668FE949F8BF7B5 /* a_gentm.c */, + 5A297A8B4BCC44BE9F8CDD47 /* a_i2d_fp.c */, + B22016B7CB36F3ADCD412176 /* a_int.c */, + 52C99E61B7E40A0AA7CC057C /* a_mbstr.c */, + 8C43EA14949D5909F8EC100C /* a_object.c */, + 94FCA96D409E8B7032A38CDD /* a_octet.c */, + 8CB28A5D09C970D90CD52EED /* a_print.c */, + 612A3491EDFBFA7A5F9CB0B2 /* a_strex.c */, + C7D0B9EC73CD369620E9CE4E /* a_strnid.c */, + 15CB89853A55C3D0C8FCC69E /* a_time.c */, + 15FF30C5964564DBAD41098B /* a_type.c */, + 0B4B2524A0D7B1179D4E27AA /* a_utctm.c */, + 3D943B47B9154CC767DF211A /* asn_pack.c */, + A4B1B7D41846DED9D9E1EC8A /* asn1_lib.c */, + 1BFECE4BC262073E1DE1A35F /* asn1_par.c */, + 4D0F47F2DE9F2D758CCE3316 /* f_int.c */, + AE672E16881D86CFDABD2E09 /* f_string.c */, + A1233D98957EFDA2C518A4A5 /* internal.h */, + 164DE25F438CB21067D1D439 /* posix_time.c */, + 424582C8417E0B9D92339805 /* tasn_dec.c */, + 30E33A5BCCCFCC5A81B48461 /* tasn_enc.c */, + 8EF6913C3E9F7250F314AFDD /* tasn_fre.c */, + A583259F7A65C5E20FC92266 /* tasn_new.c */, + D8F012DA15EE1F451E6FA0F6 /* tasn_typ.c */, + BE2200ABB3E0D847E2A2606C /* tasn_utl.c */, + ); + path = asn1; + sourceTree = ""; + }; FEF3BBDC690A12027AFA2012 /* external */ = { isa = PBXGroup; children = ( @@ -13963,12 +13963,12 @@ path = external; sourceTree = ""; }; - FF1FAB8A16513C6E78A3999E /* rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 */ = { + FEFB139F27C9FB65E717247C /* include */ = { isa = PBXGroup; children = ( - 6FD465C4780F3EE277666B7F /* Sources */, + F413E3C251E2466FE1F83462 /* CNIODarwin.h */, ); - path = "rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; + path = include; sourceTree = ""; }; FFB48A4BF71015682DEA9A87 /* FXPageControl */ = { @@ -19226,20 +19226,20 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - AC9637DBD68CDAA8D2486947 /* NIOFilterEmptyWritesHandler.swift in Sources */, - 6CA4F8A102371426150111E8 /* NIOTSBootstraps.swift in Sources */, - A1F75DA186C9C9422C08F819 /* NIOTSChannelOptions.swift in Sources */, - 50F0B97B9535559FDAA16E62 /* NIOTSConnectionBootstrap.swift in Sources */, - E922581F14B183E75DF64CCC /* NIOTSConnectionChannel.swift in Sources */, - 63AFBA930EB0230968CD6AD4 /* NIOTSErrors.swift in Sources */, - 5C94B20A5D5BC7DC228EC6FB /* NIOTSEventLoop.swift in Sources */, - CCB791B9C0CEDBB8DCA5DAAC /* NIOTSEventLoopGroup.swift in Sources */, - C15F0FDE86739A4F065B16FD /* NIOTSListenerBootstrap.swift in Sources */, - C845BA8A543C9B21A5B8DF0B /* NIOTSListenerChannel.swift in Sources */, - 154CA02EA4E0E50693071998 /* NIOTSNetworkEvents.swift in Sources */, - 696DEDD98A352022A3D638CE /* SocketAddress+NWEndpoint.swift in Sources */, - FD000A25AC9B1E792DD255A7 /* StateManagedChannel.swift in Sources */, - 51AC27819DD54D670D2ED04D /* TCPOptions+SocketChannelOption.swift in Sources */, + 8AEA1B1A375603FC92480F05 /* NIOFilterEmptyWritesHandler.swift in Sources */, + 897B796B52672B296AFEE184 /* NIOTSBootstraps.swift in Sources */, + E9C7BB3831B9EEBF564171A1 /* NIOTSChannelOptions.swift in Sources */, + DD56D08551166DA9A5CBE0AB /* NIOTSConnectionBootstrap.swift in Sources */, + D3542808D317908016D56646 /* NIOTSConnectionChannel.swift in Sources */, + 46D222F4D63B3CA8582D25C0 /* NIOTSErrors.swift in Sources */, + 7BABA18D7A0D10E7CB55AD49 /* NIOTSEventLoop.swift in Sources */, + F4305ADB022FF06A8481D5EA /* NIOTSEventLoopGroup.swift in Sources */, + 77BF4F16BB94CA5DB0F74B97 /* NIOTSListenerBootstrap.swift in Sources */, + EE7010D305613A0EA0ED7B42 /* NIOTSListenerChannel.swift in Sources */, + 2D7B25D0FA02A31504633149 /* NIOTSNetworkEvents.swift in Sources */, + F72DAA631EB7E3372672C454 /* SocketAddress+NWEndpoint.swift in Sources */, + 8307B9754BDBED2FD1DA1352 /* StateManagedChannel.swift in Sources */, + CB8636F37EEC4A0D749AD54A /* TCPOptions+SocketChannelOption.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19247,18 +19247,18 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D8331DC0283345F42D4D99AF /* ByteCollectionUtils.swift in Sources */, - C3BC3F049B615D15AAFA35AD /* HTTPDecoder.swift in Sources */, - 9CAD85C690E267B638A8BDBF /* HTTPEncoder.swift in Sources */, - 9B3EB24DD8351B005E9BBD8F /* HTTPHeaderValidator.swift in Sources */, - 0070997C96021B5D6C08383C /* HTTPHeaders+Validation.swift in Sources */, - 2F0AE687428B98BD6000365E /* HTTPPipelineSetup.swift in Sources */, - 0F8BC251B859D4BE771082E2 /* HTTPServerPipelineHandler.swift in Sources */, - DA8CD19A1DD785692E838AB1 /* HTTPServerProtocolErrorHandler.swift in Sources */, - 25A8D49B13A0B1F39F695F6C /* HTTPServerUpgradeHandler.swift in Sources */, - 7C89FC887FD0319449A6771A /* HTTPTypes.swift in Sources */, - F7E8E5DF31B39D770B98C75C /* NIOHTTPClientUpgradeHandler.swift in Sources */, - 1F014D54FDBABA378444DF83 /* NIOHTTPObjectAggregator.swift in Sources */, + A7933659173FE168498F271C /* ByteCollectionUtils.swift in Sources */, + 46A131462A30EF3C026E4A15 /* HTTPDecoder.swift in Sources */, + CC34C9BF1A5A864DAE13FB38 /* HTTPEncoder.swift in Sources */, + D0F8A157AFE1259C6FEA9F8A /* HTTPHeaderValidator.swift in Sources */, + B7D234891C6682B26206B1FB /* HTTPHeaders+Validation.swift in Sources */, + 8E2575C971757A2FD5C79735 /* HTTPPipelineSetup.swift in Sources */, + ACE34BF902BCB7C14E53FCBB /* HTTPServerPipelineHandler.swift in Sources */, + D5B6F5A3DE2186CB9B41AA5F /* HTTPServerProtocolErrorHandler.swift in Sources */, + F55E28907B432CDC7A1D4968 /* HTTPServerUpgradeHandler.swift in Sources */, + D1159D287F45A375A12FF849 /* HTTPTypes.swift in Sources */, + FF9623F66B99B02F86FCFF41 /* NIOHTTPClientUpgradeHandler.swift in Sources */, + 19EA2673F6C64CB61F56436D /* NIOHTTPObjectAggregator.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19300,7 +19300,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B13E31849174667608DFCD35 /* shims.c in Sources */, + 0BAB421BDE8B929F69FCB0C8 /* shims.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19365,7 +19365,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 8E73C628B3BF7C2F63AFCB44 /* shim.c in Sources */, + 702137CCA76709FB0B91E86B /* shim.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19382,34 +19382,34 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 6C38C86CDFAAAD379F52F3B5 /* ByteBufferBIO.swift in Sources */, - DE6164C0BAD7EF8945DBA365 /* CustomPrivateKey.swift in Sources */, - 9DAEC562FDA19A055B3B1C6F /* IdentityVerification.swift in Sources */, - EA213E32DB25CEDEAA2C281F /* LinuxCABundle.swift in Sources */, - 0C88D97261F697C8335E08D1 /* NIOSSLClientHandler.swift in Sources */, - 49C815CF1DBA705CD19D7D35 /* NIOSSLHandler.swift in Sources */, - E03AF991ED93A93373CD43E5 /* NIOSSLServerHandler.swift in Sources */, - F7D428578965D904AACD3A64 /* ObjectIdentifier.swift in Sources */, - 8177F29C931E1A1C863C9C7B /* PosixPort.swift in Sources */, - 88B3AD77AF5636BA3449A9DE /* SSLCallbacks.swift in Sources */, - 1FA1E1F5A28664D2C877F397 /* SSLCertificate.swift in Sources */, - A41BB2C5A0575B25207B2C58 /* SSLCertificateExtensions.swift in Sources */, - 8147979EB03368008AF8BD67 /* SSLConnection.swift in Sources */, - C57AF899293A3854262462DA /* SSLContext.swift in Sources */, - B9B661140D0C7A8C627976A5 /* SSLErrors.swift in Sources */, - 2D1E3AB9CA6EA74FA31B4BFD /* SSLInit.swift in Sources */, - 020B7398AE21D4043D6E2949 /* SSLPKCS12Bundle.swift in Sources */, - 4EFA747502E53C9132312AE7 /* SSLPrivateKey.swift in Sources */, - FEE82675F1AC002286C875DA /* SSLPublicKey.swift in Sources */, - 628A860C9CB5203D45B3DED9 /* SecurityFrameworkCertificateVerification.swift in Sources */, - EED69C4C322D31DEA6D36EE3 /* String+unsafeUninitializedCapacity.swift in Sources */, - A7940AAC23E6EDECF63AE011 /* SubjectAlternativeName.swift in Sources */, - 5BFC0F6569CF72087A1EAE79 /* NIOSSLSecureBytes.swift in Sources */, - BEEE326CCA44C9EC937DA28E /* RNG.swift in Sources */, - 1B817AD25A18E958A8907CCA /* SafeCompare.swift in Sources */, - 507620BDCE59620747089E9D /* Zeroization.swift in Sources */, - 2669B458B22CEB2CE2054070 /* TLSConfiguration.swift in Sources */, - 6068473D0FCE7FE948341B2C /* UniversalBootstrapSupport.swift in Sources */, + 8B40C670E69CD204F55B029F /* ByteBufferBIO.swift in Sources */, + E09CC21DED3192026D95B535 /* CustomPrivateKey.swift in Sources */, + BBB2C3CAC005402804C4A0D4 /* IdentityVerification.swift in Sources */, + A8CC3244DC5C5D1D33927293 /* LinuxCABundle.swift in Sources */, + 67F5A81E785D11CBE3445C6C /* NIOSSLClientHandler.swift in Sources */, + 50FFB7C58547346F3D432D35 /* NIOSSLHandler.swift in Sources */, + C79568525B021FB2E5C55A33 /* NIOSSLServerHandler.swift in Sources */, + 0FD74F6E9381517BFD27DD14 /* ObjectIdentifier.swift in Sources */, + F80D46E9324776C3E9D25258 /* PosixPort.swift in Sources */, + 705E0CF8F70E0BE05507EBC7 /* SSLCallbacks.swift in Sources */, + BC7A34AF830D4DF4A1B462B7 /* SSLCertificate.swift in Sources */, + 74E108A59A7CE281AD2B7863 /* SSLCertificateExtensions.swift in Sources */, + 1AD7B369DD6EBE733A232795 /* SSLConnection.swift in Sources */, + 0D963DF3562BB45F34D71224 /* SSLContext.swift in Sources */, + 6F41B528748422BEFD87320D /* SSLErrors.swift in Sources */, + 1074A5514BC9A25730B27086 /* SSLInit.swift in Sources */, + AC5971E03F917B28DE76CD88 /* SSLPKCS12Bundle.swift in Sources */, + 918CADE72408470CC040A71B /* SSLPrivateKey.swift in Sources */, + 0C0FA808A11C897E26826965 /* SSLPublicKey.swift in Sources */, + 52AB298E1C82A73466DE54AA /* SecurityFrameworkCertificateVerification.swift in Sources */, + FF141875078AF381D8D3ACFB /* String+unsafeUninitializedCapacity.swift in Sources */, + 6D79658411BDE430BE010312 /* SubjectAlternativeName.swift in Sources */, + 23A3333894F33110D3652F13 /* NIOSSLSecureBytes.swift in Sources */, + 435641545F7C70CABFF816F2 /* RNG.swift in Sources */, + 9C85B062A91867FF5005F0E1 /* SafeCompare.swift in Sources */, + 70870C854D1161526DB12ABD /* Zeroization.swift in Sources */, + 6D2B83182A4FCEA4AA7C78EA /* TLSConfiguration.swift in Sources */, + 56D6BB093BD5552939F30A87 /* UniversalBootstrapSupport.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19417,443 +19417,443 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7709F8F5D78897F6A8165C81 /* a_bitstr.c in Sources */, - 03337DE8CCE0E1A8FE963F12 /* a_bool.c in Sources */, - C54217481CB84751598697B1 /* a_d2i_fp.c in Sources */, - DF5E18C45F7386F21B629CE0 /* a_dup.c in Sources */, - EE9EEF9DC34E30A4D8791CD7 /* a_gentm.c in Sources */, - A2179FD5F6AA72CF978F654F /* a_i2d_fp.c in Sources */, - 5BD0637E4214CAF6C358EA87 /* a_int.c in Sources */, - F467272833FCF41CEC37DDCE /* a_mbstr.c in Sources */, - 391F96A9391B6C935F9EF8C7 /* a_object.c in Sources */, - 98B1CBEB8C23D438CF402FD7 /* a_octet.c in Sources */, - 5E67127C303517EC3FA24014 /* a_print.c in Sources */, - DE55236226128B4B60ADB8AB /* a_strex.c in Sources */, - F65871E0B05A1E25D1421F0F /* a_strnid.c in Sources */, - F7EAD46C5D06B2C61A7E5EEC /* a_time.c in Sources */, - CD25F30EFBB2F50957465EAA /* a_type.c in Sources */, - DD53674C9D192F0DF4042617 /* a_utctm.c in Sources */, - 9A8C2340FF68CA9322BA13E7 /* asn1_lib.c in Sources */, - 4B28FF227ADF25235C8C4FF1 /* asn1_par.c in Sources */, - E104799FC12993710F89863A /* asn_pack.c in Sources */, - BFC8E59E4DC3272C60C5AE7D /* f_int.c in Sources */, - E8FAA274C9DA863F7C988CF5 /* f_string.c in Sources */, - 99D85DE103D8DBE9CFB1A93D /* posix_time.c in Sources */, - 143567436858524D1F930B5A /* tasn_dec.c in Sources */, - 89958FAACD79AE7CFDCFC5E9 /* tasn_enc.c in Sources */, - E15453DD0D86DAD48C5B3BF9 /* tasn_fre.c in Sources */, - 5DB0B20AA4060862B35DE4FF /* tasn_new.c in Sources */, - F4AB37D97DDD0AF461B6FFA9 /* tasn_typ.c in Sources */, - 70B8CAF5D9958A9281A4DA6F /* tasn_utl.c in Sources */, - 4BDB47C97F2503CFC57B5600 /* base64.c in Sources */, - 8BFAF82C8CA6FF3529EDA853 /* bio.c in Sources */, - B6DBC3BDB4220338328996C7 /* bio_mem.c in Sources */, - 2574F566A653D240A5E0EAC0 /* connect.c in Sources */, - DF259E915DC8DA3836EA5276 /* fd.c in Sources */, - AE0AB7140C260796B4FC765F /* file.c in Sources */, - F0923FD03795E6AF11AC7CFE /* hexdump.c in Sources */, - 89E6A2F9AED1EBCB55A46F18 /* pair.c in Sources */, - 2E2DFA37B8F524745A99D013 /* printf.c in Sources */, - 02B64CC811686B158D7ED554 /* socket.c in Sources */, - 485E817E4928487AE149F375 /* socket_helper.c in Sources */, - 5D15D154369581BA5C544C60 /* blake2.c in Sources */, - 40A2553C39DFDB97AFF46F0D /* bn_asn1.c in Sources */, - 424047177F8A0CB7654084C3 /* convert.c in Sources */, - 45011A331189C46D0AC0179F /* buf.c in Sources */, - E13A0E6CD342C1F233C28D9A /* asn1_compat.c in Sources */, - BEA82FA2EBBE3A4092F2D332 /* ber.c in Sources */, - 23F088B2AC72592E6B3E8AC2 /* cbb.c in Sources */, - 5D06940233779FFB7B1894FD /* cbs.c in Sources */, - 7D6FFED7E3973D43B62E9479 /* unicode.c in Sources */, - E479B158188F6F0A052DA1D4 /* chacha-armv4.ios.arm.S in Sources */, - 5316E519F6BB8A680F7346EB /* chacha-armv4.linux.arm.S in Sources */, - 8390A1D37E20029A85E873F5 /* chacha-armv8.ios.aarch64.S in Sources */, - 2BE3F3F3B15DDAAF479E5242 /* chacha-armv8.linux.aarch64.S in Sources */, - E40CD7F2C54D94ABD92EA0AD /* chacha-x86.linux.x86.S in Sources */, - 11CDFC519363B324C1F576B5 /* chacha-x86_64.linux.x86_64.S in Sources */, - 072CF542E1E6603915222F0F /* chacha-x86_64.mac.x86_64.S in Sources */, - C50AEC9F847C6F1E5EEF99F2 /* chacha.c in Sources */, - A472E198457CFC077BB6B7BA /* aes128gcmsiv-x86_64.linux.x86_64.S in Sources */, - 34CFC55609DC66578C1795F7 /* aes128gcmsiv-x86_64.mac.x86_64.S in Sources */, - AEC114D28F8FB56127F5D72A /* chacha20_poly1305_armv8.ios.aarch64.S in Sources */, - 9A4F79AC1C91C5440D67D313 /* chacha20_poly1305_armv8.linux.aarch64.S in Sources */, - 3BE0E1203BFB7262D931FD4A /* chacha20_poly1305_x86_64.linux.x86_64.S in Sources */, - 35BA05A1EF33C400C1E7CB1C /* chacha20_poly1305_x86_64.mac.x86_64.S in Sources */, - F2223B69975AA9078D920634 /* cipher_extra.c in Sources */, - 8E3FA16122729F599109087B /* derive_key.c in Sources */, - C7E402EA30B41B486B7BA34A /* e_aesctrhmac.c in Sources */, - DD03E09808F0AB303B92D1BA /* e_aesgcmsiv.c in Sources */, - 644C3C3F46E902C20E8F5854 /* e_chacha20poly1305.c in Sources */, - F6795D21C1F0A556C8F07CC7 /* e_des.c in Sources */, - 4C5300066B0D90E45630FBB5 /* e_null.c in Sources */, - 0916EEF6D5ED960CB6B0B7F8 /* e_rc2.c in Sources */, - 7E3CD4C07DECD45F114D111F /* e_rc4.c in Sources */, - D069F1ED87F67CA6B63D26FE /* e_tls.c in Sources */, - BC9EE3BEDC3681347BA4DCFC /* tls_cbc.c in Sources */, - 0414991EAE6230D1E4FB819E /* conf.c in Sources */, - 2B4DE0278DAE32A04C743DD8 /* cpu_aarch64_apple.c in Sources */, - 668A73CB78BEB92FA30C1CBD /* cpu_aarch64_freebsd.c in Sources */, - 749F0EF2866AA62288A217C2 /* cpu_aarch64_fuchsia.c in Sources */, - B44A72A63AC4DDC2963BA5EA /* cpu_aarch64_linux.c in Sources */, - 380712BAA0A937941DAF98AD /* cpu_aarch64_win.c in Sources */, - A9905A4CCAC238CF436A5D1B /* cpu_arm.c in Sources */, - 7D8A6CC3002C5A6CEB978684 /* cpu_arm_freebsd.c in Sources */, - E6857302587434E7B095FF84 /* cpu_arm_linux.c in Sources */, - B4F7B00797E3BEBDA1261B56 /* cpu_intel.c in Sources */, - 2471BA49CB7F70C430A1E05D /* cpu_ppc64le.c in Sources */, - FC1FA83B50A4D84FE36CA3E0 /* crypto.c in Sources */, - 03C3332BFF5CC6B3A99A2D56 /* x25519-asm-arm.S in Sources */, - 3A98429EC336C2E9DE313E3D /* curve25519.c in Sources */, - F9F839A2C1B785D4298A9867 /* spake25519.c in Sources */, - 3CD6912C711E0B2ADF648AB9 /* des.c in Sources */, - D21ECA56BA8323CF74BAF807 /* dh_asn1.c in Sources */, - 3029933212F21319FA0E9125 /* params.c in Sources */, - 0432029855C8A75450676715 /* digest_extra.c in Sources */, - 5DB67FAE3F7A5006EE5C8C75 /* dsa.c in Sources */, - 8814EFA9EFEF6C4AE4E92A50 /* dsa_asn1.c in Sources */, - 369A2D15194986329D4C9EA1 /* ec_asn1.c in Sources */, - D66CC55680BE3E51DDEC2BDB /* ec_derive.c in Sources */, - 5C01338A34F9B8DCF384F5EB /* hash_to_curve.c in Sources */, - 041F18C7F0E0A6984A2CA0DE /* ecdh_extra.c in Sources */, - 9FE48599EE8D279308F1D637 /* ecdsa_asn1.c in Sources */, - 13B2E3892F15081CCCC3C365 /* engine.c in Sources */, - 0820BFAA1EA0EF5639C98D23 /* err.c in Sources */, - F53B2FE73656C0782C27D8C5 /* err_data.c in Sources */, - D1D0556FA0526C83F859AECA /* evp.c in Sources */, - 2AC3CB91509F5CF6B1725CF6 /* evp_asn1.c in Sources */, - B2F50C8B72931FD0F4DBCB8D /* evp_ctx.c in Sources */, - 6ADAF7C1191210F1CF4AA28B /* p_dsa_asn1.c in Sources */, - 644ACF0A0FC043B4E3CBAC3D /* p_ec.c in Sources */, - 8D9B104DA564589A75DD6045 /* p_ec_asn1.c in Sources */, - A2DF42197427F006CB9F55E9 /* p_ed25519.c in Sources */, - 6CF6BCF09DE544C2C609EE42 /* p_ed25519_asn1.c in Sources */, - E35C22E7961396C8B955BB0A /* p_hkdf.c in Sources */, - E379C677DDCB3655AFC49544 /* p_rsa.c in Sources */, - 3ABA79CE7F41962EF18D8152 /* p_rsa_asn1.c in Sources */, - 6183BFFE1D9C4BB630CEAE5B /* p_x25519.c in Sources */, - 9D4701EAA22AF172822A0D76 /* p_x25519_asn1.c in Sources */, - 075B2185D977610FC5B9D061 /* pbkdf.c in Sources */, - CAA50150602C04B14919E5A7 /* print.c in Sources */, - AE46FED7E7508751318B02A7 /* scrypt.c in Sources */, - 9F0BF330D8A9FD9D88D38F37 /* sign.c in Sources */, - 3461194ADCC752C11F0BD163 /* ex_data.c in Sources */, - 13A53951C72A20C5B9EB6813 /* aes.c in Sources */, - 38810FD541E21A5F34B6FC01 /* aes_nohw.c in Sources */, - 498CCF7AA67B7D11D2C88ADD /* key_wrap.c in Sources */, - 53B2489FC32F2DEB7589CD04 /* mode_wrappers.c in Sources */, - 30EB6A9F25F6F80F88CB62CF /* aesni-gcm-x86_64.linux.x86_64.S in Sources */, - FA71CD12DE4E0A08E0656B8C /* aesni-gcm-x86_64.mac.x86_64.S in Sources */, - 65CC24CEE2BDAA4FD15144FA /* aesni-x86.linux.x86.S in Sources */, - 70B5B4CBA85B808F0711ACE6 /* aesni-x86_64.linux.x86_64.S in Sources */, - 145759D1840DEC50CB10C311 /* aesni-x86_64.mac.x86_64.S in Sources */, - 19B389B7D2B7858F8BB58E8A /* aesv8-armx32.ios.arm.S in Sources */, - 9235CEB01C8887D9A961B5AD /* aesv8-armx32.linux.arm.S in Sources */, - F6BF752DB796A94B91D6CE94 /* aesv8-armx64.ios.aarch64.S in Sources */, - 0E30A226341A75AFA6021CEC /* aesv8-armx64.linux.aarch64.S in Sources */, - C2181D9C9B0D962C4BF700A6 /* armv4-mont.ios.arm.S in Sources */, - 652611E684443DCD0ADADD20 /* armv4-mont.linux.arm.S in Sources */, - FFDD3AD71BD45C21E9ADF3A3 /* armv8-mont.ios.aarch64.S in Sources */, - F1242DC8656C207F68C5EFFE /* armv8-mont.linux.aarch64.S in Sources */, - BE6750C3829B61E7FD2A97AE /* bn-586.linux.x86.S in Sources */, - 952BD0A499FD11BAC463FAE9 /* add.c in Sources */, - 15A3CB3B740F93813FCF2DB6 /* x86_64-gcc.c in Sources */, - B335C57F459F240D1536F4AD /* bn.c in Sources */, - B1F28BF1F20F73552BE8ED1A /* bytes.c in Sources */, - 6754061B3782AD87DA50153C /* cmp.c in Sources */, - 5E748A0B5E83C88D84783FA1 /* ctx.c in Sources */, - 4AA84FD9DC5A530584677F68 /* div.c in Sources */, - 5032FA05A3952BCFA84ED53F /* div_extra.c in Sources */, - B74961471485338F41F31309 /* exponentiation.c in Sources */, - B50FE40FE60602D1F9D0A2F8 /* gcd.c in Sources */, - DDB2C47BBEF2CA382E21CB6C /* gcd_extra.c in Sources */, - 49D80DC7CD296F669CA8F26B /* generic.c in Sources */, - D13273658EE8854C685BF185 /* jacobi.c in Sources */, - 0834B7DAB5F6F85C9FD3699B /* montgomery.c in Sources */, - 903AB57F0CA47ABA39FF870E /* montgomery_inv.c in Sources */, - 38D7F91AF8906E2F8231B4EC /* mul.c in Sources */, - BC492DD7E14B356645B3A911 /* prime.c in Sources */, - DE35422D42DA7C5472869B7D /* random.c in Sources */, - 2FD87FE17E9F62A9DC283FCC /* rsaz_exp.c in Sources */, - 3C5C21D17E274DCFFBEA01D3 /* shift.c in Sources */, - E6BBB5BE8F152AE26BB6D3ED /* sqrt.c in Sources */, - 5F237D98470E13DE639E8DF3 /* bsaes-armv7.ios.arm.S in Sources */, - 4095D71D054BBFD9DBA792B2 /* bsaes-armv7.linux.arm.S in Sources */, - 28D4B456A503086EDC1E79EC /* aead.c in Sources */, - 75148F87BC0334A30865D42D /* cipher.c in Sources */, - C4F20DC46B16C736775C75E6 /* e_aes.c in Sources */, - 8A548A57EF7B04D868933840 /* e_aesccm.c in Sources */, - C2A949EBE85DC5866794D209 /* cmac.c in Sources */, - 28F0CA9BBCBD4B66E7865B8B /* co-586.linux.x86.S in Sources */, - CE781C67CDE2DF161C17AFD2 /* check.c in Sources */, - 1AEA2D9C3E7822B345AC6D6F /* dh.c in Sources */, - 14563D410B3FCA5E923907DC /* digest.c in Sources */, - 2886DC95D226A67DD530EE6F /* digests.c in Sources */, - 9A5DB9AFB71B4846FCA7937F /* digestsign.c in Sources */, - D42371E2802519F73AB71756 /* ec.c in Sources */, - 7DD844CD7B2B7562C93ED9FC /* ec_key.c in Sources */, - 7F3C1894C458BBF4EA319E83 /* ec_montgomery.c in Sources */, - B65829A347CE3E43819670CB /* felem.c in Sources */, - 93164595C4FC10F4CBE548A0 /* oct.c in Sources */, - 9CA08EC815B1583C565BA552 /* p224-64.c in Sources */, - 255B84587A235234E1FFD9D7 /* p256-nistz.c in Sources */, - BA5128B666C7AA6D0C31AB8E /* p256.c in Sources */, - 9A250ECF99F55D56347123EC /* scalar.c in Sources */, - 90F2DB728A56B44F65E73AF5 /* simple.c in Sources */, - 0A30B832FE8AB10859FD488D /* simple_mul.c in Sources */, - C863291B911BBDEAA4EBDA29 /* util.c in Sources */, - 8CAA3D1458F72A0A90659D45 /* wnaf.c in Sources */, - 3B5110CDBAFFAEC05E62AE68 /* ecdh.c in Sources */, - 4B39D18889BB896F7E1A78D3 /* ecdsa.c in Sources */, - 118CC57DA40C9B9102F0315A /* fips_shared_support.c in Sources */, - 0521C14A7FEE9A181DF53EF1 /* ghash-armv4.ios.arm.S in Sources */, - 1F7A7884105258394A22E6BC /* ghash-armv4.linux.arm.S in Sources */, - 63F92E3A599DF37B067627AF /* ghash-neon-armv8.ios.aarch64.S in Sources */, - BB32CDD8CA80BCF838DB133E /* ghash-neon-armv8.linux.aarch64.S in Sources */, - AA2F576469DEBDA8DD4C863B /* ghash-ssse3-x86.linux.x86.S in Sources */, - 8FC2D31C056F7700B048AD71 /* ghash-ssse3-x86_64.linux.x86_64.S in Sources */, - FED60586B21672AD7D52DCD5 /* ghash-ssse3-x86_64.mac.x86_64.S in Sources */, - DD20DFA4C9B6DB62A9E28389 /* ghash-x86.linux.x86.S in Sources */, - 7E144DE6EECDF3F292FB8FB2 /* ghash-x86_64.linux.x86_64.S in Sources */, - 49AD9F8EAB641966F14207FD /* ghash-x86_64.mac.x86_64.S in Sources */, - CC346396043880FA10B3027D /* ghashv8-armx32.ios.arm.S in Sources */, - F0A434F261B002502C3202F1 /* ghashv8-armx32.linux.arm.S in Sources */, - 0D948830A80F51D82E08B996 /* ghashv8-armx64.ios.aarch64.S in Sources */, - 71B49F1D7596BD8C587563CF /* ghashv8-armx64.linux.aarch64.S in Sources */, - 6414299E7F24DE9ECC0B80AD /* hmac.c in Sources */, - F2F6E67C877A4EE0D67EEFEE /* md4.c in Sources */, - A50C55E1209389B2AF4565DD /* md5-586.linux.x86.S in Sources */, - 7F47FECE636295112F50769B /* md5-x86_64.linux.x86_64.S in Sources */, - 581B8932E050325917E66266 /* md5-x86_64.mac.x86_64.S in Sources */, - F0B86449EFB42BFC850F53CB /* md5.c in Sources */, - C75291DE879FDD2A37B52AD3 /* cbc.c in Sources */, - 0635C12F23E7D6FAE01E08EC /* cfb.c in Sources */, - D84681C7195EA7EB7D63847B /* ctr.c in Sources */, - A05C7EE1F3540ABAB1270329 /* gcm.c in Sources */, - DFAEB221A28010979452EF76 /* gcm_nohw.c in Sources */, - B6A27BC0E6A8B2D8314AEE8B /* ofb.c in Sources */, - 5348267D118372436DC55580 /* polyval.c in Sources */, - DA0B95CBFFCBAC4CFB7C2778 /* p256-armv8-asm.ios.aarch64.S in Sources */, - E36BC4261ABF848D34424A96 /* p256-armv8-asm.linux.aarch64.S in Sources */, - D1C10D2B014C8AFED319B518 /* p256-x86_64-asm.linux.x86_64.S in Sources */, - A80CCBA0E9C194EB7AE2755C /* p256-x86_64-asm.mac.x86_64.S in Sources */, - E224FCF9BA023E83AD24E54E /* p256_beeu-armv8-asm.ios.aarch64.S in Sources */, - AB39FE563940F01C90E182A4 /* p256_beeu-armv8-asm.linux.aarch64.S in Sources */, - 43AA4B92A3DE89E11F700216 /* p256_beeu-x86_64-asm.linux.x86_64.S in Sources */, - 4B66BB14A5051EACA95755AD /* p256_beeu-x86_64-asm.mac.x86_64.S in Sources */, - F90D278532AAAD262E75BD89 /* ctrdrbg.c in Sources */, - 74D1DDCBF69B2D072181C69A /* fork_detect.c in Sources */, - 1BE9D92F5258FDFA8E28979C /* rand.c in Sources */, - 5280AFFF088578AE26EAB5F3 /* urandom.c in Sources */, - A5838CA35142A91D81D60499 /* rdrand-x86_64.linux.x86_64.S in Sources */, - 17578E4C474C3996E7CBD7A2 /* rdrand-x86_64.mac.x86_64.S in Sources */, - 3117F11A090B5816F69E34F8 /* blinding.c in Sources */, - 4D0A4A811224060528AFEB05 /* padding.c in Sources */, - 211BC33A51AD9D21F28FC536 /* rsa.c in Sources */, - 72C4AACCF8BFDA7FA3270B37 /* rsa_impl.c in Sources */, - E01F6DCCCB3B5DBF36E60650 /* rsaz-avx2.linux.x86_64.S in Sources */, - 57EB9F325962C84352E9FE0D /* rsaz-avx2.mac.x86_64.S in Sources */, - 1BA7E60180FCC3598DF1D4F5 /* fips.c in Sources */, - 18B4EEA214DB43460F001B80 /* self_check.c in Sources */, - BA20B2A3236702070B4178F8 /* service_indicator.c in Sources */, - CAAA36DA5C05DEA4A084B316 /* sha1-altivec.c in Sources */, - C535941179A96F2C72E22AC2 /* sha1.c in Sources */, - 59BEDE126519023C99C7EB85 /* sha256.c in Sources */, - 421CDD55110283D369079D37 /* sha512.c in Sources */, - A02B673EBE07206D63F62631 /* sha1-586.linux.x86.S in Sources */, - 3931D3B3CEB8321D0DEE6BE2 /* sha1-armv4-large.ios.arm.S in Sources */, - 2C672DCE5DCAE15B7A2C5C5D /* sha1-armv4-large.linux.arm.S in Sources */, - C442A6398F63970554E728F1 /* sha1-armv8.ios.aarch64.S in Sources */, - B69D40E5E0E14C056ADF4523 /* sha1-armv8.linux.aarch64.S in Sources */, - ECA5ADCF4A3DCC7BF36567D9 /* sha1-x86_64.linux.x86_64.S in Sources */, - E0EFD5633E52E3A08196F5E0 /* sha1-x86_64.mac.x86_64.S in Sources */, - E30F949F5F5A066A0D772E99 /* sha256-586.linux.x86.S in Sources */, - DCCA63118E1A8B5A0D9F3A0D /* sha256-armv4.ios.arm.S in Sources */, - 1A768BE1DD5507361271CFB9 /* sha256-armv4.linux.arm.S in Sources */, - B86FD25942272CC206CC030B /* sha256-armv8.ios.aarch64.S in Sources */, - 0F952259A75361A1E65865AB /* sha256-armv8.linux.aarch64.S in Sources */, - 97B4A3D6567D0D019850D95D /* sha256-x86_64.linux.x86_64.S in Sources */, - CEB3EDF8338D010392EFC6AC /* sha256-x86_64.mac.x86_64.S in Sources */, - ED9BFE682CDDDEF5DD16C72E /* sha512-586.linux.x86.S in Sources */, - 85786945DEF628A6064177D9 /* sha512-armv4.ios.arm.S in Sources */, - 64FEF9A9FB886F96898ED8CB /* sha512-armv4.linux.arm.S in Sources */, - 97D580D376B657CB4D758ACB /* sha512-armv8.ios.aarch64.S in Sources */, - CFCC971CC10FAC3620568C09 /* sha512-armv8.linux.aarch64.S in Sources */, - F29C2BD852CA542EE8E6C92D /* sha512-x86_64.linux.x86_64.S in Sources */, - 70F0366405EB1E46FFEBA550 /* sha512-x86_64.mac.x86_64.S in Sources */, - C4C6E3D1647EB73C613B1FBF /* kdf.c in Sources */, - 77952CB984B030B69673F0E6 /* vpaes-armv7.ios.arm.S in Sources */, - B3E84ED1E33FCFDED781133F /* vpaes-armv7.linux.arm.S in Sources */, - CD33F6E8ADD31EA56845D590 /* vpaes-armv8.ios.aarch64.S in Sources */, - 303E7B3E71D16314682D0F24 /* vpaes-armv8.linux.aarch64.S in Sources */, - 90C73436A59F624E854C5490 /* vpaes-x86.linux.x86.S in Sources */, - 00308EA4F9B4A32F51019AB6 /* vpaes-x86_64.linux.x86_64.S in Sources */, - 7C2AE68822822D3624ABC27B /* vpaes-x86_64.mac.x86_64.S in Sources */, - BE479EDA64654C9BC8F94F65 /* x86-mont.linux.x86.S in Sources */, - C9D606E37DE6D6D2A332C35C /* x86_64-mont.linux.x86_64.S in Sources */, - A5350EDB1F8F611A09C2F282 /* x86_64-mont.mac.x86_64.S in Sources */, - 716133836A374C29D0681ABB /* x86_64-mont5.linux.x86_64.S in Sources */, - 721A3D95F35DB8DCAB10F860 /* x86_64-mont5.mac.x86_64.S in Sources */, - BDC08623E9471DBA8D38CDF1 /* hkdf.c in Sources */, - F097386C6EFD12C3DE4A3731 /* hpke.c in Sources */, - A421259A485B1C0F2E891EC1 /* poly_rq_mul.S in Sources */, - 6FBC03E31F186859DBBC0E0D /* hrss.c in Sources */, - A2C0CD37B1372FE9BA4C7F3C /* lhash.c in Sources */, - CD1BB2CE911A799E87A50DA2 /* mem.c in Sources */, - 148063A71A77E900DE5633E8 /* obj.c in Sources */, - 4B0D517871A615D78E3C58A8 /* obj_xref.c in Sources */, - 31D1D1D51EAD418913EFB5CC /* pem_all.c in Sources */, - C1759F97DF2E1722AA5FBE58 /* pem_info.c in Sources */, - A3A03D54FF4FE300A2992BDA /* pem_lib.c in Sources */, - F9EC6F012DFBD11AFEFF13E8 /* pem_oth.c in Sources */, - ED4ED361EC57C1939DFE5804 /* pem_pk8.c in Sources */, - 8BF2938F9FBA095A9CE31CEE /* pem_pkey.c in Sources */, - C15EC9FB01E053BE10E0AF5F /* pem_x509.c in Sources */, - 3E15B850797D515FBAE4542B /* pem_xaux.c in Sources */, - 7E48F7CEAA889698AF522217 /* pkcs7.c in Sources */, - FB51CE200E6EF054F0EFFAC7 /* pkcs7_x509.c in Sources */, - AE39E8793BC355C1E8799E81 /* p5_pbev2.c in Sources */, - 518943FA64EF269A2CA0EFBF /* pkcs8.c in Sources */, - EDC9106E80E951A9DA780EE9 /* pkcs8_x509.c in Sources */, - 9B67A50C240F6B9422BBDC30 /* poly1305.c in Sources */, - 6DEC46781A6024E8D1743496 /* poly1305_arm.c in Sources */, - 4CE1E2A0ED1630578968996B /* poly1305_arm_asm.S in Sources */, - 8617F43DA32AD62105B7D4EB /* poly1305_vec.c in Sources */, - 4D58BD377F0414ACA41EF304 /* pool.c in Sources */, - 36EF2F75CEB30FC1D1FA6A72 /* deterministic.c in Sources */, - D4970DA9A458936FEC6953D7 /* forkunsafe.c in Sources */, - F2CD77DB1BE913FA503BA36B /* fuchsia.c in Sources */, - C6EAC40CBB9985ECB9EFE4CB /* passive.c in Sources */, - F23EF295C9309C4CDF2268B6 /* rand_extra.c in Sources */, - BD2E622E41434A00ECD89DF0 /* windows.c in Sources */, - 0FF18046A559ABE031A06E56 /* rc4.c in Sources */, - 4AD1C278F31DE6E7C8FB5FF9 /* refcount_c11.c in Sources */, - 2F3CE66F68187D3DD0BB8879 /* refcount_lock.c in Sources */, - 6EAB16220EB328162016F474 /* rsa_asn1.c in Sources */, - AEC7E77F84983BFEEFC6F0B4 /* rsa_print.c in Sources */, - 2EDDD8C42047ADFB75EA67D4 /* siphash.c in Sources */, - E44ECA0D69B642672516958E /* stack.c in Sources */, - 2E53F1BF3DB5C70E6533D70F /* thread.c in Sources */, - 33D3897F1C36880CD622FAC0 /* thread_none.c in Sources */, - A06CB413E6CFB27662C7A95D /* thread_pthread.c in Sources */, - 97A961A4F569463F4A5DD9D8 /* thread_win.c in Sources */, - 45320853C799F349A5868550 /* pmbtoken.c in Sources */, - BE4E4D685DE808A454EC676D /* trust_token.c in Sources */, - 719BC0D2CC721F5F9B49D1E6 /* voprf.c in Sources */, - 3896B39B5E2B93AA5CC7EB89 /* a_digest.c in Sources */, - 97AE2CFFF133FB02DA3FE0BD /* a_sign.c in Sources */, - 34DB5791BD842AF8E7416C8D /* a_verify.c in Sources */, - EC4D689155B2C1DCE12E13F9 /* algorithm.c in Sources */, - 8C04F979AE2BAEE3B35011C0 /* asn1_gen.c in Sources */, - 9FEDAD0AA1CF9BC87EF23BA5 /* by_dir.c in Sources */, - E26371D0A7C3389B18999A63 /* by_file.c in Sources */, - CB6CD48771F2350822C735C8 /* i2d_pr.c in Sources */, - A26E5A785992462261E54C1C /* name_print.c in Sources */, - 41D924253D4D88C98EE403AF /* rsa_pss.c in Sources */, - 1970FF176ABF1497E27A865B /* t_crl.c in Sources */, - A559D9BDB94611B9C614CCD3 /* t_req.c in Sources */, - 0FEE1307B650AC7819BAA830 /* t_x509.c in Sources */, - 15CC86215DDAEFFD62A2C34A /* t_x509a.c in Sources */, - BB567122CED40973272D767F /* x509.c in Sources */, - 2623E5E8E5244CFF8F6A6049 /* x509_att.c in Sources */, - 33EC15D2F98A93036CBBED05 /* x509_cmp.c in Sources */, - BDED4807AE0025E42795F92E /* x509_d2.c in Sources */, - 10CE653F2A9C583EDC37A30F /* x509_def.c in Sources */, - DB268DA1B7658757935EA547 /* x509_ext.c in Sources */, - 655F575D47F3D938D7AC3030 /* x509_lu.c in Sources */, - 95FC9639CB71251238660CCD /* x509_obj.c in Sources */, - 1977566727F5931F40B86AB1 /* x509_req.c in Sources */, - CF0E57FC2776CC781AE20C8A /* x509_set.c in Sources */, - A024011903109CD3C0092ED2 /* x509_trs.c in Sources */, - 008265E0CCB720736104D588 /* x509_txt.c in Sources */, - AEE0AD0A81ABD7C2875F17FC /* x509_v3.c in Sources */, - 6A41841C75550CB679CEE383 /* x509_vfy.c in Sources */, - F90C098FC0936CE37538BEE2 /* x509_vpm.c in Sources */, - FE571D69756C952529E0EA9B /* x509cset.c in Sources */, - 53754FBB968AF48D6FE5FDC2 /* x509name.c in Sources */, - 819EBE608CBDF1DAB149C93D /* x509rset.c in Sources */, - 92CF25508BA7DE545816770C /* x509spki.c in Sources */, - AD68BB4DECA86BE002D0054A /* x_algor.c in Sources */, - 26ED87DFAF73F303A582291B /* x_all.c in Sources */, - 96490D4E2A0794E4EB05859D /* x_attrib.c in Sources */, - D7DB84515FEC8587D165ED10 /* x_crl.c in Sources */, - DD474B0EA90E899967E1086C /* x_exten.c in Sources */, - 8BB8D2EE95B72163F6850E72 /* x_info.c in Sources */, - 5D129B96DAC5921E185F2DAA /* x_name.c in Sources */, - BFEADD3F4D43A8F1A5F0742F /* x_pkey.c in Sources */, - 9AB189DB1C30A335D532261A /* x_pubkey.c in Sources */, - 7BF4A1E7DCEA9DA8E2EC43EB /* x_req.c in Sources */, - 681DAC1955DD8BD918ECFBC3 /* x_sig.c in Sources */, - A971AD2195CA5A421B208260 /* x_spki.c in Sources */, - 1D59CA5C259D79D8BF1FD3EC /* x_val.c in Sources */, - 28D994524B4AFE47B0A901C3 /* x_x509.c in Sources */, - F9095656C640A226C9A7D34C /* x_x509a.c in Sources */, - D7893ED72F500F2F79E3A58E /* pcy_cache.c in Sources */, - 456E945F00AF80F850E6A68A /* pcy_data.c in Sources */, - 901CCBB35164F1FA0EBEC891 /* pcy_map.c in Sources */, - 32B50438D9C1D44089CD3CB7 /* pcy_node.c in Sources */, - 7E74475CE97386E51AD3778C /* pcy_tree.c in Sources */, - D0F910BD46752E18CB7A89C5 /* v3_akey.c in Sources */, - 5C13CC48B669AC0F9E894FE0 /* v3_akeya.c in Sources */, - 8BAA67411ABE1E8BE9C44B18 /* v3_alt.c in Sources */, - 94852678AA4897623A3874EF /* v3_bcons.c in Sources */, - 560D9CD94F7490B33E183007 /* v3_bitst.c in Sources */, - 7FE1845B071BF6841A53981D /* v3_conf.c in Sources */, - 92D1F0BB5D8E9D36A6495C32 /* v3_cpols.c in Sources */, - 803B139DE41BCFBD997868D0 /* v3_crld.c in Sources */, - 7DA1262522D407E5C7AA6881 /* v3_enum.c in Sources */, - D9A437B21C65D1D280416AC1 /* v3_extku.c in Sources */, - E7176AFFC36D95E023DDB7A5 /* v3_genn.c in Sources */, - A24D60EC569D4963A6818FC5 /* v3_ia5.c in Sources */, - 232778B8FA34E64E9025993B /* v3_info.c in Sources */, - 0510D1DB4264FE3C8C65291B /* v3_int.c in Sources */, - 45C0B7C679BD29E4E77F4FB0 /* v3_lib.c in Sources */, - 72768165BB6705C25D5126EA /* v3_ncons.c in Sources */, - 3ACB89C9128F35EF97EB4720 /* v3_ocsp.c in Sources */, - 71C6BA93C967DF060EE0A420 /* v3_pci.c in Sources */, - F9C92805CCD87EF4D919AC23 /* v3_pcia.c in Sources */, - 1852874804156F3CAF9D70F1 /* v3_pcons.c in Sources */, - 3B169ACBDB902BC1663C446E /* v3_pmaps.c in Sources */, - 95E4C30DE46145BDD30EC499 /* v3_prn.c in Sources */, - C75EC5688B2F2E70299627B3 /* v3_purp.c in Sources */, - A946731747BFA6663B0828DA /* v3_skey.c in Sources */, - C8FB3C0235A751789DF3E916 /* v3_utl.c in Sources */, - 6E9D8DD168C75CEE30503C69 /* bio_ssl.cc in Sources */, - 261C7D5701B9FBFBCFDC6070 /* d1_both.cc in Sources */, - BD2AFC9E329B3C78D284425B /* d1_lib.cc in Sources */, - 3C3C07E1DABFB6DEEFD34AA7 /* d1_pkt.cc in Sources */, - D1935807674CFFFE238D74EA /* d1_srtp.cc in Sources */, - B3C63CB94476CE1042992FD6 /* dtls_method.cc in Sources */, - A82F06238EECC31D4EAFF86A /* dtls_record.cc in Sources */, - 71FA3A91CC51315F42B30DDF /* encrypted_client_hello.cc in Sources */, - FDC03F7759152C75D336F138 /* extensions.cc in Sources */, - 3FC09E37A037D72828AE8986 /* handoff.cc in Sources */, - F1C4A7D688C29DA55BB99567 /* handshake.cc in Sources */, - 7A629459300BE8DA4F51110F /* handshake_client.cc in Sources */, - 54C42AF644915C3230C187D5 /* handshake_server.cc in Sources */, - BA8A976E88821FAFD4181CE6 /* s3_both.cc in Sources */, - D1B164F5A170545DA0B6314A /* s3_lib.cc in Sources */, - E78D2D33489AE16016256C82 /* s3_pkt.cc in Sources */, - DA16E6F82117B1773DF23030 /* ssl_aead_ctx.cc in Sources */, - 0DC1BE6C14FF0C0E92E9F5D3 /* ssl_asn1.cc in Sources */, - 4C9CBC1F871AB62D5B30C98A /* ssl_buffer.cc in Sources */, - E19EF5C1082E4FB2B80B8DA7 /* ssl_cert.cc in Sources */, - 541CC05A4F0D6DAFF9D1A49C /* ssl_cipher.cc in Sources */, - B99AA6932189E3A9878A2CFE /* ssl_file.cc in Sources */, - 16F405FEA899AD2E6538EA92 /* ssl_key_share.cc in Sources */, - C32B5F8EB62541ACE7B582A3 /* ssl_lib.cc in Sources */, - A90DC3A80901BBC9E16FC0B3 /* ssl_privkey.cc in Sources */, - 457DAF1321AE4A7B78409599 /* ssl_session.cc in Sources */, - DC78308AB38DBB1E9E982D3A /* ssl_stat.cc in Sources */, - E6B17C492F02B6843A74EC7D /* ssl_transcript.cc in Sources */, - 88D29CD5C95142BF184F1CA0 /* ssl_versions.cc in Sources */, - 0B90475735D9A70FFFAAFD63 /* ssl_x509.cc in Sources */, - 5C410738F49B60754E54E38F /* t1_enc.cc in Sources */, - C159D2E96EC29EE5DBEAC99C /* tls13_both.cc in Sources */, - F51FB741E65F62E623259E67 /* tls13_client.cc in Sources */, - 1B9CC6B2BEF34108ACBCBB8D /* tls13_enc.cc in Sources */, - BA1BAE7B7570C43E603FEF03 /* tls13_server.cc in Sources */, - EB501AD74A111617AD6BD8CC /* tls_method.cc in Sources */, - 14333C9A386DB9261D283AF9 /* tls_record.cc in Sources */, + 3EE39CD05AD0B5E93E565414 /* a_bitstr.c in Sources */, + 40C90F5A926AA07C3E257171 /* a_bool.c in Sources */, + CC41455DD3D1A845A01095AA /* a_d2i_fp.c in Sources */, + 6C2E6FD4B75E70E6E77FC682 /* a_dup.c in Sources */, + 5DB7AE1BD9C3B596B4474FB9 /* a_gentm.c in Sources */, + 91915333EEC728F273BCAA5D /* a_i2d_fp.c in Sources */, + 7E0F274AC8264822B36C2849 /* a_int.c in Sources */, + B0C2F9486D953AAF9096D76F /* a_mbstr.c in Sources */, + 7FBA56B7B9CEA1A17B053C0C /* a_object.c in Sources */, + 6571F513495523DA01D45F66 /* a_octet.c in Sources */, + 0FAD06E24C0A42345EF91CBD /* a_print.c in Sources */, + CA36406DDE4C85E1A8BEA5E1 /* a_strex.c in Sources */, + 6E4A89053AD33E9869F47C9F /* a_strnid.c in Sources */, + C39864A26DC1B3EF6A77E231 /* a_time.c in Sources */, + 00B02339186E82C6B56A29EF /* a_type.c in Sources */, + 1DA78DF9A2FE0B253839D62E /* a_utctm.c in Sources */, + E7F86DFCA5C5145168CBFF8C /* asn1_lib.c in Sources */, + 53DD32D5B093F113D955BA80 /* asn1_par.c in Sources */, + 499D99A73D2EB928D183A331 /* asn_pack.c in Sources */, + 3728C3D8BDBA94D6D5607C50 /* f_int.c in Sources */, + 2C8DD1ED2127ED0AFCBA3756 /* f_string.c in Sources */, + 0A36D90CC8961D01E28EE401 /* posix_time.c in Sources */, + 4B3790D9402962A582D2E562 /* tasn_dec.c in Sources */, + 0F88DCD27A9BBDE678DDDE4C /* tasn_enc.c in Sources */, + 893832B60ECB1A5222D13047 /* tasn_fre.c in Sources */, + 39618EF64ED5D95975275CF2 /* tasn_new.c in Sources */, + BD8D17DCEBF709C9B0F09A54 /* tasn_typ.c in Sources */, + 299103AD7FFB4629C5A9CF36 /* tasn_utl.c in Sources */, + FB9378A8F1D6F0B8292A9379 /* base64.c in Sources */, + B0CC98BFF8B21D36AB31C821 /* bio.c in Sources */, + 29A0D7D6369EA21B31B520FD /* bio_mem.c in Sources */, + 7FBE0A202BEBEE09A3100D98 /* connect.c in Sources */, + 7F2AAE443C0B4740921889C0 /* fd.c in Sources */, + 0756269FDC35A098ADC13D3C /* file.c in Sources */, + BDE93ED53ED4ACDA8FB6703C /* hexdump.c in Sources */, + DB81612742D0B8E59DB42939 /* pair.c in Sources */, + CAC93873ED4CFF3658C8BF7F /* printf.c in Sources */, + F06CFDD704D3E2AF029389D3 /* socket.c in Sources */, + B4FDB584C3172222B1D868F0 /* socket_helper.c in Sources */, + 582F642C7B8077A8CAE6654F /* blake2.c in Sources */, + 60E933680517CDE05C733B96 /* bn_asn1.c in Sources */, + AE7E4FDEB49934280CE082DC /* convert.c in Sources */, + 1FB138B7183E30626A163001 /* buf.c in Sources */, + 06767AAE43C250225D8CDB6F /* asn1_compat.c in Sources */, + 1693A6FFBB84664A20488C85 /* ber.c in Sources */, + 8812DDD9F75A2D9F569FC6DD /* cbb.c in Sources */, + 2C2512A218BEEE5869AB91BF /* cbs.c in Sources */, + 11B081A955E02253FE28120A /* unicode.c in Sources */, + A42580D741A522FDED9702C6 /* chacha-armv4.ios.arm.S in Sources */, + BD9623ACC54912B254BADD46 /* chacha-armv4.linux.arm.S in Sources */, + 78C029EBC8962C1FC9841C15 /* chacha-armv8.ios.aarch64.S in Sources */, + 0D8EC1ADC74078E12D66FD62 /* chacha-armv8.linux.aarch64.S in Sources */, + 5ED9331A7BE08CE4EAA8FD7D /* chacha-x86.linux.x86.S in Sources */, + A69010A408CE95F92D15D114 /* chacha-x86_64.linux.x86_64.S in Sources */, + 27C10D9F7A9E8CE7C42A5459 /* chacha-x86_64.mac.x86_64.S in Sources */, + AD4FA6F0DFB95B9304D8340C /* chacha.c in Sources */, + CFB11B616427617992F01E89 /* aes128gcmsiv-x86_64.linux.x86_64.S in Sources */, + E9977E146AF538026DA4A4A3 /* aes128gcmsiv-x86_64.mac.x86_64.S in Sources */, + 762CC67D5F8B64CE45150C65 /* chacha20_poly1305_armv8.ios.aarch64.S in Sources */, + 19D73CE20369480BC3825A50 /* chacha20_poly1305_armv8.linux.aarch64.S in Sources */, + 52299D69DA4E4FC645443C42 /* chacha20_poly1305_x86_64.linux.x86_64.S in Sources */, + 222DF246A0C94B4C4E3CE14E /* chacha20_poly1305_x86_64.mac.x86_64.S in Sources */, + DAD021AFA8AC8CA0DC78728D /* cipher_extra.c in Sources */, + 498579C2C872D3F88C5416FC /* derive_key.c in Sources */, + 14BEC9124CF748E7C31F9EC0 /* e_aesctrhmac.c in Sources */, + 67C77B8BC67E5A8303EF8CA4 /* e_aesgcmsiv.c in Sources */, + 77BA1F4CF92E2B07993514DD /* e_chacha20poly1305.c in Sources */, + 6E21A1A598A406E9304E7850 /* e_des.c in Sources */, + 6D2B7BAA595F2F3CE9AD6F8B /* e_null.c in Sources */, + E0F00A5A1642A5D0C7B39380 /* e_rc2.c in Sources */, + 455118A0CFFB13627E470986 /* e_rc4.c in Sources */, + 29B5E8ED7E2EC4D28B77AFFD /* e_tls.c in Sources */, + 230821F474C42CBFED043211 /* tls_cbc.c in Sources */, + B37EDAEC3D0C33C3F569AFC7 /* conf.c in Sources */, + 328192A63A54459B6A8C538D /* cpu_aarch64_apple.c in Sources */, + D918E0693B16E4AB64595F82 /* cpu_aarch64_freebsd.c in Sources */, + 62578732E9C53E6DD01A320B /* cpu_aarch64_fuchsia.c in Sources */, + A23A1B8EEB6CF921F82715A9 /* cpu_aarch64_linux.c in Sources */, + 40248BF015C44DF550BD178B /* cpu_aarch64_win.c in Sources */, + C1DF0071E6F00A554CE90398 /* cpu_arm.c in Sources */, + 97D669EBDB81AF82C0E7AFD0 /* cpu_arm_freebsd.c in Sources */, + F5067C8B4A1BD9D2CA46973E /* cpu_arm_linux.c in Sources */, + 4DE4872BC3AC8074DC23D359 /* cpu_intel.c in Sources */, + 46A5AE81006F9828D9450AAD /* cpu_ppc64le.c in Sources */, + 29FEEDCFA70662EB9E372A29 /* crypto.c in Sources */, + 63E4F3E873DDD17996E564F8 /* x25519-asm-arm.S in Sources */, + 282CABF0B3CEAD254EA15CF6 /* curve25519.c in Sources */, + 2D808789B44DAF7D351A20B7 /* spake25519.c in Sources */, + 6B79EFFBAE5AEB88F5045FFE /* des.c in Sources */, + 999625C9B9A46F1EE1307C81 /* dh_asn1.c in Sources */, + B8ABFE9EB98073B2449C17FF /* params.c in Sources */, + 535129853D0C645BED3D8EF6 /* digest_extra.c in Sources */, + B275627EE0A94C34F61D6144 /* dsa.c in Sources */, + 94DE31E1E8205F334E35C131 /* dsa_asn1.c in Sources */, + 6E1FC51EE209308B93416AA8 /* ec_asn1.c in Sources */, + B3CD665FB15CF56FF2F36B66 /* ec_derive.c in Sources */, + B1397EF22D6EAFEEED0E0F39 /* hash_to_curve.c in Sources */, + 537F10C6CA2D5B036DBAD219 /* ecdh_extra.c in Sources */, + F8C37A2383FFEEBD342CD6E3 /* ecdsa_asn1.c in Sources */, + CECA018BD66176B85630134D /* engine.c in Sources */, + E67B1BF4E4527742FF30A3FF /* err.c in Sources */, + D8B2852636834362E66BD1EB /* err_data.c in Sources */, + E719DD51F63C74FA4B412678 /* evp.c in Sources */, + 481D04C266EE6B39FEC4E6FA /* evp_asn1.c in Sources */, + 09165AF54B07D75F58D4397D /* evp_ctx.c in Sources */, + 9EE31F87D34A14B010DD03C1 /* p_dsa_asn1.c in Sources */, + A9F3FF75021B1A74B78D8E8A /* p_ec.c in Sources */, + 07C89A4582B13E1949989C73 /* p_ec_asn1.c in Sources */, + AFC0D19F2995D62E6C9CB320 /* p_ed25519.c in Sources */, + 3B0DD72AE8CDDA9E6722BB12 /* p_ed25519_asn1.c in Sources */, + 87AAA227E8DD5A565B0EEAE4 /* p_hkdf.c in Sources */, + A68E60C7A9286295B0272EA6 /* p_rsa.c in Sources */, + F07C7C20118B3DAEC126CCF7 /* p_rsa_asn1.c in Sources */, + E8C1832DC2C065AF34E1C6F2 /* p_x25519.c in Sources */, + F15A2DF1801EDA5A9F130AC2 /* p_x25519_asn1.c in Sources */, + A43C4780CAC0894A81E3F1DB /* pbkdf.c in Sources */, + 3B6CECB28EB049ACF983362C /* print.c in Sources */, + 4A6F6E37B16616503669F20F /* scrypt.c in Sources */, + 97AAC2A16F7A02A1B830201E /* sign.c in Sources */, + A325FA81CB396029C8B26CF1 /* ex_data.c in Sources */, + E9F402164065A57A49408DEC /* aes.c in Sources */, + 617DD762A3E7E2A4E62E8E28 /* aes_nohw.c in Sources */, + 7CF377354E2F7FB37D9F36E3 /* key_wrap.c in Sources */, + 70E081F6F51F97664983E2B7 /* mode_wrappers.c in Sources */, + BB4BE0FE19E511D2796BDBA9 /* aesni-gcm-x86_64.linux.x86_64.S in Sources */, + B75FED2B98DBD5C4387CE988 /* aesni-gcm-x86_64.mac.x86_64.S in Sources */, + 8AF947D408C25BAC5509A0B1 /* aesni-x86.linux.x86.S in Sources */, + 70AB360B44F940C73188733B /* aesni-x86_64.linux.x86_64.S in Sources */, + 7C2222B2C1440EA1FF51E481 /* aesni-x86_64.mac.x86_64.S in Sources */, + 0BF7F1D34C34D8C7FBF38D23 /* aesv8-armx32.ios.arm.S in Sources */, + 5C00BA02C7DD715D83FD9092 /* aesv8-armx32.linux.arm.S in Sources */, + FCD28AAFA2E47E1AA20483B0 /* aesv8-armx64.ios.aarch64.S in Sources */, + 6947057341DDE7C281A96251 /* aesv8-armx64.linux.aarch64.S in Sources */, + A07532E886C8D7213BEA75BF /* armv4-mont.ios.arm.S in Sources */, + 8B6D146DC7731BCD4D47EDC1 /* armv4-mont.linux.arm.S in Sources */, + D7FCBC6468D78EA9154DCC51 /* armv8-mont.ios.aarch64.S in Sources */, + 31D993D646EFFE87F98E10E0 /* armv8-mont.linux.aarch64.S in Sources */, + F0B28994BA960DF52D32D069 /* bn-586.linux.x86.S in Sources */, + F87A3649404848EDBE1C726D /* add.c in Sources */, + 3770AA2B08C501767DC9EC35 /* x86_64-gcc.c in Sources */, + C023B606D642928C4429CC82 /* bn.c in Sources */, + 4B9C29050A161856C3470202 /* bytes.c in Sources */, + 3F16660E810A1CCE2597B191 /* cmp.c in Sources */, + 3DC795540A61E8C56FA3B4E6 /* ctx.c in Sources */, + 9BA26E8B15A4E6A1E63E1FBA /* div.c in Sources */, + E7BA759AFA67A0E877D7F484 /* div_extra.c in Sources */, + C714F5E9434814E034739ED0 /* exponentiation.c in Sources */, + 195247C5484345913BAFAE48 /* gcd.c in Sources */, + E6CDD1E08AF01C1673A44FB6 /* gcd_extra.c in Sources */, + 1385B339CE6D812B531FBB35 /* generic.c in Sources */, + 5AA2C5F4A7D2CDD51402AD8D /* jacobi.c in Sources */, + 3E3819F7368442640F0B9B78 /* montgomery.c in Sources */, + 20E100DD1CC2E89077A5893E /* montgomery_inv.c in Sources */, + BB5893374AAFE4073761F38E /* mul.c in Sources */, + F6FCE2C9D46EA911B6C91165 /* prime.c in Sources */, + 8687A0CDABD436B026222FA8 /* random.c in Sources */, + E624293F7213FD8698141658 /* rsaz_exp.c in Sources */, + E52D2424E9921D07A42063F9 /* shift.c in Sources */, + EFC357F6EB96D68CCE624E4D /* sqrt.c in Sources */, + 99A0FFC05800AA80CE6A3451 /* bsaes-armv7.ios.arm.S in Sources */, + 8A78B4E1F8F75D4323F07D24 /* bsaes-armv7.linux.arm.S in Sources */, + 4AB4821C42136E85D9837969 /* aead.c in Sources */, + C3C29C0AE902A7D0F80D09DD /* cipher.c in Sources */, + B4A40F20E9FAFA1E5C2FBE18 /* e_aes.c in Sources */, + 31A4BC6782E3D1A450712A47 /* e_aesccm.c in Sources */, + 6227993E5833704CD80D158A /* cmac.c in Sources */, + 184984C7CD858368EABE54BB /* co-586.linux.x86.S in Sources */, + BC02AC5F6A0040242AB4BACA /* check.c in Sources */, + 112C50F8730CEC05B594A5EE /* dh.c in Sources */, + 56BD0193C5DAE46D6F602C1E /* digest.c in Sources */, + 33BF9F33322A69A35FA87D57 /* digests.c in Sources */, + C69A6A203A3D097AF8462890 /* digestsign.c in Sources */, + 47DADDD1850F3CE39E46B88D /* ec.c in Sources */, + 44EA0147AE4D8F36E64D4882 /* ec_key.c in Sources */, + 35D2D58178CF02971FE6BC6A /* ec_montgomery.c in Sources */, + 07A96D3B20D7F6183145FF2C /* felem.c in Sources */, + 2EEE14550E0A1C295B0A9E5E /* oct.c in Sources */, + 2A0BC009EE46C735AFA62366 /* p224-64.c in Sources */, + 3A67C50D232EFB78D16ABFDD /* p256-nistz.c in Sources */, + 41DD9060884A55EE71C0A371 /* p256.c in Sources */, + 97AE98F31EADBF68D5C90D63 /* scalar.c in Sources */, + 1C53384818AE93F09562860B /* simple.c in Sources */, + 5CDAACE426864DD378886A0E /* simple_mul.c in Sources */, + 594AEEF59E677731237CCBF2 /* util.c in Sources */, + 50D6720246AA5D8E99A6B374 /* wnaf.c in Sources */, + 43713C4BB92324E04814D834 /* ecdh.c in Sources */, + 5FF304CFBC5B73F922ABE950 /* ecdsa.c in Sources */, + 2BA9E331D61E17F215AD3BB9 /* fips_shared_support.c in Sources */, + 7D21FEF7D9320C0092B0A868 /* ghash-armv4.ios.arm.S in Sources */, + B0767D6CEB3A16ACC64A14D2 /* ghash-armv4.linux.arm.S in Sources */, + 4DD2484156D4FE664F75500C /* ghash-neon-armv8.ios.aarch64.S in Sources */, + C678AF29601643494DF453E2 /* ghash-neon-armv8.linux.aarch64.S in Sources */, + 89FC5938A9C43F25F34BFB77 /* ghash-ssse3-x86.linux.x86.S in Sources */, + 18984575B24B18EDF116D465 /* ghash-ssse3-x86_64.linux.x86_64.S in Sources */, + BCA032103CD6F805A321CB9D /* ghash-ssse3-x86_64.mac.x86_64.S in Sources */, + 777A9C253E95CC972A5CEF5C /* ghash-x86.linux.x86.S in Sources */, + 0914631BDAC299D78FD447B2 /* ghash-x86_64.linux.x86_64.S in Sources */, + 6F5AC7A6E41FEAD88F3A1E10 /* ghash-x86_64.mac.x86_64.S in Sources */, + 68BB0BB7B10384A7093BC9B1 /* ghashv8-armx32.ios.arm.S in Sources */, + 60C17E1A8093DD1C531B0D1F /* ghashv8-armx32.linux.arm.S in Sources */, + 1B05A5E556432DF8EA02CEA5 /* ghashv8-armx64.ios.aarch64.S in Sources */, + 32250580FCA4732B08FA070F /* ghashv8-armx64.linux.aarch64.S in Sources */, + 019193D380ACCF3C566243F7 /* hmac.c in Sources */, + 7CB4B4B7E0EB445FECF3B5B5 /* md4.c in Sources */, + EF0D1BCB385656D44A69EA7C /* md5-586.linux.x86.S in Sources */, + 6E50E934B3A34C2269229AF8 /* md5-x86_64.linux.x86_64.S in Sources */, + 139370E7EB5A592E30C62EC5 /* md5-x86_64.mac.x86_64.S in Sources */, + BEF90012253A8B7ACBE530E3 /* md5.c in Sources */, + FBE319DD54FCC1BD27D14348 /* cbc.c in Sources */, + 0C798687094A078B27B3869B /* cfb.c in Sources */, + 9238004944C5287D402B872F /* ctr.c in Sources */, + 7986F5EAA10421EEC7F84B00 /* gcm.c in Sources */, + B13BA5F668C6F13BA8196E39 /* gcm_nohw.c in Sources */, + D8EBCFEBE9B80783607CCAF6 /* ofb.c in Sources */, + 1E201E85E94A35103B955013 /* polyval.c in Sources */, + 3A43A0863EBA773F19C24394 /* p256-armv8-asm.ios.aarch64.S in Sources */, + 4FCA37A19FEDC92F52964A28 /* p256-armv8-asm.linux.aarch64.S in Sources */, + 7AA9D021CF403797060843BA /* p256-x86_64-asm.linux.x86_64.S in Sources */, + EC25BA98A08C05F0F1D5B049 /* p256-x86_64-asm.mac.x86_64.S in Sources */, + 84B4C890FCEEE8C5ECFC6CA2 /* p256_beeu-armv8-asm.ios.aarch64.S in Sources */, + 47406FBA9148C1F3519AE710 /* p256_beeu-armv8-asm.linux.aarch64.S in Sources */, + D0F78527A0A886D77014D110 /* p256_beeu-x86_64-asm.linux.x86_64.S in Sources */, + 65D0A5841C483B3FDCE83D5D /* p256_beeu-x86_64-asm.mac.x86_64.S in Sources */, + 9A968D13FC38D0465613AB99 /* ctrdrbg.c in Sources */, + 6D5DDC4522AC149C078EB178 /* fork_detect.c in Sources */, + 010AD99B1E8CD127D291256E /* rand.c in Sources */, + 2001C25106FDA06C1675F708 /* urandom.c in Sources */, + 861CA13D1D67467AFE61D4A9 /* rdrand-x86_64.linux.x86_64.S in Sources */, + FC7171546D7FC2E607081460 /* rdrand-x86_64.mac.x86_64.S in Sources */, + 4CBC419C612CA4CF025C78CA /* blinding.c in Sources */, + DF1EE577D2BFE5245BA648A0 /* padding.c in Sources */, + 31129F39FBB709F992C8F38A /* rsa.c in Sources */, + B380F352668A433B116C9E68 /* rsa_impl.c in Sources */, + 002116FD848C4D57EAE64327 /* rsaz-avx2.linux.x86_64.S in Sources */, + EC039FD644BF70E5D8B9F68C /* rsaz-avx2.mac.x86_64.S in Sources */, + 07C377FAEDD66553C3DD4FD6 /* fips.c in Sources */, + BB8ACA630A30E02B61E4831B /* self_check.c in Sources */, + 197711759C124A92C92BD5EC /* service_indicator.c in Sources */, + EDEFDB6C7D3548CBE7CBA639 /* sha1-altivec.c in Sources */, + 674CC910F3A27679B6DC9456 /* sha1.c in Sources */, + 50528BC5C377902A491B0A74 /* sha256.c in Sources */, + FD6E21DAF9FACD510CC60AEB /* sha512.c in Sources */, + 84DCD999CF8548E7F12D5C27 /* sha1-586.linux.x86.S in Sources */, + DCA9D68590589F83123E745F /* sha1-armv4-large.ios.arm.S in Sources */, + D5E6C1EAC22A343F949B6EAA /* sha1-armv4-large.linux.arm.S in Sources */, + AFF1E259690B8DFADA3E10E7 /* sha1-armv8.ios.aarch64.S in Sources */, + FBFC69D1966882CC733F5D67 /* sha1-armv8.linux.aarch64.S in Sources */, + BB77DBD3F1FB34EAE76F85CD /* sha1-x86_64.linux.x86_64.S in Sources */, + D4B4A8F80065E15B86A675FB /* sha1-x86_64.mac.x86_64.S in Sources */, + DAE13C9AC52D0AE1E0D24DEF /* sha256-586.linux.x86.S in Sources */, + 2445624EABFC01382AE93FDE /* sha256-armv4.ios.arm.S in Sources */, + 1A50E4D6F113617381DA36D3 /* sha256-armv4.linux.arm.S in Sources */, + 45D8B66199B3533A607BF2F5 /* sha256-armv8.ios.aarch64.S in Sources */, + 98EF752B5B9EF92D848C778F /* sha256-armv8.linux.aarch64.S in Sources */, + 4719F3DC9C4462D262E3DDD3 /* sha256-x86_64.linux.x86_64.S in Sources */, + C0AC76DB7479A4D2ECF8478E /* sha256-x86_64.mac.x86_64.S in Sources */, + E25F131E3C222A1BA15DAE61 /* sha512-586.linux.x86.S in Sources */, + CAAADFAC694EAC8CA734B639 /* sha512-armv4.ios.arm.S in Sources */, + C84FC2DB5F1D544D315F111C /* sha512-armv4.linux.arm.S in Sources */, + 8FA843D76E58088E2973EC0E /* sha512-armv8.ios.aarch64.S in Sources */, + 871D794A8E20EE8B24ADD4EB /* sha512-armv8.linux.aarch64.S in Sources */, + FBCBDFF39AF3F4A6D0BA7A6D /* sha512-x86_64.linux.x86_64.S in Sources */, + D2DC2C396BB2417C4D55FC4F /* sha512-x86_64.mac.x86_64.S in Sources */, + 70ADBB01C1444BE28A3CBF6D /* kdf.c in Sources */, + A66A4CD5E4847D53A20FE56B /* vpaes-armv7.ios.arm.S in Sources */, + 92CC360C65D282974441FFF8 /* vpaes-armv7.linux.arm.S in Sources */, + 84BFEA63E0B1F8D13C9BBB69 /* vpaes-armv8.ios.aarch64.S in Sources */, + 0357CBD3C1A6FD3E61B4BA8D /* vpaes-armv8.linux.aarch64.S in Sources */, + B430B001120C1AB50E84E234 /* vpaes-x86.linux.x86.S in Sources */, + D99914B564D46C0CC7F7CDEF /* vpaes-x86_64.linux.x86_64.S in Sources */, + 744DE6CF45B6542C741B1B67 /* vpaes-x86_64.mac.x86_64.S in Sources */, + 4DDA80B4C63AAF2CD9602F9F /* x86-mont.linux.x86.S in Sources */, + A055EFFCC1A9B8AF86D8C46E /* x86_64-mont.linux.x86_64.S in Sources */, + DB489ECC19507A137E4E341A /* x86_64-mont.mac.x86_64.S in Sources */, + B2558B4E3867264E0579A2AB /* x86_64-mont5.linux.x86_64.S in Sources */, + 8BC639F0E0147326925395F6 /* x86_64-mont5.mac.x86_64.S in Sources */, + FBFDB9BDF5DA045DC7FA2287 /* hkdf.c in Sources */, + DF35B2C7949ABB84ACAA2A20 /* hpke.c in Sources */, + BB6AA3D2B7B0E3625966837C /* poly_rq_mul.S in Sources */, + 4AE657032C33B81245398D3C /* hrss.c in Sources */, + 8BADA9EA5453131174082587 /* lhash.c in Sources */, + B76321B10169B94438BAB5CD /* mem.c in Sources */, + 27D6BFA605E532937087672B /* obj.c in Sources */, + 93F30640E638AB78D93D7BEA /* obj_xref.c in Sources */, + 70A888CF792E5DC0BD3140DA /* pem_all.c in Sources */, + 0788240E5B7B649A92BEBC6C /* pem_info.c in Sources */, + 6409D9AA472BD21BFB5D5254 /* pem_lib.c in Sources */, + 87391FBB980D238E278BE8D5 /* pem_oth.c in Sources */, + D2F9FF3249F16B202262C8F1 /* pem_pk8.c in Sources */, + 46E4EF99A7834DEFB492C9FC /* pem_pkey.c in Sources */, + 346758B815FE63471DADFAD0 /* pem_x509.c in Sources */, + 126D24B9A00D36DD270E6DE6 /* pem_xaux.c in Sources */, + B66490FF47F94DEB4A3ADF4E /* pkcs7.c in Sources */, + 7EBA42AAEB0349526665E1B8 /* pkcs7_x509.c in Sources */, + 5CCEAFE5D851CA68D45661AE /* p5_pbev2.c in Sources */, + 1F64A1C214145B67F472C0CC /* pkcs8.c in Sources */, + FC210DFF48165E657D81460C /* pkcs8_x509.c in Sources */, + F6E5F53ABF936695CDBC887F /* poly1305.c in Sources */, + 431E3159FD9EE7EC78474880 /* poly1305_arm.c in Sources */, + 49E029A9692E951CCE71E329 /* poly1305_arm_asm.S in Sources */, + 0B833486FC70F529FDDCAA0A /* poly1305_vec.c in Sources */, + BE0B18EB1757E3CBDFD8DD68 /* pool.c in Sources */, + 8AD6B44C1CA4C42A8F368CE3 /* deterministic.c in Sources */, + 3E0DADCD22CE450D062EA7D9 /* forkunsafe.c in Sources */, + CB39D3F76CF15EA74FCED0E9 /* fuchsia.c in Sources */, + 8A6D7919F5E2E6BBE8259CFF /* passive.c in Sources */, + 149184BD74DA915E2C60DF7A /* rand_extra.c in Sources */, + A58D84A6BD35810804E2C6CA /* windows.c in Sources */, + B00FEFE6939F1F0A00416E8C /* rc4.c in Sources */, + 52C1F5AFE66EB75159EC04D1 /* refcount_c11.c in Sources */, + 1587DE7C1644D9D2CAE9E39F /* refcount_lock.c in Sources */, + B268893D85AC86276B70AC26 /* rsa_asn1.c in Sources */, + C9F1119CAC53C1E93FF53261 /* rsa_print.c in Sources */, + 5EF434024BF179ACAD045C77 /* siphash.c in Sources */, + 94134A833750E3CB014B4B5D /* stack.c in Sources */, + 0BE171B371784761871A67D2 /* thread.c in Sources */, + 32263102FF64A1E375D40BC3 /* thread_none.c in Sources */, + 0014936279B066A4B37C1A43 /* thread_pthread.c in Sources */, + E5ABB300A45471BE1508DF62 /* thread_win.c in Sources */, + C1B505EEEDA0751A4217A8F9 /* pmbtoken.c in Sources */, + 88E942D4BADA747F4CBB457F /* trust_token.c in Sources */, + D97472B4467FC3A5BBA0C40B /* voprf.c in Sources */, + 08D5118873A53C70CE5C93D5 /* a_digest.c in Sources */, + 61BE91C64FA73821D7CBA430 /* a_sign.c in Sources */, + F8B91C8641637518E8BC2209 /* a_verify.c in Sources */, + 2788EB6A61D3580C527B9C45 /* algorithm.c in Sources */, + 474F37D194C84EEA8EA536D0 /* asn1_gen.c in Sources */, + 2EC0F9CAA302E51D6ACB6A6A /* by_dir.c in Sources */, + 1EB153805304FDC57886A621 /* by_file.c in Sources */, + 76C4AE4BDC973CF0A9AD2DF5 /* i2d_pr.c in Sources */, + 7357EBBDF020919A634FAD77 /* name_print.c in Sources */, + 00FE75C851C0072D9E7D0E1C /* rsa_pss.c in Sources */, + EAA29826EC6520189E8FDA62 /* t_crl.c in Sources */, + 6F4FCC555D537E08434375D8 /* t_req.c in Sources */, + D40A4E4ECC224D63CCFB4D58 /* t_x509.c in Sources */, + D77A92418E6CDFD53C78C9E8 /* t_x509a.c in Sources */, + 5B025F5DAC52823D77529C9A /* x509.c in Sources */, + 46423042DFB7DBD75FD78051 /* x509_att.c in Sources */, + 198E55597DA8C217CB8CED81 /* x509_cmp.c in Sources */, + 96960421EF93C8BA2B0C7EFD /* x509_d2.c in Sources */, + B32B0EABB33EACD018C1AD6F /* x509_def.c in Sources */, + 543D47D5D18910773E5AB475 /* x509_ext.c in Sources */, + C66961AE52CB42DCA0A01C7E /* x509_lu.c in Sources */, + 6EA33D006CFF5AB663925E04 /* x509_obj.c in Sources */, + ACBF7C8F367BAE9DD8DEF355 /* x509_req.c in Sources */, + AD5021952364DB62D6307C64 /* x509_set.c in Sources */, + 62D8214EF7BC3DFBAF34328A /* x509_trs.c in Sources */, + C9F994F3696B8C60848F3E57 /* x509_txt.c in Sources */, + 26308684D64714173B94D16B /* x509_v3.c in Sources */, + F8BFA8180BB38271CC0BA5A8 /* x509_vfy.c in Sources */, + 260174EDCC403E8BA03B2D9A /* x509_vpm.c in Sources */, + D5D0A79B9D0C3DD8A804A1C2 /* x509cset.c in Sources */, + F8EA823BBE32A6A7D9E11AB7 /* x509name.c in Sources */, + 00D2D3E9F8D2CAF217DD6B46 /* x509rset.c in Sources */, + 7C68CF6D488545F12C3A7306 /* x509spki.c in Sources */, + 52339F5EC7261BA37B07563B /* x_algor.c in Sources */, + 29192CCC51BA548BAE13D3F0 /* x_all.c in Sources */, + 838D3E98A5A444A2C3E863A4 /* x_attrib.c in Sources */, + 14716A8DFB9953D71A28B9EE /* x_crl.c in Sources */, + 0D1CBADD17964F7DB246B746 /* x_exten.c in Sources */, + 8C1F0351883A2EE463CF5E31 /* x_info.c in Sources */, + 49AA2D4DD007DB39452BE4FC /* x_name.c in Sources */, + 9EEAAD51EC3B7F45376B9E9A /* x_pkey.c in Sources */, + 58B8C897274C0688DBE347DE /* x_pubkey.c in Sources */, + BD1F5A1135162C3E07415DF2 /* x_req.c in Sources */, + 00473EEBE9D35EA34262C293 /* x_sig.c in Sources */, + FE4CE60AA2BA2A590082466E /* x_spki.c in Sources */, + 4B169AA7ED7FC45F9C7583F3 /* x_val.c in Sources */, + 44C339F208D755E12C9E0490 /* x_x509.c in Sources */, + 2D904A19137963CB4300BA02 /* x_x509a.c in Sources */, + 83D8375183F57DA15CEDBB1B /* pcy_cache.c in Sources */, + 9F1280B458C5DE5FE2F3600D /* pcy_data.c in Sources */, + AAD557035C509AF4F883E6CE /* pcy_map.c in Sources */, + C26410CC402DE5796D94B113 /* pcy_node.c in Sources */, + CCE387727323FDC90B3A897B /* pcy_tree.c in Sources */, + AAB89E811494CB8BA5283686 /* v3_akey.c in Sources */, + F373A3786DA66640C02FB666 /* v3_akeya.c in Sources */, + 1F9744949D33DF034863FC71 /* v3_alt.c in Sources */, + 85773CBD41104C3E8C3C5DB6 /* v3_bcons.c in Sources */, + F936149FB94B56B29109F55E /* v3_bitst.c in Sources */, + 8B3C23E03EEA5B255009003E /* v3_conf.c in Sources */, + 8E9DE704C09A45A0758C67BE /* v3_cpols.c in Sources */, + 4A4DE1AD7956EC0C4BA810A1 /* v3_crld.c in Sources */, + 7DC5FFC314E285BE9AB3CBFC /* v3_enum.c in Sources */, + 1243884C4908DAA1B0675C9E /* v3_extku.c in Sources */, + 7E1873DECE9C19A1173B4B46 /* v3_genn.c in Sources */, + FEE23540F58B32222F8BB4BE /* v3_ia5.c in Sources */, + 142D7CC67072C7045FA8835C /* v3_info.c in Sources */, + CDAC9CC93CD9D713A1FE4BED /* v3_int.c in Sources */, + DAA4BDEE56BE4E21B0EB2CA5 /* v3_lib.c in Sources */, + CF69BED1455E75F8FAEA26E2 /* v3_ncons.c in Sources */, + CAC03E42F0A95009D6CE99EA /* v3_ocsp.c in Sources */, + 7A8A55BA2F5A10E85F285AE4 /* v3_pci.c in Sources */, + DCB42C903E07C0785790A229 /* v3_pcia.c in Sources */, + 5101C0A6C663A1ABD43AC8E4 /* v3_pcons.c in Sources */, + 91ECE32CA4F6680548161E72 /* v3_pmaps.c in Sources */, + 15D33D5B89D27584625B26A8 /* v3_prn.c in Sources */, + 6B8462D4D7A8E5448D28D882 /* v3_purp.c in Sources */, + A6272BA9A6D44360C2E3C90B /* v3_skey.c in Sources */, + E49FF5E2F68631B3E05A1C1B /* v3_utl.c in Sources */, + A2AB14BEFA20FEC7D2726C16 /* bio_ssl.cc in Sources */, + 676608D0858BED1C1E29F1CA /* d1_both.cc in Sources */, + 2F0781FAA62A4FFF2B548D7D /* d1_lib.cc in Sources */, + 6CFB2807069C766049724869 /* d1_pkt.cc in Sources */, + D5F43923FC61CA5C02842BCA /* d1_srtp.cc in Sources */, + 442ABCBBB7A29242EDEB72F2 /* dtls_method.cc in Sources */, + FC229A19ED1D53FD5CFCCA8C /* dtls_record.cc in Sources */, + B9D83B6B3A8E187E64D42BC9 /* encrypted_client_hello.cc in Sources */, + 9567261B1E7D0960DC300065 /* extensions.cc in Sources */, + 4EB4D16A9D45879A466D2724 /* handoff.cc in Sources */, + 35934F8B16FF4D5DF8DC8491 /* handshake.cc in Sources */, + F6608354D88F4C73B25A7877 /* handshake_client.cc in Sources */, + DCF662E929901021D5BAF5E0 /* handshake_server.cc in Sources */, + 01A6EA92FE6B1E3A63586BB7 /* s3_both.cc in Sources */, + 9FAB87FF438872302C10B4E7 /* s3_lib.cc in Sources */, + 33C992B5B2423371D06C591C /* s3_pkt.cc in Sources */, + 265D5CA15894A9D836B69C3E /* ssl_aead_ctx.cc in Sources */, + 3E0F66BFA7C555FB63EE3DE8 /* ssl_asn1.cc in Sources */, + BF2CD3CFE9BD3E6CC67061AE /* ssl_buffer.cc in Sources */, + 0DD21F7D7D2146FB8FE515CD /* ssl_cert.cc in Sources */, + 232FB8A719C1C7B13CD039F6 /* ssl_cipher.cc in Sources */, + CC5DF46BEF0FD0BC56E724F2 /* ssl_file.cc in Sources */, + 5E49F5C86336BA0363CE2056 /* ssl_key_share.cc in Sources */, + 9FAF78B47959A87B3EBB8CAC /* ssl_lib.cc in Sources */, + 9C384AAE1FDE155106521259 /* ssl_privkey.cc in Sources */, + F2A453858618FC95B90DB8E7 /* ssl_session.cc in Sources */, + CB8BA6C95F59028A88DCC365 /* ssl_stat.cc in Sources */, + 38A0DB47A6ADA4C06AF78525 /* ssl_transcript.cc in Sources */, + A796817C88F7F2CB526C1638 /* ssl_versions.cc in Sources */, + 8C68C9ACA0682E517155924B /* ssl_x509.cc in Sources */, + F0203D5775289E13768ED596 /* t1_enc.cc in Sources */, + 4105DF37711F4A01DECCC72E /* tls13_both.cc in Sources */, + 146CF0441F7567CD02CC1CD5 /* tls13_client.cc in Sources */, + E868A5D1935206A85220A37B /* tls13_enc.cc in Sources */, + 7D29E278CD3FE622358C9634 /* tls13_server.cc in Sources */, + FD67547B999165B7817EA44C /* tls_method.cc in Sources */, + 37F04ECCF95696DDB66252B2 /* tls_record.cc in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19869,11 +19869,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 7F822A40C803C1E7B8A62724 /* NIOAtomic.swift in Sources */, - FDA85A24DC2E40D38FC475D5 /* NIOLock.swift in Sources */, - 3672CEA950D93394CA55EFC6 /* NIOLockedValueBox.swift in Sources */, - F5932666B63176BC5477692A /* atomics.swift in Sources */, - 077B6B6B29C1FCC69FBA676F /* lock.swift in Sources */, + 6E0CA1661D22D77CFB5F4715 /* NIOAtomic.swift in Sources */, + 4BDE015BE6A6E0FF86D9CEA2 /* NIOLock.swift in Sources */, + 9B886CE6A4C8738A32DD65E7 /* NIOLockedValueBox.swift in Sources */, + 2E75F511C64578368CEAF5B7 /* atomics.swift in Sources */, + 996FD70C645080140E68F3A4 /* lock.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19921,9 +19921,9 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EE3044EB9AAB5915B8885BB7 /* Locks.swift in Sources */, - 4D27A715F418CA2A992C3193 /* LogHandler.swift in Sources */, - A31000FCFFA96D74D946B1E1 /* Logging.swift in Sources */, + 4844095D8B1D8A64545CD3AA /* Locks.swift in Sources */, + F659B887EB294207B01AFB28 /* LogHandler.swift in Sources */, + A8DEC7F5E5EB5D3BEDC6405A /* Logging.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -19947,60 +19947,60 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 66095A5FC542AEC99324126B /* AddressedEnvelope.swift in Sources */, - DBE667EE738FD8D379A24E75 /* AsyncAwaitSupport+OldXcodes.swift in Sources */, - B33AFDD71B05C3EB1F264368 /* AsyncAwaitSupport.swift in Sources */, - BE9D27714297A12170FDB96A /* NIOAsyncSequenceProducer.swift in Sources */, - 1C027E6F039A5D1DAC59E0BF /* NIOAsyncSequenceProducerStrategies.swift in Sources */, - 9209E656B3CA80FE432E4EFC /* NIOAsyncWriter.swift in Sources */, - C36A05FE98FBE09F00C4ECD4 /* NIOThrowingAsyncSequenceProducer.swift in Sources */, - 495A874A8F592E0DC1CD19D9 /* BSDSocketAPI.swift in Sources */, - 57D62AC36E90BD63412E3A44 /* ByteBuffer-aux.swift in Sources */, - 41B5ABD485FF7EDCA85BC6DD /* ByteBuffer-conversions.swift in Sources */, - 172A970B11997ABC97944191 /* ByteBuffer-core.swift in Sources */, - 68F4ED3614B63585F0785B07 /* ByteBuffer-int.swift in Sources */, - B5AAFFF2186182D7669C0D5E /* ByteBuffer-lengthPrefix.swift in Sources */, - 8A0E8FDC7E8B198C61D6C0CF /* ByteBuffer-multi-int.swift in Sources */, - 971A0E0C06481B0208300C2C /* ByteBuffer-views.swift in Sources */, - 673DA0D3FDF932A67481E75B /* Channel.swift in Sources */, - 3136009857619957AE9BAB4F /* ChannelHandler.swift in Sources */, - 9F1E286F475F6C5F4725266B /* ChannelHandlers.swift in Sources */, - 16D36EC5F0B45963931BB336 /* ChannelInvoker.swift in Sources */, - 8227528DF21128B2642C9526 /* ChannelOption.swift in Sources */, - 0878A244D50E41955FBD911A /* ChannelPipeline.swift in Sources */, - E902D87FFE145AB8CCDC15FD /* CircularBuffer.swift in Sources */, - 02A6E5EF3E1E0CD14C322DC4 /* Codec.swift in Sources */, - EA12A4DCAF8195C028DC7FCD /* ConvenienceOptionSupport.swift in Sources */, - 70BA430114003B10C880EC01 /* DeadChannel.swift in Sources */, - E224C04C773DF8ABA7E42D8A /* DispatchQueue+WithFuture.swift in Sources */, - 71F14B4CA653C22675FE85E0 /* EventLoop+Deprecated.swift in Sources */, - 1A54F4CA9D2B6C54532519AD /* EventLoop.swift in Sources */, - F558B93EFB20AC0C863C0AFC /* EventLoopFuture+Deprecated.swift in Sources */, - 5568C093AA9E07B1521BA8F7 /* EventLoopFuture+WithEventLoop.swift in Sources */, - 312150CC051257C3BAE9AA04 /* EventLoopFuture.swift in Sources */, - 6FE1D382C1270528C40015E8 /* FileDescriptor.swift in Sources */, - 5B8B860631D7C24D248705C1 /* FileHandle.swift in Sources */, - 143F73D237253F750BEC4270 /* FileRegion.swift in Sources */, - 5FC9D9DC1A7A735DB9B4D9C5 /* IO.swift in Sources */, - FC6BE8C02B0544CD49A0248A /* IOData.swift in Sources */, - BE743C3DF0E6FBFE8DD9461E /* IntegerBitPacking.swift in Sources */, - 96E5408093CE73802B77051E /* IntegerTypes.swift in Sources */, - DD9CFC4EC3A975CE63991E16 /* Interfaces.swift in Sources */, - 53D8F6797A6C4281054C357A /* Linux.swift in Sources */, - 5D8C0B365C22850A87ED2779 /* MarkedCircularBuffer.swift in Sources */, - 2FEE582521A5B61B1497D9FC /* MulticastChannel.swift in Sources */, - 17601EDC7FC6E5508E175082 /* NIOAny.swift in Sources */, - C8A810D3026E8AFF9DEA0B16 /* NIOCloseOnErrorHandler.swift in Sources */, - 524B3E67C7D4C345C7D6CCA0 /* NIOSendable.swift in Sources */, - 8DBAEEDDDEC8608F8D36253D /* PointerHelpers.swift in Sources */, - 984B7FC00099D10AF3985111 /* RecvByteBufferAllocator.swift in Sources */, - 15EEFA5D9F71C6328D8F00C7 /* SingleStepByteToMessageDecoder.swift in Sources */, - 69DF5B2A7D563CDC57E39781 /* SocketAddresses.swift in Sources */, - F4DF7CD3F830B445093B4DFF /* SocketOptionProvider.swift in Sources */, - E3C65E59CB63432E04074F52 /* SystemCallHelpers.swift in Sources */, - 0F0C16E4FC2E13DF8012BE40 /* TypeAssistedChannelHandler.swift in Sources */, - 56E5BE513A1D7709685C1AC2 /* UniversalBootstrapSupport.swift in Sources */, - 42BEB498E836B84A0AA9A07B /* Utilities.swift in Sources */, + A5C616BA833268F2B33A228C /* AddressedEnvelope.swift in Sources */, + EDA793FF5D6DA2C3D9213C8A /* AsyncAwaitSupport+OldXcodes.swift in Sources */, + C59CED27521D449CC7C82FAC /* AsyncAwaitSupport.swift in Sources */, + 3E503C775E07DC4BA9335A6A /* NIOAsyncSequenceProducer.swift in Sources */, + EFA2ABDE6C169C167030BB94 /* NIOAsyncSequenceProducerStrategies.swift in Sources */, + 42884F2926E52CAD4907EFF2 /* NIOAsyncWriter.swift in Sources */, + 7175E6160DF549A9451BB05E /* NIOThrowingAsyncSequenceProducer.swift in Sources */, + 1DCFCC27D7E967B74378F3F6 /* BSDSocketAPI.swift in Sources */, + 5FFEFCD4F6E26CBB65ADDD22 /* ByteBuffer-aux.swift in Sources */, + 07936FF3CCFDD7EB419BF956 /* ByteBuffer-conversions.swift in Sources */, + B37452B443115A60BB983299 /* ByteBuffer-core.swift in Sources */, + CC0618E18EF1FED86A37AA4F /* ByteBuffer-int.swift in Sources */, + 095FBC30CD53F5BC12A9CA67 /* ByteBuffer-lengthPrefix.swift in Sources */, + 9681344B3406F5FD48779C85 /* ByteBuffer-multi-int.swift in Sources */, + F1218B7E6BCFD9C857C085A8 /* ByteBuffer-views.swift in Sources */, + 043A181D85C1E6F672D43F52 /* Channel.swift in Sources */, + 81FDC5DE45804AA1B092BFC6 /* ChannelHandler.swift in Sources */, + 7A96953FE3D5AA56FB762CA6 /* ChannelHandlers.swift in Sources */, + 9C7A1B640D3419B653AC9406 /* ChannelInvoker.swift in Sources */, + 0F1C11FF91098F939F8426F3 /* ChannelOption.swift in Sources */, + 661E9E4F42E4FF4E12767677 /* ChannelPipeline.swift in Sources */, + 4501F13DC8C2F6AFBB8D8E40 /* CircularBuffer.swift in Sources */, + 9F506A23F1C68AAEA9FD0C07 /* Codec.swift in Sources */, + 21EEEEFC7D9860DEA3C61A0A /* ConvenienceOptionSupport.swift in Sources */, + 59589F9FA43E5B00EE2B5DC2 /* DeadChannel.swift in Sources */, + 70B0E5A7AC221944E287B847 /* DispatchQueue+WithFuture.swift in Sources */, + FD3B0A8949DFD5E875ADD49C /* EventLoop+Deprecated.swift in Sources */, + 7B78AB415E9167817EF46078 /* EventLoop.swift in Sources */, + 70089BF040FD04579BF46A43 /* EventLoopFuture+Deprecated.swift in Sources */, + 1D3DDD497BFDE80EDE6D8968 /* EventLoopFuture+WithEventLoop.swift in Sources */, + 46AF11242C38D37496CB171E /* EventLoopFuture.swift in Sources */, + 4E40FE208C2B1F3BCEED73F1 /* FileDescriptor.swift in Sources */, + 0341FDEBCE331378E2B8C2CD /* FileHandle.swift in Sources */, + 796F3DF9C3B9E9704CCFCB84 /* FileRegion.swift in Sources */, + 550B839DE273896CE152FCBD /* IO.swift in Sources */, + E2BFADB3128D8374634494EC /* IOData.swift in Sources */, + 4B9BDCFC59918BA3DE97D961 /* IntegerBitPacking.swift in Sources */, + 30BF1313020FAE6080E6A86D /* IntegerTypes.swift in Sources */, + CDCD05090A5553E833D5D630 /* Interfaces.swift in Sources */, + 988518092AF933052EA6ED4E /* Linux.swift in Sources */, + AEAC56BC3AEDACE7F43AC52F /* MarkedCircularBuffer.swift in Sources */, + F8D8B2D07ECBA9BC1D286702 /* MulticastChannel.swift in Sources */, + 57EADC616FFAF3B7FF7D1D5B /* NIOAny.swift in Sources */, + 90C66E0634FB8ED71CFAB58A /* NIOCloseOnErrorHandler.swift in Sources */, + D5679791E73DCE51A94603A5 /* NIOSendable.swift in Sources */, + 842721621447196953BC9026 /* PointerHelpers.swift in Sources */, + 5B15EA238165063AD8053FD1 /* RecvByteBufferAllocator.swift in Sources */, + 49E2489A26D1A0396FB10A0A /* SingleStepByteToMessageDecoder.swift in Sources */, + C1DC571A07239573C0AE2849 /* SocketAddresses.swift in Sources */, + 941B9F1BD0602D10D3668D0E /* SocketOptionProvider.swift in Sources */, + E1F4FC7E59474F63E9966E13 /* SystemCallHelpers.swift in Sources */, + 70CB8927AD624542D2412353 /* TypeAssistedChannelHandler.swift in Sources */, + A736305DC5C6B99737ED29BD /* UniversalBootstrapSupport.swift in Sources */, + 38746EAFA1A2F56C36F48B01 /* Utilities.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20032,25 +20032,25 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E288A7BC173983368DC96794 /* Compatibility.swift in Sources */, - 7D89FA105CC304149F028102 /* Deque+Codable.swift in Sources */, - 336BA07E168BC4F607141C53 /* Deque+Collection.swift in Sources */, - 09E2E2C371D7A9C003E39DC7 /* Deque+CustomDebugStringConvertible.swift in Sources */, - AC802CCDE697464DC12CC320 /* Deque+CustomReflectable.swift in Sources */, - 9441D0C83E57744DCE7AF8EF /* Deque+CustomStringConvertible.swift in Sources */, - EA0C9F309275357B9F5F4990 /* Deque+Equatable.swift in Sources */, - F143970C51AF905898138A63 /* Deque+ExpressibleByArrayLiteral.swift in Sources */, - 9782D731F70DEB9F9C001B57 /* Deque+Extras.swift in Sources */, - F614296DFE2C6C5F54C1FE90 /* Deque+Hashable.swift in Sources */, - 3A0CF1E1B9D0D3D199B66447 /* Deque+Testing.swift in Sources */, - 926D355CDFD5B14889CF3385 /* Deque._Storage.swift in Sources */, - 05C1F0010BFE9000F315FA39 /* Deque._UnsafeHandle.swift in Sources */, - D888E98F3DC8BA9245AED148 /* Deque.swift in Sources */, - 303B3454F5E549C8A81E042C /* UnsafeMutableBufferPointer+Utilities.swift in Sources */, - C29AB1A2BB77DF74D021EF7B /* _DequeBuffer.swift in Sources */, - 52891C0AB998F80423552A3A /* _DequeBufferHeader.swift in Sources */, - B87CF3BDFFED170701FC605B /* _DequeSlot.swift in Sources */, - 2A6AA690D108DB9B9B5924F8 /* _UnsafeWrappedBuffer.swift in Sources */, + FE4618843AE507A12C8D00C9 /* Compatibility.swift in Sources */, + D18C1B58EE168075B7FD3506 /* Deque+Codable.swift in Sources */, + B583BC475819CEBD0B74518E /* Deque+Collection.swift in Sources */, + 4D0EFB3FD271BE9AAC0A52CF /* Deque+CustomDebugStringConvertible.swift in Sources */, + 024B99C5C786A476CBC4A230 /* Deque+CustomReflectable.swift in Sources */, + 697660D115D5F03F8FFB6DCB /* Deque+CustomStringConvertible.swift in Sources */, + 8AC390E385457DE5933171FB /* Deque+Equatable.swift in Sources */, + A4DEC32D3EF5D26863F30250 /* Deque+ExpressibleByArrayLiteral.swift in Sources */, + 44A63B842951F789AFAB172F /* Deque+Extras.swift in Sources */, + F72F7C3FD8B6934246B19FB5 /* Deque+Hashable.swift in Sources */, + 0CAB339E4E93780795866C16 /* Deque+Testing.swift in Sources */, + 14DC733DCA9AD0BED3284D9F /* Deque._Storage.swift in Sources */, + 273B54FA43995C8A2C26384E /* Deque._UnsafeHandle.swift in Sources */, + 7E2820AAC30B3E931E41D280 /* Deque.swift in Sources */, + 86A2F7BE422A2B8791CA3063 /* UnsafeMutableBufferPointer+Utilities.swift in Sources */, + 617C7EB3E9B5C8B2F7BE81D5 /* _DequeBuffer.swift in Sources */, + F0EC3BC4CC8E7EF8FD9FD143 /* _DequeBufferHeader.swift in Sources */, + 049D162061385F5601B2CD41 /* _DequeSlot.swift in Sources */, + DD04F5ED91E4F289BDFB2AAC /* _UnsafeWrappedBuffer.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20058,7 +20058,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F0BD9B1AC7890A4CAC1CE052 /* Exports.swift in Sources */, + C5EC66A1A26E9BCE21445A55 /* Exports.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20074,8 +20074,8 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 57CA7471C634EAECACC211C9 /* liburing_shims.c in Sources */, - 835B2B5497B8BAD370D0F27F /* shim.c in Sources */, + F2A05108DCE6ED91B9C4A86A /* liburing_shims.c in Sources */, + A6BD034A481B80B6D51B60CC /* shim.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20083,9 +20083,9 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 72F7422ADEB327F515EFB4F8 /* ApplicationProtocolNegotiationHandler.swift in Sources */, - 462C3EE1E19D2553A69A9B72 /* SNIHandler.swift in Sources */, - E8B9F25A29996C064E11A640 /* TLSEvents.swift in Sources */, + EE5D8BE23BC7419E7D95F574 /* ApplicationProtocolNegotiationHandler.swift in Sources */, + FCCB505A1299A42314428017 /* SNIHandler.swift in Sources */, + 969CE45C6CDAD341D1F87797 /* TLSEvents.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20160,8 +20160,8 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1888758CBAF65929FB61E82E /* c-atomics.c in Sources */, - C4D4B10A6557267F0E0DC898 /* c-nioatomics.c in Sources */, + E6611A2BEC2072DDA37C5E90 /* c-atomics.c in Sources */, + 42FF02A9912A580F5CBA9453 /* c-nioatomics.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20182,8 +20182,8 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F2EB10B50C4678D3C68D6521 /* WSAStartup.c in Sources */, - F84A5BD7C481A3DEED485EA5 /* shim.c in Sources */, + 773F42142AC22F843A856B7A /* WSAStartup.c in Sources */, + 69D444927FED544C4B34F6C0 /* shim.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20191,68 +20191,68 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C513E8745BC4E554C52A1843 /* ConnectionStateMachine.swift in Sources */, - 87935B9A147042CB1B0D306B /* ConnectionStreamsState.swift in Sources */, - 9EDFA9A7D213AA771E233B62 /* MayReceiveFrames.swift in Sources */, - 5C326D860E8812691A973983 /* ReceivingDataState.swift in Sources */, - 2526361E4DFF25C4CC399559 /* ReceivingGoAwayState.swift in Sources */, - 28CB2D08658E3B69A18D9363 /* ReceivingHeadersState.swift in Sources */, - E09CE6616740E6C9AA7C7C51 /* ReceivingPushPromiseState.swift in Sources */, - F4A3C10CCD4BC90A01BA31D4 /* ReceivingRstStreamState.swift in Sources */, - FEDEA8BF1E300C8E81FF0C75 /* ReceivingWindowUpdateState.swift in Sources */, - 89CF3F41CF097D64236CCDAA /* MaySendFrames.swift in Sources */, - 0B1D6812B06AB9A6D21FA910 /* SendingDataState.swift in Sources */, - 0C6E0C92FD7CE116D9D10E18 /* SendingGoawayState.swift in Sources */, - 7DDEA391D24EA7D841736376 /* SendingHeadersState.swift in Sources */, - BD5C100AF3E61C14FCED69E2 /* SendingPushPromiseState.swift in Sources */, - D5B4CB292A15F0CCF688552B /* SendingRstStreamState.swift in Sources */, - E6B9FC8D5148B9A25C766F13 /* SendingWindowUpdateState.swift in Sources */, - 01EF972DCD87D07B8BF52CD9 /* HTTP2SettingsState.swift in Sources */, - A4CAB87367D73350179F4157 /* HasFlowControlWindows.swift in Sources */, - 5ADB3F7E9E9F9DDD1A69B5FF /* HasLocalSettings.swift in Sources */, - 4DAC63DE90C0E8503AC291AB /* HasRemoteSettings.swift in Sources */, - 83DE37CD5D3F76EFA3C74DF4 /* LocallyQuiescingState.swift in Sources */, - 53D48929DDC4D03D503E5114 /* QuiescingState.swift in Sources */, - 54ACBA9B0B2AE8606868BA35 /* RemotelyQuiescingState.swift in Sources */, - 58DBDCF194B3F454338C935A /* SendAndReceiveGoawayState.swift in Sources */, - E6F5AACE02264EFDF8D05AC5 /* StateMachineResult.swift in Sources */, - A169C74F15D227603EF4F6C4 /* ContentLengthVerifier.swift in Sources */, - 785A60190FE1A7135461C076 /* DOSHeuristics.swift in Sources */, - CA7305B930EB13CCFD431074 /* ConcurrentStreamBuffer.swift in Sources */, - 1C265F0AA0CBAA55EBC1D593 /* ControlFrameBuffer.swift in Sources */, - 87D7629FAC09A32DC7118191 /* OutboundFlowControlBuffer.swift in Sources */, - 47476C96AEDAA5975E7BA641 /* OutboundFrameBuffer.swift in Sources */, - C6703A181DEC41C210A86BB3 /* HPACKHeaders+Validation.swift in Sources */, - 70B386ACA705A2603CFAB09C /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift in Sources */, - ADDA0680C3C3A4624ECCCB0F /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift in Sources */, - 7836EDA1042EDC87795529D0 /* HTTP2ChannelHandler.swift in Sources */, - 273BCD30F282C2387E55F39C /* HTTP2CommonInboundStreamMultiplexer.swift in Sources */, - CDAA0F0B74D9DD97727D3B0F /* HTTP2ConnectionStateChange.swift in Sources */, - 8B7EB3AEBB855AF221787B06 /* HTTP2Error.swift in Sources */, - C850B3A757CF6500184A87B4 /* HTTP2ErrorCode.swift in Sources */, - 3964D4A3623DE8D494B965C5 /* HTTP2FlowControlWindow.swift in Sources */, - 25C4A4303454F2096A601730 /* HTTP2Frame.swift in Sources */, - 1F7FCD4D7352FCC9A988E4E2 /* HTTP2FrameEncoder.swift in Sources */, - CC4C5FE4390555C01ED5BE70 /* HTTP2FrameParser.swift in Sources */, - 3445B2B92E6A14A3BB8494CD /* HTTP2PingData.swift in Sources */, - 3BB3EBB543E50DE136D3D84F /* HTTP2PipelineHelpers.swift in Sources */, - 3FD1F78170ACA27CF1F410D7 /* HTTP2Settings.swift in Sources */, - 4153EC5DA51BEB4CFC6A4D0C /* HTTP2Stream.swift in Sources */, - CD568A869044DF82FC33B1B3 /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift in Sources */, - 0A9D28884D111F2A1CA95BAC /* HTTP2StreamChannel.swift in Sources */, - 589E40A3E950CDCCF22DDA27 /* HTTP2StreamDelegate.swift in Sources */, - E1333A89BCEAB98EA0F8124C /* HTTP2StreamID.swift in Sources */, - 09C21E519DEC929861868E8E /* HTTP2StreamMultiplexer.swift in Sources */, - EAE70E428DAD57D309BBC333 /* HTTP2ToHTTP1Codec.swift in Sources */, - 9C49889D42241F33D9B5D494 /* HTTP2UserEvents.swift in Sources */, - 981CB84A6E6E40FC362EB599 /* InboundEventBuffer.swift in Sources */, - 73A0A56BC3BF6E95BEB0A729 /* InboundWindowManager.swift in Sources */, - E54C63145601634DF3AF0C6C /* MultiplexerAbstractChannel.swift in Sources */, - F6D0074F74B53E497C927DDF /* StreamChannelFlowController.swift in Sources */, - E80D06F645B024198E018E04 /* StreamChannelList.swift in Sources */, - 0E9EA6652525DF7C694F60DD /* StreamMap.swift in Sources */, - B662FC129CE50C61DA3BE89F /* StreamStateMachine.swift in Sources */, - 35191FBE0F6FA6836F5FB542 /* WatermarkedFlowController.swift in Sources */, + C4A7A15E907F9FCBF040C824 /* ConnectionStateMachine.swift in Sources */, + 1FB4628CBBAAD6ECFE16E829 /* ConnectionStreamsState.swift in Sources */, + A935C6169460F66FA4ABF04C /* MayReceiveFrames.swift in Sources */, + 01B0880FF404CA68FFEBA4A7 /* ReceivingDataState.swift in Sources */, + 4CF1742A37988B6C36B62444 /* ReceivingGoAwayState.swift in Sources */, + EA2F022DCD29B18DA01D3CC1 /* ReceivingHeadersState.swift in Sources */, + 996979621BD8BFC7B6A34C82 /* ReceivingPushPromiseState.swift in Sources */, + 0E4878E4541235AADA3CF824 /* ReceivingRstStreamState.swift in Sources */, + 3F121F97912E5F45CA9EA5BA /* ReceivingWindowUpdateState.swift in Sources */, + 2871FC58C0E999D19989734F /* MaySendFrames.swift in Sources */, + 4E23FB44B63390EAC9B4BEA9 /* SendingDataState.swift in Sources */, + DAFEE43CD9911570FF02988D /* SendingGoawayState.swift in Sources */, + 6B112A3B1F2F3016BFA68F3A /* SendingHeadersState.swift in Sources */, + 991E0ADFB83EE64ADBA4E501 /* SendingPushPromiseState.swift in Sources */, + 55797D447AD43948ABD8CDDA /* SendingRstStreamState.swift in Sources */, + 8A2BFA5033639030B2127372 /* SendingWindowUpdateState.swift in Sources */, + 82F80618C717FE00D38E4383 /* HTTP2SettingsState.swift in Sources */, + 7A21005420B375C624549945 /* HasFlowControlWindows.swift in Sources */, + 5C5CD5490EA682F793CC19A7 /* HasLocalSettings.swift in Sources */, + 6DE15662C7EDF60CEC05FA73 /* HasRemoteSettings.swift in Sources */, + 013B71A2B821D0EFBE3296F0 /* LocallyQuiescingState.swift in Sources */, + 261FAA74F6863FEF4559D5BC /* QuiescingState.swift in Sources */, + DAA162A11D1FCDA4AC151A32 /* RemotelyQuiescingState.swift in Sources */, + E26E4CBEEBC367DD78FBFFF1 /* SendAndReceiveGoawayState.swift in Sources */, + A72B72D1485649B63D9E5141 /* StateMachineResult.swift in Sources */, + C3D9DD2CA4FD68EF03470516 /* ContentLengthVerifier.swift in Sources */, + 9F8983B1D91DF9074BE05AFC /* DOSHeuristics.swift in Sources */, + 97E119F777597FA20F7CBADB /* ConcurrentStreamBuffer.swift in Sources */, + 129B2DB457978F00236F8D8D /* ControlFrameBuffer.swift in Sources */, + C983582E5EA9DD678A3941B7 /* OutboundFlowControlBuffer.swift in Sources */, + 462F929D3DF8049297A5031A /* OutboundFrameBuffer.swift in Sources */, + F9F088CDA37E606BB58FFC0D /* HPACKHeaders+Validation.swift in Sources */, + 54381D2215E361A3935AB908 /* HTTP2ChannelHandler+InboundStreamMultiplexer.swift in Sources */, + C06F68F58D01D30F418E5894 /* HTTP2ChannelHandler+InlineStreamMultiplexer.swift in Sources */, + 33008F3153CF42240CCE1F35 /* HTTP2ChannelHandler.swift in Sources */, + CFB55911A52710A66794E928 /* HTTP2CommonInboundStreamMultiplexer.swift in Sources */, + 1591FC913C8E52C18F40F969 /* HTTP2ConnectionStateChange.swift in Sources */, + 0A32AA38154A0174A6FE88D9 /* HTTP2Error.swift in Sources */, + 6260030E43FF624FD51C634A /* HTTP2ErrorCode.swift in Sources */, + 775B83C02DAF53E8500198C1 /* HTTP2FlowControlWindow.swift in Sources */, + 4D533CA1EEC16D53549B12CA /* HTTP2Frame.swift in Sources */, + 294B27C0B74D0EAFC3F7529E /* HTTP2FrameEncoder.swift in Sources */, + 83B6B23BC7E622414082F36D /* HTTP2FrameParser.swift in Sources */, + EC696DDE11651AF6898ED4B8 /* HTTP2PingData.swift in Sources */, + EDF6E80B6BB5C3D01A33F3C8 /* HTTP2PipelineHelpers.swift in Sources */, + FB4980B770AD46A331D9F564 /* HTTP2Settings.swift in Sources */, + A78903894472604F87C1B697 /* HTTP2Stream.swift in Sources */, + 8CFA83C9CAD83A8790A6CCBA /* HTTP2StreamChannel+OutboundStreamMultiplexer.swift in Sources */, + 1DADC53B4C85B9DDDBB1A0D3 /* HTTP2StreamChannel.swift in Sources */, + 848355C9494272F2EDE66746 /* HTTP2StreamDelegate.swift in Sources */, + 1B600E87B8EE298052A7A802 /* HTTP2StreamID.swift in Sources */, + 257506FDF09186D9CDE9C3AA /* HTTP2StreamMultiplexer.swift in Sources */, + 2DD0C4F3BE518C3BD498DFEF /* HTTP2ToHTTP1Codec.swift in Sources */, + 18FFAB65AD4E844FB2DAB4AA /* HTTP2UserEvents.swift in Sources */, + E69A607A6D2C3ECD7662F480 /* InboundEventBuffer.swift in Sources */, + D81BC69F3A2EDB1DE4459C7A /* InboundWindowManager.swift in Sources */, + 6BEC52AB167EC5441615A234 /* MultiplexerAbstractChannel.swift in Sources */, + D0C12E5969109F09CAA084A6 /* StreamChannelFlowController.swift in Sources */, + AE5FCA00FAC38C274FC7041B /* StreamChannelList.swift in Sources */, + 0623C5A6B8938BF011B9C2DD /* StreamMap.swift in Sources */, + 52BF3746E23F28B49DF8FD87 /* StreamStateMachine.swift in Sources */, + 35875F9D58EA15713DB0529B /* WatermarkedFlowController.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20260,50 +20260,50 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - E1ADDFC22F0C4DA6CF2611CE /* BSDSocketAPICommon.swift in Sources */, - F0B811F2F7A98572BC541525 /* BSDSocketAPIPosix.swift in Sources */, - FF0E3E9BB89F250DA34BADDC /* BSDSocketAPIWindows.swift in Sources */, - 07E70AA8D5D6C55D72C49E32 /* BaseSocket.swift in Sources */, - FE2185D34D0931C96191FC05 /* BaseSocketChannel+SocketOptionProvider.swift in Sources */, - D3681B3EC424FB331B408F90 /* BaseSocketChannel.swift in Sources */, - 472616E33BBC1E81F426B90D /* BaseStreamSocketChannel.swift in Sources */, - AAC0FF4B11CB01659390207C /* Bootstrap.swift in Sources */, - 0580F3C961F2F909A7A6BA76 /* ControlMessage.swift in Sources */, - 3DA6FEE8D09ED6C30B066C22 /* DatagramVectorReadManager.swift in Sources */, - B4A4674B507A6B0C5C5ACC50 /* FileDescriptor.swift in Sources */, - 2D95615792AA2FDA734091E1 /* GetaddrinfoResolver.swift in Sources */, - DC66CC7496DA86FD88D36029 /* HappyEyeballs.swift in Sources */, - 3F7C11E227FAE13CF8575F59 /* IO.swift in Sources */, - 8D2A3802880B1FFB2B0E91D5 /* IntegerBitPacking.swift in Sources */, - 054B0918DB1ECFAFB14380F2 /* IntegerTypes.swift in Sources */, - 6DE0D838C46657EDF20E7FBD /* Linux.swift in Sources */, - C708D933FEC2776F8F35751A /* LinuxCPUSet.swift in Sources */, - 4E1470E75A9056DDCF47ACB9 /* LinuxUring.swift in Sources */, - 68DB1F1F04F7CD7B2DA449D0 /* MultiThreadedEventLoopGroup.swift in Sources */, - 787E9D1F2286F24EA23A67F4 /* NIOThreadPool.swift in Sources */, - BD53ED117F8BCE1EA914259D /* NonBlockingFileIO.swift in Sources */, - EFE55E5701C4218C218D0C2C /* PendingDatagramWritesManager.swift in Sources */, - E0EA46F60267121121354FFF /* PendingWritesManager.swift in Sources */, - BFBA1431AABB12213D78EA88 /* PipeChannel.swift in Sources */, - 844640A4FCFC9A6B658AD7D9 /* PipePair.swift in Sources */, - 9854DACE41BAF050CCB57AF3 /* PointerHelpers.swift in Sources */, - 2CC54FFD1989AABEB123120B /* Resolver.swift in Sources */, - AED2A70AC2C57B4EF1D72B81 /* Selectable.swift in Sources */, - C68F86FF52845C9B6E48E79E /* SelectableChannel.swift in Sources */, - F5BF972A895B4C542482F77C /* SelectableEventLoop.swift in Sources */, - 604EBE22C2256504A7073709 /* SelectorEpoll.swift in Sources */, - C3EE072F2E40E8B06396BBC1 /* SelectorGeneric.swift in Sources */, - 9EBF54C6BEC5562490591E19 /* SelectorKqueue.swift in Sources */, - 872DE1509AF7722AD2761630 /* SelectorUring.swift in Sources */, - 36F9CB52F9BEB6977E3826EB /* ServerSocket.swift in Sources */, - D639769386EA9E6F80AE1994 /* Socket.swift in Sources */, - 3FA1C861831B08280639F24E /* SocketChannel.swift in Sources */, - 691511A1A0A335DBD86F07A1 /* SocketProtocols.swift in Sources */, - 4860459B5B2F4F4B41F146F9 /* System.swift in Sources */, - 9F286CD03512668FED82CEFA /* Thread.swift in Sources */, - 0FA4ADD86729A5197378A6BD /* ThreadPosix.swift in Sources */, - F352B4E97756612D534D53B0 /* ThreadWindows.swift in Sources */, - BD050570BCB3F0193CE51707 /* Utilities.swift in Sources */, + 48E4E94AF7BF38694CE7483B /* BSDSocketAPICommon.swift in Sources */, + 5F0505C0E1CAA713E33C1632 /* BSDSocketAPIPosix.swift in Sources */, + DE9F043F3F65C8EFA84C29AB /* BSDSocketAPIWindows.swift in Sources */, + 87AFE6034A09E0D001212F79 /* BaseSocket.swift in Sources */, + 7C228A8B40F09770A43538CB /* BaseSocketChannel+SocketOptionProvider.swift in Sources */, + 694F8C5D477355A5382A9EB8 /* BaseSocketChannel.swift in Sources */, + 98A9819CF509246E890A532F /* BaseStreamSocketChannel.swift in Sources */, + 81AE2A04B8B4AA9C655ECD80 /* Bootstrap.swift in Sources */, + AB420B2BA37E0DA1695B119F /* ControlMessage.swift in Sources */, + CE3E3AD5181E9E87AF3CCDC6 /* DatagramVectorReadManager.swift in Sources */, + F230C3B3362695B121A9A1F9 /* FileDescriptor.swift in Sources */, + C401E2C49B12CE0CAB36779F /* GetaddrinfoResolver.swift in Sources */, + B91B5ED81D6C04135B90BB48 /* HappyEyeballs.swift in Sources */, + EE2EC31E246F3FDCCEBD1E13 /* IO.swift in Sources */, + 2812F0D68E2479F14360D3BA /* IntegerBitPacking.swift in Sources */, + 098299520D24939FAC05DA26 /* IntegerTypes.swift in Sources */, + 3DDC9551D4BB910FA70CDDEB /* Linux.swift in Sources */, + E79516F7CFA8D4189D179B5E /* LinuxCPUSet.swift in Sources */, + 88B1C7A00A0275EB5705D68A /* LinuxUring.swift in Sources */, + 0AA0BF78E558D0E8DADD1A61 /* MultiThreadedEventLoopGroup.swift in Sources */, + 154471AA66B4BDFFB23BB09B /* NIOThreadPool.swift in Sources */, + 4BA4DE030CF8BF12613170E8 /* NonBlockingFileIO.swift in Sources */, + 852A062EC47203B50A40CB37 /* PendingDatagramWritesManager.swift in Sources */, + C4D0B18D875D216DA3D6B328 /* PendingWritesManager.swift in Sources */, + C555A12C8A0E1A7A62DAA3F0 /* PipeChannel.swift in Sources */, + 9686789653F6E9235A26D312 /* PipePair.swift in Sources */, + A6E9E7D828DEC71620DD153F /* PointerHelpers.swift in Sources */, + FE6E61963845F82F8FE78D97 /* Resolver.swift in Sources */, + 470A7324A4C1BE63247E4935 /* Selectable.swift in Sources */, + C8357E0307D356C06E275999 /* SelectableChannel.swift in Sources */, + 558ADB004DE0883DBDD80180 /* SelectableEventLoop.swift in Sources */, + BBA14E8820104DE87A5649D7 /* SelectorEpoll.swift in Sources */, + B8B916A13225E6FBF58024B4 /* SelectorGeneric.swift in Sources */, + EA413A3817838B440AB81FBB /* SelectorKqueue.swift in Sources */, + 7F71D59E2C63A09D762798F7 /* SelectorUring.swift in Sources */, + 1C802D0440C33E843C7D6078 /* ServerSocket.swift in Sources */, + 040968C94B9DF2085098ADC2 /* Socket.swift in Sources */, + EFB401CABE6C9813BC75FE2C /* SocketChannel.swift in Sources */, + CB7CA5F47752420F03CFA363 /* SocketProtocols.swift in Sources */, + EE4E9E7972B757CE6C3ECDAF /* System.swift in Sources */, + A8BCE5348BB1B78B686B54AF /* Thread.swift in Sources */, + 6B7D24FF6AE936FC0473CAE3 /* ThreadPosix.swift in Sources */, + 9D5CE6247A836A9CD15C5C7F /* ThreadWindows.swift in Sources */, + 2660594D1ADEC7ADDA4EE436 /* Utilities.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20327,90 +20327,90 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3C1279A8E8AD3B949543B77B /* AnyMessageStorage.swift in Sources */, - 21085B86A4169B415A78E4D9 /* AnyUnpackError.swift in Sources */, - C4459539FF6ACF8FC0D060B3 /* BinaryDecoder.swift in Sources */, - E38833282D444B4340102F6E /* BinaryDecodingError.swift in Sources */, - E7D6F27B7E5084A590FC64A4 /* BinaryDecodingOptions.swift in Sources */, - F4F6E203B81D54DFB5E3877E /* BinaryDelimited.swift in Sources */, - 46783ED0BF0572D5B5E9DE77 /* BinaryEncoder.swift in Sources */, - 2890A7ADFEA855D1857914B9 /* BinaryEncodingError.swift in Sources */, - 063EE1C2197186E21BC9A9C9 /* BinaryEncodingSizeVisitor.swift in Sources */, - 07C300533D16C58BC5B10BF3 /* BinaryEncodingVisitor.swift in Sources */, - 95F1957FA7E4E76DB9CA5607 /* CustomJSONCodable.swift in Sources */, - 9AE956F2971E32640BD8C372 /* Data+Extensions.swift in Sources */, - D9F77E9E74099C16D413A3AA /* Decoder.swift in Sources */, - 24FC17FA3472A5D2DAF0239E /* DoubleParser.swift in Sources */, - 465DC835F41F8F0F82B57159 /* Enum.swift in Sources */, - 0F4D079CAC51AB8AC2738386 /* ExtensibleMessage.swift in Sources */, - FA23CFA59EEC229BACDCD281 /* ExtensionFieldValueSet.swift in Sources */, - 352EAA51E6183214DB4A0685 /* ExtensionFields.swift in Sources */, - 95D429D2D5E982879B26EDEA /* ExtensionMap.swift in Sources */, - BBD7A79F557209F424426416 /* FieldTag.swift in Sources */, - 6D333C4FAC160B698AD1655A /* FieldTypes.swift in Sources */, - 20945393D08A7689F1D8ABFA /* Google_Protobuf_Any+Extensions.swift in Sources */, - E344A10323FBE2FBC4439177 /* Google_Protobuf_Any+Registry.swift in Sources */, - 1C14A334ED2FE9EF68F91B16 /* Google_Protobuf_Duration+Extensions.swift in Sources */, - 292D985A1353146AEB0CC6C4 /* Google_Protobuf_FieldMask+Extensions.swift in Sources */, - 033F6F7FAD54C485668334CA /* Google_Protobuf_ListValue+Extensions.swift in Sources */, - 6A67C8009D30D453FF19B756 /* Google_Protobuf_NullValue+Extensions.swift in Sources */, - DD170663A8B37922B52E7240 /* Google_Protobuf_Struct+Extensions.swift in Sources */, - DBF305A2C556333619CD03E7 /* Google_Protobuf_Timestamp+Extensions.swift in Sources */, - 77CFD0126B38AF7916082065 /* Google_Protobuf_Value+Extensions.swift in Sources */, - C738AA7FF54EF1B4A635D989 /* Google_Protobuf_Wrappers+Extensions.swift in Sources */, - CCAD2E9545CA7C1B70F330B7 /* HashVisitor.swift in Sources */, - 1085B22207688BD6A6B92236 /* Internal.swift in Sources */, - 57B760CC3EED2F33900A05F6 /* JSONDecoder.swift in Sources */, - B9EC92ACFC18ACFD352B0258 /* JSONDecodingError.swift in Sources */, - E87AEE4808170D274540CEEF /* JSONDecodingOptions.swift in Sources */, - 09522E5F9B220E90449113B2 /* JSONEncoder.swift in Sources */, - 9AAC534F6DF1F5E58D077610 /* JSONEncodingError.swift in Sources */, - 98D43B5481841473E595829E /* JSONEncodingOptions.swift in Sources */, - 8FDAC22213C9E72CFA608EB2 /* JSONEncodingVisitor.swift in Sources */, - EBE7E8F2A72C13A25FCB9154 /* JSONMapEncodingVisitor.swift in Sources */, - 756B70BD5BF6AB209E7F3C68 /* JSONScanner.swift in Sources */, - 8D3A7FBD29C18FEB3025D1B5 /* MathUtils.swift in Sources */, - ED03E9DFE6A6F4141E617B84 /* Message+AnyAdditions.swift in Sources */, - 085A11BF9D8EA7F6CF483C78 /* Message+BinaryAdditions.swift in Sources */, - 8175F6FED73375FA9190439B /* Message+JSONAdditions.swift in Sources */, - 1C022CFBC8A09AA01CD2CD9C /* Message+JSONArrayAdditions.swift in Sources */, - 85159311F92D02B830223887 /* Message+TextFormatAdditions.swift in Sources */, - 87884F9558F8CC72B32FFB64 /* Message.swift in Sources */, - 2D3625421ADADDA42FEFA9DE /* MessageExtension.swift in Sources */, - E24A1589E5DEFA90726532C4 /* NameMap.swift in Sources */, - 49A1567C2ADF20C07A98BE34 /* ProtoNameProviding.swift in Sources */, - 509A2B90A245B259A6324718 /* ProtobufAPIVersionCheck.swift in Sources */, - EA2DCC0EC79D0C65B3853764 /* ProtobufMap.swift in Sources */, - 7CA559C691F7164CE95D21C4 /* SelectiveVisitor.swift in Sources */, - 6102F39E6BEC62C3BD64CDF5 /* SimpleExtensionMap.swift in Sources */, - EF59B5D36F708155D3FA6910 /* StringUtils.swift in Sources */, - 0E69F0D06BB73702B6CE8E0C /* TextFormatDecoder.swift in Sources */, - CAF6B5BA313505ECD37955EC /* TextFormatDecodingError.swift in Sources */, - C14A45DDDFC478586BE6C0D1 /* TextFormatDecodingOptions.swift in Sources */, - 3472D9311F98139DAEB73CF8 /* TextFormatEncoder.swift in Sources */, - 943C8EC49A1E1DF565C5836F /* TextFormatEncodingOptions.swift in Sources */, - 454ED863E63176D0525D8E40 /* TextFormatEncodingVisitor.swift in Sources */, - 8153FBF866FDE274B3E6841E /* TextFormatScanner.swift in Sources */, - 19CA56C5C7BD9E83AEC9C818 /* TimeUtils.swift in Sources */, - AAC70EBAC372B28080CE2A76 /* UnknownStorage.swift in Sources */, - D6F7E0732612DF98E0EAC769 /* UnsafeBufferPointer+Shims.swift in Sources */, - FE614372C7BC17B368A35022 /* UnsafeRawPointer+Shims.swift in Sources */, - 423881BFAC70CC24B48C397B /* Varint.swift in Sources */, - C57DE6ADFE9168770D11BA78 /* Version.swift in Sources */, - 86359418E9DB3DDA88DDE17D /* Visitor.swift in Sources */, - 5D21C1D81CC864291A76B782 /* WireFormat.swift in Sources */, - A6954C7233CA0E375B895C5E /* ZigZag.swift in Sources */, - FF5BA65D4D2600CF6ED5DA56 /* any.pb.swift in Sources */, - 2D62B698CB27736A7460D90C /* api.pb.swift in Sources */, - E6BAAA825627792A81C329F8 /* descriptor.pb.swift in Sources */, - BEF487F055F4140BA58FBB20 /* duration.pb.swift in Sources */, - 9FB9C41A9DD2A300FC63171D /* empty.pb.swift in Sources */, - 9D9DBF0D46AF2A97713C0FE0 /* field_mask.pb.swift in Sources */, - 962940E6075E6F339ED4B72D /* source_context.pb.swift in Sources */, - FDCD350C14D9F5B0C432A8F6 /* struct.pb.swift in Sources */, - 91543BA5018E065D385E5BCD /* timestamp.pb.swift in Sources */, - DE6784920FD3B4A2B029B4F7 /* type.pb.swift in Sources */, - 7F33F2A5D8F2B6E07D36BB0C /* wrappers.pb.swift in Sources */, + 6FED35B397399D0CE8EA5EA4 /* AnyMessageStorage.swift in Sources */, + 842CBD69499586E7185A3DA5 /* AnyUnpackError.swift in Sources */, + 7D1AFCEB2FBF7EEA9F27A448 /* BinaryDecoder.swift in Sources */, + B4687017009F93384C713214 /* BinaryDecodingError.swift in Sources */, + D13FCF1F69C1248FBC55A7D2 /* BinaryDecodingOptions.swift in Sources */, + 40D3112B199EDA1F8D26AF0C /* BinaryDelimited.swift in Sources */, + 435A9B65071C185824D54188 /* BinaryEncoder.swift in Sources */, + DA47D995FD9AB83E716DCAE5 /* BinaryEncodingError.swift in Sources */, + 65070199C0EB7065FA62AE32 /* BinaryEncodingSizeVisitor.swift in Sources */, + 604BD3007CC0751B269FDCAF /* BinaryEncodingVisitor.swift in Sources */, + 769DAFEAFB1A2F81992245F4 /* CustomJSONCodable.swift in Sources */, + F3775A6C8065EFFEF5088E0B /* Data+Extensions.swift in Sources */, + 757B19AF765B4DA627091209 /* Decoder.swift in Sources */, + F222471432C968A08DEFCFB1 /* DoubleParser.swift in Sources */, + F569A5F9658B16CDF91E88F9 /* Enum.swift in Sources */, + 13B5704E171CD0A8111A9565 /* ExtensibleMessage.swift in Sources */, + 799ABD9CFE6992D9BCD69B96 /* ExtensionFieldValueSet.swift in Sources */, + 0A82907387B1EEC9339371DA /* ExtensionFields.swift in Sources */, + 7234BE52BACCEAE74C90D6B5 /* ExtensionMap.swift in Sources */, + 49998AC50C35A31EADD8260F /* FieldTag.swift in Sources */, + 33E52F8DE124C2EE1763DD79 /* FieldTypes.swift in Sources */, + BA01BADA4A1A34E53F95BFAC /* Google_Protobuf_Any+Extensions.swift in Sources */, + 41289309A59A81B4A206F939 /* Google_Protobuf_Any+Registry.swift in Sources */, + EF9D728D1E67F8288B982629 /* Google_Protobuf_Duration+Extensions.swift in Sources */, + 7D10ABC1693EBE56968D5CBA /* Google_Protobuf_FieldMask+Extensions.swift in Sources */, + 34786D1CB8453581A7EBEF00 /* Google_Protobuf_ListValue+Extensions.swift in Sources */, + D77B4D4DDD117AC6F14D957A /* Google_Protobuf_NullValue+Extensions.swift in Sources */, + 734FDC4FAAC075D0FEE6BAE8 /* Google_Protobuf_Struct+Extensions.swift in Sources */, + 0620F2620463D4A8410F5150 /* Google_Protobuf_Timestamp+Extensions.swift in Sources */, + B18F896EA5529F24C70ED2AC /* Google_Protobuf_Value+Extensions.swift in Sources */, + 31BA6EE5E8AFACFA3A599D4F /* Google_Protobuf_Wrappers+Extensions.swift in Sources */, + A6151F4DD84E1107E2E95442 /* HashVisitor.swift in Sources */, + EB5A046E50F23612EF0881F7 /* Internal.swift in Sources */, + AE3EB5CFEAD3C8C8EC1D5C80 /* JSONDecoder.swift in Sources */, + 69F9B998B20D97CD73912178 /* JSONDecodingError.swift in Sources */, + 3D00EEC2FEA1986A6543CE0F /* JSONDecodingOptions.swift in Sources */, + 06F159F77A160B87F8E03C49 /* JSONEncoder.swift in Sources */, + 1AC7A4CF45CDDC2D8C00C0BA /* JSONEncodingError.swift in Sources */, + 5052607484296758413EC79A /* JSONEncodingOptions.swift in Sources */, + B7486C9BB7158DF1A60614B3 /* JSONEncodingVisitor.swift in Sources */, + 9F7EB24A15E4AEE8D5F7EA39 /* JSONMapEncodingVisitor.swift in Sources */, + 0F0164E57AFCE41C3DC36C08 /* JSONScanner.swift in Sources */, + 72D32833927AC39B56CE9FC8 /* MathUtils.swift in Sources */, + CE2A678493400B4D06A2999B /* Message+AnyAdditions.swift in Sources */, + E399C1E93F44DCA67B789EC6 /* Message+BinaryAdditions.swift in Sources */, + EB0D8CFC9FDE92E678A176E2 /* Message+JSONAdditions.swift in Sources */, + 28D96E069D024F42C41DABF8 /* Message+JSONArrayAdditions.swift in Sources */, + CC540D23DA54C97E7DB49BC9 /* Message+TextFormatAdditions.swift in Sources */, + D592BF91C70C86B8CC7C038A /* Message.swift in Sources */, + D7F8FBED321505E50F1C1F8D /* MessageExtension.swift in Sources */, + BFD854F66DA43531AF8D5328 /* NameMap.swift in Sources */, + F802818BBB5F074D3F012910 /* ProtoNameProviding.swift in Sources */, + 22A849A6A4D69DB6A246C065 /* ProtobufAPIVersionCheck.swift in Sources */, + 335CBC465425ED97E6A89417 /* ProtobufMap.swift in Sources */, + 60F23BC223436D908FADB5C0 /* SelectiveVisitor.swift in Sources */, + 511D4669C95CA80F8C3E0B58 /* SimpleExtensionMap.swift in Sources */, + B58C2D4E78D074C7E09CEDFC /* StringUtils.swift in Sources */, + F1B1A9828E3083E0288B849F /* TextFormatDecoder.swift in Sources */, + F6C65C2FFB4E1DBF4A2E6C10 /* TextFormatDecodingError.swift in Sources */, + 60E77D29958BB0103C135F60 /* TextFormatDecodingOptions.swift in Sources */, + B5FAC57BF3D7C538F6CCB69E /* TextFormatEncoder.swift in Sources */, + 00C0408A561C507ED9296842 /* TextFormatEncodingOptions.swift in Sources */, + CABCB0EC96F97DCE9D848F65 /* TextFormatEncodingVisitor.swift in Sources */, + 341C5A5A2661E8A8789308A8 /* TextFormatScanner.swift in Sources */, + 9AE048390ADF1CF9A9A2450E /* TimeUtils.swift in Sources */, + 9B6C30301BC440691F97CC84 /* UnknownStorage.swift in Sources */, + 85E5222E116A9787784BB448 /* UnsafeBufferPointer+Shims.swift in Sources */, + CB043A8059E429BE0C524310 /* UnsafeRawPointer+Shims.swift in Sources */, + 240945182460AAD6E468FC9C /* Varint.swift in Sources */, + 57827F864E5C105F82F70459 /* Version.swift in Sources */, + EF153653347986D066BDD4D6 /* Visitor.swift in Sources */, + 0826F7B200460B7133F5784F /* WireFormat.swift in Sources */, + 890DAE0B2CE4DB7E5DF89C13 /* ZigZag.swift in Sources */, + 36C36E225E79802D26930FC1 /* any.pb.swift in Sources */, + F9953DF586EC712121A9DDA4 /* api.pb.swift in Sources */, + 6BACF6EC45090A352A88001A /* descriptor.pb.swift in Sources */, + 57932ABE93C372628F964CBA /* duration.pb.swift in Sources */, + 1E2E674947D4CF44ED959E3D /* empty.pb.swift in Sources */, + 84B76FA80F48340508204686 /* field_mask.pb.swift in Sources */, + CEBF22130809527C903FACD1 /* source_context.pb.swift in Sources */, + D581725A2EC195043F6F4F67 /* struct.pb.swift in Sources */, + E192021EF01432923E1A9791 /* timestamp.pb.swift in Sources */, + 6E7CCCA9EB97759F9003000E /* type.pb.swift in Sources */, + 6B7CA995330DBAF442D6321A /* wrappers.pb.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20418,8 +20418,8 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BAA179D32288568CA3DA3DAC /* Heap.swift in Sources */, - 4D38D9313724D007D9B28040 /* PriorityQueue.swift in Sources */, + DA16EEE06D03D4FDF1D13E20 /* Heap.swift in Sources */, + F8E6C1B01485DAC5063832E2 /* PriorityQueue.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20469,18 +20469,18 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - DA8F3760A3D5E5C426AB015D /* DebugInboundEventsHandler.swift in Sources */, - 0BF1244B6AB2059F08854AF0 /* DebugOutboundEventsHandler.swift in Sources */, - 8138F8C9F3EEA384BDEA030C /* FixedLengthFrameDecoder.swift in Sources */, - 604B9DE67192C343D00ED4AA /* JSONRPCFraming+ContentLengthHeader.swift in Sources */, - 6A1F51A5426DD1F480D4A6CD /* JSONRPCFraming.swift in Sources */, - 7F9A822201AC3E7EA8221EC3 /* LengthFieldBasedFrameDecoder.swift in Sources */, - BFF3866655ABBA2889220138 /* LengthFieldPrepender.swift in Sources */, - 0FB0D826E25C1BA7DB23DC30 /* LineBasedFrameDecoder.swift in Sources */, - 2CDC4E9C7DF0B4467888CE79 /* NIOExtrasError.swift in Sources */, - 52F648945E4B8F52161FFC8A /* QuiescingHelper.swift in Sources */, - 9CC8215F29DFCFFFD2037980 /* RequestResponseHandler.swift in Sources */, - 6B996C127F84224382978E60 /* WritePCAPHandler.swift in Sources */, + 53A405B4A05133C45702217A /* DebugInboundEventsHandler.swift in Sources */, + 558200DBC6C6B1F082604EFE /* DebugOutboundEventsHandler.swift in Sources */, + 586DDBE70C1820D203A7F766 /* FixedLengthFrameDecoder.swift in Sources */, + 4F974EDA0FB426E3B2CEAF00 /* JSONRPCFraming+ContentLengthHeader.swift in Sources */, + A9592C7731973CFEFAB0BD26 /* JSONRPCFraming.swift in Sources */, + 596498269E99FEAE57916760 /* LengthFieldBasedFrameDecoder.swift in Sources */, + FDF3058EB3137F206FED83A0 /* LengthFieldPrepender.swift in Sources */, + B5B3A6423DAD175A345D9EFA /* LineBasedFrameDecoder.swift in Sources */, + AB3B25CB48FD31060A3A1121 /* NIOExtrasError.swift in Sources */, + 788AF64050C9610EC1A99C8F /* QuiescingHelper.swift in Sources */, + 5F43A854078FDCD0397690A0 /* RequestResponseHandler.swift in Sources */, + 20245853192A182C7BEEB4C3 /* WritePCAPHandler.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20496,17 +20496,17 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 590714BC2D75AFEB679540FC /* DynamicHeaderTable.swift in Sources */, - EC8AAF0043ADAE67BE0D2CB5 /* HPACKDecoder.swift in Sources */, - 00BB39EBAEF19DA29084E310 /* HPACKEncoder.swift in Sources */, - 2022F12D75E8936AD15221F4 /* HPACKErrors.swift in Sources */, - E15BF535E8A73CC1AE4C3039 /* HPACKHeader.swift in Sources */, - B60EF1E53B47D9EBDE0060A8 /* HeaderTables.swift in Sources */, - A4E0D02785A505C1F8849EBD /* HuffmanCoding.swift in Sources */, - 89A5698A8E79DEBBA74816E6 /* HuffmanTables.swift in Sources */, - F2379DA2B3B12DA78891DCF8 /* IndexedHeaderTable.swift in Sources */, - D4CD33CAB188319C5093339C /* IntegerCoding.swift in Sources */, - 5DFD58DA7FEF442E85DCD2E4 /* StaticHeaderTable.swift in Sources */, + A65336D54FA4B54CB99FEC6A /* DynamicHeaderTable.swift in Sources */, + C9E519FE685A205B1F02E7B7 /* HPACKDecoder.swift in Sources */, + 55858EC91167191FD2966A6B /* HPACKEncoder.swift in Sources */, + FC26F5791B4AADB577E6BA3A /* HPACKErrors.swift in Sources */, + A0878D50AFF42D8AE228BE44 /* HPACKHeader.swift in Sources */, + D2DDD9378BD04395E088819F /* HeaderTables.swift in Sources */, + BC93E50623F692A12DC3AA4E /* HuffmanCoding.swift in Sources */, + 528C50DB4660D4875537DEB1 /* HuffmanTables.swift in Sources */, + A8E10C570F43590DCE2A6B4E /* IndexedHeaderTable.swift in Sources */, + FD6392485FEADD6E04552531 /* IntegerCoding.swift in Sources */, + F0F965911B12180AD82539F1 /* StaticHeaderTable.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20514,7 +20514,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 44B9B3A871A96C71D6F213A3 /* empty.c in Sources */, + CCD4E0D49EE612850F100A42 /* empty.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20538,9 +20538,9 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 1198E31ED99C986DEEF539A3 /* c_nio_api.c in Sources */, - 6271C93CEFDD330A5477A456 /* c_nio_http.c in Sources */, - 720E4B697FF80EB76BF27C6A /* c_nio_llhttp.c in Sources */, + 6664B69B2951FD2778D317FF /* c_nio_api.c in Sources */, + F19A6F2659BBB825CB36BDA0 /* c_nio_http.c in Sources */, + 230568968F9C34A61E57B507 /* c_nio_llhttp.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20557,9 +20557,9 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D9696B711D2D115E44BEBE16 /* ByteBuffer-foundation.swift in Sources */, - 20D1995D8669EB313B8F2C27 /* Codable+ByteBuffer.swift in Sources */, - CA82FB6E17148345D3100BF5 /* JSONSerialization+ByteBuffer.swift in Sources */, + FBDE4E42B84F906753CC5DFB /* ByteBuffer-foundation.swift in Sources */, + D34C802F972833E4CFCAF9AD /* Codable+ByteBuffer.swift in Sources */, + 931B32C0AFAA2E87ED74D7FB /* JSONSerialization+ByteBuffer.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20607,22 +20607,22 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - B186992DDEB46BDFADF82998 /* AtomicInteger.swift in Sources */, - 52F07DE2503B5657865D96DF /* AtomicMemoryOrderings.swift in Sources */, - 4AA866C2EFC9407AC5903DE2 /* AtomicOptional.swift in Sources */, - C9572C831C3F66858BBBAEA7 /* AtomicOptionalRawRepresentable.swift in Sources */, - 8CE298B2555BB2CD502FC1E6 /* AtomicRawRepresentable.swift in Sources */, - C6EB729D90E5F80A14202A2A /* AtomicStrongReference.swift in Sources */, - F529B606FF8B013A36EBD4F9 /* AtomicValue.swift in Sources */, - 2C1435E142F32F3B12D1DAE3 /* DoubleWord.swift in Sources */, - 55F3855FBC8D641AB6C2A9B7 /* Unmanaged extensions.swift in Sources */, - 36EDED7505D9A7B87885ABF4 /* AtomicBool.swift in Sources */, - 4E4A56569F70A327C829C655 /* AtomicLazyReference.swift in Sources */, - 2B2A8E9FD7FE6BE750A3D55D /* HighLevelTypes.swift in Sources */, - 0EDC7EDFAD6A9B33BB903433 /* IntegerConformances.swift in Sources */, - A0FE2BBEF3AF831178AF23EE /* PointerConformances.swift in Sources */, - 4C4FCD222DF2067B01BF5A2B /* Primitives.native.swift in Sources */, - C9CA83530D55D9C3C4F44241 /* Primitives.shims.swift in Sources */, + 415B49EFC6681BE6A8778636 /* AtomicInteger.swift in Sources */, + 4AA5B890E887954B4F833405 /* AtomicMemoryOrderings.swift in Sources */, + D0B5C901640D6A30D6B472A8 /* AtomicOptional.swift in Sources */, + D16788FF130838570E8B7355 /* AtomicOptionalRawRepresentable.swift in Sources */, + 173BA5ED3CB9D36F6420E2B7 /* AtomicRawRepresentable.swift in Sources */, + EC042CCACBF8D90A932633CE /* AtomicStrongReference.swift in Sources */, + 984F17F9F6AD7AF747D754C4 /* AtomicValue.swift in Sources */, + 90743A34D0BBA5919368BD1D /* DoubleWord.swift in Sources */, + B968093E732B623474A42ED6 /* Unmanaged extensions.swift in Sources */, + C4CEE9060256A0B8B69D9979 /* AtomicBool.swift in Sources */, + F5C65043B85A9B1DFDB86CFB /* AtomicLazyReference.swift in Sources */, + A8A33295CEDD6848629E96AB /* HighLevelTypes.swift in Sources */, + C47CF5703F3212E8D746B541 /* IntegerConformances.swift in Sources */, + C76AECE26333CB84FC7C14CD /* PointerConformances.swift in Sources */, + BA5865946C2F10047190C9C1 /* Primitives.native.swift in Sources */, + E465AA47C121D15DEE98DF2E /* Primitives.shims.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20664,9 +20664,9 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 13F7607743F1613E05565DD3 /* AsyncTestingChannel.swift in Sources */, - ECEB1E1E08E40E757C9A5ECE /* AsyncTestingEventLoop.swift in Sources */, - 53D3E609E8C4B69D342443C2 /* Embedded.swift in Sources */, + 0FBAE517C6143D6BDB1854C6 /* AsyncTestingChannel.swift in Sources */, + CD7438D71877434B2BD1E7F7 /* AsyncTestingEventLoop.swift in Sources */, + D94E8CA39553CE51706CF5B2 /* Embedded.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20699,7 +20699,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C0CD15C33210ABD933F5C1C9 /* _AtomicsShims.c in Sources */, + 43B1E7B6AAE5AF51BAC43917 /* _AtomicsShims.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -20707,149 +20707,149 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 56DCF1586D04C33553469AEE /* Array+BoundsCheck.swift in Sources */, - 3CFEF80383C3982E5E9E82EB /* ServerHandlerStateMachine+Actions.swift in Sources */, - FF555D4A12560C14D9EA5825 /* ServerHandlerStateMachine+Draining.swift in Sources */, - C1D5D70044358307E3B6C2B6 /* ServerHandlerStateMachine+Finished.swift in Sources */, - 65606FB4C2068D71665F57FC /* ServerHandlerStateMachine+Handling.swift in Sources */, - 718886285156EA58643E01C3 /* ServerHandlerStateMachine+Idle.swift in Sources */, - 2A119A9BB5C1668F340C2041 /* ServerHandlerStateMachine.swift in Sources */, - 1CA7EFE951968F71BAA49F33 /* ServerInterceptorStateMachine+Actions.swift in Sources */, - E0D922309EF4C4C99516C630 /* ServerInterceptorStateMachine+Finished.swift in Sources */, - 1734CBD19801FA567E2A84A6 /* ServerInterceptorStateMachine+Intercepting.swift in Sources */, - DD472A0D8A84A4E2EEBFFA10 /* ServerInterceptorStateMachine.swift in Sources */, - 615683E8306DA0E4F87CB666 /* StreamState.swift in Sources */, - 7DE93CEEB2535930B15B64FE /* Call+AsyncRequestStreamWriter.swift in Sources */, - D73B231F071249EEDD3CE2FB /* CancellationError+GRPCStatusTransformable.swift in Sources */, - 9C51C4396185B5F54FF08FD4 /* GRPCAsyncBidirectionalStreamingCall.swift in Sources */, - E375960EFE48F430D232CFFF /* GRPCAsyncClientStreamingCall.swift in Sources */, - F08F810604E6AA07A48E1719 /* GRPCAsyncRequestStream.swift in Sources */, - 37E7ED673C631908BC628C8C /* GRPCAsyncRequestStreamWriter.swift in Sources */, - 6F20E60BB425EF2859A4AFBF /* GRPCAsyncResponseStream.swift in Sources */, - E65FC0E222F615C2D8EE2329 /* GRPCAsyncResponseStreamWriter.swift in Sources */, - 4E90F6DE74F3B9A153DE352B /* GRPCAsyncSequenceProducerDelegate.swift in Sources */, - 16A4300AC99164C5B20DB675 /* GRPCAsyncServerCallContext.swift in Sources */, - 0AA50D007AE152EA4C16236E /* GRPCAsyncServerHandler.swift in Sources */, - 17B8BFD750568C59A86B777D /* GRPCAsyncServerStreamingCall.swift in Sources */, - 73D4A8B3D16C40A042FE4CE6 /* GRPCAsyncUnaryCall.swift in Sources */, - 13923805E66A108456D66839 /* GRPCAsyncWriterSinkDelegate.swift in Sources */, - D44D238F4DD093533173F3D7 /* GRPCChannel+AsyncAwaitSupport.swift in Sources */, - 28A901F7C434B2595C5D4BE3 /* GRPCClient+AsyncAwaitSupport.swift in Sources */, - 00616A46CD0112F4BE9B8F3E /* GRPCSendable.swift in Sources */, - A36CB996C97903EDD24607D2 /* NIOAsyncWrappers.swift in Sources */, - FF14114400E296E18C8FEA6B /* BidirectionalStreamingServerHandler.swift in Sources */, - 737454CD61B9FF8A133B8561 /* ClientStreamingServerHandler.swift in Sources */, - B491F78854101905BD8D14C7 /* ServerHandlerProtocol.swift in Sources */, - FE769F3AC61CD8E61415AF2A /* ServerStreamingServerHandler.swift in Sources */, - CC1E9D537F0F4B243D0D1329 /* UnaryServerHandler.swift in Sources */, - 7244F40445C1577282A582A2 /* CallOptions.swift in Sources */, - 4D20721E50DFAF6E1D695B84 /* BidirectionalStreamingCall.swift in Sources */, - 9B31A7EC62D8A93E552EE948 /* Call.swift in Sources */, - 6B69EDC54A2DA876B143F502 /* CallDetails.swift in Sources */, - 9EB53A34293576B28C278A64 /* ClientCall.swift in Sources */, - 75E56D411166CE988959D6BF /* ClientStreamingCall.swift in Sources */, - F298C6D393F97348B0F66D50 /* LazyEventLoopPromise.swift in Sources */, - 7313FFDBC1E9A421999DA45A /* ResponseContainers.swift in Sources */, - 9BC2467AC93AF8283FB06E84 /* ResponsePartContainer.swift in Sources */, - A317169692636E6FB164643E /* ServerStreamingCall.swift in Sources */, - DC8A0D319AEABFB3C8618E23 /* UnaryCall.swift in Sources */, - B6F3F5C7897FF6BFED268143 /* ClientConnection.swift in Sources */, - 00A37F80819E948B476BF396 /* ClientConnectionConfiguration+NIOSSL.swift in Sources */, - 10706269B26207E04C2593AE /* ClientErrorDelegate.swift in Sources */, - 5B278BFD02E55C9288052D68 /* CoalescingLengthPrefixedMessageWriter.swift in Sources */, - 8224EBDA16D9D7E31D99AA32 /* CompressionAlgorithm.swift in Sources */, - AC6782DD648A904BC653FC70 /* DecompressionLimit.swift in Sources */, - 3605C54445BB38ECB5CFC28C /* MessageEncoding.swift in Sources */, - 5CEE4EE80D66498557049428 /* Zlib.swift in Sources */, - 5B3A406FEC0EEE17E6095CFD /* ConnectionBackoff.swift in Sources */, - 0DB8C9EEFA79B0B23B2F920F /* ConnectionKeepalive.swift in Sources */, - AD005A6CDBD12DD607A2D184 /* ConnectionManager+Delegates.swift in Sources */, - C6CC4DC154629D43D86F094F /* ConnectionManager.swift in Sources */, - DC64185AEBC3A3D7086CFE22 /* ConnectionManagerChannelProvider.swift in Sources */, - 2A4030589C5F9EF5D98B9169 /* ConnectionManagerID.swift in Sources */, - 51EABC3BC7FDCBBE27BCEB07 /* ConnectionPool+PerConnectionState.swift in Sources */, - 823D1DE23B49B82A980477A9 /* ConnectionPool+Waiter.swift in Sources */, - B8DB6237684C67D110365791 /* ConnectionPool.swift in Sources */, - DEDAC7FCC749913C411047EC /* GRPCChannelPool.swift in Sources */, - EAFA7E53FA1837A40DAA4959 /* PoolManager.swift in Sources */, - B601CAE3D2DFB7080CF6B74E /* PoolManagerStateMachine+PerPoolState.swift in Sources */, - 2652099E843060D3E3DE0D9A /* PoolManagerStateMachine.swift in Sources */, - 8C5CA6F79D0AC737542E3BD0 /* PooledChannel.swift in Sources */, - 54FF3DD879F7B441529E7C56 /* StreamLender.swift in Sources */, - EAC71BA8AE31410E3F2F19E4 /* ConnectivityState.swift in Sources */, - 9528B99BC15DACEB03B2A7FA /* DebugOnly.swift in Sources */, - 37F6CE9C42D4F47181B76CDB /* DelegatingErrorHandler.swift in Sources */, - 03E5443528D87F80EC9399D6 /* Error+NIOSSL.swift in Sources */, - F6B8A7F61F11C57D4CDDF964 /* EventLoopFuture+RecoverFromUncleanShutdown.swift in Sources */, - 74398DA87EB97BDECD5D1839 /* FakeChannel.swift in Sources */, - 96179B4226481B1AD6BC40B6 /* ClientConnection+NIOSSL.swift in Sources */, - E14DEA6BEDD388430B186043 /* ClientConnection+NWTLS.swift in Sources */, - 4623A93737B88AFE5273B4AF /* GRPCChannel.swift in Sources */, - C6F850B2E86968CCA9244A13 /* GRPCChannelBuilder.swift in Sources */, - 0F2826121FDAE499E2106CA4 /* GRPCClient.swift in Sources */, - 06F88707F0B429018CEF3978 /* GRPCClientChannelHandler.swift in Sources */, - A5C85F3DB40C1CF46AE557ED /* GRPCClientStateMachine.swift in Sources */, - 724EAF59BCC49068B184E971 /* GRPCContentType.swift in Sources */, - D5AC5012C8E26CFBD5E02626 /* GRPCError.swift in Sources */, - FF77FA2CA4B2E3453FD8F262 /* GRPCHeaderName.swift in Sources */, - FCEE6DE899CF86C02C1DB38F /* GRPCIdleHandler.swift in Sources */, - 7523B741389D76075121F160 /* GRPCIdleHandlerStateMachine.swift in Sources */, - 7C3280F1CB5AA7319718A131 /* GRPCKeepaliveHandlers.swift in Sources */, - F729C4C7EC33EC8CA55C1DAC /* GRPCLogger.swift in Sources */, - 20E53C6E586FA14662C589A3 /* GRPCPayload.swift in Sources */, - A01CC426D7BA48882ACA0CB3 /* GRPCServerPipelineConfigurator.swift in Sources */, - 7658657925B7C77DD389DFEF /* GRPCServerRequestRoutingHandler.swift in Sources */, - CA5D85511BF82FF44E18086E /* GRPCServiceDescription.swift in Sources */, - 88315B91C3917971B766C75A /* GRPCStatus.swift in Sources */, - 07F51BA897436E94A0F1D7DC /* GRPCStatusAndMetadata.swift in Sources */, - 34200B5485C906DACE049250 /* GRPCStatusMessageMarshaller.swift in Sources */, - 1E1DEB0B81C41358C55D3B9D /* GRPCTLSConfiguration.swift in Sources */, - A466A12BB01FFDECDD653B55 /* GRPCTimeout.swift in Sources */, - 5A29806ED27E3F0667BA4E4A /* GRPCWebToHTTP2ServerCodec.swift in Sources */, - ECA53BBE87D43D457F11595F /* HTTP2ToRawGRPCServerCodec.swift in Sources */, - 2B64512141277CB8E955A2F0 /* HTTP2ToRawGRPCStateMachine.swift in Sources */, - 7FCEE72EA5E5C86F61C6F99A /* ClientInterceptorContext.swift in Sources */, - 0C1E2D3A2AA27F69E4A6DCB3 /* ClientInterceptorPipeline.swift in Sources */, - 4CFDD22446E5D921C758F963 /* ClientInterceptorProtocol.swift in Sources */, - 9EF30493B23E3C5B42C26AA6 /* ClientInterceptors.swift in Sources */, - 730A3E8838D9B35FC46F7963 /* ClientTransport.swift in Sources */, - 00261BC1CC0D4F1A512964AC /* ClientTransportFactory.swift in Sources */, - AE69748720B1F7B491614958 /* MessageParts.swift in Sources */, - 882DF0400B067C39F71D2B37 /* ServerInterceptorContext.swift in Sources */, - 437C0FD93A3D51504F012AF5 /* ServerInterceptorPipeline.swift in Sources */, - E6407A25D1F8746E86631753 /* ServerInterceptors.swift in Sources */, - 2DF8E98B7A57E70E2AF390F7 /* InterceptorContextList.swift in Sources */, - DFC6EC95D4D0D3E4289C64B6 /* LengthPrefixedMessageReader.swift in Sources */, - F664412FA530BB67032EB8E2 /* Logger.swift in Sources */, - F7B96BE638EDECB852F916C2 /* LoggingServerErrorDelegate.swift in Sources */, - F0CA27790E596CDD3F323D81 /* MessageEncodingHeaderValidator.swift in Sources */, - C9DD9CFF92C2998677FADFF1 /* PlatformSupport.swift in Sources */, - AE7F4B07FA744350B390843E /* ReadWriteStates.swift in Sources */, - 0DF6EB11BCC45C880156A548 /* Ref.swift in Sources */, - A9340A0375AB632FA3890573 /* Serialization.swift in Sources */, - EE9796F7AF769C9046081496 /* Server+NIOSSL.swift in Sources */, - 6C8E6C70FC317EDD99F6ACBA /* Server.swift in Sources */, - 95A99F9B4F8EFBA9205F827F /* ServerBuilder+NIOSSL.swift in Sources */, - E9E94D2D6CC353C17FE862EF /* ServerBuilder.swift in Sources */, - B4A4E0910230AF1BB39126AB /* ServerCallContext.swift in Sources */, - 62C79BD47DF55DB407078AB4 /* StreamingResponseCallContext.swift in Sources */, - 0F35A3A6946A22BF50025641 /* UnaryResponseCallContext.swift in Sources */, - D068416B37390ACA0548ECA2 /* ServerChannelErrorHandler.swift in Sources */, - 5984A2164BED622A5785B3E7 /* ServerErrorDelegate.swift in Sources */, - CD25712B0E8D2539F9866BD5 /* ServerErrorProcessor.swift in Sources */, - CF9738B95CE00EAD97CF01B6 /* Stopwatch.swift in Sources */, - F3B8B4E52B8D8C063C94796E /* StreamEvent.swift in Sources */, - EC4E6F38FF7732151B57F2FF /* TLSVerificationHandler.swift in Sources */, - 27EA01F62FA874212951991F /* TLSVersion.swift in Sources */, - 6E7431F2A1B82755EF26C3D5 /* TimeLimit.swift in Sources */, - 5248C7A63A74F3EF50A0C44D /* UserInfo.swift in Sources */, - 48DE58D5CE84CE8F4B11B609 /* Version.swift in Sources */, - 019D8CFA5F984DE63F1304AA /* WebCORSHandler.swift in Sources */, - D6158E814E0FD0CDE0B7AD13 /* WriteCapturingHandler.swift in Sources */, - 50A0E935BDBCAB2EFE729224 /* _EmbeddedThroughput.swift in Sources */, - 37C5CF46F7E90D5A33D45AED /* _FakeResponseStream.swift in Sources */, - EE82211FEBE35A09DBC2F8E0 /* _GRPCClientCodecHandler.swift in Sources */, - 25810196D25F7FE2BAEEB106 /* _MessageContext.swift in Sources */, + D83E4CB686E30402643CF8F8 /* Array+BoundsCheck.swift in Sources */, + B5D8A6E0A28BB8D0C62222AA /* ServerHandlerStateMachine+Actions.swift in Sources */, + 9DA79BADF949CCD8CC93989E /* ServerHandlerStateMachine+Draining.swift in Sources */, + F6EE457C8E4C12B4C61F60D9 /* ServerHandlerStateMachine+Finished.swift in Sources */, + A0FB23C5CB2073F212009614 /* ServerHandlerStateMachine+Handling.swift in Sources */, + FD153708F6C4567BB67AB0F6 /* ServerHandlerStateMachine+Idle.swift in Sources */, + 38F1A423B6878EE453E394CC /* ServerHandlerStateMachine.swift in Sources */, + 171A72DCEDC29BBA24E9ED0B /* ServerInterceptorStateMachine+Actions.swift in Sources */, + CEEEB31EA679F64179D0685C /* ServerInterceptorStateMachine+Finished.swift in Sources */, + 8D15306C89E354E2FA07922E /* ServerInterceptorStateMachine+Intercepting.swift in Sources */, + A78EDC44AB71DF7FCB09282B /* ServerInterceptorStateMachine.swift in Sources */, + BF56731D250A054E7EC3F48C /* StreamState.swift in Sources */, + D14689434E7C9ABBB8CB7623 /* Call+AsyncRequestStreamWriter.swift in Sources */, + 20D29A31675C8516F8CC8D2A /* CancellationError+GRPCStatusTransformable.swift in Sources */, + 9DA30952896EB31DE6009C9C /* GRPCAsyncBidirectionalStreamingCall.swift in Sources */, + 7F3C47B72C22C0CC3917CAE6 /* GRPCAsyncClientStreamingCall.swift in Sources */, + 0EA70309E4ED8E3671CA9857 /* GRPCAsyncRequestStream.swift in Sources */, + 48E586533BEFD70A8676208A /* GRPCAsyncRequestStreamWriter.swift in Sources */, + 0F2835F739DC916BF896EC7F /* GRPCAsyncResponseStream.swift in Sources */, + 0718D7C44E438FB439F6BD05 /* GRPCAsyncResponseStreamWriter.swift in Sources */, + BD89F7B14F3CDD88E4E3D577 /* GRPCAsyncSequenceProducerDelegate.swift in Sources */, + 80E232723126EFF7C8FF515A /* GRPCAsyncServerCallContext.swift in Sources */, + BB9500790D54437E12A3AD3E /* GRPCAsyncServerHandler.swift in Sources */, + 8C527F177E7A1CC2A4FA381D /* GRPCAsyncServerStreamingCall.swift in Sources */, + 1B99C80CEF370BE07FB5B889 /* GRPCAsyncUnaryCall.swift in Sources */, + B5913F6477753E3450BA55AD /* GRPCAsyncWriterSinkDelegate.swift in Sources */, + 31AE21FAE31DBE020A5E9022 /* GRPCChannel+AsyncAwaitSupport.swift in Sources */, + 288FAFBBFE02686EB2A06893 /* GRPCClient+AsyncAwaitSupport.swift in Sources */, + 616C64479E176A23D9EBE144 /* GRPCSendable.swift in Sources */, + 740B978663856BD1F942D24D /* NIOAsyncWrappers.swift in Sources */, + 976ED17039365CFBB227EDE5 /* BidirectionalStreamingServerHandler.swift in Sources */, + BA6DF9648307FCB5E4A3393D /* ClientStreamingServerHandler.swift in Sources */, + 388D7223A783D9984EBA7EA2 /* ServerHandlerProtocol.swift in Sources */, + 0918CD5289DD5B13E62B4065 /* ServerStreamingServerHandler.swift in Sources */, + 2CC94F4B1BDF8332C2BCBF75 /* UnaryServerHandler.swift in Sources */, + 81AB0BF7EDA40C9CF2F85C39 /* CallOptions.swift in Sources */, + 17B5484B21DA5B851F4D3770 /* BidirectionalStreamingCall.swift in Sources */, + 26E245487A0D96B7BD7FEB8F /* Call.swift in Sources */, + CF00A86E333F0E97253778E1 /* CallDetails.swift in Sources */, + 597CC2629488F558A9B400BF /* ClientCall.swift in Sources */, + 528D56DDB54B7CE5B0C6BC1D /* ClientStreamingCall.swift in Sources */, + C3ECB4E210C48AD71D246D0B /* LazyEventLoopPromise.swift in Sources */, + A19710590DDD91F73DA0A6E3 /* ResponseContainers.swift in Sources */, + 8B03938FECF3F716CB75EE67 /* ResponsePartContainer.swift in Sources */, + 152CC373CAA5ACBA0FEA5CB7 /* ServerStreamingCall.swift in Sources */, + A09853CA1CBDE4B168B950F3 /* UnaryCall.swift in Sources */, + 983787F7EE9006A3888251C2 /* ClientConnection.swift in Sources */, + F70B27F5FC79EA30AC97A735 /* ClientConnectionConfiguration+NIOSSL.swift in Sources */, + 73005E84880B9D513ADAD94C /* ClientErrorDelegate.swift in Sources */, + 01330C73B321E29E57F28362 /* CoalescingLengthPrefixedMessageWriter.swift in Sources */, + 0CA108CEBFC803D87BC10350 /* CompressionAlgorithm.swift in Sources */, + AA238BC7B079FBDC28610655 /* DecompressionLimit.swift in Sources */, + 6B51CF001085FA7E600E1E7D /* MessageEncoding.swift in Sources */, + 0B748EB381B54F1F879BBF68 /* Zlib.swift in Sources */, + B4D29EAB54D66F8829153727 /* ConnectionBackoff.swift in Sources */, + D4980DEC4AF07782E2659DA0 /* ConnectionKeepalive.swift in Sources */, + A1F4E83435F3D09CE973E499 /* ConnectionManager+Delegates.swift in Sources */, + 3E834296D3887F606CA5D1E7 /* ConnectionManager.swift in Sources */, + 1321475F0F45444DE5CC0344 /* ConnectionManagerChannelProvider.swift in Sources */, + EC401817943C86DF7617264B /* ConnectionManagerID.swift in Sources */, + 19C2FBF84070911C5B64282F /* ConnectionPool+PerConnectionState.swift in Sources */, + 0C70C77F127304657821E213 /* ConnectionPool+Waiter.swift in Sources */, + 94931DD8E3518A759F868C88 /* ConnectionPool.swift in Sources */, + B5CCA3BB11EF325C59B7ECFC /* GRPCChannelPool.swift in Sources */, + 9CB91BDFCBBA082253988EAC /* PoolManager.swift in Sources */, + 7A3D5C9922FEF96C61FD6C62 /* PoolManagerStateMachine+PerPoolState.swift in Sources */, + 9D025386F6AB2AF3766C91DC /* PoolManagerStateMachine.swift in Sources */, + 36A1024555774CBCD3A8A5A6 /* PooledChannel.swift in Sources */, + F8881903EDC8ECD349846C74 /* StreamLender.swift in Sources */, + ED41024B052DF96C7EA8307E /* ConnectivityState.swift in Sources */, + 7C384D2264985ADB7560767C /* DebugOnly.swift in Sources */, + DC25AC2313ECDDE04A1A3E32 /* DelegatingErrorHandler.swift in Sources */, + EBC80815ACFEDA2579469E04 /* Error+NIOSSL.swift in Sources */, + 5CB39D3778E32D044C49A67E /* EventLoopFuture+RecoverFromUncleanShutdown.swift in Sources */, + 18ACE68CA95B6CBF978AAB3E /* FakeChannel.swift in Sources */, + D50A0359C5ECE49DF6484E56 /* ClientConnection+NIOSSL.swift in Sources */, + 2AC298889B929357A86C54BA /* ClientConnection+NWTLS.swift in Sources */, + 998A12CF3DCC73DE2FC1D299 /* GRPCChannel.swift in Sources */, + 290DBF970BADFDA22D296DAD /* GRPCChannelBuilder.swift in Sources */, + D4E219FF02C18A6BA5E62766 /* GRPCClient.swift in Sources */, + 24EA2E59E261BD2FB9D30F82 /* GRPCClientChannelHandler.swift in Sources */, + A85D22271AE8E618BB2AAA75 /* GRPCClientStateMachine.swift in Sources */, + 94D238EFEE9AC5A2C4D87493 /* GRPCContentType.swift in Sources */, + 0D9AC6E654CD025B5A8C43C4 /* GRPCError.swift in Sources */, + 47AA1DA8B00D1DD8F868D6D2 /* GRPCHeaderName.swift in Sources */, + D01175243F6513B7C99D447B /* GRPCIdleHandler.swift in Sources */, + CCA8CA6390E5296EBA5BFBF7 /* GRPCIdleHandlerStateMachine.swift in Sources */, + 19EC066D76F6681ED1A9C998 /* GRPCKeepaliveHandlers.swift in Sources */, + 0F39A9FC3FC40C42994E806C /* GRPCLogger.swift in Sources */, + 5068759D3DB5D09823D05C39 /* GRPCPayload.swift in Sources */, + 9428D200524F02EFE52C081D /* GRPCServerPipelineConfigurator.swift in Sources */, + 7F9C16084AEE5E2D11AF4F87 /* GRPCServerRequestRoutingHandler.swift in Sources */, + 20A5D2574D22E4EA14A9C736 /* GRPCServiceDescription.swift in Sources */, + 04AA7887A7B8A3E3ED6D01FC /* GRPCStatus.swift in Sources */, + C768A7C30333687DF3D499A4 /* GRPCStatusAndMetadata.swift in Sources */, + A57CF4ECE67129A1E30F25F7 /* GRPCStatusMessageMarshaller.swift in Sources */, + C08696AE6875C49DF9CB8823 /* GRPCTLSConfiguration.swift in Sources */, + 6F62900C73043DCEAA4BDB7C /* GRPCTimeout.swift in Sources */, + B2C3194471D0C1BD6EDDF925 /* GRPCWebToHTTP2ServerCodec.swift in Sources */, + 50853447366802036C006411 /* HTTP2ToRawGRPCServerCodec.swift in Sources */, + CF15D9CFEE571FFE4A8FF10C /* HTTP2ToRawGRPCStateMachine.swift in Sources */, + 8CFC8D8F33D94407A0A19C69 /* ClientInterceptorContext.swift in Sources */, + 66B9AD1EB425D7A250C6ABB5 /* ClientInterceptorPipeline.swift in Sources */, + C3A3243148FB3F7D3B330181 /* ClientInterceptorProtocol.swift in Sources */, + 8DFA9456772579A4EF0E41F9 /* ClientInterceptors.swift in Sources */, + D9041F649C5134654BE339B6 /* ClientTransport.swift in Sources */, + 7746C65C8260328A0E0906CA /* ClientTransportFactory.swift in Sources */, + EB442D7E5F46F76A7E9A03D4 /* MessageParts.swift in Sources */, + A6538109FAA56DA74DB5B134 /* ServerInterceptorContext.swift in Sources */, + 6B41A42FD7A245412DEA81D2 /* ServerInterceptorPipeline.swift in Sources */, + 4F3EE332B85A00A52505DF28 /* ServerInterceptors.swift in Sources */, + D87ADDE6E9A2F6084EB9E7AE /* InterceptorContextList.swift in Sources */, + C7004B53308CD8FEDAE7485F /* LengthPrefixedMessageReader.swift in Sources */, + 8A23AC1D84ACAA1A0239262C /* Logger.swift in Sources */, + E4AD6170709FFC7EC0440014 /* LoggingServerErrorDelegate.swift in Sources */, + B5A7DCE69C80A85E8F859D9F /* MessageEncodingHeaderValidator.swift in Sources */, + CF4FEFA2B379526EB4CFBC12 /* PlatformSupport.swift in Sources */, + A33869695DF8733E042B42EF /* ReadWriteStates.swift in Sources */, + D716EC860B3AFE575E652E3C /* Ref.swift in Sources */, + E7098CEA70C171071956474B /* Serialization.swift in Sources */, + 17D240C6E6F8926BC0D97A61 /* Server+NIOSSL.swift in Sources */, + 63E0C046D593767432B060A0 /* Server.swift in Sources */, + 46F618AE11D40BA9117B2DF0 /* ServerBuilder+NIOSSL.swift in Sources */, + C8386BB26FDFE3B35C2DB6FA /* ServerBuilder.swift in Sources */, + 4A3124A74674FEFAC0A0BB3C /* ServerCallContext.swift in Sources */, + F3DB8D84B4F64D50C0AD459E /* StreamingResponseCallContext.swift in Sources */, + 8418C4FA6F1446C491FDD80D /* UnaryResponseCallContext.swift in Sources */, + 748B4B60A5A99C9C1BF4E392 /* ServerChannelErrorHandler.swift in Sources */, + E1D7817513990004788D192A /* ServerErrorDelegate.swift in Sources */, + A97744A2D13AD6D7242A2FF9 /* ServerErrorProcessor.swift in Sources */, + 0F7E425E7C2F5B5A2BE9EF90 /* Stopwatch.swift in Sources */, + 22FF19645C787AFD98356742 /* StreamEvent.swift in Sources */, + 5D356CC5F671F927B7F424AA /* TLSVerificationHandler.swift in Sources */, + 4EACDCA12CD3968A1CD0F8CF /* TLSVersion.swift in Sources */, + 40E5FBFC7FF29935BCC955BF /* TimeLimit.swift in Sources */, + F4D1E8E9DEA6C3AC2B14419E /* UserInfo.swift in Sources */, + 2EB2E0445A7C6609EA0B62E9 /* Version.swift in Sources */, + 8733BA782F1A55C350EDF2FB /* WebCORSHandler.swift in Sources */, + FF5CCE7D137599DFA59D37BD /* WriteCapturingHandler.swift in Sources */, + 93D148A721584D94FA02FC23 /* _EmbeddedThroughput.swift in Sources */, + 7C3E82C49C769AD2E91F9F71 /* _FakeResponseStream.swift in Sources */, + E0836D71007E4F9B6BDB8452 /* _GRPCClientCodecHandler.swift in Sources */, + 9156A82816C79EB5D7657E58 /* _MessageContext.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -22616,12 +22616,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOWindows; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -22639,12 +22639,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOLinux; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -22659,21 +22659,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOHTTP2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOHTTP2; PRODUCT_NAME = NIOHTTP2; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOHTTP2; }; name = AppStore; @@ -22739,12 +22739,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOBoringSSLShims; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -22785,12 +22785,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOWindows; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -22847,21 +22847,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOTransportServices; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOTransportServices; PRODUCT_NAME = NIOTransportServices; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOTransportServices; }; name = AppStore; @@ -22943,9 +22943,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = SwiftProtobuf; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -22955,7 +22955,7 @@ PRODUCT_NAME = SwiftProtobuf; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params"; TARGET_NAME = SwiftProtobuf; }; name = Debug; @@ -23008,7 +23008,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/Proto"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/Proto"; SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto/tool.library.rules_xcodeproj.swift.compile.params"; TARGET_NAME = proto; }; @@ -23052,12 +23052,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOLLHTTP; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -23270,12 +23270,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOLLHTTP; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -23497,20 +23497,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = Atomics; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = Atomics; PRODUCT_NAME = Atomics; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params"; TARGET_NAME = Atomics; }; name = AppStore; @@ -23519,20 +23519,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = GRPC; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = GRPC; PRODUCT_NAME = GRPC; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params"; TARGET_NAME = GRPC; }; name = Debug; @@ -23541,20 +23541,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOHTTP1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOHTTP1; PRODUCT_NAME = NIOHTTP1; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOHTTP1; }; name = Debug; @@ -23696,21 +23696,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOEmbedded; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOEmbedded; PRODUCT_NAME = NIOEmbedded; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOEmbedded; }; name = AppStore; @@ -23742,20 +23742,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOTransportServices; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOTransportServices; PRODUCT_NAME = NIOTransportServices; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOTransportServices; }; name = Debug; @@ -23775,12 +23775,12 @@ "INCLUDED_SOURCE_FILE_NAMES[sdk=macosx*]" = "$(MACOSX_FILES)"; MACOSX_DEPLOYMENT_TARGET = 11.0; MACOSX_FILES = "bazel-out/CONFIGURATION-STABLE-21/bin/GRPC/echo_proto.protoc_gen_pb_swift/GRPC/echo.pb.swift"; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = GRPC_echo_proto_swift; PRODUCT_NAME = echo_client_services_swift; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC/echo_client_services_swift.rules_xcodeproj.swift.compile.params"; TARGET_NAME = echo_client_services_swift; }; @@ -23790,21 +23790,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOHTTP1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOHTTP1; PRODUCT_NAME = NIOHTTP1; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOHTTP1; }; name = AppStore; @@ -23989,13 +23989,13 @@ "INCLUDED_SOURCE_FILE_NAMES[sdk=macosx*]" = "$(MACOSX_FILES)"; MACOSX_DEPLOYMENT_TARGET = 11.0; MACOSX_FILES = "bazel-out/CONFIGURATION-STABLE-22/bin/GRPC/echo_proto.protoc_gen_pb_swift/GRPC/echo.pb.swift"; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = GRPC_echo_proto_swift; PRODUCT_NAME = echo_server_services_swift; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/echo_server_services_swift.rules_xcodeproj.swift.compile.params"; TARGET_NAME = echo_server_services_swift; }; @@ -24008,12 +24008,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIODarwin; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -24162,20 +24162,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOSSL; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOSSL; PRODUCT_NAME = NIOSSL; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOSSL; }; name = Debug; @@ -24207,21 +24207,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOFoundationCompat; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOFoundationCompat; PRODUCT_NAME = NIOFoundationCompat; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOFoundationCompat; }; name = AppStore; @@ -24233,12 +24233,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIODarwin; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -24264,13 +24264,13 @@ "INCLUDED_SOURCE_FILE_NAMES[sdk=macosx*]" = "$(MACOSX_FILES)"; MACOSX_DEPLOYMENT_TARGET = 11.0; MACOSX_FILES = "bazel-out/CONFIGURATION-STABLE-22/bin/GRPC/echo_proto.protoc_gen_pb_swift/GRPC/echo.pb.swift"; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = GRPC_echo_proto_swift; PRODUCT_NAME = echo_client_services_swift; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/echo_client_services_swift.rules_xcodeproj.swift.compile.params"; TARGET_NAME = echo_client_services_swift; }; @@ -24343,9 +24343,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = _NIODataStructures; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -24356,7 +24356,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params"; TARGET_NAME = _NIODataStructures; }; name = AppStore; @@ -24365,9 +24365,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = Logging; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -24377,7 +24377,7 @@ PRODUCT_NAME = Logging; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params"; TARGET_NAME = Logging; }; name = Debug; @@ -24416,13 +24416,13 @@ ASAN_OTHER_CPLUSPLUSFLAGS__ = "$(ASAN_OTHER_CPLUSPLUSFLAGS__NO)"; ASAN_OTHER_CPLUSPLUSFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/cxx.compile.params"; ASAN_OTHER_CPLUSPLUSFLAGS__YES = "$(ASAN_OTHER_CPLUSPLUSFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOBoringSSL; - CXX_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params"; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params"; + CXX_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -24470,12 +24470,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOAtomics; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -24540,20 +24540,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIO; PRODUCT_NAME = NIO; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIO; }; name = Debug; @@ -24592,21 +24592,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIO; PRODUCT_NAME = NIO; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIO; }; name = AppStore; @@ -24666,13 +24666,13 @@ ASAN_OTHER_CPLUSPLUSFLAGS__ = "$(ASAN_OTHER_CPLUSPLUSFLAGS__NO)"; ASAN_OTHER_CPLUSPLUSFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/cxx.compile.params"; ASAN_OTHER_CPLUSPLUSFLAGS__YES = "$(ASAN_OTHER_CPLUSPLUSFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOBoringSSL; - CXX_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params"; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params"; + CXX_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -24688,21 +24688,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOSSL; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOSSL; PRODUCT_NAME = NIOSSL; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOSSL; }; name = AppStore; @@ -24770,20 +24770,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOHPACK; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOHPACK; PRODUCT_NAME = NIOHPACK; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOHPACK; }; name = Debug; @@ -24871,7 +24871,7 @@ "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~override~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwx/xcodeproj_bwx-params/iOSApp.131.link.params"; OTHER_CODE_SIGN_FLAGS = ( "--digest-algorithm=sha1", - "--resource-rules=external/rules_apple~3.0.0/tools/codesigningtool/disable_signing_resource_rules.plist", + "--resource-rules=external/rules_apple~3.1.1/tools/codesigningtool/disable_signing_resource_rules.plist", ); OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_google_google_maps -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator/GoogleMaps.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -24999,12 +24999,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOAtomics; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -25102,9 +25102,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = _NIODataStructures; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -25114,7 +25114,7 @@ PRODUCT_NAME = _NIODataStructures; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params"; TARGET_NAME = _NIODataStructures; }; name = Debug; @@ -25126,12 +25126,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = _AtomicsShims; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -25346,12 +25346,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CGRPCZlib; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -25435,20 +25435,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOTLS; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOTLS; PRODUCT_NAME = NIOTLS; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOTLS; }; name = Debug; @@ -25457,9 +25457,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = Logging; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -25470,7 +25470,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params"; TARGET_NAME = Logging; }; name = AppStore; @@ -25559,12 +25559,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = _AtomicsShims; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -25579,20 +25579,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOConcurrencyHelpers; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOConcurrencyHelpers; PRODUCT_NAME = NIOConcurrencyHelpers; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOConcurrencyHelpers; }; name = AppStore; @@ -25601,21 +25601,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOHPACK; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOHPACK; PRODUCT_NAME = NIOHPACK; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOHPACK; }; name = AppStore; @@ -25727,12 +25727,12 @@ LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~override~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwx/xcodeproj_bwx-params/echo_server.97.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = GRPC_echo_server_library; PRODUCT_NAME = echo_server; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC/echo_server.library.rules_xcodeproj.swift.compile.params"; TARGET_NAME = echo_server; }; @@ -25742,19 +25742,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOConcurrencyHelpers; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOConcurrencyHelpers; PRODUCT_NAME = NIOConcurrencyHelpers; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOConcurrencyHelpers; }; name = Debug; @@ -25844,20 +25844,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOPosix; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOPosix; PRODUCT_NAME = NIOPosix; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOPosix; }; name = Debug; @@ -26047,9 +26047,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = DequeModule; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -26059,7 +26059,7 @@ PRODUCT_NAME = DequeModule; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params"; TARGET_NAME = DequeModule; }; name = Debug; @@ -26174,20 +26174,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOFoundationCompat; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOFoundationCompat; PRODUCT_NAME = NIOFoundationCompat; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOFoundationCompat; }; name = Debug; @@ -26477,20 +26477,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOEmbedded; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOEmbedded; PRODUCT_NAME = NIOEmbedded; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOEmbedded; }; name = Debug; @@ -26589,21 +26589,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOPosix; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOPosix; PRODUCT_NAME = NIOPosix; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOPosix; }; name = AppStore; @@ -26627,13 +26627,13 @@ LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~override~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwx/xcodeproj_bwx-params/echo_client.224.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = GRPC_echo_client_library; PRODUCT_NAME = echo_client; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/echo_client.library.rules_xcodeproj.swift.compile.params"; TARGET_NAME = echo_client; }; @@ -26675,20 +26675,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOCore; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOCore; PRODUCT_NAME = NIOCore; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOCore; }; name = Debug; @@ -26794,21 +26794,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = GRPC; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = GRPC; PRODUCT_NAME = GRPC; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params"; TARGET_NAME = GRPC; }; name = AppStore; @@ -26925,9 +26925,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = SwiftProtobuf; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -26938,7 +26938,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params"; TARGET_NAME = SwiftProtobuf; }; name = AppStore; @@ -26947,19 +26947,19 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = Atomics; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = Atomics; PRODUCT_NAME = Atomics; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params"; TARGET_NAME = Atomics; }; name = Debug; @@ -27095,12 +27095,12 @@ LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~override~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwx/xcodeproj_bwx-params/echo_client.95.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = GRPC_echo_client_library; PRODUCT_NAME = echo_client; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC/echo_client.library.rules_xcodeproj.swift.compile.params"; TARGET_NAME = echo_client; }; @@ -27110,20 +27110,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOHTTP2; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOHTTP2; PRODUCT_NAME = NIOHTTP2; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOHTTP2; }; name = Debug; @@ -27147,13 +27147,13 @@ LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~override~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwx/xcodeproj_bwx-params/echo_server.226.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = GRPC_echo_server_library; PRODUCT_NAME = echo_server; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/echo_server.library.rules_xcodeproj.swift.compile.params"; TARGET_NAME = echo_server; }; @@ -27379,21 +27379,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOExtras; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOExtras; PRODUCT_NAME = NIOExtras; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOExtras; }; name = AppStore; @@ -27402,20 +27402,20 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOExtras; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = NIOExtras; PRODUCT_NAME = NIOExtras; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOExtras; }; name = Debug; @@ -27455,9 +27455,9 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = DequeModule; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; @@ -27468,7 +27468,7 @@ SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params"; TARGET_NAME = DequeModule; }; name = AppStore; @@ -27613,21 +27613,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOTLS; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOTLS; PRODUCT_NAME = NIOTLS; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOTLS; }; name = AppStore; @@ -27798,12 +27798,12 @@ "INCLUDED_SOURCE_FILE_NAMES[sdk=macosx*]" = "$(MACOSX_FILES)"; MACOSX_DEPLOYMENT_TARGET = 11.0; MACOSX_FILES = "bazel-out/CONFIGURATION-STABLE-21/bin/GRPC/echo_proto.protoc_gen_pb_swift/GRPC/echo.pb.swift"; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_MODULE_NAME = GRPC_echo_proto_swift; PRODUCT_NAME = echo_server_services_swift; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC/echo_server_services_swift.rules_xcodeproj.swift.compile.params"; TARGET_NAME = echo_server_services_swift; }; @@ -28330,12 +28330,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOLinux; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -28504,21 +28504,21 @@ isa = XCBuildConfiguration; buildSettings = { ARCHS = x86_64; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = NIOCore; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; - OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + OTHER_SWIFT_FLAGS = "-Xcc -ivfsoverlay -Xcc $(DERIVED_FILE_DIR)/xcode-overlay.yaml -Xcc -ivfsoverlay -Xcc $(OBJROOT)/bazel-out-overlay.yaml -vfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_MODULE_NAME = NIOCore; PRODUCT_NAME = NIOCore; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections"; - SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections"; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params"; TARGET_NAME = NIOCore; }; name = AppStore; @@ -28547,7 +28547,7 @@ PRODUCT_NAME = proto; SDKROOT = macosx; SUPPORTED_PLATFORMS = macosx; - SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/Proto"; + SWIFT_INCLUDE_PATHS = "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/Proto"; SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto/tool.library.rules_xcodeproj.swift.compile.params"; TARGET_NAME = proto; }; @@ -28689,12 +28689,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-22"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-22"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CNIOBoringSSLShims; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; @@ -28712,12 +28712,12 @@ ASAN_OTHER_CFLAGS__ = "$(ASAN_OTHER_CFLAGS__NO)"; ASAN_OTHER_CFLAGS__NO = "-working-directory $(PROJECT_DIR) -ivfsoverlay $(DERIVED_FILE_DIR)/xcode-overlay.yaml -ivfsoverlay $(OBJROOT)/bazel-out-overlay.yaml @$(DERIVED_FILE_DIR)/c.compile.params"; ASAN_OTHER_CFLAGS__YES = "$(ASAN_OTHER_CFLAGS__NO) -Wno-macro-redefined -D_FORTIFY_SOURCE=0"; - BAZEL_LABEL = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib"; - BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift"; - BAZEL_TARGET_ID = "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-21"; + BAZEL_LABEL = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib"; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift"; + BAZEL_TARGET_ID = "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-21"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = CGRPCZlib; - C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params"; + C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/rules_xcodeproj/external.xcfilelist b/examples/integration/test/fixtures/bwx.xcodeproj/rules_xcodeproj/external.xcfilelist index 15bd9ef8cf..5ea36e0c51 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/rules_xcodeproj/external.xcfilelist +++ b/examples/integration/test/fixtures/bwx.xcodeproj/rules_xcodeproj/external.xcfilelist @@ -25,1125 +25,1125 @@ $(BAZEL_EXTERNAL)/examples_ios_app_external~override/Assets.xcassets $(BAZEL_EXTERNAL)/examples_ios_app_external~override/Info.plist $(BAZEL_EXTERNAL)/examples_ios_app_external~override/bundles/Utils.bundle $(BAZEL_EXTERNAL)/examples_ios_app_external~override/nested -$(BAZEL_EXTERNAL)/rules_apple~3.0.0/apple/testing/DefaultTestBundle.plist -$(BAZEL_EXTERNAL)/rules_apple~3.0.0/tools/codesigningtool/disable_signing_resource_rules.plist -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicInteger.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicMemoryOrderings.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptional.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicRawRepresentable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicStrongReference.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicValue.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/DoubleWord.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/Unmanaged extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicBool.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/IntegerConformances.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/PointerConformances.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.native.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.shims.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include/_AtomicsShims.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/src/_AtomicsShims.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Compatibility.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Codable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Collection.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomDebugStringConvertible.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomReflectable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomStringConvertible.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Equatable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Extras.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Hashable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Testing.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._Storage.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._UnsafeHandle.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/UnsafeMutableBufferPointer+Utilities.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBufferHeader.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeSlot.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Locks.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/LogHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Logging.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include/CNIOAtomics.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-atomics.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-nioatomics.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/cpp_magic.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include/CNIODarwin.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/shim.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_api.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_http.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_llhttp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/CNIOLLHTTP.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/c_nio_llhttp.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/CNIOLinux.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/liburing_nio.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/liburing_shims.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/shim.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/WSAStartup.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include/CNIOWindows.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/shim.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIO/Exports.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOAtomic.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLock.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLockedValueBox.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/atomics.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/lock.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AddressedEnvelope.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducerStrategies.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncWriter.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOThrowingAsyncSequenceProducer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/BSDSocketAPI.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-aux.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-conversions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-core.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-int.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-lengthPrefix.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-multi-int.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-views.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Channel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandlers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelInvoker.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelOption.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelPipeline.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/CircularBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Codec.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ConvenienceOptionSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DeadChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DispatchQueue+WithFuture.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop+Deprecated.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+Deprecated.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+WithEventLoop.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileDescriptor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileHandle.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileRegion.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IO.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IOData.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerBitPacking.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerTypes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Interfaces.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Linux.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MarkedCircularBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MulticastChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOAny.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOCloseOnErrorHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOSendable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/PointerHelpers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/RecvByteBufferAllocator.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SingleStepByteToMessageDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketAddresses.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketOptionProvider.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SystemCallHelpers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/TypeAssistedChannelHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/UniversalBootstrapSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Utilities.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/Embedded.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/Codable+ByteBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/JSONSerialization+ByteBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/ByteCollectionUtils.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPEncoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaderValidator.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaders+Validation.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPTypes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPClientUpgradeHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPObjectAggregator.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPICommon.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIPosix.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIWindows.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocket.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseStreamSocketChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Bootstrap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ControlMessage.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/DatagramVectorReadManager.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/FileDescriptor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/GetaddrinfoResolver.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/HappyEyeballs.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IO.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerBitPacking.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerTypes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Linux.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxCPUSet.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxUring.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NIOThreadPool.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NonBlockingFileIO.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingDatagramWritesManager.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingWritesManager.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipeChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipePair.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PointerHelpers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Resolver.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Selectable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableEventLoop.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorEpoll.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorGeneric.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorKqueue.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorUring.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ServerSocket.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Socket.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketProtocols.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/System.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Thread.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadPosix.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadWindows.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Utilities.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/ApplicationProtocolNegotiationHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/SNIHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/TLSEvents.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/Heap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/PriorityQueue.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugInboundEventsHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugOutboundEventsHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/FixedLengthFrameDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming+ContentLengthHeader.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldPrepender.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LineBasedFrameDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/NIOExtrasError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/QuiescingHelper.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/RequestResponseHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/WritePCAPHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/DynamicHeaderTable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKEncoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKErrors.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKHeader.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HeaderTables.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanCoding.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanTables.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IndexedHeaderTable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IntegerCoding.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/StaticHeaderTable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStreamsState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingDataState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HTTP2SettingsState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasFlowControlWindows.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasLocalSettings.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasRemoteSettings.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/LocallyQuiescingState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/QuiescingState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/RemotelyQuiescingState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/SendAndReceiveGoawayState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/StateMachineResult.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ContentLengthVerifier.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/DOSHeuristics.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ConcurrentStreamBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ControlFrameBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFlowControlBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFrameBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HPACKHeaders+Validation.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InboundStreamMultiplexer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InlineStreamMultiplexer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ConnectionStateChange.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Error.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ErrorCode.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FlowControlWindow.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Frame.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameEncoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameParser.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PingData.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PipelineHelpers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Settings.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Stream.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel+OutboundStreamMultiplexer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamDelegate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamID.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2UserEvents.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundEventBuffer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundWindowManager.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/MultiplexerAbstractChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelFlowController.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelList.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamMap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/WatermarkedFlowController.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bool.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_d2i_fp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_dup.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_gentm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_i2d_fp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_int.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_mbstr.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_object.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_octet.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_print.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strex.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_time.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_type.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_utctm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_par.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn_pack.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_int.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_string.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/posix_time.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_dec.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_enc.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_fre.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_new.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_typ.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_utl.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/base64/base64.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio_mem.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/connect.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/fd.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/file.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/hexdump.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/pair.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/printf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket_helper.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/blake2/blake2.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/bn_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/convert.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/buf/buf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/asn1_compat.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/ber.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbb.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbs.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/unicode.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/cipher_extra.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/derive_key.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesctrhmac.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesgcmsiv.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_chacha20poly1305.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_des.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_null.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc2.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc4.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_tls.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/tls_cbc.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf_def.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_apple.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_freebsd.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_fuchsia.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_linux.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_win.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_freebsd.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_intel.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_ppc64le.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/crypto.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/asm/x25519-asm-arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519_tables.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/spake25519.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/des.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/dh_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/params.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/digest_extra/digest_extra.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_derive.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/hash_to_curve.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdh_extra/ecdh_extra.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdsa_extra/ecdsa_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/engine/engine.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err_data.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_dsa_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_hkdf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/pbkdf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/print.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/scrypt.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/sign.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ex_data.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes_nohw.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/key_wrap.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/mode_wrappers.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn-586.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/add.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/asm/x86_64-gcc.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bn.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bytes.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/cmp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/ctx.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div_extra.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/exponentiation.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd_extra.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/generic.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/jacobi.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/mul.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/prime.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/random.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/shift.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/sqrt.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/aead.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/cipher.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aes.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aesccm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cmac/cmac.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/co-586.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/delocate.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/check.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/dh.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digest.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digests.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/md32_common.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digestsign/digestsign.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_key.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_montgomery.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/felem.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/oct.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p224-64.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz-table.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256_table.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/scalar.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple_mul.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/util.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/wnaf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdh/ecdh.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/ecdsa.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/fips_shared_support.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/hmac/hmac.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md4/md4.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-586.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/md5.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cbc.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cfb.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ctr.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm_nohw.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ofb.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/polyval.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/ctrdrbg.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/getrandom_fillin.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/rand.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/urandom.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/blinding.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/padding.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa_impl.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/fips.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/self_check.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/service_indicator.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1-altivec.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha256.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha512.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-586.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-586.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-586.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/kdf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.ios.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.linux.arm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.ios.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.linux.aarch64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86-mont.linux.x86.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.linux.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.mac.x86_64.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hkdf/hkdf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hpke/hpke.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/asm/poly_rq_mul.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/hrss.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/lhash.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/mem.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_dat.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_xref.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_all.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_info.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_lib.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_oth.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pk8.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pkey.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_x509.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_xaux.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7_x509.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/p5_pbev2.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8_x509.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm_asm.S -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_vec.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/pool.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/deterministic.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/forkunsafe.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/fuchsia.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/passive.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/rand_extra.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/windows.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rc4/rc4.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_c11.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_lock.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_asn1.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_print.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/siphash/siphash.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/stack/stack.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_none.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_pthread.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_win.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/pmbtoken.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/trust_token.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/voprf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_digest.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_sign.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_verify.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/algorithm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_dir.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_file.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/i2d_pr.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/name_print.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/rsa_pss.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_crl.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_req.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509a.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_att.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_cmp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_d2.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_def.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_ext.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_lu.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_obj.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_req.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_set.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_trs.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_txt.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vpm.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509cset.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509name.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509rset.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509spki.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_algor.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_all.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_attrib.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_crl.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_exten.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_info.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_name.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pkey.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pubkey.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_req.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_sig.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_spki.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_val.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509a.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/ext_dat.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_cache.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_data.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_map.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_node.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_tree.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akey.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akeya.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_alt.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bcons.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bitst.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_conf.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_cpols.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_crld.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_enum.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_extku.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_genn.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ia5.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_info.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_int.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_lib.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ncons.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ocsp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pci.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcons.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pmaps.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_prn.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_purp.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_skey.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_utl.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aead.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aes.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_arm_arch.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1_mac.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1t.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base64.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bio.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blake2.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blowfish.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols_asm.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buf.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buffer.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bytestring.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cast.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_chacha.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cipher.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cmac.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_conf.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cpu.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_crypto.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ctrdrbg.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_curve25519.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_des.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dh.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_digest.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dsa.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dtls1.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_e_os2.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec_key.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdh.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdsa.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_engine.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_err.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp_errors.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ex_data.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hkdf.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hmac.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hpke.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hrss.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_is_boringssl.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_kdf.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_lhash.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md4.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md5.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_mem.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_nid.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj_mac.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_objects.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslconf.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslv.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ossl_typ.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pem.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs12.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs7.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs8.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_poly1305.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pool.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rand.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rc4.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ripemd.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rsa.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_safestack.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_service_indicator.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_sha.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_siphash.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_span.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_srtp.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl3.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_stack.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_thread.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_tls1.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_trust_token.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_type_check.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509_vfy.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509v3.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/boringssl_prefix_symbols_nasm.inc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/bio_ssl.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_both.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_lib.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_pkt.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_srtp.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_method.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_record.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/encrypted_client_hello.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/extensions.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handoff.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_client.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_server.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/internal.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_both.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_lib.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_pkt.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_aead_ctx.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_asn1.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_buffer.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cert.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cipher.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_file.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_lib.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_privkey.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_session.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_stat.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_transcript.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_versions.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_32.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_64.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_32.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_64.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include/CNIOBoringSSLShims.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/shims.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ByteBufferBIO.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/CustomPrivateKey.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/IdentityVerification.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/LinuxCABundle.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLClientHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLServerHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ObjectIdentifier.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/PosixPort.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCallbacks.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificateExtensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLConnection.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLErrors.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLInit.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPKCS12Bundle.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPrivateKey.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPublicKey.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SecurityFrameworkCertificateVerification.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/String+unsafeUninitializedCapacity.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SubjectAlternativeName.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/NIOSSLSecureBytes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/RNG.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/SafeCompare.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/Zeroization.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/TLSConfiguration.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/UniversalBootstrapSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOFilterEmptyWritesHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSBootstraps.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSChannelOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionBootstrap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSErrors.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoop.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoopGroup.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerBootstrap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/StateManagedChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/TCPOptions+SocketChannelOption.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyUnpackError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDelimited.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingSizeVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/CustomJSONCodable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Data+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Decoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/DoubleParser.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Enum.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensibleMessage.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFieldValueSet.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFields.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionMap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTag.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTypes.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Duration+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Struct+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Value+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Wrappers+Extensions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/HashVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Internal.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONMapEncodingVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONScanner.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MathUtils.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+AnyAdditions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONAdditions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONArrayAdditions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+TextFormatAdditions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MessageExtension.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/NameMap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtoNameProviding.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufAPIVersionCheck.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufMap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SelectiveVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/StringUtils.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncoder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatScanner.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TimeUtils.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnknownStorage.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeBufferPointer+Shims.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeRawPointer+Shims.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Varint.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Version.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Visitor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/WireFormat.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ZigZag.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/any.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/api.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/descriptor.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/duration.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/empty.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/field_mask.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/source_context.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/struct.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/timestamp.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/type.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/wrappers.pb.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/empty.c -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include/CGRPCZlib.h -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Array+BoundsCheck.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStream.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStream.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerCallContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncUnaryCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCSendable.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/NIOAsyncWrappers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/BidirectionalStreamingServerHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ClientStreamingServerHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerHandlerProtocol.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerStreamingServerHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/UnaryServerHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallOptions.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/BidirectionalStreamingCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/Call.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/CallDetails.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientStreamingCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/LazyEventLoopPromise.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponseContainers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponsePartContainer.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ServerStreamingCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/UnaryCall.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnection.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnectionConfiguration+NIOSSL.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientErrorDelegate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CoalescingLengthPrefixedMessageWriter.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/CompressionAlgorithm.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/DecompressionLimit.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/MessageEncoding.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/Zlib.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionBackoff.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionKeepalive.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager+Delegates.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManagerChannelProvider.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionManagerID.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+PerConnectionState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+Waiter.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/GRPCChannelPool.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManager.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine+PerPoolState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PooledChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/StreamLender.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectivityState.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DebugOnly.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DelegatingErrorHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Error+NIOSSL.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/EventLoopFuture+RecoverFromUncleanShutdown.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/FakeChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NIOSSL.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NWTLS.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannel.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannelBuilder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClient.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientChannelHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCContentType.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCError.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCHeaderName.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandlerStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCKeepaliveHandlers.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCLogger.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCPayload.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerRequestRoutingHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServiceDescription.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatus.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusAndMetadata.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusMessageMarshaller.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTLSConfiguration.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTimeout.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCWebToHTTP2ServerCodec.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCServerCodec.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCStateMachine.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorPipeline.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorProtocol.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptors.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransportFactory.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/MessageParts.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorPipeline.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptors.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/InterceptorContextList.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LengthPrefixedMessageReader.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Logger.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LoggingServerErrorDelegate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/MessageEncodingHeaderValidator.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/PlatformSupport.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ReadWriteStates.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Ref.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Serialization.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server+NIOSSL.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder+NIOSSL.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/ServerCallContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/StreamingResponseCallContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/UnaryResponseCallContext.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerChannelErrorHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorDelegate.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorProcessor.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Stopwatch.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/StreamEvent.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVerificationHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVersion.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TimeLimit.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/UserInfo.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Version.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WebCORSHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WriteCapturingHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_EmbeddedThroughput.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_FakeResponseStream.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_GRPCClientCodecHandler.swift -$(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_MessageContext.swift +$(BAZEL_EXTERNAL)/rules_apple~3.1.1/apple/testing/DefaultTestBundle.plist +$(BAZEL_EXTERNAL)/rules_apple~3.1.1/tools/codesigningtool/disable_signing_resource_rules.plist +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicInteger.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicMemoryOrderings.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptional.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicRawRepresentable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicStrongReference.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicValue.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/DoubleWord.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/Unmanaged extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicBool.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/IntegerConformances.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/PointerConformances.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.native.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.shims.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include/_AtomicsShims.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/src/_AtomicsShims.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Compatibility.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Codable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Collection.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomDebugStringConvertible.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomReflectable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomStringConvertible.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Equatable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Extras.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Hashable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Testing.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._Storage.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._UnsafeHandle.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/UnsafeMutableBufferPointer+Utilities.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBufferHeader.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeSlot.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Locks.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/LogHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Logging.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include/CNIOAtomics.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-atomics.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-nioatomics.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/cpp_magic.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include/CNIODarwin.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/shim.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_api.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_http.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_llhttp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/CNIOLLHTTP.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/c_nio_llhttp.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/CNIOLinux.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/liburing_nio.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/liburing_shims.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/shim.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/WSAStartup.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include/CNIOWindows.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/shim.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIO/Exports.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOAtomic.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLock.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLockedValueBox.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/atomics.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/lock.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AddressedEnvelope.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducerStrategies.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncWriter.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOThrowingAsyncSequenceProducer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/BSDSocketAPI.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-aux.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-conversions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-core.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-int.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-lengthPrefix.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-multi-int.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-views.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Channel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandlers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelInvoker.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelOption.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelPipeline.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/CircularBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Codec.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ConvenienceOptionSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DeadChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DispatchQueue+WithFuture.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop+Deprecated.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+Deprecated.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+WithEventLoop.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileDescriptor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileHandle.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileRegion.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IO.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IOData.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerBitPacking.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerTypes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Interfaces.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Linux.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MarkedCircularBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MulticastChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOAny.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOCloseOnErrorHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOSendable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/PointerHelpers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/RecvByteBufferAllocator.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SingleStepByteToMessageDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketAddresses.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketOptionProvider.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SystemCallHelpers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/TypeAssistedChannelHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/UniversalBootstrapSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Utilities.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/Embedded.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/Codable+ByteBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/JSONSerialization+ByteBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/ByteCollectionUtils.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPEncoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaderValidator.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaders+Validation.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPTypes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPClientUpgradeHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPObjectAggregator.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPICommon.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIPosix.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIWindows.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocket.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseStreamSocketChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Bootstrap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ControlMessage.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/DatagramVectorReadManager.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/FileDescriptor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/GetaddrinfoResolver.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/HappyEyeballs.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IO.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerBitPacking.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerTypes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Linux.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxCPUSet.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxUring.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NIOThreadPool.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NonBlockingFileIO.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingDatagramWritesManager.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingWritesManager.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipeChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipePair.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PointerHelpers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Resolver.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Selectable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableEventLoop.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorEpoll.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorGeneric.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorKqueue.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorUring.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ServerSocket.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Socket.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketProtocols.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/System.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Thread.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadPosix.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadWindows.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Utilities.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/ApplicationProtocolNegotiationHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/SNIHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/TLSEvents.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/Heap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/PriorityQueue.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugInboundEventsHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugOutboundEventsHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/FixedLengthFrameDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming+ContentLengthHeader.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldPrepender.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LineBasedFrameDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/NIOExtrasError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/QuiescingHelper.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/RequestResponseHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/WritePCAPHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/DynamicHeaderTable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKEncoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKErrors.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKHeader.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HeaderTables.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanCoding.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanTables.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IndexedHeaderTable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IntegerCoding.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/StaticHeaderTable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStreamsState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingDataState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HTTP2SettingsState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasFlowControlWindows.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasLocalSettings.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasRemoteSettings.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/LocallyQuiescingState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/QuiescingState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/RemotelyQuiescingState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/SendAndReceiveGoawayState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/StateMachineResult.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ContentLengthVerifier.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/DOSHeuristics.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ConcurrentStreamBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ControlFrameBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFlowControlBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFrameBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HPACKHeaders+Validation.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InboundStreamMultiplexer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InlineStreamMultiplexer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ConnectionStateChange.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Error.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ErrorCode.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FlowControlWindow.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Frame.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameEncoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameParser.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PingData.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PipelineHelpers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Settings.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Stream.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel+OutboundStreamMultiplexer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamDelegate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamID.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2UserEvents.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundEventBuffer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundWindowManager.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/MultiplexerAbstractChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelFlowController.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelList.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamMap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/WatermarkedFlowController.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bool.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_d2i_fp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_dup.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_gentm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_i2d_fp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_int.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_mbstr.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_object.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_octet.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_print.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strex.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_time.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_type.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_utctm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_par.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn_pack.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_int.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_string.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/posix_time.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_dec.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_enc.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_fre.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_new.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_typ.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_utl.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/base64/base64.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio_mem.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/connect.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/fd.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/file.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/hexdump.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/pair.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/printf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket_helper.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/blake2/blake2.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/bn_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/convert.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/buf/buf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/asn1_compat.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/ber.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbb.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbs.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/unicode.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/cipher_extra.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/derive_key.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesctrhmac.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesgcmsiv.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_chacha20poly1305.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_des.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_null.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc2.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc4.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_tls.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/tls_cbc.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf_def.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_apple.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_freebsd.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_fuchsia.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_linux.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_win.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_freebsd.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_intel.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_ppc64le.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/crypto.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/asm/x25519-asm-arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519_tables.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/spake25519.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/des.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/dh_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/params.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/digest_extra/digest_extra.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_derive.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/hash_to_curve.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdh_extra/ecdh_extra.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdsa_extra/ecdsa_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/engine/engine.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err_data.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_dsa_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_hkdf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/pbkdf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/print.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/scrypt.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/sign.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ex_data.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes_nohw.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/key_wrap.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/mode_wrappers.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn-586.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/add.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/asm/x86_64-gcc.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bn.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bytes.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/cmp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/ctx.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div_extra.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/exponentiation.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd_extra.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/generic.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/jacobi.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/mul.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/prime.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/random.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/shift.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/sqrt.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/aead.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/cipher.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aes.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aesccm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cmac/cmac.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/co-586.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/delocate.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/check.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/dh.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digest.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digests.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/md32_common.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digestsign/digestsign.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_key.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_montgomery.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/felem.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/oct.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p224-64.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz-table.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256_table.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/scalar.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple_mul.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/util.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/wnaf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdh/ecdh.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/ecdsa.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/fips_shared_support.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/hmac/hmac.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md4/md4.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-586.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/md5.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cbc.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cfb.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ctr.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm_nohw.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ofb.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/polyval.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/ctrdrbg.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/getrandom_fillin.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/rand.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/urandom.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/blinding.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/padding.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa_impl.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/fips.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/self_check.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/service_indicator.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1-altivec.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha256.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha512.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-586.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-586.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-586.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/kdf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.ios.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.linux.arm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.ios.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.linux.aarch64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86-mont.linux.x86.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.linux.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.mac.x86_64.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hkdf/hkdf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hpke/hpke.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/asm/poly_rq_mul.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/hrss.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/lhash.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/mem.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_dat.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_xref.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_all.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_info.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_lib.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_oth.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pk8.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pkey.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_x509.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_xaux.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7_x509.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/p5_pbev2.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8_x509.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm_asm.S +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_vec.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/pool.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/deterministic.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/forkunsafe.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/fuchsia.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/passive.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/rand_extra.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/windows.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rc4/rc4.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_c11.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_lock.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_asn1.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_print.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/siphash/siphash.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/stack/stack.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_none.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_pthread.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_win.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/pmbtoken.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/trust_token.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/voprf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_digest.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_sign.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_verify.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/algorithm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_dir.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_file.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/i2d_pr.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/name_print.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/rsa_pss.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_crl.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_req.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509a.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_att.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_cmp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_d2.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_def.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_ext.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_lu.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_obj.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_req.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_set.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_trs.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_txt.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vpm.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509cset.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509name.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509rset.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509spki.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_algor.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_all.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_attrib.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_crl.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_exten.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_info.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_name.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pkey.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pubkey.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_req.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_sig.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_spki.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_val.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509a.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/ext_dat.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_cache.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_data.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_map.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_node.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_tree.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akey.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akeya.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_alt.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bcons.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bitst.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_conf.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_cpols.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_crld.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_enum.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_extku.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_genn.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ia5.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_info.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_int.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_lib.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ncons.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ocsp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pci.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcons.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pmaps.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_prn.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_purp.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_skey.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_utl.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aead.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aes.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_arm_arch.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1_mac.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1t.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base64.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bio.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blake2.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blowfish.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols_asm.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buf.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buffer.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bytestring.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cast.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_chacha.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cipher.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cmac.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_conf.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cpu.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_crypto.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ctrdrbg.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_curve25519.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_des.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dh.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_digest.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dsa.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dtls1.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_e_os2.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec_key.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdh.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdsa.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_engine.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_err.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp_errors.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ex_data.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hkdf.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hmac.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hpke.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hrss.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_is_boringssl.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_kdf.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_lhash.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md4.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md5.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_mem.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_nid.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj_mac.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_objects.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslconf.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslv.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ossl_typ.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pem.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs12.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs7.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs8.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_poly1305.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pool.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rand.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rc4.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ripemd.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rsa.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_safestack.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_service_indicator.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_sha.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_siphash.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_span.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_srtp.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl3.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_stack.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_thread.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_tls1.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_trust_token.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_type_check.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509_vfy.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509v3.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/boringssl_prefix_symbols_nasm.inc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/bio_ssl.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_both.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_lib.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_pkt.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_srtp.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_method.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_record.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/encrypted_client_hello.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/extensions.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handoff.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_client.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_server.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/internal.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_both.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_lib.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_pkt.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_aead_ctx.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_asn1.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_buffer.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cert.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cipher.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_file.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_lib.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_privkey.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_session.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_stat.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_transcript.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_versions.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_32.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_64.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_32.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_64.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include/CNIOBoringSSLShims.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/shims.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ByteBufferBIO.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/CustomPrivateKey.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/IdentityVerification.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/LinuxCABundle.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLClientHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLServerHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ObjectIdentifier.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/PosixPort.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCallbacks.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificateExtensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLConnection.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLErrors.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLInit.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPKCS12Bundle.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPrivateKey.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPublicKey.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SecurityFrameworkCertificateVerification.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/String+unsafeUninitializedCapacity.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SubjectAlternativeName.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/NIOSSLSecureBytes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/RNG.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/SafeCompare.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/Zeroization.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/TLSConfiguration.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/UniversalBootstrapSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOFilterEmptyWritesHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSBootstraps.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSChannelOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionBootstrap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSErrors.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoop.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoopGroup.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerBootstrap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/StateManagedChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/TCPOptions+SocketChannelOption.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyUnpackError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDelimited.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingSizeVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/CustomJSONCodable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Data+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Decoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/DoubleParser.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Enum.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensibleMessage.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFieldValueSet.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFields.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionMap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTag.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTypes.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Duration+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Struct+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Value+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Wrappers+Extensions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/HashVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Internal.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONMapEncodingVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONScanner.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MathUtils.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+AnyAdditions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONAdditions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONArrayAdditions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+TextFormatAdditions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MessageExtension.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/NameMap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtoNameProviding.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufAPIVersionCheck.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufMap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SelectiveVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/StringUtils.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncoder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatScanner.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TimeUtils.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnknownStorage.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeBufferPointer+Shims.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeRawPointer+Shims.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Varint.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Version.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Visitor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/WireFormat.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ZigZag.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/any.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/api.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/descriptor.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/duration.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/empty.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/field_mask.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/source_context.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/struct.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/timestamp.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/type.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/wrappers.pb.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/empty.c +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include/CGRPCZlib.h +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Array+BoundsCheck.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStream.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStream.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerCallContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncUnaryCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCSendable.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/NIOAsyncWrappers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/BidirectionalStreamingServerHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ClientStreamingServerHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerHandlerProtocol.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerStreamingServerHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/UnaryServerHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallOptions.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/BidirectionalStreamingCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/Call.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/CallDetails.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientStreamingCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/LazyEventLoopPromise.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponseContainers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponsePartContainer.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ServerStreamingCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/UnaryCall.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnection.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnectionConfiguration+NIOSSL.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientErrorDelegate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CoalescingLengthPrefixedMessageWriter.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/CompressionAlgorithm.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/DecompressionLimit.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/MessageEncoding.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/Zlib.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionBackoff.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionKeepalive.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager+Delegates.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManagerChannelProvider.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionManagerID.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+PerConnectionState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+Waiter.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/GRPCChannelPool.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManager.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine+PerPoolState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PooledChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/StreamLender.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectivityState.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DebugOnly.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DelegatingErrorHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Error+NIOSSL.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/EventLoopFuture+RecoverFromUncleanShutdown.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/FakeChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NIOSSL.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NWTLS.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannel.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannelBuilder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClient.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientChannelHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCContentType.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCError.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCHeaderName.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandlerStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCKeepaliveHandlers.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCLogger.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCPayload.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerRequestRoutingHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServiceDescription.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatus.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusAndMetadata.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusMessageMarshaller.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTLSConfiguration.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTimeout.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCWebToHTTP2ServerCodec.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCServerCodec.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCStateMachine.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorPipeline.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorProtocol.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptors.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransportFactory.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/MessageParts.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorPipeline.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptors.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/InterceptorContextList.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LengthPrefixedMessageReader.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Logger.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LoggingServerErrorDelegate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/MessageEncodingHeaderValidator.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/PlatformSupport.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ReadWriteStates.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Ref.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Serialization.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server+NIOSSL.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder+NIOSSL.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/ServerCallContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/StreamingResponseCallContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/UnaryResponseCallContext.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerChannelErrorHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorDelegate.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorProcessor.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Stopwatch.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/StreamEvent.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVerificationHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVersion.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TimeLimit.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/UserInfo.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Version.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WebCORSHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WriteCapturingHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_EmbeddedThroughput.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_FakeResponseStream.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_GRPCClientCodecHandler.swift +$(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_MessageContext.swift diff --git a/examples/integration/test/fixtures/bwx.xcodeproj/rules_xcodeproj/generated.xcfilelist b/examples/integration/test/fixtures/bwx.xcodeproj/rules_xcodeproj/generated.xcfilelist index d901e13704..494f5f152a 100644 --- a/examples/integration/test/fixtures/bwx.xcodeproj/rules_xcodeproj/generated.xcfilelist +++ b/examples/integration/test/fixtures/bwx.xcodeproj/rules_xcodeproj/generated.xcfilelist @@ -287,35 +287,35 @@ $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto/person_proto.protoc_gen_pb_swift/ $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto/proto.merged_infoplist-intermediates/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto/rules_xcodeproj/proto/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto/tool.library.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/echo_client.library.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/echo_client.merged_infoplist-intermediates/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/echo_client_services_swift.rules_xcodeproj.swift.compile.params @@ -329,35 +329,35 @@ $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto/person_proto.protoc_gen_pb_swift/ $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto/proto.merged_infoplist-intermediates/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto/rules_xcodeproj/proto/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/Proto/tool.library.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-23/bin/CommandLine/CommandLineTool/CommandLineTool.merged_infoplist-intermediates/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-23/bin/CommandLine/CommandLineTool/CommandLineTool.merged_launchdplists-intermediates/Launchd.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-23/bin/CommandLine/CommandLineTool/rules_xcodeproj/CommandLineTool/Info.plist diff --git a/examples/integration/test/fixtures/bwx_project_spec.json b/examples/integration/test/fixtures/bwx_project_spec.json index a4405498fa..5f95eabdfc 100644 --- a/examples/integration/test/fixtures/bwx_project_spec.json +++ b/examples/integration/test/fixtures/bwx_project_spec.json @@ -397,20 +397,20 @@ "external/examples_command_line_external/ImportableLibrary/Library.h", "external/examples_command_line_external/ImportableLibrary/libImportableLibrary.a", "external/examples_ios_app_external~override/Info.plist", - "external/rules_apple~3.0.0/apple/testing/DefaultTestBundle.plist", - "external/rules_apple~3.0.0/tools/codesigningtool/disable_signing_resource_rules.plist", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include/_AtomicsShims.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include/CNIOAtomics.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/cpp_magic.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include/CNIODarwin.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/CNIOLLHTTP.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/c_nio_llhttp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/CNIOLinux.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/liburing_nio.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include/CNIOWindows.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/boringssl_prefix_symbols_nasm.inc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include/CNIOBoringSSLShims.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include/CGRPCZlib.h", + "external/rules_apple~3.1.1/apple/testing/DefaultTestBundle.plist", + "external/rules_apple~3.1.1/tools/codesigningtool/disable_signing_resource_rules.plist", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include/_AtomicsShims.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include/CNIOAtomics.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/cpp_magic.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include/CNIODarwin.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/CNIOLLHTTP.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include/c_nio_llhttp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/CNIOLinux.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include/liburing_nio.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include/CNIOWindows.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/boringssl_prefix_symbols_nasm.inc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include/CNIOBoringSSLShims.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include/CGRPCZlib.h", "iMessageApp/BUILD", "iMessageApp/Info.extension.plist", "iMessageApp/Info.plist", diff --git a/examples/integration/test/fixtures/bwx_targets_spec.json b/examples/integration/test/fixtures/bwx_targets_spec.json index 957ff6780c..74f40e9671 100644 --- a/examples/integration/test/fixtures/bwx_targets_spec.json +++ b/examples/integration/test/fixtures/bwx_targets_spec.json @@ -1384,7 +1384,7 @@ "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/rules_xcodeproj/iOSApp/Info.plist", "OTHER_CODE_SIGN_FLAGS": [ "--digest-algorithm=sha1", - "--resource-rules=external/rules_apple~3.0.0/tools/codesigningtool/disable_signing_resource_rules.plist" + "--resource-rules=external/rules_apple~3.1.1/tools/codesigningtool/disable_signing_resource_rules.plist" ], "OTHER_SWIFT_FLAGS": "-F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_google_google_maps -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator/GoogleMaps.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PREVIEWS_SWIFT_INCLUDE__": "", @@ -2970,7 +2970,7 @@ "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/Proto/rules_xcodeproj/proto/Info.plist", "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "Proto_tool_library", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/Proto" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/Proto" }, "c": "CONFIGURATION-STABLE-21", "d": [ @@ -2998,15 +2998,15 @@ "t": "com.apple.product-type.tool" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -3014,21 +3014,21 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/empty.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/empty.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib", "n": "CGRPCZlib", "p": { "n": "CGRPCZlib", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/libCGRPCZlib.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/libCGRPCZlib.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", "2": { "a": "x86_64", "m": "11.0", @@ -3042,34 +3042,34 @@ "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Locks.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/LogHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Logging.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Locks.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/LogHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Logging.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging", "n": "Logging", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.swiftmodule" } }, "p": { "m": "Logging", "n": "Logging", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/libLogging.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/libLogging.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -3077,27 +3077,27 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/liburing_shims.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/shim.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/liburing_shims.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/shim.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux", "n": "CNIOLinux", "p": { "n": "CNIOLinux", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOLinux.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOLinux.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -3105,27 +3105,27 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/WSAStartup.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/shim.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/WSAStartup.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/shim.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows", "n": "CNIOWindows", "p": { "n": "CNIOWindows", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOWindows.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOWindows.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -3133,22 +3133,22 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-atomics.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-nioatomics.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-atomics.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-nioatomics.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics", "n": "CNIOAtomics", "p": { "n": "CNIOAtomics", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOAtomics.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOAtomics.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -3156,46 +3156,46 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOConcurrencyHelpers" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-21" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-21" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOAtomic.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLock.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLockedValueBox.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/atomics.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/lock.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOAtomic.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLock.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLockedValueBox.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/atomics.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/lock.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers", "m": true, "n": "NIOConcurrencyHelpers", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.swiftmodule" } }, "p": { "m": "NIOConcurrencyHelpers", "n": "NIOConcurrencyHelpers", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOConcurrencyHelpers.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOConcurrencyHelpers.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -3203,21 +3203,21 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/src/_AtomicsShims.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/src/_AtomicsShims.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims", "n": "_AtomicsShims", "p": { "n": "_AtomicsShims", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/lib_AtomicsShims.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/lib_AtomicsShims.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", "2": { "a": "x86_64", "m": "11.0", @@ -3225,52 +3225,52 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "Atomics" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-21" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-21" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicInteger.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicMemoryOrderings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptional.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicRawRepresentable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicStrongReference.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicValue.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/DoubleWord.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/Unmanaged extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicBool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/IntegerConformances.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/PointerConformances.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.native.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.shims.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicInteger.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicMemoryOrderings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptional.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicRawRepresentable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicStrongReference.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicValue.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/DoubleWord.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/Unmanaged extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicBool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/IntegerConformances.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/PointerConformances.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.native.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.shims.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics", "m": true, "n": "Atomics", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.swiftmodule" } }, "p": { "m": "Atomics", "n": "Atomics", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/libAtomics.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/libAtomics.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", "2": { "a": "x86_64", "m": "11.0", @@ -3284,45 +3284,45 @@ "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Compatibility.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Codable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Collection.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomDebugStringConvertible.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomReflectable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomStringConvertible.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Equatable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Extras.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Hashable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Testing.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._Storage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._UnsafeHandle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/UnsafeMutableBufferPointer+Utilities.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBufferHeader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeSlot.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Compatibility.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Codable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Collection.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomDebugStringConvertible.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomReflectable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomStringConvertible.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Equatable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Extras.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Hashable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Testing.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._Storage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._UnsafeHandle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/UnsafeMutableBufferPointer+Utilities.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBufferHeader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeSlot.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule", "n": "DequeModule", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.swiftmodule" } }, "p": { "m": "DequeModule", "n": "DequeModule", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/libDequeModule.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/libDequeModule.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -3330,95 +3330,95 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOCore", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-21" - ], - "i": { - "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AddressedEnvelope.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducerStrategies.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOThrowingAsyncSequenceProducer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/BSDSocketAPI.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-aux.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-conversions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-core.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-int.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-lengthPrefix.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-multi-int.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-views.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Channel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandlers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelInvoker.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelOption.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelPipeline.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/CircularBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Codec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ConvenienceOptionSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DeadChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DispatchQueue+WithFuture.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop+Deprecated.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+Deprecated.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+WithEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileDescriptor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileHandle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileRegion.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IOData.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerBitPacking.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Interfaces.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Linux.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MarkedCircularBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MulticastChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOAny.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOCloseOnErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOSendable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/PointerHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/RecvByteBufferAllocator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SingleStepByteToMessageDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketAddresses.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketOptionProvider.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SystemCallHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/TypeAssistedChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/UniversalBootstrapSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Utilities.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-21" + ], + "i": { + "s": [ + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AddressedEnvelope.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducerStrategies.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOThrowingAsyncSequenceProducer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/BSDSocketAPI.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-aux.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-conversions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-core.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-int.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-lengthPrefix.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-multi-int.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-views.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Channel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandlers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelInvoker.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelOption.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelPipeline.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/CircularBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Codec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ConvenienceOptionSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DeadChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DispatchQueue+WithFuture.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop+Deprecated.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+Deprecated.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+WithEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileDescriptor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileHandle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileRegion.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IOData.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerBitPacking.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Interfaces.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Linux.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MarkedCircularBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MulticastChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOAny.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOCloseOnErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOSendable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/PointerHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/RecvByteBufferAllocator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SingleStepByteToMessageDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketAddresses.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketOptionProvider.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SystemCallHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/TypeAssistedChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/UniversalBootstrapSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Utilities.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore", "m": true, "n": "NIOCore", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.swiftmodule" } }, "p": { "m": "NIOCore", "n": "NIOCore", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOCore.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOCore.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -3432,28 +3432,28 @@ "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/Heap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/PriorityQueue.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/Heap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/PriorityQueue.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures", "n": "_NIODataStructures", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.swiftmodule" } }, "p": { "m": "_NIODataStructures", "n": "_NIODataStructures", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/lib_NIODataStructures.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/lib_NIODataStructures.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -3461,48 +3461,48 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOEmbedded", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/Embedded.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/Embedded.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded", "m": true, "n": "NIOEmbedded", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.swiftmodule" } }, "p": { "m": "NIOEmbedded", "n": "NIOEmbedded", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOEmbedded.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOEmbedded.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -3510,21 +3510,21 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/shim.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/shim.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin", "n": "CNIODarwin", "p": { "n": "CNIODarwin", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIODarwin.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIODarwin.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -3532,87 +3532,87 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOPosix", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21" - ], - "i": { - "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPICommon.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIPosix.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIWindows.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocket.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseStreamSocketChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Bootstrap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ControlMessage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/DatagramVectorReadManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/FileDescriptor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/GetaddrinfoResolver.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/HappyEyeballs.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerBitPacking.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Linux.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxCPUSet.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxUring.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NIOThreadPool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NonBlockingFileIO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingDatagramWritesManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingWritesManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipeChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipePair.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PointerHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Resolver.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Selectable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorEpoll.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorGeneric.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorKqueue.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorUring.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ServerSocket.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Socket.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketProtocols.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/System.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Thread.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadPosix.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadWindows.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Utilities.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21" + ], + "i": { + "s": [ + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPICommon.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIPosix.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIWindows.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocket.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseStreamSocketChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Bootstrap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ControlMessage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/DatagramVectorReadManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/FileDescriptor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/GetaddrinfoResolver.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/HappyEyeballs.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerBitPacking.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Linux.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxCPUSet.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxUring.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NIOThreadPool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NonBlockingFileIO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingDatagramWritesManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingWritesManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipeChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipePair.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PointerHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Resolver.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Selectable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorEpoll.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorGeneric.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorKqueue.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorUring.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ServerSocket.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Socket.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketProtocols.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/System.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Thread.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadPosix.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadWindows.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Utilities.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix", "m": true, "n": "NIOPosix", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.swiftmodule" } }, "p": { "m": "NIOPosix", "n": "NIOPosix", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOPosix.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOPosix.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -3620,40 +3620,40 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIO", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-21" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-21" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIO/Exports.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIO/Exports.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO", "m": true, "n": "NIO", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.swiftmodule" } }, "p": { "m": "NIO", "n": "NIO", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIO.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIO.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -3661,46 +3661,46 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOFoundationCompat", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/Codable+ByteBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/JSONSerialization+ByteBuffer.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/Codable+ByteBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/JSONSerialization+ByteBuffer.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat", "m": true, "n": "NIOFoundationCompat", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.swiftmodule" } }, "p": { "m": "NIOFoundationCompat", "n": "NIOFoundationCompat", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOFoundationCompat.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOFoundationCompat.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -3708,23 +3708,23 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_api.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_http.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_llhttp.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_api.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_http.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_llhttp.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP", "n": "CNIOLLHTTP", "p": { "n": "CNIOLLHTTP", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOLLHTTP.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOLLHTTP.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -3732,52 +3732,52 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOHTTP1", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/ByteCollectionUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaderValidator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaders+Validation.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPClientUpgradeHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPObjectAggregator.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/ByteCollectionUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaderValidator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaders+Validation.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPClientUpgradeHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPObjectAggregator.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1", "m": true, "n": "NIOHTTP1", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.swiftmodule" } }, "p": { "m": "NIOHTTP1", "n": "NIOHTTP1", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOHTTP1.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOHTTP1.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -3785,42 +3785,42 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOTLS", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-21" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-21" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/ApplicationProtocolNegotiationHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/SNIHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/TLSEvents.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/ApplicationProtocolNegotiationHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/SNIHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/TLSEvents.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS", "m": true, "n": "NIOTLS", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.swiftmodule" } }, "p": { "m": "NIOTLS", "n": "NIOTLS", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOTLS.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOTLS.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", "2": { "a": "x86_64", "m": "11.0", @@ -3828,51 +3828,51 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOExtras", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugInboundEventsHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugOutboundEventsHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/FixedLengthFrameDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming+ContentLengthHeader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldPrepender.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LineBasedFrameDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/NIOExtrasError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/QuiescingHelper.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/RequestResponseHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/WritePCAPHandler.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugInboundEventsHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugOutboundEventsHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/FixedLengthFrameDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming+ContentLengthHeader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldPrepender.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LineBasedFrameDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/NIOExtrasError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/QuiescingHelper.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/RequestResponseHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/WritePCAPHandler.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras", "m": true, "n": "NIOExtras", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.swiftmodule" } }, "p": { "m": "NIOExtras", "n": "NIOExtras", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/libNIOExtras.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/libNIOExtras.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", "2": { "a": "x86_64", "m": "11.0", @@ -3880,51 +3880,51 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOHPACK", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/DynamicHeaderTable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKErrors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKHeader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HeaderTables.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanCoding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanTables.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IndexedHeaderTable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IntegerCoding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/StaticHeaderTable.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/DynamicHeaderTable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKErrors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKHeader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HeaderTables.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanCoding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanTables.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IndexedHeaderTable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IntegerCoding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/StaticHeaderTable.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK", "m": true, "n": "NIOHPACK", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.swiftmodule" } }, "p": { "m": "NIOHPACK", "n": "NIOHPACK", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHPACK.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHPACK.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", "2": { "a": "x86_64", "m": "11.0", @@ -3932,111 +3932,111 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOHTTP2", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21" - ], - "i": { - "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStreamsState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingDataState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HTTP2SettingsState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasFlowControlWindows.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasLocalSettings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasRemoteSettings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/LocallyQuiescingState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/QuiescingState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/RemotelyQuiescingState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/SendAndReceiveGoawayState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/StateMachineResult.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ContentLengthVerifier.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/DOSHeuristics.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ConcurrentStreamBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ControlFrameBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFlowControlBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFrameBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HPACKHeaders+Validation.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InboundStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InlineStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ConnectionStateChange.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Error.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ErrorCode.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FlowControlWindow.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Frame.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameParser.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PingData.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PipelineHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Settings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Stream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel+OutboundStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamID.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2UserEvents.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundEventBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundWindowManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/MultiplexerAbstractChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelFlowController.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelList.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/WatermarkedFlowController.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21" + ], + "i": { + "s": [ + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStreamsState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingDataState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HTTP2SettingsState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasFlowControlWindows.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasLocalSettings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasRemoteSettings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/LocallyQuiescingState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/QuiescingState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/RemotelyQuiescingState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/SendAndReceiveGoawayState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/StateMachineResult.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ContentLengthVerifier.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/DOSHeuristics.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ConcurrentStreamBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ControlFrameBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFlowControlBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFrameBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HPACKHeaders+Validation.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InboundStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InlineStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ConnectionStateChange.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Error.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ErrorCode.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FlowControlWindow.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Frame.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameParser.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PingData.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PipelineHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Settings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Stream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel+OutboundStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamID.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2UserEvents.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundEventBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundWindowManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/MultiplexerAbstractChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelFlowController.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelList.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/WatermarkedFlowController.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2", "m": true, "n": "NIOHTTP2", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.swiftmodule" } }, "p": { "m": "NIOHTTP2", "n": "NIOHTTP2", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHTTP2.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHTTP2.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params", - "9": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params", + "9": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params", "F": true, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" @@ -4045,626 +4045,626 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bool.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_d2i_fp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_dup.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_gentm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_i2d_fp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_int.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_mbstr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_object.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_octet.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strex.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_time.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_type.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_utctm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_par.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn_pack.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_int.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_string.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/posix_time.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_dec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_enc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_fre.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_new.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_typ.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_utl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/base64/base64.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio_mem.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/connect.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/fd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/file.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/hexdump.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/pair.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/printf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket_helper.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/blake2/blake2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/bn_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/convert.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/buf/buf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/asn1_compat.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/ber.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbb.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbs.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/unicode.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/cipher_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/derive_key.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesctrhmac.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesgcmsiv.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_chacha20poly1305.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_des.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_null.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc4.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_tls.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/tls_cbc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf_def.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_apple.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_freebsd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_fuchsia.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_linux.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_win.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_freebsd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_intel.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_ppc64le.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/crypto.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/asm/x25519-asm-arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519_tables.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/spake25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/des.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/dh_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/params.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/digest_extra/digest_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_derive.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/hash_to_curve.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdh_extra/ecdh_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdsa_extra/ecdsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/engine/engine.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err_data.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_dsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_hkdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/pbkdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/scrypt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/sign.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ex_data.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes_nohw.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/key_wrap.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/mode_wrappers.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/add.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/asm/x86_64-gcc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bn.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bytes.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/cmp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/ctx.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/exponentiation.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/generic.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/jacobi.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/mul.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/prime.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/random.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/shift.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/sqrt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/aead.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/cipher.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aes.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aesccm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cmac/cmac.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/co-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/delocate.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/check.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/dh.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digest.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digests.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/md32_common.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digestsign/digestsign.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_key.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_montgomery.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/felem.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/oct.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p224-64.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz-table.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256_table.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/scalar.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple_mul.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/util.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/wnaf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdh/ecdh.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/ecdsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/fips_shared_support.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/hmac/hmac.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md4/md4.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/md5.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cbc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cfb.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ctr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm_nohw.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ofb.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/polyval.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/ctrdrbg.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/getrandom_fillin.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/rand.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/urandom.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/blinding.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/padding.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa_impl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/fips.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/self_check.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/service_indicator.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1-altivec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha256.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha512.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/kdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86-mont.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hkdf/hkdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hpke/hpke.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/asm/poly_rq_mul.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/hrss.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/lhash.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/mem.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_dat.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_xref.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_all.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_info.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_lib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_oth.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pk8.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pkey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_xaux.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/p5_pbev2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm_asm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_vec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/pool.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/deterministic.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/forkunsafe.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/fuchsia.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/passive.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/rand_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/windows.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rc4/rc4.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_c11.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_lock.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/siphash/siphash.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/stack/stack.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_none.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_pthread.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_win.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/pmbtoken.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/trust_token.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/voprf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_digest.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_sign.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_verify.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/algorithm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_dir.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_file.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/i2d_pr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/name_print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/rsa_pss.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_crl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_req.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509a.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_att.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_cmp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_d2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_def.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_ext.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_lu.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_obj.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_req.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_set.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_trs.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_txt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vpm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509cset.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509name.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509rset.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509spki.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_algor.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_all.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_attrib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_crl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_exten.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_info.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_name.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pkey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pubkey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_req.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_sig.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_spki.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_val.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509a.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/ext_dat.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_cache.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_data.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_map.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_node.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_tree.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akeya.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_alt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bcons.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bitst.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_conf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_cpols.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_crld.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_enum.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_extku.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_genn.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ia5.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_info.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_int.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_lib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ncons.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ocsp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pci.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcons.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pmaps.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_prn.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_purp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_skey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_utl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aead.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aes.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_arm_arch.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1_mac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1t.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base64.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bio.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blake2.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blowfish.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols_asm.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buffer.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bytestring.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cast.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_chacha.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cipher.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cmac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_conf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cpu.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_crypto.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ctrdrbg.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_curve25519.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_des.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dh.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_digest.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dsa.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dtls1.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_e_os2.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec_key.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdh.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdsa.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_engine.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_err.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp_errors.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ex_data.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hkdf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hmac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hpke.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hrss.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_is_boringssl.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_kdf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_lhash.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md4.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md5.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_mem.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_nid.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj_mac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_objects.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslconf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslv.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ossl_typ.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pem.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs12.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs7.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs8.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_poly1305.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pool.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rand.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rc4.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ripemd.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rsa.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_safestack.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_service_indicator.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_sha.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_siphash.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_span.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_srtp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl3.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_stack.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_thread.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_tls1.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_trust_token.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_type_check.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509_vfy.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509v3.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/bio_ssl.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_both.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_lib.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_pkt.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_srtp.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_method.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_record.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/encrypted_client_hello.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/extensions.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handoff.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_client.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_server.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_both.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_lib.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_pkt.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_aead_ctx.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_asn1.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_buffer.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cert.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cipher.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_file.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_lib.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_privkey.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_session.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_stat.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_transcript.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_versions.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_32.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_64.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_32.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_64.h" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bool.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_d2i_fp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_dup.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_gentm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_i2d_fp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_int.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_mbstr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_object.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_octet.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strex.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_time.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_type.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_utctm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_par.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn_pack.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_int.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_string.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/posix_time.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_dec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_enc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_fre.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_new.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_typ.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_utl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/base64/base64.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio_mem.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/connect.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/fd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/file.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/hexdump.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/pair.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/printf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket_helper.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/blake2/blake2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/bn_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/convert.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/buf/buf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/asn1_compat.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/ber.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbb.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbs.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/unicode.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/cipher_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/derive_key.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesctrhmac.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesgcmsiv.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_chacha20poly1305.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_des.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_null.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc4.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_tls.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/tls_cbc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf_def.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_apple.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_freebsd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_fuchsia.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_linux.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_win.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_freebsd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_intel.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_ppc64le.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/crypto.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/asm/x25519-asm-arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519_tables.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/spake25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/des.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/dh_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/params.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/digest_extra/digest_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_derive.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/hash_to_curve.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdh_extra/ecdh_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdsa_extra/ecdsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/engine/engine.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err_data.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_dsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_hkdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/pbkdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/scrypt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/sign.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ex_data.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes_nohw.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/key_wrap.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/mode_wrappers.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/add.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/asm/x86_64-gcc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bn.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bytes.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/cmp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/ctx.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/exponentiation.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/generic.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/jacobi.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/mul.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/prime.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/random.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/shift.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/sqrt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/aead.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/cipher.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aes.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aesccm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cmac/cmac.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/co-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/delocate.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/check.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/dh.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digest.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digests.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/md32_common.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digestsign/digestsign.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_key.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_montgomery.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/felem.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/oct.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p224-64.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz-table.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256_table.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/scalar.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple_mul.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/util.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/wnaf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdh/ecdh.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/ecdsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/fips_shared_support.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/hmac/hmac.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md4/md4.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/md5.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cbc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cfb.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ctr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm_nohw.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ofb.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/polyval.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/ctrdrbg.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/getrandom_fillin.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/rand.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/urandom.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/blinding.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/padding.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa_impl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/fips.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/self_check.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/service_indicator.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1-altivec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha256.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha512.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/kdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86-mont.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hkdf/hkdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hpke/hpke.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/asm/poly_rq_mul.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/hrss.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/lhash.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/mem.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_dat.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_xref.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_all.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_info.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_lib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_oth.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pk8.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pkey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_xaux.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/p5_pbev2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm_asm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_vec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/pool.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/deterministic.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/forkunsafe.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/fuchsia.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/passive.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/rand_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/windows.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rc4/rc4.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_c11.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_lock.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/siphash/siphash.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/stack/stack.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_none.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_pthread.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_win.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/pmbtoken.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/trust_token.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/voprf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_digest.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_sign.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_verify.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/algorithm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_dir.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_file.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/i2d_pr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/name_print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/rsa_pss.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_crl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_req.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509a.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_att.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_cmp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_d2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_def.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_ext.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_lu.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_obj.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_req.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_set.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_trs.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_txt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vpm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509cset.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509name.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509rset.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509spki.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_algor.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_all.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_attrib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_crl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_exten.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_info.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_name.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pkey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pubkey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_req.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_sig.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_spki.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_val.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509a.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/ext_dat.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_cache.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_data.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_map.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_node.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_tree.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akeya.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_alt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bcons.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bitst.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_conf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_cpols.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_crld.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_enum.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_extku.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_genn.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ia5.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_info.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_int.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_lib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ncons.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ocsp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pci.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcons.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pmaps.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_prn.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_purp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_skey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_utl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aead.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aes.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_arm_arch.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1_mac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1t.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base64.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bio.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blake2.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blowfish.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols_asm.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buffer.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bytestring.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cast.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_chacha.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cipher.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cmac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_conf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cpu.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_crypto.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ctrdrbg.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_curve25519.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_des.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dh.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_digest.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dsa.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dtls1.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_e_os2.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec_key.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdh.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdsa.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_engine.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_err.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp_errors.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ex_data.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hkdf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hmac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hpke.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hrss.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_is_boringssl.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_kdf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_lhash.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md4.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md5.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_mem.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_nid.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj_mac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_objects.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslconf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslv.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ossl_typ.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pem.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs12.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs7.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs8.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_poly1305.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pool.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rand.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rc4.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ripemd.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rsa.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_safestack.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_service_indicator.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_sha.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_siphash.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_span.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_srtp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl3.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_stack.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_thread.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_tls1.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_trust_token.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_type_check.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509_vfy.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509v3.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/bio_ssl.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_both.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_lib.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_pkt.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_srtp.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_method.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_record.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/encrypted_client_hello.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/extensions.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handoff.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_client.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_server.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_both.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_lib.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_pkt.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_aead_ctx.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_asn1.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_buffer.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cert.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cipher.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_file.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_lib.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_privkey.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_session.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_stat.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_transcript.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_versions.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_32.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_64.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_32.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_64.h" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL", "n": "CNIOBoringSSL", "p": { "n": "CNIOBoringSSL", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSL.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSL.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-21", { - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-21" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-21" ], "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/shims.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/shims.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims", "n": "CNIOBoringSSLShims", "p": { "n": "CNIOBoringSSLShims", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSLShims.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSLShims.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", "2": { "a": "x86_64", "m": "11.0", @@ -4672,70 +4672,70 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOSSL", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21" - ], - "i": { - "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ByteBufferBIO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/CustomPrivateKey.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/IdentityVerification.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/LinuxCABundle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLClientHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ObjectIdentifier.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/PosixPort.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCallbacks.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificateExtensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLConnection.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLErrors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLInit.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPKCS12Bundle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPrivateKey.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPublicKey.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SecurityFrameworkCertificateVerification.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/String+unsafeUninitializedCapacity.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SubjectAlternativeName.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/NIOSSLSecureBytes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/RNG.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/SafeCompare.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/Zeroization.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/TLSConfiguration.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/UniversalBootstrapSupport.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21" + ], + "i": { + "s": [ + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ByteBufferBIO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/CustomPrivateKey.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/IdentityVerification.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/LinuxCABundle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLClientHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ObjectIdentifier.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/PosixPort.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCallbacks.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificateExtensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLConnection.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLErrors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLInit.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPKCS12Bundle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPrivateKey.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPublicKey.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SecurityFrameworkCertificateVerification.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/String+unsafeUninitializedCapacity.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SubjectAlternativeName.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/NIOSSLSecureBytes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/RNG.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/SafeCompare.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/Zeroization.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/TLSConfiguration.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/UniversalBootstrapSupport.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL", "m": true, "n": "NIOSSL", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.swiftmodule" } }, "p": { "m": "NIOSSL", "n": "NIOSSL", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libNIOSSL.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libNIOSSL.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", "2": { "a": "x86_64", "m": "11.0", @@ -4743,55 +4743,55 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "NIOTransportServices", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOFilterEmptyWritesHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSBootstraps.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSChannelOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionBootstrap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSErrors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoopGroup.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerBootstrap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/StateManagedChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/TCPOptions+SocketChannelOption.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOFilterEmptyWritesHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSBootstraps.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSChannelOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionBootstrap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSErrors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoopGroup.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerBootstrap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/StateManagedChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/TCPOptions+SocketChannelOption.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices", "m": true, "n": "NIOTransportServices", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.swiftmodule" } }, "p": { "m": "NIOTransportServices", "n": "NIOTransportServices", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/libNIOTransportServices.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/libNIOTransportServices.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", "2": { "a": "x86_64", "m": "11.0", @@ -4805,110 +4805,110 @@ "c": "CONFIGURATION-STABLE-21", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyUnpackError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDelimited.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingSizeVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/CustomJSONCodable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Data+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Decoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/DoubleParser.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Enum.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensibleMessage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFieldValueSet.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFields.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTag.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Duration+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Struct+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Value+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Wrappers+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/HashVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Internal.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONMapEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONScanner.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MathUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+AnyAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONArrayAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+TextFormatAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MessageExtension.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/NameMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtoNameProviding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufAPIVersionCheck.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SelectiveVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/StringUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatScanner.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TimeUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnknownStorage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeBufferPointer+Shims.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeRawPointer+Shims.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Varint.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Version.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Visitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/WireFormat.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ZigZag.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/any.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/api.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/descriptor.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/duration.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/empty.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/field_mask.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/source_context.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/struct.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/timestamp.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/type.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/wrappers.pb.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyUnpackError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDelimited.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingSizeVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/CustomJSONCodable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Data+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Decoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/DoubleParser.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Enum.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensibleMessage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFieldValueSet.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFields.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTag.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Duration+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Struct+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Value+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Wrappers+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/HashVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Internal.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONMapEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONScanner.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MathUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+AnyAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONArrayAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+TextFormatAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MessageExtension.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/NameMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtoNameProviding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufAPIVersionCheck.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SelectiveVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/StringUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatScanner.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TimeUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnknownStorage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeBufferPointer+Shims.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeRawPointer+Shims.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Varint.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Version.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Visitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/WireFormat.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ZigZag.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/any.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/api.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/descriptor.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/duration.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/empty.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/field_mask.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/source_context.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/struct.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/timestamp.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/type.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/wrappers.pb.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf", "n": "SwiftProtobuf", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.swiftmodule" } }, "p": { "m": "SwiftProtobuf", "n": "SwiftProtobuf", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/libSwiftProtobuf.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/libSwiftProtobuf.a", "t": "com.apple.product-type.library.static" } }, - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-21", { - "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift", + "0": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", "2": { "a": "x86_64", "m": "11.0", @@ -4916,186 +4916,186 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "GRPC", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-21", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-21" - ], - "i": { - "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Array+BoundsCheck.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncUnaryCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCSendable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/NIOAsyncWrappers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/BidirectionalStreamingServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ClientStreamingServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerHandlerProtocol.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerStreamingServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/UnaryServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/BidirectionalStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/Call.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/CallDetails.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/LazyEventLoopPromise.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponseContainers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponsePartContainer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ServerStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/UnaryCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnection.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnectionConfiguration+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientErrorDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CoalescingLengthPrefixedMessageWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/CompressionAlgorithm.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/DecompressionLimit.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/MessageEncoding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/Zlib.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionBackoff.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionKeepalive.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager+Delegates.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManagerChannelProvider.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionManagerID.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+PerConnectionState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+Waiter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/GRPCChannelPool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine+PerPoolState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PooledChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/StreamLender.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectivityState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DebugOnly.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DelegatingErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Error+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/EventLoopFuture+RecoverFromUncleanShutdown.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/FakeChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NWTLS.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannelBuilder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClient.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCContentType.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCHeaderName.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandlerStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCKeepaliveHandlers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCLogger.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCPayload.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerRequestRoutingHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServiceDescription.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatus.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusAndMetadata.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusMessageMarshaller.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTLSConfiguration.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTimeout.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCWebToHTTP2ServerCodec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCServerCodec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorPipeline.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorProtocol.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransportFactory.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/MessageParts.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorPipeline.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/InterceptorContextList.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LengthPrefixedMessageReader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Logger.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LoggingServerErrorDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/MessageEncodingHeaderValidator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/PlatformSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ReadWriteStates.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Ref.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Serialization.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/ServerCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/StreamingResponseCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/UnaryResponseCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerChannelErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorProcessor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Stopwatch.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/StreamEvent.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVerificationHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVersion.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TimeLimit.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/UserInfo.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Version.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WebCORSHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WriteCapturingHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_EmbeddedThroughput.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_FakeResponseStream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_GRPCClientCodecHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_MessageContext.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-21" + ], + "i": { + "s": [ + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Array+BoundsCheck.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncUnaryCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCSendable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/NIOAsyncWrappers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/BidirectionalStreamingServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ClientStreamingServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerHandlerProtocol.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerStreamingServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/UnaryServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/BidirectionalStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/Call.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/CallDetails.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/LazyEventLoopPromise.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponseContainers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponsePartContainer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ServerStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/UnaryCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnection.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnectionConfiguration+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientErrorDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CoalescingLengthPrefixedMessageWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/CompressionAlgorithm.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/DecompressionLimit.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/MessageEncoding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/Zlib.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionBackoff.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionKeepalive.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager+Delegates.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManagerChannelProvider.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionManagerID.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+PerConnectionState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+Waiter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/GRPCChannelPool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine+PerPoolState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PooledChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/StreamLender.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectivityState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DebugOnly.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DelegatingErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Error+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/EventLoopFuture+RecoverFromUncleanShutdown.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/FakeChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NWTLS.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannelBuilder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClient.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCContentType.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCHeaderName.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandlerStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCKeepaliveHandlers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCLogger.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCPayload.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerRequestRoutingHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServiceDescription.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatus.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusAndMetadata.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusMessageMarshaller.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTLSConfiguration.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTimeout.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCWebToHTTP2ServerCodec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCServerCodec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorPipeline.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorProtocol.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransportFactory.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/MessageParts.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorPipeline.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/InterceptorContextList.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LengthPrefixedMessageReader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Logger.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LoggingServerErrorDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/MessageEncodingHeaderValidator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/PlatformSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ReadWriteStates.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Ref.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Serialization.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/ServerCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/StreamingResponseCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/UnaryResponseCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerChannelErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorProcessor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Stopwatch.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/StreamEvent.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVerificationHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVersion.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TimeLimit.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/UserInfo.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Version.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WebCORSHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WriteCapturingHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_EmbeddedThroughput.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_FakeResponseStream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_GRPCClientCodecHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_MessageContext.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC", "m": true, "n": "GRPC", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.swiftmodule" } }, "p": { "m": "GRPC", "n": "GRPC", - "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/libGRPC.a", + "p": "bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/libGRPC.a", "t": "com.apple.product-type.library.static" } }, @@ -5140,13 +5140,13 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "GRPC_echo_proto_swift", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-21", "@@//GRPC:echo_proto_swift CONFIGURATION-STABLE-21" ], "i": { @@ -5187,9 +5187,9 @@ "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC/rules_xcodeproj/echo_client/Info.plist", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "GRPC_echo_client_library", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift" }, "c": "CONFIGURATION-STABLE-21", "d": [ @@ -5229,13 +5229,13 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "GRPC_echo_proto_swift", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift" }, "c": "CONFIGURATION-STABLE-21", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-21", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-21", "@@//GRPC:echo_proto_swift CONFIGURATION-STABLE-21" ], "i": { @@ -5276,9 +5276,9 @@ "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/GRPC/rules_xcodeproj/echo_server/Info.plist", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PRODUCT_MODULE_NAME": "GRPC_echo_server_library", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-21/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift" }, "c": "CONFIGURATION-STABLE-21", "d": [ @@ -6707,7 +6707,7 @@ "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/rules_xcodeproj/iOSApp/Info.plist", "OTHER_CODE_SIGN_FLAGS": [ "--digest-algorithm=sha1", - "--resource-rules=external/rules_apple~3.0.0/tools/codesigningtool/disable_signing_resource_rules.plist" + "--resource-rules=external/rules_apple~3.1.1/tools/codesigningtool/disable_signing_resource_rules.plist" ], "OTHER_SWIFT_FLAGS": "-F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64 -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/external/_main~non_module_deps~com_google_google_maps -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64/GoogleMaps.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all", "PREVIEWS_SWIFT_INCLUDE__": "", @@ -10009,7 +10009,7 @@ "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "Proto_tool_library", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/Proto" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/Proto" }, "c": "CONFIGURATION-STABLE-22", "d": [ @@ -10040,15 +10040,15 @@ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -10056,24 +10056,24 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/empty.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/empty.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib", "n": "CGRPCZlib", "p": { "n": "CGRPCZlib", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/libCGRPCZlib.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/libCGRPCZlib.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log", "2": { "a": "x86_64", "m": "11.0", @@ -10088,37 +10088,37 @@ "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Locks.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/LogHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Logging.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Locks.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/LogHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Sources/Logging/Logging.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging", "n": "Logging", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/Logging.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/Logging.swiftmodule" } }, "p": { "m": "Logging", "n": "Logging", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log/libLogging.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log/libLogging.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -10126,30 +10126,30 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/liburing_shims.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/shim.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/liburing_shims.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/shim.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux", "n": "CNIOLinux", "p": { "n": "CNIOLinux", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOLinux.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOLinux.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -10157,30 +10157,30 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/WSAStartup.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/shim.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/WSAStartup.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/shim.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows", "n": "CNIOWindows", "p": { "n": "CNIOWindows", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOWindows.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOWindows.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -10188,25 +10188,25 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-atomics.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-nioatomics.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-atomics.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/src/c-nioatomics.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics", "n": "CNIOAtomics", "p": { "n": "CNIOAtomics", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOAtomics.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOAtomics.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -10214,50 +10214,50 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOConcurrencyHelpers", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-22" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOAtomics CONFIGURATION-STABLE-22" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOAtomic.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLock.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLockedValueBox.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/atomics.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/lock.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOAtomic.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLock.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/NIOLockedValueBox.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/atomics.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOConcurrencyHelpers/lock.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers", "m": true, "n": "NIOConcurrencyHelpers", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOConcurrencyHelpers.swiftmodule" } }, "p": { "m": "NIOConcurrencyHelpers", "n": "NIOConcurrencyHelpers", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOConcurrencyHelpers.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOConcurrencyHelpers.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -10265,24 +10265,24 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/src/_AtomicsShims.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/src/_AtomicsShims.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims", "n": "_AtomicsShims", "p": { "n": "_AtomicsShims", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/lib_AtomicsShims.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/lib_AtomicsShims.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics", "2": { "a": "x86_64", "m": "11.0", @@ -10290,56 +10290,56 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "Atomics", "SWIFT_COMPILATION_MODE": "wholemodule" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-22" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:_AtomicsShims CONFIGURATION-STABLE-22" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicInteger.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicMemoryOrderings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptional.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicRawRepresentable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicStrongReference.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicValue.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/DoubleWord.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/Unmanaged extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicBool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/IntegerConformances.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/PointerConformances.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.native.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.shims.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicInteger.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicMemoryOrderings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptional.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicOptionalRawRepresentable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicRawRepresentable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicStrongReference.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/AtomicValue.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/DoubleWord.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/Unmanaged extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicBool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/AtomicLazyReference.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/HighLevelTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/IntegerConformances.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/PointerConformances.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.native.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/Atomics/autogenerated/Primitives.shims.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics", "m": true, "n": "Atomics", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Atomics.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Atomics.swiftmodule" } }, "p": { "m": "Atomics", "n": "Atomics", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/libAtomics.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/libAtomics.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections", "2": { "a": "x86_64", "m": "11.0", @@ -10354,48 +10354,48 @@ "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Compatibility.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Codable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Collection.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomDebugStringConvertible.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomReflectable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomStringConvertible.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Equatable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Extras.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Hashable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Testing.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._Storage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._UnsafeHandle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/UnsafeMutableBufferPointer+Utilities.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBufferHeader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeSlot.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Compatibility.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Codable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Collection.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomDebugStringConvertible.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomReflectable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+CustomStringConvertible.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Equatable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+ExpressibleByArrayLiteral.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Extras.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Hashable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque+Testing.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._Storage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque._UnsafeHandle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/Deque.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/UnsafeMutableBufferPointer+Utilities.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeBufferHeader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_DequeSlot.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/Sources/DequeModule/_UnsafeWrappedBuffer.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule", "n": "DequeModule", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/DequeModule.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/DequeModule.swiftmodule" } }, "p": { "m": "DequeModule", "n": "DequeModule", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections/libDequeModule.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections/libDequeModule.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -10403,99 +10403,99 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOCore", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-22" - ], - "i": { - "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AddressedEnvelope.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducerStrategies.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOThrowingAsyncSequenceProducer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/BSDSocketAPI.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-aux.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-conversions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-core.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-int.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-lengthPrefix.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-multi-int.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-views.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Channel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandlers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelInvoker.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelOption.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelPipeline.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/CircularBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Codec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ConvenienceOptionSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DeadChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DispatchQueue+WithFuture.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop+Deprecated.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+Deprecated.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+WithEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileDescriptor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileHandle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileRegion.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IOData.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerBitPacking.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Interfaces.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Linux.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MarkedCircularBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MulticastChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOAny.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOCloseOnErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOSendable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/PointerHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/RecvByteBufferAllocator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SingleStepByteToMessageDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketAddresses.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketOptionProvider.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SystemCallHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/TypeAssistedChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/UniversalBootstrapSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Utilities.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-22" + ], + "i": { + "s": [ + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AddressedEnvelope.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport+OldXcodes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncAwaitSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncSequenceProducerStrategies.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOAsyncWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/AsyncSequences/NIOThrowingAsyncSequenceProducer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/BSDSocketAPI.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-aux.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-conversions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-core.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-int.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-lengthPrefix.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-multi-int.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ByteBuffer-views.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Channel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelHandlers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelInvoker.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelOption.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ChannelPipeline.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/CircularBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Codec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/ConvenienceOptionSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DeadChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/DispatchQueue+WithFuture.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop+Deprecated.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+Deprecated.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture+WithEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/EventLoopFuture.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileDescriptor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileHandle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/FileRegion.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IOData.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerBitPacking.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/IntegerTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Interfaces.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Linux.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MarkedCircularBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/MulticastChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOAny.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOCloseOnErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/NIOSendable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/PointerHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/RecvByteBufferAllocator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SingleStepByteToMessageDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketAddresses.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SocketOptionProvider.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/SystemCallHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/TypeAssistedChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/UniversalBootstrapSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOCore/Utilities.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore", "m": true, "n": "NIOCore", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOCore.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOCore.swiftmodule" } }, "p": { "m": "NIOCore", "n": "NIOCore", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOCore.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOCore.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -10510,31 +10510,31 @@ "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/Heap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/PriorityQueue.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/Heap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/_NIODataStructures/PriorityQueue.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures", "n": "_NIODataStructures", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/_NIODataStructures.swiftmodule" } }, "p": { "m": "_NIODataStructures", "n": "_NIODataStructures", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/lib_NIODataStructures.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/lib_NIODataStructures.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -10542,52 +10542,52 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOEmbedded", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/Embedded.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/AsyncTestingEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOEmbedded/Embedded.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded", "m": true, "n": "NIOEmbedded", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOEmbedded.swiftmodule" } }, "p": { "m": "NIOEmbedded", "n": "NIOEmbedded", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOEmbedded.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOEmbedded.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -10595,24 +10595,24 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/shim.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/shim.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin", "n": "CNIODarwin", "p": { "n": "CNIODarwin", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIODarwin.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIODarwin.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -10620,91 +10620,91 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOPosix", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22" - ], - "i": { - "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPICommon.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIPosix.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIWindows.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocket.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseStreamSocketChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Bootstrap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ControlMessage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/DatagramVectorReadManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/FileDescriptor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/GetaddrinfoResolver.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/HappyEyeballs.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerBitPacking.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Linux.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxCPUSet.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxUring.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NIOThreadPool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NonBlockingFileIO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingDatagramWritesManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingWritesManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipeChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipePair.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PointerHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Resolver.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Selectable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorEpoll.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorGeneric.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorKqueue.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorUring.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ServerSocket.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Socket.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketProtocols.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/System.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Thread.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadPosix.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadWindows.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Utilities.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIODarwin CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLinux CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOWindows CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:_NIODataStructures CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22" + ], + "i": { + "s": [ + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPICommon.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIPosix.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BSDSocketAPIWindows.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocket.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel+SocketOptionProvider.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseSocketChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/BaseStreamSocketChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Bootstrap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ControlMessage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/DatagramVectorReadManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/FileDescriptor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/GetaddrinfoResolver.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/HappyEyeballs.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerBitPacking.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/IntegerTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Linux.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxCPUSet.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/LinuxUring.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/MultiThreadedEventLoopGroup.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NIOThreadPool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/NonBlockingFileIO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingDatagramWritesManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PendingWritesManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipeChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PipePair.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/PointerHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Resolver.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Selectable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectableEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorEpoll.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorGeneric.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorKqueue.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SelectorUring.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ServerSocket.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Socket.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/SocketProtocols.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/System.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Thread.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadPosix.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/ThreadWindows.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOPosix/Utilities.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix", "m": true, "n": "NIOPosix", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOPosix.swiftmodule" } }, "p": { "m": "NIOPosix", "n": "NIOPosix", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOPosix.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOPosix.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -10712,44 +10712,44 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIO", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-22" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-22" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIO/Exports.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIO/Exports.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO", "m": true, "n": "NIO", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIO.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIO.swiftmodule" } }, "p": { "m": "NIO", "n": "NIO", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIO.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIO.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -10757,50 +10757,50 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOFoundationCompat", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/Codable+ByteBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/JSONSerialization+ByteBuffer.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/ByteBuffer-foundation.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/Codable+ByteBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOFoundationCompat/JSONSerialization+ByteBuffer.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat", "m": true, "n": "NIOFoundationCompat", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOFoundationCompat.swiftmodule" } }, "p": { "m": "NIOFoundationCompat", "n": "NIOFoundationCompat", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOFoundationCompat.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOFoundationCompat.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, @@ -10808,26 +10808,26 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_api.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_http.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_llhttp.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_api.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_http.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/c_nio_llhttp.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP", "n": "CNIOLLHTTP", "p": { "n": "CNIOLLHTTP", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libCNIOLLHTTP.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libCNIOLLHTTP.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -10835,56 +10835,56 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -DLLHTTP_STRICT_MODE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOHTTP1", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:CNIOLLHTTP CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/ByteCollectionUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaderValidator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaders+Validation.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPClientUpgradeHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPObjectAggregator.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/ByteCollectionUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaderValidator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPHeaders+Validation.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerPipelineHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerProtocolErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPServerUpgradeHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/HTTPTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPClientUpgradeHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOHTTP1/NIOHTTPObjectAggregator.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1", "m": true, "n": "NIOHTTP1", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOHTTP1.swiftmodule" } }, "p": { "m": "NIOHTTP1", "n": "NIOHTTP1", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOHTTP1.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOHTTP1.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio", "2": { "a": "x86_64", "m": "11.0", @@ -10892,46 +10892,46 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOTLS", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-22" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections//:DequeModule CONFIGURATION-STABLE-22" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/ApplicationProtocolNegotiationHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/SNIHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/TLSEvents.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/ApplicationProtocolNegotiationHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/SNIHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/NIOTLS/TLSEvents.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS", "m": true, "n": "NIOTLS", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/NIOTLS.swiftmodule" } }, "p": { "m": "NIOTLS", "n": "NIOTLS", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/libNIOTLS.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/libNIOTLS.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras", "2": { "a": "x86_64", "m": "11.0", @@ -10939,55 +10939,55 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOExtras", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugInboundEventsHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugOutboundEventsHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/FixedLengthFrameDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming+ContentLengthHeader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldPrepender.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LineBasedFrameDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/NIOExtrasError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/QuiescingHelper.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/RequestResponseHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/WritePCAPHandler.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugInboundEventsHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/DebugOutboundEventsHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/FixedLengthFrameDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming+ContentLengthHeader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/JSONRPCFraming.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LengthFieldPrepender.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/LineBasedFrameDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/NIOExtrasError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/QuiescingHelper.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/RequestResponseHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/Sources/NIOExtras/WritePCAPHandler.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras", "m": true, "n": "NIOExtras", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/NIOExtras.swiftmodule" } }, "p": { "m": "NIOExtras", "n": "NIOExtras", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras/libNIOExtras.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras/libNIOExtras.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", "2": { "a": "x86_64", "m": "11.0", @@ -10995,55 +10995,55 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOHPACK", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/DynamicHeaderTable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKErrors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKHeader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HeaderTables.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanCoding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanTables.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IndexedHeaderTable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IntegerCoding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/StaticHeaderTable.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/DynamicHeaderTable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKErrors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HPACKHeader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HeaderTables.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanCoding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/HuffmanTables.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IndexedHeaderTable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/IntegerCoding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHPACK/StaticHeaderTable.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK", "m": true, "n": "NIOHPACK", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHPACK.swiftmodule" } }, "p": { "m": "NIOHPACK", "n": "NIOHPACK", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHPACK.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHPACK.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2", "2": { "a": "x86_64", "m": "11.0", @@ -11051,115 +11051,115 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOHTTP2", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22" - ], - "i": { - "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStreamsState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingDataState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HTTP2SettingsState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasFlowControlWindows.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasLocalSettings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasRemoteSettings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/LocallyQuiescingState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/QuiescingState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/RemotelyQuiescingState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/SendAndReceiveGoawayState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/StateMachineResult.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ContentLengthVerifier.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/DOSHeuristics.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ConcurrentStreamBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ControlFrameBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFlowControlBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFrameBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HPACKHeaders+Validation.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InboundStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InlineStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ConnectionStateChange.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Error.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ErrorCode.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FlowControlWindow.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Frame.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameParser.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PingData.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PipelineHelpers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Settings.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Stream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel+OutboundStreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamID.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2UserEvents.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundEventBuffer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundWindowManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/MultiplexerAbstractChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelFlowController.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelList.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/WatermarkedFlowController.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHPACK CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22" + ], + "i": { + "s": [ + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/ConnectionStreamsState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/MayReceiveFrames.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingDataState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingGoAwayState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingHeadersState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingPushPromiseState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingRstStreamState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameReceivingStates/ReceivingWindowUpdateState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/MaySendFrames.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingDataState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingGoawayState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingHeadersState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingPushPromiseState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingRstStreamState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/FrameSendingStates/SendingWindowUpdateState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HTTP2SettingsState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasFlowControlWindows.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasLocalSettings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/HasRemoteSettings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/LocallyQuiescingState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/QuiescingState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/RemotelyQuiescingState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/SendAndReceiveGoawayState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ConnectionStateMachine/StateMachineResult.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/ContentLengthVerifier.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/DOSHeuristics.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ConcurrentStreamBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/ControlFrameBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFlowControlBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/Frame Buffers/OutboundFrameBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HPACKHeaders+Validation.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InboundStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler+InlineStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2CommonInboundStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ConnectionStateChange.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Error.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ErrorCode.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FlowControlWindow.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Frame.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2FrameParser.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PingData.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2PipelineHelpers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Settings.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2Stream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel+OutboundStreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamID.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2StreamMultiplexer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2ToHTTP1Codec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/HTTP2UserEvents.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundEventBuffer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/InboundWindowManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/MultiplexerAbstractChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelFlowController.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamChannelList.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/StreamStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/Sources/NIOHTTP2/WatermarkedFlowController.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2", "m": true, "n": "NIOHTTP2", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/NIOHTTP2.swiftmodule" } }, "p": { "m": "NIOHTTP2", "n": "NIOHTTP2", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHTTP2.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2/libNIOHTTP2.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params", - "9": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.c.compile.params", + "9": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.rules_xcodeproj.cxx.compile.params", "F": true, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" @@ -11168,632 +11168,632 @@ "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bool.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_d2i_fp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_dup.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_gentm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_i2d_fp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_int.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_mbstr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_object.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_octet.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strex.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_time.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_type.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_utctm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_par.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn_pack.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_int.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_string.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/posix_time.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_dec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_enc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_fre.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_new.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_typ.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_utl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/base64/base64.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio_mem.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/connect.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/fd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/file.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/hexdump.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/pair.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/printf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket_helper.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/blake2/blake2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/bn_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/convert.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/buf/buf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/asn1_compat.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/ber.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbb.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbs.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/unicode.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/cipher_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/derive_key.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesctrhmac.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesgcmsiv.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_chacha20poly1305.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_des.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_null.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc4.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_tls.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/tls_cbc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf_def.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_apple.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_freebsd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_fuchsia.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_linux.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_win.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_freebsd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_intel.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_ppc64le.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/crypto.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/asm/x25519-asm-arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519_tables.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/spake25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/des.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/dh_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/params.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/digest_extra/digest_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_derive.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/hash_to_curve.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdh_extra/ecdh_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdsa_extra/ecdsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/engine/engine.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err_data.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_dsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_hkdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/pbkdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/scrypt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/sign.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ex_data.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes_nohw.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/key_wrap.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/mode_wrappers.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/add.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/asm/x86_64-gcc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bn.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bytes.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/cmp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/ctx.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/exponentiation.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/generic.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/jacobi.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/mul.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/prime.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/random.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/shift.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/sqrt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/aead.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/cipher.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aes.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aesccm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cmac/cmac.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/co-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/delocate.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/check.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/dh.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digest.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digests.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/md32_common.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digestsign/digestsign.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_key.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_montgomery.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/felem.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/oct.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p224-64.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz-table.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256_table.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/scalar.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple_mul.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/util.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/wnaf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdh/ecdh.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/ecdsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/fips_shared_support.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/hmac/hmac.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md4/md4.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/md5.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cbc.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cfb.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ctr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm_nohw.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ofb.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/polyval.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/ctrdrbg.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/getrandom_fillin.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/rand.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/urandom.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/blinding.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/padding.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa_impl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/fips.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/self_check.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/service_indicator.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1-altivec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha256.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha512.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-586.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/kdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.ios.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.linux.arm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.ios.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.linux.aarch64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86-mont.linux.x86.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.linux.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.mac.x86_64.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hkdf/hkdf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hpke/hpke.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/asm/poly_rq_mul.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/hrss.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/lhash.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/mem.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_dat.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_xref.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_all.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_info.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_lib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_oth.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pk8.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pkey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_xaux.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/p5_pbev2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm_asm.S", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_vec.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/pool.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/deterministic.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/forkunsafe.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/fuchsia.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/passive.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/rand_extra.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/windows.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rc4/rc4.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_c11.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_lock.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_asn1.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/siphash/siphash.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/stack/stack.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_none.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_pthread.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_win.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/pmbtoken.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/trust_token.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/voprf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_digest.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_sign.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_verify.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/algorithm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_dir.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_file.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/i2d_pr.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/name_print.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/rsa_pss.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_crl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_req.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509a.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_att.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_cmp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_d2.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_def.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_ext.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_lu.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_obj.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_req.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_set.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_trs.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_txt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vpm.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509cset.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509name.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509rset.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509spki.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_algor.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_all.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_attrib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_crl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_exten.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_info.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_name.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pkey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pubkey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_req.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_sig.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_spki.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_val.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509a.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/ext_dat.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_cache.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_data.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_map.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_node.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_tree.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akeya.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_alt.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bcons.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bitst.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_conf.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_cpols.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_crld.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_enum.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_extku.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_genn.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ia5.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_info.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_int.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_lib.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ncons.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ocsp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pci.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcons.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pmaps.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_prn.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_purp.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_skey.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_utl.c", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aead.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aes.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_arm_arch.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1_mac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1t.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base64.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bio.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blake2.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blowfish.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols_asm.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buffer.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bytestring.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cast.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_chacha.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cipher.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cmac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_conf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cpu.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_crypto.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ctrdrbg.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_curve25519.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_des.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dh.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_digest.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dsa.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dtls1.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_e_os2.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec_key.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdh.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdsa.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_engine.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_err.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp_errors.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ex_data.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hkdf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hmac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hpke.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hrss.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_is_boringssl.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_kdf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_lhash.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md4.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md5.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_mem.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_nid.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj_mac.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_objects.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslconf.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslv.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ossl_typ.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pem.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs12.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs7.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs8.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_poly1305.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pool.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rand.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rc4.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ripemd.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rsa.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_safestack.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_service_indicator.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_sha.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_siphash.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_span.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_srtp.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl3.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_stack.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_thread.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_tls1.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_trust_token.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_type_check.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509_vfy.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509v3.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/bio_ssl.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_both.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_lib.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_pkt.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_srtp.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_method.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_record.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/encrypted_client_hello.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/extensions.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handoff.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_client.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_server.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/internal.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_both.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_lib.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_pkt.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_aead_ctx.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_asn1.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_buffer.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cert.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cipher.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_file.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_lib.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_privkey.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_session.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_stat.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_transcript.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_versions.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_32.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_64.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_32.h", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_64.h" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bitstr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_bool.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_d2i_fp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_dup.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_gentm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_i2d_fp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_int.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_mbstr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_object.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_octet.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strex.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_strnid.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_time.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_type.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/a_utctm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_lib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn1_par.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/asn_pack.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_int.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/f_string.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/posix_time.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_dec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_enc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_fre.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_new.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_typ.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/asn1/tasn_utl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/base64/base64.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/bio_mem.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/connect.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/fd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/file.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/hexdump.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/pair.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/printf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bio/socket_helper.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/blake2/blake2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/bn_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bn_extra/convert.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/buf/buf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/asn1_compat.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/ber.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbb.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/cbs.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/bytestring/unicode.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/chacha.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/chacha/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/aes128gcmsiv-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/chacha20_poly1305_x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/cipher_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/derive_key.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesctrhmac.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_aesgcmsiv.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_chacha20poly1305.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_des.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_null.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_rc4.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/e_tls.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cipher_extra/tls_cbc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/conf_def.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/conf/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_apple.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_freebsd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_fuchsia.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_linux.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_aarch64_win.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_freebsd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_arm_linux.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_intel.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/cpu_ppc64le.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/crypto.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/asm/x25519-asm-arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/curve25519_tables.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/curve25519/spake25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/des.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/des/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/dh_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dh_extra/params.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/digest_extra/digest_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/dsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/dsa/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/ec_derive.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/hash_to_curve.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ec_extra/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdh_extra/ecdh_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ecdsa_extra/ecdsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/engine/engine.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/err_data.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/err/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_dsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ec_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_ed25519_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_hkdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_rsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/p_x25519_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/pbkdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/scrypt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/evp/sign.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/ex_data.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/aes_nohw.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/key_wrap.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aes/mode_wrappers.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-gcm-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesni-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx32.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/aesv8-armx64.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv4-mont.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/armv8-mont.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/add.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/asm/x86_64-gcc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bn.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/bytes.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/cmp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/ctx.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/div_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/exponentiation.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/gcd_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/generic.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/jacobi.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/montgomery_inv.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/mul.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/prime.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/random.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/rsaz_exp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/shift.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bn/sqrt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/bsaes-armv7.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/aead.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/cipher.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aes.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/e_aesccm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cipher/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/cmac/cmac.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/co-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/delocate.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/check.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/dh.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/dh/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digest.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/digests.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digest/md32_common.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/digestsign/digestsign.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_key.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/ec_montgomery.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/felem.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/oct.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p224-64.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz-table.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256-nistz.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/p256_table.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/scalar.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/simple_mul.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/util.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ec/wnaf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdh/ecdh.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/ecdsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ecdsa/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/fips_shared_support.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-neon-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-ssse3-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghash-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx32.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/ghashv8-armx64.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/hmac/hmac.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md4/md4.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/md5/md5.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cbc.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/cfb.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ctr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/gcm_nohw.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/ofb.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/modes/polyval.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-armv8-asm.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256-x86_64-asm.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-armv8-asm.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/p256_beeu-x86_64-asm.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/ctrdrbg.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/fork_detect.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/getrandom_fillin.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/rand.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rand/urandom.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rdrand-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/blinding.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/padding.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsa/rsa_impl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/rsaz-avx2.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/fips.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/self_check/self_check.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/service_indicator/service_indicator.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1-altivec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha256.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha/sha512.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv4-large.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha1-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha256-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-586.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv4.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/sha512-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/tls/kdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.ios.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv7.linux.arm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.ios.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-armv8.linux.aarch64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/vpaes-x86_64.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86-mont.linux.x86.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.linux.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/fipsmodule/x86_64-mont5.mac.x86_64.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hkdf/hkdf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hpke/hpke.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/asm/poly_rq_mul.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/hrss.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/hrss/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/lhash/lhash.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/mem.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_dat.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/obj/obj_xref.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_all.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_info.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_lib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_oth.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pk8.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_pkey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pem/pem_xaux.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs7/pkcs7_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/p5_pbev2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pkcs8/pkcs8_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_arm_asm.S", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/poly1305/poly1305_vec.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/pool/pool.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/deterministic.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/forkunsafe.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/fuchsia.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/passive.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/rand_extra.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rand_extra/windows.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rc4/rc4.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_c11.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/refcount_lock.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_asn1.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/rsa_extra/rsa_print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/siphash/siphash.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/stack/stack.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_none.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_pthread.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/thread_win.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/pmbtoken.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/trust_token.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/trust_token/voprf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_digest.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_sign.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/a_verify.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/algorithm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/asn1_gen.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_dir.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/by_file.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/i2d_pr.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/name_print.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/rsa_pss.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_crl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_req.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/t_x509a.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_att.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_cmp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_d2.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_def.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_ext.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_lu.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_obj.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_req.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_set.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_trs.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_txt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vpm.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509cset.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509name.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509rset.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x509spki.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_algor.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_all.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_attrib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_crl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_exten.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_info.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_name.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pkey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_pubkey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_req.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_sig.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_spki.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_val.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509/x_x509a.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/ext_dat.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_cache.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_data.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_map.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_node.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/pcy_tree.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_akeya.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_alt.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bcons.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_bitst.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_conf.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_cpols.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_crld.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_enum.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_extku.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_genn.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ia5.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_info.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_int.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_lib.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ncons.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_ocsp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pci.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcons.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_pmaps.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_prn.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_purp.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_skey.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/crypto/x509v3/v3_utl.c", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aead.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_aes.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_arm_arch.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1_mac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_asn1t.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_base64.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bio.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blake2.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_blowfish.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bn.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_boringssl_prefix_symbols_asm.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_buffer.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_bytestring.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cast.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_chacha.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cipher.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cmac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_conf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_cpu.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_crypto.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ctrdrbg.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_curve25519.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_des.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dh.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_digest.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dsa.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_dtls1.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_e_os2.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ec_key.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdh.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ecdsa.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_engine.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_err.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_evp_errors.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ex_data.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hkdf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hmac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hpke.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_hrss.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_is_boringssl.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_kdf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_lhash.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md4.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_md5.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_mem.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_nid.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_obj_mac.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_objects.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslconf.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_opensslv.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ossl_typ.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pem.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs12.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs7.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pkcs8.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_poly1305.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_pool.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rand.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rc4.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ripemd.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_rsa.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_safestack.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_service_indicator.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_sha.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_siphash.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_span.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_srtp.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_ssl3.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_stack.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_thread.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_tls1.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_trust_token.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_type_check.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509_vfy.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include/CNIOBoringSSL_x509v3.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/bio_ssl.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_both.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_lib.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_pkt.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/d1_srtp.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_method.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/dtls_record.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/encrypted_client_hello.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/extensions.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handoff.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_client.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/handshake_server.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/internal.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_both.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_lib.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/s3_pkt.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_aead_ctx.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_asn1.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_buffer.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cert.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_cipher.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_file.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_key_share.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_lib.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_privkey.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_session.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_stat.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_transcript.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_versions.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_32.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/curve25519_64.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_32.h", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/third_party/fiat/p256_64.h" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL", "n": "CNIOBoringSSL", "p": { "n": "CNIOBoringSSL", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSL.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSL.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-22", { - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", "2": { "a": "x86_64", "m": "11.0", "v": "macosx" }, - "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params", + "8": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.rules_xcodeproj.c.compile.params", "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-22" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-22" ], "f": true, "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/shims.c" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/shims.c" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims", "n": "CNIOBoringSSLShims", "p": { "n": "CNIOBoringSSLShims", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSLShims.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libCNIOBoringSSLShims.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl", "2": { "a": "x86_64", "m": "11.0", @@ -11801,74 +11801,74 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOSSL", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22" - ], - "i": { - "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ByteBufferBIO.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/CustomPrivateKey.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/IdentityVerification.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/LinuxCABundle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLClientHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ObjectIdentifier.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/PosixPort.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCallbacks.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificateExtensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLConnection.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLErrors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLInit.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPKCS12Bundle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPrivateKey.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPublicKey.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SecurityFrameworkCertificateVerification.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/String+unsafeUninitializedCapacity.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SubjectAlternativeName.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/NIOSSLSecureBytes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/RNG.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/SafeCompare.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/Zeroization.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/TLSConfiguration.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/UniversalBootstrapSupport.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSL CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:CNIOBoringSSLShims CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOConcurrencyHelpers CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22" + ], + "i": { + "s": [ + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ByteBufferBIO.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/CustomPrivateKey.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/IdentityVerification.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/LinuxCABundle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLClientHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/NIOSSLServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/ObjectIdentifier.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/PosixPort.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCallbacks.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLCertificateExtensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLConnection.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLErrors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLInit.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPKCS12Bundle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPrivateKey.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SSLPublicKey.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SecurityFrameworkCertificateVerification.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/String+unsafeUninitializedCapacity.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SubjectAlternativeName.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/NIOSSLSecureBytes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/RNG.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/SafeCompare.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/SwiftCrypto/Zeroization.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/TLSConfiguration.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/NIOSSL/UniversalBootstrapSupport.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL", "m": true, "n": "NIOSSL", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/NIOSSL.swiftmodule" } }, "p": { "m": "NIOSSL", "n": "NIOSSL", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/libNIOSSL.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/libNIOSSL.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services", "2": { "a": "x86_64", "m": "11.0", @@ -11876,59 +11876,59 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "NIOTransportServices", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22" + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics//:Atomics CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22" ], "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOFilterEmptyWritesHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSBootstraps.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSChannelOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionBootstrap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSErrors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoop.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoopGroup.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerBootstrap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/StateManagedChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/TCPOptions+SocketChannelOption.swift" + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOFilterEmptyWritesHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSBootstraps.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSChannelOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionBootstrap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSConnectionChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSErrors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoop.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSEventLoopGroup.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerBootstrap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSListenerChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/SocketAddress+NWEndpoint.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/StateManagedChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/Sources/NIOTransportServices/TCPOptions+SocketChannelOption.swift" ] }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices", + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices", "m": true, "n": "NIOTransportServices", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/NIOTransportServices.swiftmodule" } }, "p": { "m": "NIOTransportServices", "n": "NIOTransportServices", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services/libNIOTransportServices.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services/libNIOTransportServices.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf", "2": { "a": "x86_64", "m": "11.0", @@ -11943,113 +11943,113 @@ "c": "CONFIGURATION-STABLE-22", "i": { "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyUnpackError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDelimited.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingSizeVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/CustomJSONCodable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Data+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Decoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/DoubleParser.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Enum.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensibleMessage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFieldValueSet.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFields.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTag.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTypes.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Duration+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Struct+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Value+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Wrappers+Extensions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/HashVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Internal.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONMapEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONScanner.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MathUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+AnyAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONArrayAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+TextFormatAdditions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MessageExtension.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/NameMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtoNameProviding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufAPIVersionCheck.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SelectiveVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/StringUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncoder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatScanner.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TimeUtils.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnknownStorage.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeBufferPointer+Shims.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeRawPointer+Shims.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Varint.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Version.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Visitor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/WireFormat.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ZigZag.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/any.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/api.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/descriptor.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/duration.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/empty.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/field_mask.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/source_context.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/struct.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/timestamp.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/type.pb.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/wrappers.pb.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyMessageStorage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/AnyUnpackError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDecodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryDelimited.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingSizeVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/BinaryEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/CustomJSONCodable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Data+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Decoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/DoubleParser.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Enum.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensibleMessage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFieldValueSet.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionFields.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ExtensionMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTag.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/FieldTypes.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Any+Registry.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Duration+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_FieldMask+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_ListValue+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_NullValue+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Struct+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Timestamp+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Value+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Google_Protobuf_Wrappers+Extensions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/HashVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Internal.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONDecodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONMapEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/JSONScanner.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MathUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+AnyAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+JSONArrayAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message+TextFormatAdditions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Message.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/MessageExtension.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/NameMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtoNameProviding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufAPIVersionCheck.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ProtobufMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SelectiveVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/SimpleExtensionMap.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/StringUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatDecodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncoder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatEncodingVisitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TextFormatScanner.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/TimeUtils.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnknownStorage.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeBufferPointer+Shims.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/UnsafeRawPointer+Shims.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Varint.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Version.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/Visitor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/WireFormat.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/ZigZag.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/any.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/api.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/descriptor.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/duration.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/empty.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/field_mask.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/source_context.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/struct.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/timestamp.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/type.pb.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/Sources/SwiftProtobuf/wrappers.pb.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf", "n": "SwiftProtobuf", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/SwiftProtobuf.swiftmodule" } }, "p": { "m": "SwiftProtobuf", "n": "SwiftProtobuf", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf/libSwiftProtobuf.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf/libSwiftProtobuf.a", "t": "com.apple.product-type.library.static" }, "x": [ "AppStore" ] }, - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-22", { - "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params", - "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift", + "0": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.rules_xcodeproj.swift.compile.params", + "1": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift", "2": { "a": "x86_64", "m": "11.0", @@ -12057,187 +12057,187 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "GRPC", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-22", - "@@rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-22" - ], - "i": { - "s": [ - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Array+BoundsCheck.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncUnaryCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCSendable.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/NIOAsyncWrappers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/BidirectionalStreamingServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ClientStreamingServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerHandlerProtocol.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerStreamingServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/UnaryServerHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallOptions.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/BidirectionalStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/Call.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/CallDetails.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/LazyEventLoopPromise.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponseContainers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponsePartContainer.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ServerStreamingCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/UnaryCall.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnection.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnectionConfiguration+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientErrorDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CoalescingLengthPrefixedMessageWriter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/CompressionAlgorithm.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/DecompressionLimit.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/MessageEncoding.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/Zlib.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionBackoff.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionKeepalive.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager+Delegates.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManagerChannelProvider.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionManagerID.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+PerConnectionState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+Waiter.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/GRPCChannelPool.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManager.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine+PerPoolState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PooledChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/StreamLender.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectivityState.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DebugOnly.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DelegatingErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Error+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/EventLoopFuture+RecoverFromUncleanShutdown.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/FakeChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NWTLS.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannel.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannelBuilder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClient.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientChannelHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCContentType.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCError.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCHeaderName.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandlerStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCKeepaliveHandlers.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCLogger.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCPayload.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerRequestRoutingHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServiceDescription.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatus.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusAndMetadata.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusMessageMarshaller.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTLSConfiguration.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTimeout.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCWebToHTTP2ServerCodec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCServerCodec.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCStateMachine.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorPipeline.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorProtocol.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransportFactory.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/MessageParts.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorPipeline.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptors.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/InterceptorContextList.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LengthPrefixedMessageReader.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Logger.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LoggingServerErrorDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/MessageEncodingHeaderValidator.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/PlatformSupport.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ReadWriteStates.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Ref.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Serialization.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder+NIOSSL.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/ServerCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/StreamingResponseCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/UnaryResponseCallContext.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerChannelErrorHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorDelegate.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorProcessor.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Stopwatch.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/StreamEvent.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVerificationHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVersion.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TimeLimit.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/UserInfo.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Version.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WebCORSHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WriteCapturingHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_EmbeddedThroughput.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_FakeResponseStream.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_GRPCClientCodecHandler.swift", - "external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_MessageContext.swift" - ] - }, - "l": "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:CGRPCZlib CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log//:Logging CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIO CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOCore CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOEmbedded CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOFoundationCompat CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOHTTP1 CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOPosix CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio//:NIOTLS CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras//:NIOExtras CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2//:NIOHTTP2 CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl//:NIOSSL CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services//:NIOTransportServices CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf//:SwiftProtobuf CONFIGURATION-STABLE-22" + ], + "i": { + "s": [ + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Array+BoundsCheck.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Actions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Draining.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Finished.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Handling.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine+Idle.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerHandlerStateMachine/ServerHandlerStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Actions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Finished.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine+Intercepting.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/ServerInterceptorStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/AsyncServerHandler/ServerInterceptorStateMachine/StreamState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/Call+AsyncRequestStreamWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/CancellationError+GRPCStatusTransformable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncBidirectionalStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncClientStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncRequestStreamWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncResponseStreamWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncSequenceProducerDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncServerStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncUnaryCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCAsyncWriterSinkDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCChannel+AsyncAwaitSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCClient+AsyncAwaitSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/GRPCSendable.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/AsyncAwaitSupport/NIOAsyncWrappers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/BidirectionalStreamingServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ClientStreamingServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerHandlerProtocol.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/ServerStreamingServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallHandlers/UnaryServerHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CallOptions.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/BidirectionalStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/Call.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/CallDetails.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ClientStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/LazyEventLoopPromise.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponseContainers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ResponsePartContainer.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/ServerStreamingCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientCalls/UnaryCall.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnection.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientConnectionConfiguration+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ClientErrorDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/CoalescingLengthPrefixedMessageWriter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/CompressionAlgorithm.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/DecompressionLimit.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/MessageEncoding.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Compression/Zlib.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionBackoff.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionKeepalive.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager+Delegates.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionManagerChannelProvider.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionManagerID.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+PerConnectionState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool+Waiter.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/ConnectionPool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/GRPCChannelPool.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManager.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine+PerPoolState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PoolManagerStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/PooledChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectionPool/StreamLender.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ConnectivityState.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DebugOnly.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/DelegatingErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Error+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/EventLoopFuture+RecoverFromUncleanShutdown.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/FakeChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/ClientConnection+NWTLS.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannel.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCChannel/GRPCChannelBuilder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClient.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientChannelHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCClientStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCContentType.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCError.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCHeaderName.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCIdleHandlerStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCKeepaliveHandlers.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCLogger.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCPayload.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServerRequestRoutingHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCServiceDescription.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatus.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusAndMetadata.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCStatusMessageMarshaller.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTLSConfiguration.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCTimeout.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/GRPCWebToHTTP2ServerCodec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCServerCodec.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/HTTP2ToRawGRPCStateMachine.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorPipeline.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptorProtocol.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientInterceptors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ClientTransportFactory.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/MessageParts.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptorPipeline.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Interceptor/ServerInterceptors.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/InterceptorContextList.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LengthPrefixedMessageReader.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Logger.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/LoggingServerErrorDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/MessageEncodingHeaderValidator.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/PlatformSupport.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ReadWriteStates.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Ref.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Serialization.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Server.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder+NIOSSL.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerBuilder.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/ServerCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/StreamingResponseCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerCallContexts/UnaryResponseCallContext.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerChannelErrorHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorDelegate.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/ServerErrorProcessor.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Stopwatch.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/StreamEvent.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVerificationHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TLSVersion.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/TimeLimit.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/UserInfo.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/Version.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WebCORSHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/WriteCapturingHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_EmbeddedThroughput.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_FakeResponseStream.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_GRPCClientCodecHandler.swift", + "external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/GRPC/_MessageContext.swift" + ] + }, + "l": "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC", "m": true, "n": "GRPC", "o": { "s": { - "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.swiftmodule" + "m": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/GRPC.swiftmodule" } }, "p": { "m": "GRPC", "n": "GRPC", - "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/libGRPC.a", + "p": "bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/libGRPC.a", "t": "com.apple.product-type.library.static" }, "x": [ @@ -12288,14 +12288,14 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "GRPC_echo_proto_swift", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-22", "@@//GRPC:echo_proto_swift CONFIGURATION-STABLE-22" ], "i": { @@ -12339,10 +12339,10 @@ "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/rules_xcodeproj/echo_client/Info.plist", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "GRPC_echo_client_library", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift" }, "c": "CONFIGURATION-STABLE-22", "d": [ @@ -12385,14 +12385,14 @@ }, "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "GRPC_echo_proto_swift", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift" }, "c": "CONFIGURATION-STABLE-22", "d": [ - "@@rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-22", + "@@rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift//:GRPC CONFIGURATION-STABLE-22", "@@//GRPC:echo_proto_swift CONFIGURATION-STABLE-22" ], "i": { @@ -12436,10 +12436,10 @@ "b": { "DEBUG_INFORMATION_FORMAT": "dwarf-with-dsym", "INFOPLIST_FILE": "$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/GRPC/rules_xcodeproj/echo_server/Info.plist", - "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", + "OTHER_SWIFT_FLAGS": "-Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLinux.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOWindows.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOAtomics.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIODarwin.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL.swift.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims.swift.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra", "PRODUCT_MODULE_NAME": "GRPC_echo_server_library", "SWIFT_COMPILATION_MODE": "wholemodule", - "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.12.0~non_module_deps~com_github_grpc_grpc_swift" + "SWIFT_INCLUDE_PATHS": "$(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_protobuf $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/GRPC $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_log $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_atomics $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_collections $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_extras $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_http2 $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_ssl $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_apple_swift_nio_transport_services $(BUILD_DIR)/bazel-out/CONFIGURATION-STABLE-22/bin/external/rules_swift~1.13.0~non_module_deps~com_github_grpc_grpc_swift" }, "c": "CONFIGURATION-STABLE-22", "d": [ diff --git a/platform_mappings b/platform_mappings index 69354c0bac..aa68716183 100644 --- a/platform_mappings +++ b/platform_mappings @@ -1,109 +1,109 @@ platforms: - @@apple_support~1.10.1//platforms:macos_x86_64 + @@apple_support~1.11.1//platforms:macos_x86_64 --cpu=darwin_x86_64 - @@apple_support~1.10.1//platforms:macos_arm64 + @@apple_support~1.11.1//platforms:macos_arm64 --cpu=darwin_arm64 - @@apple_support~1.10.1//platforms:macos_arm64e + @@apple_support~1.11.1//platforms:macos_arm64e --cpu=darwin_arm64e - @@apple_support~1.10.1//platforms:ios_i386 + @@apple_support~1.11.1//platforms:ios_i386 --cpu=ios_i386 - @@apple_support~1.10.1//platforms:ios_x86_64 + @@apple_support~1.11.1//platforms:ios_x86_64 --cpu=ios_x86_64 - @@apple_support~1.10.1//platforms:ios_sim_arm64 + @@apple_support~1.11.1//platforms:ios_sim_arm64 --cpu=ios_sim_arm64 - @@apple_support~1.10.1//platforms:ios_armv7 + @@apple_support~1.11.1//platforms:ios_armv7 --cpu=ios_armv7 - @@apple_support~1.10.1//platforms:ios_arm64 + @@apple_support~1.11.1//platforms:ios_arm64 --cpu=ios_arm64 - @@apple_support~1.10.1//platforms:ios_arm64e + @@apple_support~1.11.1//platforms:ios_arm64e --cpu=ios_arm64e - @@apple_support~1.10.1//platforms:tvos_x86_64 + @@apple_support~1.11.1//platforms:tvos_x86_64 --cpu=tvos_x86_64 - @@apple_support~1.10.1//platforms:tvos_sim_arm64 + @@apple_support~1.11.1//platforms:tvos_sim_arm64 --cpu=tvos_sim_arm64 - @@apple_support~1.10.1//platforms:tvos_arm64 + @@apple_support~1.11.1//platforms:tvos_arm64 --cpu=tvos_arm64 - @@apple_support~1.10.1//platforms:watchos_x86_64 + @@apple_support~1.11.1//platforms:watchos_x86_64 --cpu=watchos_x86_64 - @@apple_support~1.10.1//platforms:watchos_arm64 + @@apple_support~1.11.1//platforms:watchos_arm64 --cpu=watchos_arm64 - @@apple_support~1.10.1//platforms:watchos_armv7k + @@apple_support~1.11.1//platforms:watchos_armv7k --cpu=watchos_armv7k - @@apple_support~1.10.1//platforms:watchos_arm64_32 + @@apple_support~1.11.1//platforms:watchos_arm64_32 --cpu=watchos_arm64_32 flags: --cpu=darwin_x86_64 --apple_platform_type=macos - @@apple_support~1.10.1//platforms:macos_x86_64 + @@apple_support~1.11.1//platforms:macos_x86_64 --cpu=darwin_arm64 --apple_platform_type=macos - @@apple_support~1.10.1//platforms:macos_arm64 + @@apple_support~1.11.1//platforms:macos_arm64 --cpu=darwin_arm64e --apple_platform_type=macos - @@apple_support~1.10.1//platforms:macos_arm64e + @@apple_support~1.11.1//platforms:macos_arm64e --cpu=ios_x86_64 --apple_platform_type=ios - @@apple_support~1.10.1//platforms:ios_x86_64 + @@apple_support~1.11.1//platforms:ios_x86_64 --cpu=ios_sim_arm64 --apple_platform_type=ios - @@apple_support~1.10.1//platforms:ios_sim_arm64 + @@apple_support~1.11.1//platforms:ios_sim_arm64 --cpu=ios_armv7 --apple_platform_type=ios - @@apple_support~1.10.1//platforms:ios_armv7 + @@apple_support~1.11.1//platforms:ios_armv7 --cpu=ios_arm64 --apple_platform_type=ios - @@apple_support~1.10.1//platforms:ios_arm64 + @@apple_support~1.11.1//platforms:ios_arm64 --cpu=ios_arm64e --apple_platform_type=ios - @@apple_support~1.10.1//platforms:ios_arm64e + @@apple_support~1.11.1//platforms:ios_arm64e --cpu=tvos_x86_64 --apple_platform_type=tvos - @@apple_support~1.10.1//platforms:tvos_x86_64 + @@apple_support~1.11.1//platforms:tvos_x86_64 --cpu=tvos_sim_arm64 --apple_platform_type=tvos - @@apple_support~1.10.1//platforms:tvos_sim_arm64 + @@apple_support~1.11.1//platforms:tvos_sim_arm64 --cpu=tvos_arm64 --apple_platform_type=tvos - @@apple_support~1.10.1//platforms:tvos_arm64 + @@apple_support~1.11.1//platforms:tvos_arm64 --cpu=watchos_x86_64 --apple_platform_type=watchos - @@apple_support~1.10.1//platforms:watchos_x86_64 + @@apple_support~1.11.1//platforms:watchos_x86_64 --cpu=watchos_arm64 --apple_platform_type=watchos - @@apple_support~1.10.1//platforms:watchos_arm64 + @@apple_support~1.11.1//platforms:watchos_arm64 --cpu=watchos_armv7k --apple_platform_type=watchos - @@apple_support~1.10.1//platforms:watchos_armv7k + @@apple_support~1.11.1//platforms:watchos_armv7k --cpu=watchos_arm64_32 --apple_platform_type=watchos - @@apple_support~1.10.1//platforms:watchos_arm64_32 + @@apple_support~1.11.1//platforms:watchos_arm64_32