Build Logs

davenverse/googleapis-http4s • scheduled_3.8.1-RC1-bin-20260102-32e416e-NIGHTLY

Errors

100

Warnings

2008

Total Lines

2438

1##################################
2Clonning https://github.com/davenverse/googleapis-http4s.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
6Scala binary version found: 3.8
7Implicitly using source version 3.8
8Scala binary version found: 3.8
9Implicitly using source version 3.8
10Would try to apply common scalacOption (best-effort, sbt/mill only):
11Append: ,REQUIRE:-source:3.8
12Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
13----
14Starting build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
15Execute tests: false
16sbt project found:
17Sbt version 1.10.1 is not supported, minimal supported version is 1.11.5
18Enforcing usage of sbt in version 1.11.5
19No prepare script found for project davenverse/googleapis-http4s
20##################################
21Scala version: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
22Targets: io.chrisdavenport%http4s-grpc-google-cloud-pubsub-v1
23Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
24##################################
25Using extra scalacOptions: ,REQUIRE:-source:3.8
26Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
27[sbt_options] declare -a sbt_options=()
28[process_args] java_version = '17'
29[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
30# Executing command line:
31java
32-Xms1G
33-Xmx6G
34-XX:ReservedCodeCacheSize=250M
35-XX:+TieredCompilation
36-XX:+UseG1GC
37-Xss10m
38-Dcommunitybuild.scala=3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
39-Dcommunitybuild.project.dependencies.add=
40-Xmx7G
41-Xms4G
42-Xss8M
43-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
44-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
45-jar
46/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
47"setCrossScalaVersions 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY"
48"++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -v"
49"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
50"set every credentials := Nil"
51"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
52"removeScalacOptionsStartingWith -P:wartremover"
53
54moduleMappings
55"runBuild 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}""" io.chrisdavenport%http4s-grpc-google-cloud-pubsub-v1"
56
57[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
58[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
59[info] loading project definition from /build/repo/project
60[error] lmcoursier.internal.shaded.coursier.error.FetchError$DownloadingArtifacts: Error fetching artifacts:
61[error] https://repo1.maven.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar: download error: Caught java.io.IOException (Server returned HTTP response code: 500 for URL: https://repo1.maven.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar) while downloading https://repo1.maven.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
62[error] https://repo1.maven.org/maven2/org/scala-native/test-runner_2.12/0.4.17/test-runner_2.12-0.4.17.jar: download error: Caught java.io.IOException (Server returned HTTP response code: 500 for URL: https://repo1.maven.org/maven2/org/scala-native/test-runner_2.12/0.4.17/test-runner_2.12-0.4.17.jar) while downloading https://repo1.maven.org/maven2/org/scala-native/test-runner_2.12/0.4.17/test-runner_2.12-0.4.17.jar
63[error]
64[error] at lmcoursier.internal.shaded.coursier.Artifacts$.$anonfun$fetchArtifacts$9(Artifacts.scala:365)
65[error] at lmcoursier.internal.shaded.coursier.util.Task$.$anonfun$flatMap$extension$1(Task.scala:14)
66[error] at lmcoursier.internal.shaded.coursier.util.Task$.$anonfun$flatMap$extension$1$adapted(Task.scala:14)
67[error] at lmcoursier.internal.shaded.coursier.util.Task$.wrap(Task.scala:82)
68[error] at lmcoursier.internal.shaded.coursier.util.Task$.$anonfun$flatMap$2(Task.scala:14)
69[error] at scala.concurrent.Future.$anonfun$flatMap$1(Future.scala:307)
70[error] at scala.concurrent.impl.Promise.$anonfun$transformWith$1(Promise.scala:51)
71[error] at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:74)
72[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
73[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
74[error] at java.base/java.lang.Thread.run(Thread.java:833)
75[error] Caused by: lmcoursier.internal.shaded.coursier.cache.ArtifactError$DownloadError: download error: Caught java.io.IOException (Server returned HTTP response code: 500 for URL: https://repo1.maven.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar) while downloading https://repo1.maven.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
76[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$.$anonfun$downloading$1(Downloader.scala:808)
77[error] at lmcoursier.internal.shaded.coursier.cache.internal.Retry.loop$1(Retry.scala:23)
78[error] at lmcoursier.internal.shaded.coursier.cache.internal.Retry.retryOpt(Retry.scala:39)
79[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$.coursier$cache$internal$Downloader$$downloading(Downloader.scala:812)
80[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$Blocking$.remote(Downloader.scala:428)
81[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader.$anonfun$remote$6(Downloader.scala:546)
82[error] at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:659)
83[error] at scala.util.Success.$anonfun$map$1(Try.scala:255)
84[error] at scala.util.Success.map(Try.scala:213)
85[error] at scala.concurrent.Future.$anonfun$map$1(Future.scala:292)
86[error] at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:42)
87[error] at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:74)
88[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
89[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
90[error] at java.base/java.lang.Thread.run(Thread.java:833)
91[error] Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://repo1.maven.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
92[error] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
93[error] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
94[error] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
95[error] at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
96[error] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
97[error] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2057)
98[error] at java.base/sun.net.www.protocol.http.HttpURLConnection$10.run(HttpURLConnection.java:2052)
99[error] at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
100[error] at java.base/sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:2051)
101[error] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1609)
102[error] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
103[error] at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
104[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$Blocking$.doDownload(Downloader.scala:266)
105[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$Blocking$.$anonfun$remote$2(Downloader.scala:423)
106[error] at lmcoursier.internal.shaded.coursier.cache.CacheLocks$.loop$1(CacheLocks.scala:94)
107[error] at lmcoursier.internal.shaded.coursier.cache.CacheLocks$.withLockOr(CacheLocks.scala:117)
108[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$Blocking$.$anonfun$remote$1(Downloader.scala:426)
109[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$.$anonfun$downloading$2(Downloader.scala:776)
110[error] at lmcoursier.internal.shaded.coursier.cache.CacheLocks$.withUrlLock(CacheLocks.scala:136)
111[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$.$anonfun$downloading$1(Downloader.scala:776)
112[error] at lmcoursier.internal.shaded.coursier.cache.internal.Retry.loop$1(Retry.scala:23)
113[error] at lmcoursier.internal.shaded.coursier.cache.internal.Retry.retryOpt(Retry.scala:39)
114[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$.coursier$cache$internal$Downloader$$downloading(Downloader.scala:812)
115[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$Blocking$.remote(Downloader.scala:428)
116[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader.$anonfun$remote$6(Downloader.scala:546)
117[error] at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:659)
118[error] at scala.util.Success.$anonfun$map$1(Try.scala:255)
119[error] at scala.util.Success.map(Try.scala:213)
120[error] at scala.concurrent.Future.$anonfun$map$1(Future.scala:292)
121[error] at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:42)
122[error] at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:74)
123[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
124[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
125[error] at java.base/java.lang.Thread.run(Thread.java:833)
126[error] Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://repo1.maven.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
127[error] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:2000)
128[error] at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
129[error] at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:529)
130[error] at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:308)
131[error] at lmcoursier.internal.shaded.coursier.cache.CacheUrl$.redirectTo(CacheUrl.scala:178)
132[error] at lmcoursier.internal.shaded.coursier.cache.CacheUrl$.redirect(CacheUrl.scala:193)
133[error] at lmcoursier.internal.shaded.coursier.cache.CacheUrl$.urlConnectionMaybePartial(CacheUrl.scala:349)
134[error] at lmcoursier.internal.shaded.coursier.cache.ConnectionBuilder.connectionMaybePartial(ConnectionBuilder.scala:50)
135[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$Blocking$.doDownload(Downloader.scala:232)
136[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$Blocking$.$anonfun$remote$2(Downloader.scala:423)
137[error] at lmcoursier.internal.shaded.coursier.cache.CacheLocks$.loop$1(CacheLocks.scala:94)
138[error] at lmcoursier.internal.shaded.coursier.cache.CacheLocks$.withLockOr(CacheLocks.scala:117)
139[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$Blocking$.$anonfun$remote$1(Downloader.scala:426)
140[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$.$anonfun$downloading$2(Downloader.scala:776)
141[error] at lmcoursier.internal.shaded.coursier.cache.CacheLocks$.withUrlLock(CacheLocks.scala:136)
142[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$.$anonfun$downloading$1(Downloader.scala:776)
143[error] at lmcoursier.internal.shaded.coursier.cache.internal.Retry.loop$1(Retry.scala:23)
144[error] at lmcoursier.internal.shaded.coursier.cache.internal.Retry.retryOpt(Retry.scala:39)
145[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$.coursier$cache$internal$Downloader$$downloading(Downloader.scala:812)
146[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader$Blocking$.remote(Downloader.scala:428)
147[error] at lmcoursier.internal.shaded.coursier.cache.internal.Downloader.$anonfun$remote$6(Downloader.scala:546)
148[error] at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:659)
149[error] at scala.util.Success.$anonfun$map$1(Try.scala:255)
150[error] at scala.util.Success.map(Try.scala:213)
151[error] at scala.concurrent.Future.$anonfun$map$1(Future.scala:292)
152[error] at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:42)
153[error] at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:74)
154[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
155[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
156[error] at java.base/java.lang.Thread.run(Thread.java:833)
157[error] (update) lmcoursier.internal.shaded.coursier.error.FetchError$DownloadingArtifacts: Error fetching artifacts:
158[error] https://repo1.maven.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar: download error: Caught java.io.IOException (Server returned HTTP response code: 500 for URL: https://repo1.maven.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar) while downloading https://repo1.maven.org/maven2/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
159[error] https://repo1.maven.org/maven2/org/scala-native/test-runner_2.12/0.4.17/test-runner_2.12-0.4.17.jar: download error: Caught java.io.IOException (Server returned HTTP response code: 500 for URL: https://repo1.maven.org/maven2/org/scala-native/test-runner_2.12/0.4.17/test-runner_2.12-0.4.17.jar) while downloading https://repo1.maven.org/maven2/org/scala-native/test-runner_2.12/0.4.17/test-runner_2.12-0.4.17.jar
160[warn] Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? (default: r)
161[0JFailed to download artifacts, retry after 274 seconds
162Retrying build, retry 1/2, force Scala version:false, enable migration:
163[sbt_options] declare -a sbt_options=()
164[process_args] java_version = '17'
165[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
166# Executing command line:
167java
168-Xms1G
169-Xmx6G
170-XX:ReservedCodeCacheSize=250M
171-XX:+TieredCompilation
172-XX:+UseG1GC
173-Xss10m
174-Dcommunitybuild.scala=3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
175-Dcommunitybuild.project.dependencies.add=
176-Xmx7G
177-Xms4G
178-Xss8M
179-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
180-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
181-jar
182/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
183"setCrossScalaVersions 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY"
184"++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -v"
185"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
186"set every credentials := Nil"
187"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
188"removeScalacOptionsStartingWith -P:wartremover"
189
190moduleMappings
191"runBuild 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}""" io.chrisdavenport%http4s-grpc-google-cloud-pubsub-v1"
192
193[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
194[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
195[info] loading project definition from /build/repo/project
196[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
197[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
198[info] Compilation completed in 8.817s.
199[info] done compiling
200[info] loading settings for project googleapis-http4s from build.sbt...
201[info] resolving key references (64856 settings) ...
202[info] set scmInfo to https://github.com/davenverse/googleapis-http4s
203[info] set current project to googleapis-http4s (in build file:/build/repo/)
204Execute setCrossScalaVersions: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
205OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigqueryconnection-v1JVM/crossScalaVersions
206OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigquerymigration-v2JS/crossScalaVersions
207OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-memcache-v1JS/crossScalaVersions
208OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in iam-v1JVM/crossScalaVersions
209OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-kms-v1JS/crossScalaVersions
210OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-alloydbNative/crossScalaVersions
211OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-datastream-v1JVM/crossScalaVersions
212OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigquerydatapolicy-v1JVM/crossScalaVersions
213OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in docs/crossScalaVersions
214OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigquerydatapolicy-v1Native/crossScalaVersions
215[info] set scmInfo to https://github.com/davenverse/googleapis-http4s
216OpenCB::Limitting incorrect crossVersions List() -> List(2.13.14) in googleapis-http4s/crossScalaVersions
217OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigtable-v2JVM/crossScalaVersions
218OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in javaJS/crossScalaVersions
219OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-firestore-v1JS/crossScalaVersions
220OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in commonJS/crossScalaVersions
221OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigquerystorage-v1JVM/crossScalaVersions
222OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-trace-v2JS/crossScalaVersions
223OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigtable-v2Native/crossScalaVersions
224OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-storage-v2JVM/crossScalaVersions
225OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in googleapis-http4sNative/crossScalaVersions
226OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-pubsub-v1Native/crossScalaVersions
227OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-firestore-v1Native/crossScalaVersions
228OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-alloydbJS/crossScalaVersions
229OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-spanner-v1JVM/crossScalaVersions
230OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-alloydbJVM/crossScalaVersions
231OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-storage-v2JS/crossScalaVersions
232OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-kms-v1JVM/crossScalaVersions
233OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in commonJVM/crossScalaVersions
234OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-datastream-v1JS/crossScalaVersions
235OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigquerydatatransfer-v1Native/crossScalaVersions
236OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-spanner-v1JS/crossScalaVersions
237OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigqueryconnection-v1Native/crossScalaVersions
238OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigqueryreservation-v1JS/crossScalaVersions
239OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in commonNative/crossScalaVersions
240OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-redis-v1JVM/crossScalaVersions
241OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigquerydatapolicy-v1JS/crossScalaVersions
242OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigquerydatatransfer-v1JVM/crossScalaVersions
243OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in googleapis-http4sJVM/crossScalaVersions
244OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-redis-v1Native/crossScalaVersions
245OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigqueryreservation-v1JVM/crossScalaVersions
246OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigquerymigration-v2Native/crossScalaVersions
247OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigquerystorage-v1Native/crossScalaVersions
248OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigquerymigration-v2JVM/crossScalaVersions
249OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-pubsub-v1JS/crossScalaVersions
250OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-datastream-v1Native/crossScalaVersions
251OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigqueryconnection-v1JS/crossScalaVersions
252OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-memcache-v1JVM/crossScalaVersions
253OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-trace-v2Native/crossScalaVersions
254OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-storage-v2Native/crossScalaVersions
255OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigquerydatatransfer-v1JS/crossScalaVersions
256OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-firestore-v1JVM/crossScalaVersions
257OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in iam-v1JS/crossScalaVersions
258OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigqueryreservation-v1Native/crossScalaVersions
259OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigquerystorage-v1JS/crossScalaVersions
260OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in iam-v1Native/crossScalaVersions
261OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-pubsub-v1JVM/crossScalaVersions
262OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in javaNative/crossScalaVersions
263OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in javaJVM/crossScalaVersions
264OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-bigtable-v2JS/crossScalaVersions
265OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-trace-v2JVM/crossScalaVersions
266OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-redis-v1JS/crossScalaVersions
267OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-spanner-v1Native/crossScalaVersions
268OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-memcache-v1Native/crossScalaVersions
269OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in googleapis-http4sJS/crossScalaVersions
270OpenCB::Changing crossVersion 3.3.3 -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in cloud-kms-v1Native/crossScalaVersions
271[info] set current project to googleapis-http4s (in build file:/build/repo/)
272[info] Setting Scala version to 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY on 64 projects.
273[info] Switching Scala version on:
274[info] cloud-kms-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
275[info] cloud-spanner-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
276[info] iam-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
277[info] cloud-firestore-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
278[info] cloud-datastream-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
279[info] cloud-bigquerydatatransfer-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
280[info] cloud-trace-v2JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
281[info] cloud-bigqueryconnection-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
282[info] cloud-datastream-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
283[info] cloud-bigqueryreservation-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
284[info] cloud-kms-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
285[info] cloud-bigquerymigration-v2JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
286[info] cloud-bigqueryreservation-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
287[info] cloud-bigqueryreservation-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
288[info] cloud-datastream-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
289[info] cloud-bigquerydatapolicy-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
290[info] cloud-alloydbJS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
291[info] cloud-redis-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
292[info] cloud-firestore-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
293[info] cloud-memcache-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
294[info] docs (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
295[info] iam-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
296[info] cloud-bigqueryconnection-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
297[info] cloud-trace-v2JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
298[info] cloud-redis-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
299[info] cloud-memcache-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
300[info] cloud-pubsub-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
301[info] cloud-bigtable-v2Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
302[info] cloud-redis-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
303[info] iam-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
304[info] cloud-firestore-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
305[info] cloud-bigquerydatatransfer-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
306[info] cloud-trace-v2Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
307[info] cloud-bigquerydatapolicy-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
308[info] cloud-bigquerymigration-v2JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
309[info] cloud-bigqueryconnection-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
310[info] cloud-alloydbNative (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
311[info] javaJS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
312[info] cloud-spanner-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
313[info] cloud-bigtable-v2JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
314[info] javaNative (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
315[info] commonNative (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
316[info] cloud-storage-v2JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
317[info] cloud-bigquerydatapolicy-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
318[info] googleapis-http4sJVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
319[info] cloud-kms-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
320[info] cloud-bigquerystorage-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
321[info] cloud-bigquerymigration-v2Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
322[info] cloud-bigquerydatatransfer-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
323[info] commonJVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
324[info] javaJVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
325[info] cloud-pubsub-v1Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
326[info] cloud-pubsub-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
327[info] googleapis-http4sJS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
328[info] cloud-storage-v2JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
329[info] cloud-bigtable-v2JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
330[info] cloud-alloydbJVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
331[info] cloud-storage-v2Native (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
332[info] cloud-memcache-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
333[info] cloud-bigquerystorage-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
334[info] cloud-bigquerystorage-v1JVM (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
335[info] commonJS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
336[info] googleapis-http4sNative (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
337[info] cloud-spanner-v1JS (2.13.14, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
338[info] Excluding projects:
339[info] * googleapis-http4s (2.13.14)
340[info] Reapplying settings...
341[info] set scmInfo to https://github.com/davenverse/googleapis-http4s
342[info] set current project to googleapis-http4s (in build file:/build/repo/)
343Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
344[info] Reapplying settings...
345[info] set scmInfo to https://github.com/davenverse/googleapis-http4s
346[info] set current project to googleapis-http4s (in build file:/build/repo/)
347[info] Defining Global / credentials, cloud-alloydbJS / credentials and 63 others.
348[info] The new values will be used by allCredentials, cloud-alloydbJS / allCredentials and 387 others.
349[info] Run `last` for details.
350[info] Reapplying settings...
351[info] set scmInfo to https://github.com/davenverse/googleapis-http4s
352[info] set current project to googleapis-http4s (in build file:/build/repo/)
353Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
354[info] Reapplying settings...
355OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
356
357 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
358 Did you mean javaNative / allExcludeDependencies ?
359 , retry without global scopes
360[info] Reapplying settings...
361[info] set scmInfo to https://github.com/davenverse/googleapis-http4s
362[info] set current project to googleapis-http4s (in build file:/build/repo/)
363Execute removeScalacOptionsStartingWith: -P:wartremover
364[info] Reapplying settings...
365[info] set scmInfo to https://github.com/davenverse/googleapis-http4s
366[info] set current project to googleapis-http4s (in build file:/build/repo/)
367[success] Total time: 0 s, completed Jan 3, 2026, 1:20:28 AM
368Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
369Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
370Starting build...
371Projects: Set(cloud-pubsub-v1JVM, commonJVM, javaJVM)
372Starting build for ProjectRef(file:/build/repo/,cloud-pubsub-v1JVM) (http4s-grpc-google-cloud-pubsub-v1)... [0/3]
373OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
374OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
375OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
376Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Ykind-projector, --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
377[info] Compiling 11 protobuf files to /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/http4s-grpc,/build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb
378[info] Compiling 64 protobuf files to /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/http4s-grpc,/build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb
379[info] Compiling 2 protobuf files to /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/http4s-grpc,/build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb
380[info] compiling 63 Scala sources to /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
381[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
382[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/any/Any.scala:224:37
383[warn] 224 | _unknownFields__.parseField(tag, _input__)
384[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
385[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
386[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
387[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
388[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/api/Api.scala:253:37
389[warn] 253 | _unknownFields__.parseField(tag, _input__)
390[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
391[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
392[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
393[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
394[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/api/Method.scala:235:37
395[warn] 235 | _unknownFields__.parseField(tag, _input__)
396[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
397[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
398[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
399[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
400[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/api/Mixin.scala:191:37
401[warn] 191 | _unknownFields__.parseField(tag, _input__)
402[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
403[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
404[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
405[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
406[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/DescriptorProto.scala:260:37
407[warn] 260 | _unknownFields__.parseField(tag, _input__)
408[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
409[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
410[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
411[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
412[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/DescriptorProto.scala:438:39
413[warn] 438 | _unknownFields__.parseField(tag, _input__)
414[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
415[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
416[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
417[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
418[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/DescriptorProto.scala:592:39
419[warn] 592 | _unknownFields__.parseField(tag, _input__)
420[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
421[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
422[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
423[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
424[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/EnumDescriptorProto.scala:164:37
425[warn] 164 | _unknownFields__.parseField(tag, _input__)
426[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
427[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
428[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
429[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
430[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/EnumDescriptorProto.scala:309:39
431[warn] 309 | _unknownFields__.parseField(tag, _input__)
432[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
433[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
434[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
435[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
436[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/EnumOptions.scala:170:37
437[warn] 170 | _unknownFields__.parseField(tag, _input__)
438[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
439[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
440[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
441[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
442[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/EnumValueDescriptorProto.scala:115:37
443[warn] 115 | _unknownFields__.parseField(tag, _input__)
444[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
445[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
446[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
447[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
448[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/EnumValueOptions.scala:147:37
449[warn] 147 | _unknownFields__.parseField(tag, _input__)
450[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
451[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
452[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
453[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
454[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/ExtensionRangeOptions.scala:149:37
455[warn] 149 | _unknownFields__.parseField(tag, _input__)
456[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
457[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
458[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
459[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
460[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/ExtensionRangeOptions.scala:393:39
461[warn] 393 | _unknownFields__.parseField(tag, _input__)
462[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
464[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
465[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
466[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/FeatureSet.scala:169:37
467[warn] 169 | _unknownFields__.parseField(tag, _input__)
468[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
469[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
470[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
471[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
472[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/FeatureSetDefaults.scala:126:37
473[warn] 126 | _unknownFields__.parseField(tag, _input__)
474[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
475[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
476[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
477[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
478[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/FeatureSetDefaults.scala:263:39
479[warn] 263 | _unknownFields__.parseField(tag, _input__)
480[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
481[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
482[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
483[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
484[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/FieldDescriptorProto.scala:299:37
485[warn] 299 | _unknownFields__.parseField(tag, _input__)
486[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
487[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
488[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
489[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
490[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/FieldOptions.scala:375:37
491[warn] 375 | _unknownFields__.parseField(tag, _input__)
492[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
493[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
494[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
495[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
496[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/FieldOptions.scala:817:39
497[warn] 817 | _unknownFields__.parseField(tag, _input__)
498[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
499[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
500[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
501[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
502[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/FileDescriptorProto.scala:344:37
503[warn] 344 | _unknownFields__.parseField(tag, _input__)
504[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
505[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
506[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
507[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
508[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/FileDescriptorSet.scala:83:37
509[warn] 83 | _unknownFields__.parseField(tag, _input__)
510[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
511[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
512[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
513[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
514[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/FileOptions.scala:522:37
515[warn] 522 | _unknownFields__.parseField(tag, _input__)
516[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
517[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
518[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
519[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
520[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/GeneratedCodeInfo.scala:88:37
521[warn] 88 | _unknownFields__.parseField(tag, _input__)
522[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
523[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
524[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
525[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
526[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/GeneratedCodeInfo.scala:290:39
527[warn] 290 | _unknownFields__.parseField(tag, _input__)
528[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
529[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
530[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
531[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
532[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/MessageOptions.scala:250:37
533[warn] 250 | _unknownFields__.parseField(tag, _input__)
534[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
535[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
536[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
537[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
538[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/MethodDescriptorProto.scala:174:37
539[warn] 174 | _unknownFields__.parseField(tag, _input__)
540[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
541[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
542[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
543[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
544[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/MethodOptions.scala:143:37
545[warn] 143 | _unknownFields__.parseField(tag, _input__)
546[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
547[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
548[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
549[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
550[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/OneofDescriptorProto.scala:98:37
551[warn] 98 | _unknownFields__.parseField(tag, _input__)
552[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
553[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
554[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
555[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
556[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/OneofOptions.scala:104:37
557[warn] 104 | _unknownFields__.parseField(tag, _input__)
558[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
559[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
560[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
561[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
562[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/ServiceDescriptorProto.scala:118:37
563[warn] 118 | _unknownFields__.parseField(tag, _input__)
564[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
565[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
566[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
567[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
568[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/ServiceOptions.scala:126:37
569[warn] 126 | _unknownFields__.parseField(tag, _input__)
570[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
571[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
572[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
573[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
574[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/SourceCodeInfo.scala:128:37
575[warn] 128 | _unknownFields__.parseField(tag, _input__)
576[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
577[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
578[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
579[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
580[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/SourceCodeInfo.scala:416:39
581[warn] 416 | _unknownFields__.parseField(tag, _input__)
582[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
583[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
584[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
585[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
586[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/UninterpretedOption.scala:193:37
587[warn] 193 | _unknownFields__.parseField(tag, _input__)
588[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
589[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
590[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
591[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
592[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/descriptor/UninterpretedOption.scala:339:39
593[warn] 339 | _unknownFields__.parseField(tag, _input__)
594[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
595[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
596[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
597[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
598[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/duration/Duration.scala:177:37
599[warn] 177 | _unknownFields__.parseField(tag, _input__)
600[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
601[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
602[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
603[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
604[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/empty/Empty.scala:61:37
605[warn] 61 | _unknownFields__.parseField(tag, _input__)
606[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
607[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
608[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
609[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
610[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/field_mask/FieldMask.scala:281:37
611[warn] 281 | _unknownFields__.parseField(tag, _input__)
612[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
613[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
614[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
615[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
616[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/source_context/SourceContext.scala:90:37
617[warn] 90 | _unknownFields__.parseField(tag, _input__)
618[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
619[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
620[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
621[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
622[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/struct/ListValue.scala:87:37
623[warn] 87 | _unknownFields__.parseField(tag, _input__)
624[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
625[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
626[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
627[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
628[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/struct/Struct.scala:92:37
629[warn] 92 | _unknownFields__.parseField(tag, _input__)
630[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
631[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
632[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
633[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
634[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/struct/Struct.scala:219:39
635[warn] 219 | _unknownFields__.parseField(tag, _input__)
636[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
637[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
638[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
639[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
640[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/struct/Value.scala:159:37
641[warn] 159 | _unknownFields__.parseField(tag, _input__)
642[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
643[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
644[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
645[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
646[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/timestamp/Timestamp.scala:206:37
647[warn] 206 | _unknownFields__.parseField(tag, _input__)
648[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
649[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
650[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
651[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
652[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/type/Enum.scala:203:37
653[warn] 203 | _unknownFields__.parseField(tag, _input__)
654[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
655[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
656[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
657[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
658[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/type/EnumValue.scala:135:37
659[warn] 135 | _unknownFields__.parseField(tag, _input__)
660[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
661[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
662[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
663[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
664[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/type/Field.scala:312:37
665[warn] 312 | _unknownFields__.parseField(tag, _input__)
666[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
667[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
668[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
669[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
670[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/type/OptionProto.scala:116:37
671[warn] 116 | _unknownFields__.parseField(tag, _input__)
672[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
673[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
674[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
675[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
676[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/type/Type.scala:223:37
677[warn] 223 | _unknownFields__.parseField(tag, _input__)
678[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
679[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
680[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
681[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
682[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/wrappers/BoolValue.scala:90:37
683[warn] 90 | _unknownFields__.parseField(tag, _input__)
684[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
685[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
686[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
687[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
688[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/wrappers/BytesValue.scala:90:37
689[warn] 90 | _unknownFields__.parseField(tag, _input__)
690[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
691[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
692[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
693[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
694[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/wrappers/DoubleValue.scala:90:37
695[warn] 90 | _unknownFields__.parseField(tag, _input__)
696[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
697[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
698[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
699[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
700[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/wrappers/FloatValue.scala:90:37
701[warn] 90 | _unknownFields__.parseField(tag, _input__)
702[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
703[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
704[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
705[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
706[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/wrappers/Int32Value.scala:90:37
707[warn] 90 | _unknownFields__.parseField(tag, _input__)
708[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
709[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
710[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
711[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
712[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/wrappers/Int64Value.scala:90:37
713[warn] 90 | _unknownFields__.parseField(tag, _input__)
714[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
715[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
716[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
717[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
718[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/wrappers/StringValue.scala:90:37
719[warn] 90 | _unknownFields__.parseField(tag, _input__)
720[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
721[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
722[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
723[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
724[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/wrappers/UInt32Value.scala:90:37
725[warn] 90 | _unknownFields__.parseField(tag, _input__)
726[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
727[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
728[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
729[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
730[warn] -- [E175] Potential Issue Warning: /build/repo/java/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/protobuf/wrappers/UInt64Value.scala:90:37
731[warn] 90 | _unknownFields__.parseField(tag, _input__)
732[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
733[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
734[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
735[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
736[warn] there were 21 deprecation warnings; re-run with -deprecation for details
737[warn] 61 warnings found
738[info] done compiling
739[info] compiling 222 Scala sources to /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
740[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
741[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/auth/AuthProvider.scala:265:37
742[warn] 265 | _unknownFields__.parseField(tag, _input__)
743[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
744[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
745[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
746[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
747[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/auth/AuthRequirement.scala:134:37
748[warn] 134 | _unknownFields__.parseField(tag, _input__)
749[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
750[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
751[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
752[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
753[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/auth/Authentication.scala:126:37
754[warn] 126 | _unknownFields__.parseField(tag, _input__)
755[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
756[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
757[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
758[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
759[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/auth/AuthenticationRule.scala:168:37
760[warn] 168 | _unknownFields__.parseField(tag, _input__)
761[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
762[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
763[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
764[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
765[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/auth/JwtLocation.scala:141:37
766[warn] 141 | _unknownFields__.parseField(tag, _input__)
767[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
768[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
769[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
770[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
771[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/auth/OAuthRequirements.scala:111:37
772[warn] 111 | _unknownFields__.parseField(tag, _input__)
773[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
774[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
775[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
776[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
777[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/backend/Backend.scala:87:37
778[warn] 87 | _unknownFields__.parseField(tag, _input__)
779[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
780[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
781[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
782[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
783[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/backend/BackendRule.scala:334:37
784[warn] 334 | _unknownFields__.parseField(tag, _input__)
785[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
786[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
787[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
788[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
789[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/backend/BackendRule.scala:623:39
790[warn] 623 | _unknownFields__.parseField(tag, _input__)
791[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
792[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
793[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
794[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
795[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/billing/Billing.scala:119:37
796[warn] 119 | _unknownFields__.parseField(tag, _input__)
797[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
798[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
799[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
800[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
801[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/billing/Billing.scala:257:39
802[warn] 257 | _unknownFields__.parseField(tag, _input__)
803[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
804[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
805[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
806[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
807[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/ClientLibrarySettings.scala:309:37
808[warn] 309 | _unknownFields__.parseField(tag, _input__)
809[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
810[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
811[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
812[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
813[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/CommonLanguageSettings.scala:127:37
814[warn] 127 | _unknownFields__.parseField(tag, _input__)
815[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
816[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
817[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
818[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
819[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/CppSettings.scala:84:37
820[warn] 84 | _unknownFields__.parseField(tag, _input__)
821[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
822[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
823[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
824[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
825[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/DotnetSettings.scala:203:37
826[warn] 203 | _unknownFields__.parseField(tag, _input__)
827[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
828[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
829[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
830[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
831[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/DotnetSettings.scala:352:39
832[warn] 352 | _unknownFields__.parseField(tag, _input__)
833[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
834[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
835[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
836[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
837[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/DotnetSettings.scala:496:39
838[warn] 496 | _unknownFields__.parseField(tag, _input__)
839[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
840[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
841[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
842[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
843[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/GoSettings.scala:84:37
844[warn] 84 | _unknownFields__.parseField(tag, _input__)
845[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
846[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
847[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
848[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
849[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/JavaSettings.scala:154:37
850[warn] 154 | _unknownFields__.parseField(tag, _input__)
851[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
852[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
853[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
854[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
855[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/JavaSettings.scala:292:39
856[warn] 292 | _unknownFields__.parseField(tag, _input__)
857[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
858[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
859[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
860[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
861[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/MethodSettings.scala:156:37
862[warn] 156 | _unknownFields__.parseField(tag, _input__)
863[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
864[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
865[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
866[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
867[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/MethodSettings.scala:347:39
868[warn] 347 | _unknownFields__.parseField(tag, _input__)
869[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
870[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
871[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
872[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
873[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/NodeSettings.scala:84:37
874[warn] 84 | _unknownFields__.parseField(tag, _input__)
875[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
876[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
877[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
878[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
879[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/PhpSettings.scala:84:37
880[warn] 84 | _unknownFields__.parseField(tag, _input__)
881[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
882[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
883[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
884[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
885[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/Publishing.scala:340:37
886[warn] 340 | _unknownFields__.parseField(tag, _input__)
887[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
888[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
889[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
890[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
891[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/PythonSettings.scala:84:37
892[warn] 84 | _unknownFields__.parseField(tag, _input__)
893[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
894[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
895[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
896[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
897[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/client/RubySettings.scala:84:37
898[warn] 84 | _unknownFields__.parseField(tag, _input__)
899[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
900[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
901[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
902[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
903[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/config_change/Advice.scala:90:37
904[warn] 90 | _unknownFields__.parseField(tag, _input__)
905[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
906[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
907[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
908[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
909[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/config_change/ConfigChange.scala:201:37
910[warn] 201 | _unknownFields__.parseField(tag, _input__)
911[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
912[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
913[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
914[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
915[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/consumer/ProjectProperties.scala:100:37
916[warn] 100 | _unknownFields__.parseField(tag, _input__)
917[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
918[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
919[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
920[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
921[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/consumer/Property.scala:147:37
922[warn] 147 | _unknownFields__.parseField(tag, _input__)
923[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
924[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
925[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
926[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
927[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/context/Context.scala:122:37
928[warn] 122 | _unknownFields__.parseField(tag, _input__)
929[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
930[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
931[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
932[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
933[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/context/ContextRule.scala:174:37
934[warn] 174 | _unknownFields__.parseField(tag, _input__)
935[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
936[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
937[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
938[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
939[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/control/Control.scala:117:37
940[warn] 117 | _unknownFields__.parseField(tag, _input__)
941[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
942[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
943[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
944[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
945[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/distribution/Distribution.scala:280:37
946[warn] 280 | _unknownFields__.parseField(tag, _input__)
947[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
948[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
949[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
950[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
951[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/distribution/Distribution.scala:440:39
952[warn] 440 | _unknownFields__.parseField(tag, _input__)
953[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
954[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
955[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
956[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
957[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/distribution/Distribution.scala:603:39
958[warn] 603 | _unknownFields__.parseField(tag, _input__)
959[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
960[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
961[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
962[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
963[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/distribution/Distribution.scala:824:41
964[warn] 824 | _unknownFields__.parseField(tag, _input__)
965[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
966[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
967[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
968[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
969[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/distribution/Distribution.scala:1013:41
970[warn] 1013 | _unknownFields__.parseField(tag, _input__)
971[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
972[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
973[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
974[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
975[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/distribution/Distribution.scala:1160:41
976[warn] 1160 | _unknownFields__.parseField(tag, _input__)
977[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
978[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
979[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
980[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
981[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/distribution/Distribution.scala:1351:39
982[warn] 1351 | _unknownFields__.parseField(tag, _input__)
983[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
984[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
985[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
986[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
987[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/documentation/Documentation.scala:281:37
988[warn] 281 | _unknownFields__.parseField(tag, _input__)
989[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
990[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
991[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
992[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
993[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/documentation/DocumentationRule.scala:147:37
994[warn] 147 | _unknownFields__.parseField(tag, _input__)
995[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
996[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
997[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
998[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
999[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/documentation/Page.scala:152:37
1000[warn] 152 | _unknownFields__.parseField(tag, _input__)
1001[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1002[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1003[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1004[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1005[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/endpoint/Endpoint.scala:193:37
1006[warn] 193 | _unknownFields__.parseField(tag, _input__)
1007[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1008[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1009[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1010[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1011[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/field_info/FieldInfo.scala:90:37
1012[warn] 90 | _unknownFields__.parseField(tag, _input__)
1013[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1014[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1015[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1016[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1017[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/http/CustomHttpPattern.scala:113:37
1018[warn] 113 | _unknownFields__.parseField(tag, _input__)
1019[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1020[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1021[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1022[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1023[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/http/Http.scala:119:37
1024[warn] 119 | _unknownFields__.parseField(tag, _input__)
1025[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1026[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1027[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1028[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1029[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/http/HttpRule.scala:536:37
1030[warn] 536 | _unknownFields__.parseField(tag, _input__)
1031[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1032[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1033[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1034[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1035[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/httpbody/HttpBody.scala:178:37
1036[warn] 178 | _unknownFields__.parseField(tag, _input__)
1037[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1038[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1039[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1040[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1041[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/label/LabelDescriptor.scala:138:37
1042[warn] 138 | _unknownFields__.parseField(tag, _input__)
1043[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1044[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1045[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1046[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1047[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/log/LogDescriptor.scala:174:37
1048[warn] 174 | _unknownFields__.parseField(tag, _input__)
1049[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1050[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1051[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1052[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1053[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/logging/Logging.scala:141:37
1054[warn] 141 | _unknownFields__.parseField(tag, _input__)
1055[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1056[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1057[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1058[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1059[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/logging/Logging.scala:284:39
1060[warn] 284 | _unknownFields__.parseField(tag, _input__)
1061[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1062[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1063[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1064[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1065[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/metric/Metric.scala:114:37
1066[warn] 114 | _unknownFields__.parseField(tag, _input__)
1067[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1068[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1069[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1070[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1071[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/metric/Metric.scala:248:39
1072[warn] 248 | _unknownFields__.parseField(tag, _input__)
1073[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1074[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1075[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1076[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1077[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/metric/MetricDescriptor.scala:451:37
1078[warn] 451 | _unknownFields__.parseField(tag, _input__)
1079[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1080[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1081[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1082[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1083[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/metric/MetricDescriptor.scala:823:39
1084[warn] 823 | _unknownFields__.parseField(tag, _input__)
1085[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1086[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1087[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1088[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1089[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/monitored_resource/MonitoredResource.scala:133:37
1090[warn] 133 | _unknownFields__.parseField(tag, _input__)
1091[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1092[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1093[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1094[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1095[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/monitored_resource/MonitoredResource.scala:267:39
1096[warn] 267 | _unknownFields__.parseField(tag, _input__)
1097[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1098[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1099[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1100[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1101[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/monitored_resource/MonitoredResourceDescriptor.scala:235:37
1102[warn] 235 | _unknownFields__.parseField(tag, _input__)
1103[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1104[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1105[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1106[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1107[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/monitored_resource/MonitoredResourceMetadata.scala:120:37
1108[warn] 120 | _unknownFields__.parseField(tag, _input__)
1109[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1110[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1111[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1112[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1113[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/monitored_resource/MonitoredResourceMetadata.scala:255:39
1114[warn] 255 | _unknownFields__.parseField(tag, _input__)
1115[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1116[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1117[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1118[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1119[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/monitoring/Monitoring.scala:168:37
1120[warn] 168 | _unknownFields__.parseField(tag, _input__)
1121[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1122[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1123[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1124[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1125[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/monitoring/Monitoring.scala:310:39
1126[warn] 310 | _unknownFields__.parseField(tag, _input__)
1127[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1128[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1129[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1130[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1131[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/policy/FieldPolicy.scala:157:37
1132[warn] 157 | _unknownFields__.parseField(tag, _input__)
1133[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1134[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1135[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1136[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1137[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/policy/MethodPolicy.scala:117:37
1138[warn] 117 | _unknownFields__.parseField(tag, _input__)
1139[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1140[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1141[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1142[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1143[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/quota/MetricRule.scala:119:37
1144[warn] 119 | _unknownFields__.parseField(tag, _input__)
1145[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1146[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1147[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1148[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1149[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/quota/MetricRule.scala:253:39
1150[warn] 253 | _unknownFields__.parseField(tag, _input__)
1151[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1152[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1153[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1154[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1155[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/quota/Quota.scala:156:37
1156[warn] 156 | _unknownFields__.parseField(tag, _input__)
1157[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1158[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1159[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1160[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1161[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/quota/QuotaLimit.scala:360:37
1162[warn] 360 | _unknownFields__.parseField(tag, _input__)
1163[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1164[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1165[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1166[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1167[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/quota/QuotaLimit.scala:518:39
1168[warn] 518 | _unknownFields__.parseField(tag, _input__)
1169[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1170[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1171[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1172[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1173[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/resource/ResourceDescriptor.scala:345:37
1174[warn] 345 | _unknownFields__.parseField(tag, _input__)
1175[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1176[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1177[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1178[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1179[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/resource/ResourceReference.scala:143:37
1180[warn] 143 | _unknownFields__.parseField(tag, _input__)
1181[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1182[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1183[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1184[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1185[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/routing/RoutingParameter.scala:166:37
1186[warn] 166 | _unknownFields__.parseField(tag, _input__)
1187[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1188[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1189[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1190[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1191[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/routing/RoutingRule.scala:448:37
1192[warn] 448 | _unknownFields__.parseField(tag, _input__)
1193[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1194[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1195[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1196[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1197[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/service/Service.scala:697:37
1198[warn] 697 | _unknownFields__.parseField(tag, _input__)
1199[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1200[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1201[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1202[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1203[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/source_info/SourceInfo.scala:85:37
1204[warn] 85 | _unknownFields__.parseField(tag, _input__)
1205[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1206[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1207[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1208[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1209[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/system_parameter/SystemParameter.scala:142:37
1210[warn] 142 | _unknownFields__.parseField(tag, _input__)
1211[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1212[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1213[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1214[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1215[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/system_parameter/SystemParameterRule.scala:119:37
1216[warn] 119 | _unknownFields__.parseField(tag, _input__)
1217[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1218[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1219[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1220[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1221[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/system_parameter/SystemParameters.scala:118:37
1222[warn] 118 | _unknownFields__.parseField(tag, _input__)
1223[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1224[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1225[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1226[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1227[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/usage/Usage.scala:147:37
1228[warn] 147 | _unknownFields__.parseField(tag, _input__)
1229[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1230[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1231[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1232[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1233[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/usage/UsageRule.scala:170:37
1234[warn] 170 | _unknownFields__.parseField(tag, _input__)
1235[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1236[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1237[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1238[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1239[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/visibility/Visibility.scala:109:37
1240[warn] 109 | _unknownFields__.parseField(tag, _input__)
1241[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1242[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1243[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1244[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1245[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/api/visibility/VisibilityRule.scala:131:37
1246[warn] 131 | _unknownFields__.parseField(tag, _input__)
1247[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1248[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1249[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1250[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1251[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Action.scala:228:37
1252[warn] 228 | _unknownFields__.parseField(tag, _input__)
1253[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1254[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1255[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1256[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1257[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Action.scala:508:39
1258[warn] 508 | _unknownFields__.parseField(tag, _input__)
1259[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1260[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1261[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1262[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1263[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/BorderStyle.scala:138:37
1264[warn] 138 | _unknownFields__.parseField(tag, _input__)
1265[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1266[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1267[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1268[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1269[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Button.scala:251:37
1270[warn] 251 | _unknownFields__.parseField(tag, _input__)
1271[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1272[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1273[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1274[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1275[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/ButtonList.scala:91:37
1276[warn] 91 | _unknownFields__.parseField(tag, _input__)
1277[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1278[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1279[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1280[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1281[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Card.scala:408:37
1282[warn] 408 | _unknownFields__.parseField(tag, _input__)
1283[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1284[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1285[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1286[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1287[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Card.scala:787:39
1288[warn] 787 | _unknownFields__.parseField(tag, _input__)
1289[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1290[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1291[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1292[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1293[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Card.scala:1034:39
1294[warn] 1034 | _unknownFields__.parseField(tag, _input__)
1295[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1296[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1297[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1298[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1299[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Card.scala:1203:39
1300[warn] 1203 | _unknownFields__.parseField(tag, _input__)
1301[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1302[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1303[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1304[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1305[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Card.scala:1366:39
1306[warn] 1366 | _unknownFields__.parseField(tag, _input__)
1307[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1308[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1309[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1310[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1311[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Columns.scala:114:37
1312[warn] 114 | _unknownFields__.parseField(tag, _input__)
1313[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1314[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1315[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1316[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1317[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Columns.scala:307:39
1318[warn] 307 | _unknownFields__.parseField(tag, _input__)
1319[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1320[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1321[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1322[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1323[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Columns.scala:667:41
1324[warn] 667 | _unknownFields__.parseField(tag, _input__)
1325[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1326[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1327[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1328[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1329[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/DateTimePicker.scala:236:37
1330[warn] 236 | _unknownFields__.parseField(tag, _input__)
1331[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1332[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1333[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1334[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1335[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/DecoratedText.scala:297:37
1336[warn] 297 | _unknownFields__.parseField(tag, _input__)
1337[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1338[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1339[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1340[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1341[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/DecoratedText.scala:592:39
1342[warn] 592 | _unknownFields__.parseField(tag, _input__)
1343[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1344[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1345[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1346[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1347[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Divider.scala:67:37
1348[warn] 67 | _unknownFields__.parseField(tag, _input__)
1349[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1350[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1351[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1352[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1353[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Grid.scala:227:37
1354[warn] 227 | _unknownFields__.parseField(tag, _input__)
1355[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1356[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1357[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1358[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1359[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Grid.scala:455:39
1360[warn] 455 | _unknownFields__.parseField(tag, _input__)
1361[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1362[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1363[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1364[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1365[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Icon.scala:183:37
1366[warn] 183 | _unknownFields__.parseField(tag, _input__)
1367[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1368[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1369[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1370[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1371[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Image.scala:145:37
1372[warn] 145 | _unknownFields__.parseField(tag, _input__)
1373[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1374[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1375[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1376[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1377[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/ImageComponent.scala:158:37
1378[warn] 158 | _unknownFields__.parseField(tag, _input__)
1379[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1380[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1381[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1382[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1383[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/ImageCropStyle.scala:134:37
1384[warn] 134 | _unknownFields__.parseField(tag, _input__)
1385[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1386[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1387[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1388[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1389[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/MaterialIcon.scala:199:37
1390[warn] 199 | _unknownFields__.parseField(tag, _input__)
1391[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1392[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1393[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1394[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1395[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/OnClick.scala:134:37
1396[warn] 134 | _unknownFields__.parseField(tag, _input__)
1397[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1398[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1399[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1400[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1401[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/OpenLink.scala:148:37
1402[warn] 148 | _unknownFields__.parseField(tag, _input__)
1403[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1404[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1405[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1406[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1407[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/SelectionInput.scala:303:37
1408[warn] 303 | _unknownFields__.parseField(tag, _input__)
1409[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1410[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1411[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1412[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1413[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/SelectionInput.scala:701:39
1414[warn] 701 | _unknownFields__.parseField(tag, _input__)
1415[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1416[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1417[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1418[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1419[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/SelectionInput.scala:842:39
1420[warn] 842 | _unknownFields__.parseField(tag, _input__)
1421[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1422[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1423[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1424[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1425[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Suggestions.scala:103:37
1426[warn] 103 | _unknownFields__.parseField(tag, _input__)
1427[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1428[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1429[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1430[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1431[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Suggestions.scala:211:39
1432[warn] 211 | _unknownFields__.parseField(tag, _input__)
1433[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1434[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1435[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1436[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1437[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/TextInput.scala:342:37
1438[warn] 342 | _unknownFields__.parseField(tag, _input__)
1439[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1440[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1441[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1442[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1443[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/TextParagraph.scala:101:37
1444[warn] 101 | _unknownFields__.parseField(tag, _input__)
1445[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1446[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1447[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1448[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1449[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/apps/card/v1/card/Widget.scala:255:37
1450[warn] 255 | _unknownFields__.parseField(tag, _input__)
1451[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1452[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1453[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1454[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1455[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/audit/audit_log/AuditLog.scala:430:37
1456[warn] 430 | _unknownFields__.parseField(tag, _input__)
1457[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1458[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1459[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1460[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1461[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/audit/audit_log/AuthenticationInfo.scala:224:37
1462[warn] 224 | _unknownFields__.parseField(tag, _input__)
1463[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1464[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1465[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1466[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1467[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/audit/audit_log/AuthorizationInfo.scala:170:37
1468[warn] 170 | _unknownFields__.parseField(tag, _input__)
1469[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1470[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1471[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1472[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1473[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/audit/audit_log/OrgPolicyViolationInfo.scala:162:37
1474[warn] 162 | _unknownFields__.parseField(tag, _input__)
1475[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1476[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1477[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1478[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1479[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/audit/audit_log/OrgPolicyViolationInfo.scala:304:39
1480[warn] 304 | _unknownFields__.parseField(tag, _input__)
1481[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1482[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1483[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1484[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1485[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/audit/audit_log/PolicyViolationInfo.scala:84:37
1486[warn] 84 | _unknownFields__.parseField(tag, _input__)
1487[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1488[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1489[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1490[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1491[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/audit/audit_log/RequestMetadata.scala:217:37
1492[warn] 217 | _unknownFields__.parseField(tag, _input__)
1493[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1494[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1495[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1496[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1497[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/audit/audit_log/ResourceLocation.scala:117:37
1498[warn] 117 | _unknownFields__.parseField(tag, _input__)
1499[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1500[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1501[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1502[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1503[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/audit/audit_log/ServiceAccountDelegationInfo.scala:129:37
1504[warn] 129 | _unknownFields__.parseField(tag, _input__)
1505[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1506[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1507[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1508[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1509[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/audit/audit_log/ServiceAccountDelegationInfo.scala:303:39
1510[warn] 303 | _unknownFields__.parseField(tag, _input__)
1511[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1512[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1513[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1514[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1515[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/audit/audit_log/ServiceAccountDelegationInfo.scala:429:39
1516[warn] 429 | _unknownFields__.parseField(tag, _input__)
1517[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1518[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1519[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1520[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1521[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/audit/audit_log/ViolationInfo.scala:165:37
1522[warn] 165 | _unknownFields__.parseField(tag, _input__)
1523[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1524[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1525[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1526[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1527[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/location/locations/GetLocationRequest.scala:88:37
1528[warn] 88 | _unknownFields__.parseField(tag, _input__)
1529[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1530[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1531[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1532[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1533[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/location/locations/ListLocationsRequest.scala:163:37
1534[warn] 163 | _unknownFields__.parseField(tag, _input__)
1535[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1536[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1537[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1538[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1539[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/location/locations/ListLocationsResponse.scala:110:37
1540[warn] 110 | _unknownFields__.parseField(tag, _input__)
1541[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1542[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1543[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1544[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1545[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/location/locations/Location.scala:186:37
1546[warn] 186 | _unknownFields__.parseField(tag, _input__)
1547[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1548[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1549[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1550[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1551[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/cloud/location/locations/Location.scala:330:39
1552[warn] 330 | _unknownFields__.parseField(tag, _input__)
1553[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1554[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1555[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1556[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1557[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/geo/type/viewport/Viewport.scala:139:37
1558[warn] 139 | _unknownFields__.parseField(tag, _input__)
1559[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1560[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1561[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1562[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1563[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/logging/type/http_request/HttpRequest.scala:454:37
1564[warn] 454 | _unknownFields__.parseField(tag, _input__)
1565[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1566[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1567[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1568[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1569[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/longrunning/operations/CancelOperationRequest.scala:88:37
1570[warn] 88 | _unknownFields__.parseField(tag, _input__)
1571[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1572[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1573[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1574[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1575[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/longrunning/operations/DeleteOperationRequest.scala:88:37
1576[warn] 88 | _unknownFields__.parseField(tag, _input__)
1577[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1578[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1579[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1580[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1581[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/longrunning/operations/GetOperationRequest.scala:88:37
1582[warn] 88 | _unknownFields__.parseField(tag, _input__)
1583[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1584[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1585[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1586[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1587[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/longrunning/operations/ListOperationsRequest.scala:163:37
1588[warn] 163 | _unknownFields__.parseField(tag, _input__)
1589[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1590[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1591[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1592[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1593[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/longrunning/operations/ListOperationsResponse.scala:110:37
1594[warn] 110 | _unknownFields__.parseField(tag, _input__)
1595[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1596[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1597[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1598[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1599[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/longrunning/operations/Operation.scala:178:37
1600[warn] 178 | _unknownFields__.parseField(tag, _input__)
1601[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1602[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1603[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1604[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1605[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/longrunning/operations/OperationInfo.scala:136:37
1606[warn] 136 | _unknownFields__.parseField(tag, _input__)
1607[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1608[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1609[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1610[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1611[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/longrunning/operations/WaitOperationRequest.scala:111:37
1612[warn] 111 | _unknownFields__.parseField(tag, _input__)
1613[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1614[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1615[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1616[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1617[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/attribute_context/AttributeContext.scala:256:37
1618[warn] 256 | _unknownFields__.parseField(tag, _input__)
1619[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1620[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1621[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1622[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1623[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/attribute_context/AttributeContext.scala:506:39
1624[warn] 506 | _unknownFields__.parseField(tag, _input__)
1625[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1626[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1627[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1628[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1629[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/attribute_context/AttributeContext.scala:649:41
1630[warn] 649 | _unknownFields__.parseField(tag, _input__)
1631[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1632[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1633[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1634[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1635[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/attribute_context/AttributeContext.scala:888:39
1636[warn] 888 | _unknownFields__.parseField(tag, _input__)
1637[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1638[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1639[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1640[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1641[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/attribute_context/AttributeContext.scala:1153:39
1642[warn] 1153 | _unknownFields__.parseField(tag, _input__)
1643[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1644[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1645[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1646[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1647[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/attribute_context/AttributeContext.scala:1581:39
1648[warn] 1581 | _unknownFields__.parseField(tag, _input__)
1649[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1650[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1651[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1652[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1653[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/attribute_context/AttributeContext.scala:1747:41
1654[warn] 1747 | _unknownFields__.parseField(tag, _input__)
1655[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1656[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1657[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1658[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1659[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/attribute_context/AttributeContext.scala:2029:39
1660[warn] 2029 | _unknownFields__.parseField(tag, _input__)
1661[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1662[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1663[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1664[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1665[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/attribute_context/AttributeContext.scala:2174:41
1666[warn] 2174 | _unknownFields__.parseField(tag, _input__)
1667[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1668[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1669[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1670[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1671[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/attribute_context/AttributeContext.scala:2630:39
1672[warn] 2630 | _unknownFields__.parseField(tag, _input__)
1673[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1674[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1675[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1676[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1677[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/attribute_context/AttributeContext.scala:2799:41
1678[warn] 2799 | _unknownFields__.parseField(tag, _input__)
1679[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1680[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1681[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1682[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1683[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/attribute_context/AttributeContext.scala:2943:41
1684[warn] 2943 | _unknownFields__.parseField(tag, _input__)
1685[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1686[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1687[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1688[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1689[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/context/audit_context/AuditContext.scala:186:37
1690[warn] 186 | _unknownFields__.parseField(tag, _input__)
1691[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1692[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1693[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1694[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1695[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/BadRequest.scala:86:37
1696[warn] 86 | _unknownFields__.parseField(tag, _input__)
1697[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1698[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1699[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1700[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1701[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/BadRequest.scala:260:39
1702[warn] 260 | _unknownFields__.parseField(tag, _input__)
1703[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1704[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1705[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1706[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1707[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/DebugInfo.scala:108:37
1708[warn] 108 | _unknownFields__.parseField(tag, _input__)
1709[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1710[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1711[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1712[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1713[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/ErrorInfo.scala:174:37
1714[warn] 174 | _unknownFields__.parseField(tag, _input__)
1715[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1716[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1717[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1718[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1719[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/ErrorInfo.scala:311:39
1720[warn] 311 | _unknownFields__.parseField(tag, _input__)
1721[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1722[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1723[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1724[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1725[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/Help.scala:89:37
1726[warn] 89 | _unknownFields__.parseField(tag, _input__)
1727[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1728[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1729[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1730[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1731[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/Help.scala:227:39
1732[warn] 227 | _unknownFields__.parseField(tag, _input__)
1733[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1734[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1735[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1736[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1737[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/LocalizedMessage.scala:116:37
1738[warn] 116 | _unknownFields__.parseField(tag, _input__)
1739[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1740[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1741[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1742[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1743[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/PreconditionFailure.scala:89:37
1744[warn] 89 | _unknownFields__.parseField(tag, _input__)
1745[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1746[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1747[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1748[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1749[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/PreconditionFailure.scala:259:39
1750[warn] 259 | _unknownFields__.parseField(tag, _input__)
1751[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1752[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1753[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1754[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1755[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/QuotaFailure.scala:95:37
1756[warn] 95 | _unknownFields__.parseField(tag, _input__)
1757[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1758[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1759[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1760[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1761[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/QuotaFailure.scala:242:39
1762[warn] 242 | _unknownFields__.parseField(tag, _input__)
1763[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1764[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1765[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1766[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1767[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/RequestInfo.scala:116:37
1768[warn] 116 | _unknownFields__.parseField(tag, _input__)
1769[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1770[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1771[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1772[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1773[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/ResourceInfo.scala:172:37
1774[warn] 172 | _unknownFields__.parseField(tag, _input__)
1775[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1776[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1777[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1778[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1779[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/error_details/RetryInfo.scala:96:37
1780[warn] 96 | _unknownFields__.parseField(tag, _input__)
1781[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1782[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1783[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1784[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1785[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/rpc/status/Status.scala:146:37
1786[warn] 146 | _unknownFields__.parseField(tag, _input__)
1787[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1788[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1789[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1790[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1791[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/shopping/type/types/Channel.scala:57:37
1792[warn] 57 | _unknownFields__.parseField(tag, _input__)
1793[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1794[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1795[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1796[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1797[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/shopping/type/types/CustomAttribute.scala:126:37
1798[warn] 126 | _unknownFields__.parseField(tag, _input__)
1799[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1800[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1801[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1802[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1803[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/shopping/type/types/Destination.scala:58:37
1804[warn] 58 | _unknownFields__.parseField(tag, _input__)
1805[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1806[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1807[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1808[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1809[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/shopping/type/types/Price.scala:104:37
1810[warn] 104 | _unknownFields__.parseField(tag, _input__)
1811[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1812[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1813[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1814[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1815[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/shopping/type/types/ReportingContext.scala:61:37
1816[warn] 61 | _unknownFields__.parseField(tag, _input__)
1817[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1818[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1819[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1820[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1821[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/shopping/type/types/Weight.scala:112:37
1822[warn] 112 | _unknownFields__.parseField(tag, _input__)
1823[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1824[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1825[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1826[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1827[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/color/Color.scala:292:37
1828[warn] 292 | _unknownFields__.parseField(tag, _input__)
1829[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1830[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1831[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1832[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1833[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/date/Date.scala:154:37
1834[warn] 154 | _unknownFields__.parseField(tag, _input__)
1835[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1836[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1837[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1838[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1839[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/datetime/DateTime.scala:303:37
1840[warn] 303 | _unknownFields__.parseField(tag, _input__)
1841[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1842[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1843[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1844[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1845[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/datetime/TimeZone.scala:114:37
1846[warn] 114 | _unknownFields__.parseField(tag, _input__)
1847[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1848[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1849[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1850[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1851[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/decimal/Decimal.scala:153:37
1852[warn] 153 | _unknownFields__.parseField(tag, _input__)
1853[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1854[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1855[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1856[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1857[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/expr/Expr.scala:198:37
1858[warn] 198 | _unknownFields__.parseField(tag, _input__)
1859[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1860[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1861[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1862[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1863[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/fraction/Fraction.scala:114:37
1864[warn] 114 | _unknownFields__.parseField(tag, _input__)
1865[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1866[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1867[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1868[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1869[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/interval/Interval.scala:116:37
1870[warn] 116 | _unknownFields__.parseField(tag, _input__)
1871[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1872[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1873[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1874[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1875[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/latlng/LatLng.scala:117:37
1876[warn] 117 | _unknownFields__.parseField(tag, _input__)
1877[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1878[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1879[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1880[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1881[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/localized_text/LocalizedText.scala:116:37
1882[warn] 116 | _unknownFields__.parseField(tag, _input__)
1883[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1884[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1885[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1886[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1887[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/money/Money.scala:144:37
1888[warn] 144 | _unknownFields__.parseField(tag, _input__)
1889[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1890[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1891[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1892[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1893[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/phone_number/PhoneNumber.scala:155:37
1894[warn] 155 | _unknownFields__.parseField(tag, _input__)
1895[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1896[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1897[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1898[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1899[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/phone_number/PhoneNumber.scala:344:39
1900[warn] 344 | _unknownFields__.parseField(tag, _input__)
1901[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1902[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1903[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1904[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1905[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/postal_address/PostalAddress.scala:402:37
1906[warn] 402 | _unknownFields__.parseField(tag, _input__)
1907[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1908[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1909[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1910[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1911[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/quaternion/Quaternion.scala:217:37
1912[warn] 217 | _unknownFields__.parseField(tag, _input__)
1913[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1914[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1915[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1916[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1917[warn] -- [E175] Potential Issue Warning: /build/repo/common/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/type/timeofday/TimeOfDay.scala:168:37
1918[warn] 168 | _unknownFields__.parseField(tag, _input__)
1919[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1920[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1921[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1922[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1923[warn] there were 37 deprecation warnings; re-run with -deprecation for details
1924[warn] 199 warnings found
1925[info] done compiling
1926[info] compiling 69 Scala sources to /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1927[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1928[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/AcknowledgeRequest.scala:111:37
1929[warn] 111 | _unknownFields__.parseField(tag, _input__)
1930[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1931[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1932[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1933[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1934[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/BigQueryConfig.scala:257:37
1935[warn] 257 | _unknownFields__.parseField(tag, _input__)
1936[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1937[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1938[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1939[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1940[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/CloudStorageConfig.scala:313:37
1941[warn] 313 | _unknownFields__.parseField(tag, _input__)
1942[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1943[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1944[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1945[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1946[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/CloudStorageConfig.scala:552:39
1947[warn] 552 | _unknownFields__.parseField(tag, _input__)
1948[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1949[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1950[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1951[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1952[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/CloudStorageConfig.scala:693:39
1953[warn] 693 | _unknownFields__.parseField(tag, _input__)
1954[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1955[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1956[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1957[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1958[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/CreateSnapshotRequest.scala:149:37
1959[warn] 149 | _unknownFields__.parseField(tag, _input__)
1960[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1961[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1962[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1963[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1964[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/CreateSnapshotRequest.scala:286:39
1965[warn] 286 | _unknownFields__.parseField(tag, _input__)
1966[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1967[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1968[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1969[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1970[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/DeadLetterPolicy.scala:137:37
1971[warn] 137 | _unknownFields__.parseField(tag, _input__)
1972[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1973[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1974[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1975[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1976[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/DeleteSnapshotRequest.scala:89:37
1977[warn] 89 | _unknownFields__.parseField(tag, _input__)
1978[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1979[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1980[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1981[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1982[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/DeleteSubscriptionRequest.scala:89:37
1983[warn] 89 | _unknownFields__.parseField(tag, _input__)
1984[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1985[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1986[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1987[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1988[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/DeleteTopicRequest.scala:89:37
1989[warn] 89 | _unknownFields__.parseField(tag, _input__)
1990[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1991[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1992[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1993[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
1994[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/DetachSubscriptionRequest.scala:89:37
1995[warn] 89 | _unknownFields__.parseField(tag, _input__)
1996[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1997[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
1998[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
1999[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2000[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/DetachSubscriptionResponse.scala:56:37
2001[warn] 56 | _unknownFields__.parseField(tag, _input__)
2002[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2003[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2004[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2005[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2006[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ExpirationPolicy.scala:90:37
2007[warn] 90 | _unknownFields__.parseField(tag, _input__)
2008[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2009[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2010[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2011[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2012[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/GetSnapshotRequest.scala:89:37
2013[warn] 89 | _unknownFields__.parseField(tag, _input__)
2014[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2015[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2016[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2017[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2018[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/GetSubscriptionRequest.scala:89:37
2019[warn] 89 | _unknownFields__.parseField(tag, _input__)
2020[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2021[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2022[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2023[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2024[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/GetTopicRequest.scala:89:37
2025[warn] 89 | _unknownFields__.parseField(tag, _input__)
2026[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2027[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2028[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2029[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2030[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/IngestionDataSourceSettings.scala:82:37
2031[warn] 82 | _unknownFields__.parseField(tag, _input__)
2032[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2033[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2034[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2035[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2036[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/IngestionDataSourceSettings.scala:327:39
2037[warn] 327 | _unknownFields__.parseField(tag, _input__)
2038[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2039[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2040[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2041[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2042[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ListSnapshotsRequest.scala:141:37
2043[warn] 141 | _unknownFields__.parseField(tag, _input__)
2044[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2045[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2046[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2047[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2048[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ListSnapshotsResponse.scala:112:37
2049[warn] 112 | _unknownFields__.parseField(tag, _input__)
2050[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2051[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2052[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2053[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2054[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ListSubscriptionsRequest.scala:141:37
2055[warn] 141 | _unknownFields__.parseField(tag, _input__)
2056[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2057[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2058[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2059[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2060[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ListSubscriptionsResponse.scala:112:37
2061[warn] 112 | _unknownFields__.parseField(tag, _input__)
2062[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2063[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2064[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2065[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2066[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ListTopicSnapshotsRequest.scala:141:37
2067[warn] 141 | _unknownFields__.parseField(tag, _input__)
2068[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2069[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2070[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2071[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2072[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ListTopicSnapshotsResponse.scala:110:37
2073[warn] 110 | _unknownFields__.parseField(tag, _input__)
2074[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2075[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2076[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2077[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2078[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ListTopicSubscriptionsRequest.scala:141:37
2079[warn] 141 | _unknownFields__.parseField(tag, _input__)
2080[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2081[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2082[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2083[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2084[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ListTopicSubscriptionsResponse.scala:111:37
2085[warn] 111 | _unknownFields__.parseField(tag, _input__)
2086[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2087[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2088[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2089[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2090[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ListTopicsRequest.scala:141:37
2091[warn] 141 | _unknownFields__.parseField(tag, _input__)
2092[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2093[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2094[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2095[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2096[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ListTopicsResponse.scala:111:37
2097[warn] 111 | _unknownFields__.parseField(tag, _input__)
2098[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2099[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2100[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2101[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2102[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/MessageStoragePolicy.scala:117:37
2103[warn] 117 | _unknownFields__.parseField(tag, _input__)
2104[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2105[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2106[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2107[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2108[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ModifyAckDeadlineRequest.scala:142:37
2109[warn] 142 | _unknownFields__.parseField(tag, _input__)
2110[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2111[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2112[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2113[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2114[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ModifyPushConfigRequest.scala:115:37
2115[warn] 115 | _unknownFields__.parseField(tag, _input__)
2116[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2117[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2118[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2119[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2120[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/PublishRequest.scala:111:37
2121[warn] 111 | _unknownFields__.parseField(tag, _input__)
2122[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2123[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2124[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2125[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2126[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/PublishResponse.scala:85:37
2127[warn] 85 | _unknownFields__.parseField(tag, _input__)
2128[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2129[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2130[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2131[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2132[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/PubsubMessage.scala:203:37
2133[warn] 203 | _unknownFields__.parseField(tag, _input__)
2134[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2135[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2136[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2137[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2138[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/PubsubMessage.scala:347:39
2139[warn] 347 | _unknownFields__.parseField(tag, _input__)
2140[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2141[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2142[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2143[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2144[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/PullRequest.scala:147:37
2145[warn] 147 | _unknownFields__.parseField(tag, _input__)
2146[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2147[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2148[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2149[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2150[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/PullResponse.scala:89:37
2151[warn] 89 | _unknownFields__.parseField(tag, _input__)
2152[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2153[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2154[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2155[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2156[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/PushConfig.scala:187:37
2157[warn] 187 | _unknownFields__.parseField(tag, _input__)
2158[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2159[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2160[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2161[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2162[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/PushConfig.scala:412:39
2163[warn] 412 | _unknownFields__.parseField(tag, _input__)
2164[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2165[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2166[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2167[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2168[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/PushConfig.scala:504:39
2169[warn] 504 | _unknownFields__.parseField(tag, _input__)
2170[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2171[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2172[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2173[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2174[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/PushConfig.scala:615:39
2175[warn] 615 | _unknownFields__.parseField(tag, _input__)
2176[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2177[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2178[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2179[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2180[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/PushConfig.scala:749:39
2181[warn] 749 | _unknownFields__.parseField(tag, _input__)
2182[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2183[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2184[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2185[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2186[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/ReceivedMessage.scala:149:37
2187[warn] 149 | _unknownFields__.parseField(tag, _input__)
2188[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2189[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2190[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2191[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2192[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/RetryPolicy.scala:118:37
2193[warn] 118 | _unknownFields__.parseField(tag, _input__)
2194[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2195[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2196[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2197[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2198[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/SchemaSettings.scala:170:37
2199[warn] 170 | _unknownFields__.parseField(tag, _input__)
2200[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2201[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2202[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2203[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2204[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/SeekRequest.scala:122:37
2205[warn] 122 | _unknownFields__.parseField(tag, _input__)
2206[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2207[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2208[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2209[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2210[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/SeekResponse.scala:55:37
2211[warn] 55 | _unknownFields__.parseField(tag, _input__)
2212[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2213[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2214[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2215[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2216[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/Snapshot.scala:171:37
2217[warn] 171 | _unknownFields__.parseField(tag, _input__)
2218[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2219[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2220[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2221[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2222[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/Snapshot.scala:312:39
2223[warn] 312 | _unknownFields__.parseField(tag, _input__)
2224[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2225[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2226[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2227[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2228[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/StreamingPullRequest.scala:314:37
2229[warn] 314 | _unknownFields__.parseField(tag, _input__)
2230[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2231[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2232[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2233[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2234[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/StreamingPullResponse.scala:151:37
2235[warn] 151 | _unknownFields__.parseField(tag, _input__)
2236[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2237[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2238[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2239[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2240[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/StreamingPullResponse.scala:336:39
2241[warn] 336 | _unknownFields__.parseField(tag, _input__)
2242[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2243[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2244[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2245[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2246[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/StreamingPullResponse.scala:511:39
2247[warn] 511 | _unknownFields__.parseField(tag, _input__)
2248[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2249[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2250[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2251[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2252[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/StreamingPullResponse.scala:667:39
2253[warn] 667 | _unknownFields__.parseField(tag, _input__)
2254[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2255[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2256[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2257[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2258[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/Subscription.scala:566:37
2259[warn] 566 | _unknownFields__.parseField(tag, _input__)
2260[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2261[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2262[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2263[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2264[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/Subscription.scala:817:39
2265[warn] 817 | _unknownFields__.parseField(tag, _input__)
2266[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2267[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2268[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2269[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2270[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/Topic.scala:289:37
2271[warn] 289 | _unknownFields__.parseField(tag, _input__)
2272[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2273[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2274[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2275[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2276[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/Topic.scala:509:39
2277[warn] 509 | _unknownFields__.parseField(tag, _input__)
2278[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2279[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2280[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2281[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2282[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/UpdateSnapshotRequest.scala:106:37
2283[warn] 106 | _unknownFields__.parseField(tag, _input__)
2284[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2285[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2286[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2287[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2288[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/UpdateSubscriptionRequest.scala:106:37
2289[warn] 106 | _unknownFields__.parseField(tag, _input__)
2290[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2291[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2292[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2293[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2294[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/pubsub/UpdateTopicRequest.scala:109:37
2295[warn] 109 | _unknownFields__.parseField(tag, _input__)
2296[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2297[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2298[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2299[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2300[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/CommitSchemaRequest.scala:110:37
2301[warn] 110 | _unknownFields__.parseField(tag, _input__)
2302[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2303[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2304[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2305[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2306[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/CreateSchemaRequest.scala:143:37
2307[warn] 143 | _unknownFields__.parseField(tag, _input__)
2308[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2309[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2310[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2311[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2312[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/DeleteSchemaRequest.scala:89:37
2313[warn] 89 | _unknownFields__.parseField(tag, _input__)
2314[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2315[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2316[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2317[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2318[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/DeleteSchemaRevisionRequest.scala:118:37
2319[warn] 118 | _unknownFields__.parseField(tag, _input__)
2320[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2321[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2322[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2323[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2324[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/GetSchemaRequest.scala:115:37
2325[warn] 115 | _unknownFields__.parseField(tag, _input__)
2326[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2327[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2328[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2329[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2330[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/ListSchemaRevisionsRequest.scala:166:37
2331[warn] 166 | _unknownFields__.parseField(tag, _input__)
2332[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2333[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2334[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2335[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2336[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/ListSchemaRevisionsResponse.scala:111:37
2337[warn] 111 | _unknownFields__.parseField(tag, _input__)
2338[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2339[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2340[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2341[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2342[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/ListSchemasRequest.scala:168:37
2343[warn] 168 | _unknownFields__.parseField(tag, _input__)
2344[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2345[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2346[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2347[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2348[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/ListSchemasResponse.scala:111:37
2349[warn] 111 | _unknownFields__.parseField(tag, _input__)
2350[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2351[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2352[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2353[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2354[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/RollbackSchemaRequest.scala:116:37
2355[warn] 116 | _unknownFields__.parseField(tag, _input__)
2356[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2357[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2358[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2359[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2360[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/Schema.scala:187:37
2361[warn] 187 | _unknownFields__.parseField(tag, _input__)
2362[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2363[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2364[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2365[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2366[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/ValidateMessageRequest.scala:173:37
2367[warn] 173 | _unknownFields__.parseField(tag, _input__)
2368[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2369[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2370[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2371[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2372[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/ValidateMessageResponse.scala:56:37
2373[warn] 56 | _unknownFields__.parseField(tag, _input__)
2374[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2375[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2376[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2377[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2378[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/ValidateSchemaRequest.scala:110:37
2379[warn] 110 | _unknownFields__.parseField(tag, _input__)
2380[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2381[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2382[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2383[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2384[warn] -- [E175] Potential Issue Warning: /build/repo/cloud-pubsub-v1/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb/com/google/pubsub/v1/schema/ValidateSchemaResponse.scala:56:37
2385[warn] 56 | _unknownFields__.parseField(tag, _input__)
2386[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2387[warn] |discarded non-Unit value of type scala.collection.mutable.ReusableBuilder[
2388[warn] | Long & (com.google.protobuf.ByteString & Int), Vector[Long] | (
2389[warn] | Vector[com.google.protobuf.ByteString] | Vector[Int])]. Add `: Unit` to discard silently.
2390[warn] there were 10 deprecation warnings; re-run with -deprecation for details
2391[warn] 79 warnings found
2392[info] done compiling
2393Starting build for ProjectRef(file:/build/repo/,commonJVM) (http4s-grpc-google-common-protos)... [1/3]
2394Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Ykind-projector, --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2395Starting build for ProjectRef(file:/build/repo/,javaJVM) (http4s-grpc-protobuf-java)... [2/3]
2396Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Ykind-projector, --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2397
2398************************
2399Build summary:
2400[{
2401 "module": "http4s-grpc-google-cloud-pubsub-v1",
2402 "compile": {"status": "ok", "tookMs": 59220, "warnings": 77, "errors": 0, "sourceVersion": "3.8"},
2403 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2404 "test-compile": {"status": "ok", "tookMs": 335, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2405 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2406 "publish": {"status": "skipped", "tookMs": 0},
2407 "metadata": {
2408 "crossScalaVersions": ["2.13.14", "3.3.3"]
2409}
2410},{
2411 "module": "http4s-grpc-google-common-protos",
2412 "compile": {"status": "ok", "tookMs": 179, "warnings": 197, "errors": 0, "sourceVersion": "3.8"},
2413 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2414 "test-compile": {"status": "ok", "tookMs": 207, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2415 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2416 "publish": {"status": "skipped", "tookMs": 0},
2417 "metadata": {
2418 "crossScalaVersions": ["2.13.14", "3.3.3"]
2419}
2420},{
2421 "module": "http4s-grpc-protobuf-java",
2422 "compile": {"status": "ok", "tookMs": 80, "warnings": 59, "errors": 0, "sourceVersion": "3.8"},
2423 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2424 "test-compile": {"status": "ok", "tookMs": 111, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2425 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2426 "publish": {"status": "ok", "tookMs": 87},
2427 "metadata": {
2428 "crossScalaVersions": ["2.13.14", "3.3.3"]
2429}
2430}]
2431************************
2432[success] Total time: 74 s (0:01:14.0), completed Jan 3, 2026, 1:21:42 AM
2433[0JChecking patch project/plugins.sbt...
2434Checking patch project/build.properties...
2435Checking patch build.sbt...
2436Applied patch project/plugins.sbt cleanly.
2437Applied patch project/build.properties cleanly.
2438Applied patch build.sbt cleanly.