[ObjC] Update swift package dependencies (#34192)

This is to accommodate the change in #33803, adding missing dependencies
of swift package.
pull/34196/head
Hannah Shi 1 year ago committed by GitHub
parent 157d8e23c8
commit 041b734218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 68
      Package.swift
  2. 3
      build_handwritten.yaml

68
Package.swift generated

@ -1834,12 +1834,20 @@ let package = Package(
"third_party/upb/upb/collections/map_sorter_internal.h", "third_party/upb/upb/collections/map_sorter_internal.h",
"third_party/upb/upb/collections/message_value.h", "third_party/upb/upb/collections/message_value.h",
"third_party/upb/upb/decode.h", "third_party/upb/upb/decode.h",
"third_party/upb/upb/def.h",
"third_party/upb/upb/def.hpp",
"third_party/upb/upb/encode.h", "third_party/upb/upb/encode.h",
"third_party/upb/upb/extension_registry.h", "third_party/upb/upb/extension_registry.h",
"third_party/upb/upb/hash/common.c", "third_party/upb/upb/hash/common.c",
"third_party/upb/upb/hash/common.h", "third_party/upb/upb/hash/common.h",
"third_party/upb/upb/hash/int_table.h", "third_party/upb/upb/hash/int_table.h",
"third_party/upb/upb/hash/str_table.h", "third_party/upb/upb/hash/str_table.h",
"third_party/upb/upb/json/decode.c",
"third_party/upb/upb/json/decode.h",
"third_party/upb/upb/json/encode.c",
"third_party/upb/upb/json/encode.h",
"third_party/upb/upb/json_decode.h",
"third_party/upb/upb/json_encode.h",
"third_party/upb/upb/lex/atoi.c", "third_party/upb/upb/lex/atoi.c",
"third_party/upb/upb/lex/atoi.h", "third_party/upb/upb/lex/atoi.h",
"third_party/upb/upb/lex/round_trip.c", "third_party/upb/upb/lex/round_trip.c",
@ -1854,6 +1862,9 @@ let package = Package(
"third_party/upb/upb/mem/arena.c", "third_party/upb/upb/mem/arena.c",
"third_party/upb/upb/mem/arena.h", "third_party/upb/upb/mem/arena.h",
"third_party/upb/upb/mem/arena_internal.h", "third_party/upb/upb/mem/arena_internal.h",
"third_party/upb/upb/message/accessors.c",
"third_party/upb/upb/message/accessors.h",
"third_party/upb/upb/message/accessors_internal.h",
"third_party/upb/upb/message/extension_internal.h", "third_party/upb/upb/message/extension_internal.h",
"third_party/upb/upb/message/internal.h", "third_party/upb/upb/message/internal.h",
"third_party/upb/upb/message/message.c", "third_party/upb/upb/message/message.c",
@ -1880,8 +1891,61 @@ let package = Package(
"third_party/upb/upb/port/def.inc", "third_party/upb/upb/port/def.inc",
"third_party/upb/upb/port/undef.inc", "third_party/upb/upb/port/undef.inc",
"third_party/upb/upb/port/vsnprintf_compat.h", "third_party/upb/upb/port/vsnprintf_compat.h",
"third_party/upb/upb/reflection.h",
"third_party/upb/upb/reflection.hpp",
"third_party/upb/upb/reflection/common.h",
"third_party/upb/upb/reflection/def.h",
"third_party/upb/upb/reflection/def.hpp",
"third_party/upb/upb/reflection/def_builder.c",
"third_party/upb/upb/reflection/def_builder_internal.h",
"third_party/upb/upb/reflection/def_pool.c",
"third_party/upb/upb/reflection/def_pool.h",
"third_party/upb/upb/reflection/def_pool_internal.h",
"third_party/upb/upb/reflection/def_type.c",
"third_party/upb/upb/reflection/def_type.h",
"third_party/upb/upb/reflection/desc_state.c",
"third_party/upb/upb/reflection/desc_state_internal.h",
"third_party/upb/upb/reflection/enum_def.c",
"third_party/upb/upb/reflection/enum_def.h",
"third_party/upb/upb/reflection/enum_def_internal.h",
"third_party/upb/upb/reflection/enum_reserved_range.c",
"third_party/upb/upb/reflection/enum_reserved_range.h",
"third_party/upb/upb/reflection/enum_reserved_range_internal.h",
"third_party/upb/upb/reflection/enum_value_def.c",
"third_party/upb/upb/reflection/enum_value_def.h",
"third_party/upb/upb/reflection/enum_value_def_internal.h",
"third_party/upb/upb/reflection/extension_range.c",
"third_party/upb/upb/reflection/extension_range.h",
"third_party/upb/upb/reflection/extension_range_internal.h",
"third_party/upb/upb/reflection/field_def.c",
"third_party/upb/upb/reflection/field_def.h",
"third_party/upb/upb/reflection/field_def_internal.h",
"third_party/upb/upb/reflection/file_def.c",
"third_party/upb/upb/reflection/file_def.h",
"third_party/upb/upb/reflection/file_def_internal.h",
"third_party/upb/upb/reflection/message.c",
"third_party/upb/upb/reflection/message.h",
"third_party/upb/upb/reflection/message.hpp",
"third_party/upb/upb/reflection/message_def.c",
"third_party/upb/upb/reflection/message_def.h",
"third_party/upb/upb/reflection/message_def_internal.h",
"third_party/upb/upb/reflection/message_reserved_range.c",
"third_party/upb/upb/reflection/message_reserved_range.h",
"third_party/upb/upb/reflection/message_reserved_range_internal.h",
"third_party/upb/upb/reflection/method_def.c",
"third_party/upb/upb/reflection/method_def.h",
"third_party/upb/upb/reflection/method_def_internal.h",
"third_party/upb/upb/reflection/oneof_def.c",
"third_party/upb/upb/reflection/oneof_def.h",
"third_party/upb/upb/reflection/oneof_def_internal.h",
"third_party/upb/upb/reflection/service_def.c",
"third_party/upb/upb/reflection/service_def.h",
"third_party/upb/upb/reflection/service_def_internal.h",
"third_party/upb/upb/status.h", "third_party/upb/upb/status.h",
"third_party/upb/upb/string_view.h", "third_party/upb/upb/string_view.h",
"third_party/upb/upb/text/encode.c",
"third_party/upb/upb/text/encode.h",
"third_party/upb/upb/text_encode.h",
"third_party/upb/upb/upb.h", "third_party/upb/upb/upb.h",
"third_party/upb/upb/upb.hpp", "third_party/upb/upb/upb.hpp",
"third_party/upb/upb/wire/common.h", "third_party/upb/upb/wire/common.h",
@ -1899,6 +1963,10 @@ let package = Package(
"third_party/upb/upb/wire/reader.h", "third_party/upb/upb/wire/reader.h",
"third_party/upb/upb/wire/swap_internal.h", "third_party/upb/upb/wire/swap_internal.h",
"third_party/upb/upb/wire/types.h", "third_party/upb/upb/wire/types.h",
"third_party/utf8_range/naive.c",
"third_party/utf8_range/range2-neon.c",
"third_party/utf8_range/range2-sse.c",
"third_party/utf8_range/utf8_range.h",
"third_party/xxhash/xxhash.h", "third_party/xxhash/xxhash.h",
], ],
publicHeadersPath: "spm-core-include", publicHeadersPath: "spm-core-include",

@ -208,4 +208,7 @@ swift_package:
- grpc_authorization_provider - grpc_authorization_provider
- gpr - gpr
- upb - upb
- upb_json_lib
- upb_textformat_lib
- utf8_range_lib
- re2 - re2

Loading…
Cancel
Save