We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e584a88 commit d88573fCopy full SHA for d88573f
Package.swift
@@ -41,6 +41,8 @@ let package = Package(
41
"src/cpp/",
42
"third_party/upb/upb/port/def.inc",
43
"third_party/upb/upb/port/undef.inc",
44
+ "third_party/utf8_range/utf8_range_sse.inc",
45
+ "third_party/utf8_range/utf8_range_neon.inc",
46
"third_party/re2/LICENSE",
47
"third_party/utf8_range/LICENSE",
48
"third_party/xxhash/LICENSE",
@@ -82,6 +84,8 @@ let package = Package(
82
84
path: basePath,
83
85
exclude: [
86
"tests",
87
+ "include/grpcpp/ports_undef.inc",
88
+ "include/grpcpp/ports_def.inc",
89
],
90
sources: [
91
0 commit comments