From 9e1983df4840f73493ded39d772da34fb11b6250 Mon Sep 17 00:00:00 2001 From: Hannah Shi Date: Fri, 10 Feb 2023 20:09:22 -0800 Subject: [PATCH] add missing grpc core and upb dependecies to swift package (#169) (#180) --- Package.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index bdbdcad3d6..6ab66fca17 100644 --- a/Package.swift +++ b/Package.swift @@ -57,7 +57,6 @@ let package = Package( "third_party/upb/upb/json_test.cc", "third_party/upb/upb/util/def_to_proto_test.cc", "third_party/upb/upb/util/compare_test.cc", - "src/core/lib/event_engine/utils.cc", ], sources: [ "src/core/ext/filters/", @@ -67,9 +66,11 @@ let package = Package( "src/core/ext/xds/", "src/core/lib/", "src/core/plugin_registry/grpc_plugin_registry.cc", + "src/core/plugin_registry/grpc_plugin_registry_noextra.cc", "src/core/tsi/", "third_party/re2/re2/", "third_party/re2/util/", + "third_party/upb/third_party/utf8_range/", "third_party/upb/upb/", "third_party/xxhash/xxhash.h", ],