Build Logs

shopstic/caliban • 3.8.0-RC2:2025-11-27

Errors

0

Warnings

179

Total Lines

1034

1##################################
2Clonning https://github.com/shopstic/caliban.git into /build/repo using revision v1.3.3.1
3##################################
4Note: switching to '606c4e75a2d3aaf9ef61449f1e04ecfc52116a82'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Would override fixed Scala version: 3.1.0
22Using target Scala version for migration: 3.7.4
23Migrating project for -source:3.7 using Scala 3.7.4
24----
25Preparing build for 3.7.4
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.7-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: build.sbt
32Pattern: val scala3 = "3.1.0"
33Replacement: val scala3 = "3.7.4"
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern 'val scala3 = "3.1.0"' in build.sbt
38----
39Starting build for 3.7.4
40Execute tests: false
41sbt project found:
42Sbt version 1.6.1 is not supported, minimal supported version is 1.11.5
43Enforcing usage of sbt in version 1.11.5
44No prepare script found for project shopstic/caliban
45##################################
46Scala version: 3.7.4
47Targets: dev.chopsticks%caliban dev.chopsticks%caliban-cats dev.chopsticks%caliban-client dev.chopsticks%caliban-federation dev.chopsticks%caliban-http4s dev.chopsticks%caliban-macros dev.chopsticks%caliban-monix dev.chopsticks%caliban-tapir dev.chopsticks%caliban-zio-http
48Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
49##################################
50Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
51Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
52[sbt_options] declare -a sbt_options=()
53[process_args] java_version = '17'
54[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
55# Executing command line:
56java
57-Dfile.encoding=UTF-8
58-XX:MaxMetaspaceSize=3G
59-Dcommunitybuild.scala=3.7.4
60-Dcommunitybuild.project.dependencies.add=
61-Xmx7G
62-Xms4G
63-Xss8M
64-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
65-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
66-jar
67/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
68"setCrossScalaVersions 3.7.4"
69"++3.7.4 -v"
70"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
71"set every credentials := Nil"
72"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
73"removeScalacOptionsStartingWith -P:wartremover"
74
75moduleMappings
76"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" dev.chopsticks%caliban dev.chopsticks%caliban-cats dev.chopsticks%caliban-client dev.chopsticks%caliban-federation dev.chopsticks%caliban-http4s dev.chopsticks%caliban-macros dev.chopsticks%caliban-monix dev.chopsticks%caliban-tapir dev.chopsticks%caliban-zio-http"
77
78[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
79[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
80[info] loading project definition from /build/repo/project
81[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
82[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
83[info] Compilation completed in 9.11s.
84[info] done compiling
85[info] loading settings for project root from build.sbt, version.sbt...
86[info] resolving key references (18155 settings) ...
87[info] ____ _ _ _
88[info] / ___|__ _| (_) |__ __ _ _ __
89[info] | | / _` | | | '_ \ / _` | '_ \
90[info] | |__| (_| | | | |_) | (_| | | | |
91[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
92[info]
93[info] Useful sbt tasks:
94[info] > ~compile - Compile all modules with file-watch enabled
95[info] > test - Run the unit test suite
96[info] > fmt - Run scalafmt on the entire project
97[info] > scripted - Run the scripted test suite
98[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
99[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
100[info] > benchmarks/jmh:run - Run the benchmarks
101[info] > +publishLocal - Publish caliban locally
102Execute setCrossScalaVersions: 3.7.4
103OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in catsInterop/crossScalaVersions
104OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in core/crossScalaVersions
105OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in monixInterop/crossScalaVersions
106OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in clientJS/crossScalaVersions
107OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in clientLaminextJS/crossScalaVersions
108OpenCB::Limitting incorrect crossVersions List() -> List(2.12.14) in root/crossScalaVersions
109OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in clientJVM/crossScalaVersions
110OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http4s/crossScalaVersions
111OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tapirInterop/crossScalaVersions
112OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in federation/crossScalaVersions
113OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttp/crossScalaVersions
114OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macros/crossScalaVersions
115[info] ____ _ _ _
116[info] / ___|__ _| (_) |__ __ _ _ __
117[info] | | / _` | | | '_ \ / _` | '_ \
118[info] | |__| (_| | | | |_) | (_| | | | |
119[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
120[info]
121[info] Useful sbt tasks:
122[info] > ~compile - Compile all modules with file-watch enabled
123[info] > test - Run the unit test suite
124[info] > fmt - Run scalafmt on the entire project
125[info] > scripted - Run the scripted test suite
126[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
127[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
128[info] > benchmarks/jmh:run - Run the benchmarks
129[info] > +publishLocal - Publish caliban locally
130[info] Setting Scala version to 3.7.4 on 11 projects.
131[info] Switching Scala version on:
132[info] clientLaminextJS (2.13.8, 3.7.4)
133[info] http4s (2.12.14, 2.13.8, 3.7.4)
134[info] zioHttp (2.12.14, 2.13.8, 3.7.4)
135[info] clientJS (2.12.14, 2.13.8, 3.7.4)
136[info] clientJVM (2.12.14, 2.13.8, 3.7.4)
137[info] monixInterop (2.12.14, 2.13.8, 3.7.4)
138[info] macros (2.12.14, 2.13.8, 3.7.4)
139[info] tapirInterop (2.12.14, 2.13.8, 3.7.4)
140[info] catsInterop (2.12.14, 2.13.8, 3.7.4)
141[info] core (2.12.14, 2.13.8, 3.7.4)
142[info] federation (2.12.14, 2.13.8, 3.7.4)
143[info] Excluding projects:
144[info] benchmarks (2.12.14, 2.13.8)
145[info] examples (2.12.14, 2.13.8)
146[info] * root (2.12.14)
147[info] play (2.12.14, 2.13.8)
148[info] docs (2.12.14, 2.13.8)
149[info] tools (2.12.14, 2.13.8)
150[info] akkaHttp (2.12.14, 2.13.8)
151[info] codegenSbt (2.12.14)
152[info] Reapplying settings...
153[info] ____ _ _ _
154[info] / ___|__ _| (_) |__ __ _ _ __
155[info] | | / _` | | | '_ \ / _` | '_ \
156[info] | |__| (_| | | | |_) | (_| | | | |
157[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
158[info]
159[info] Useful sbt tasks:
160[info] > ~compile - Compile all modules with file-watch enabled
161[info] > test - Run the unit test suite
162[info] > fmt - Run scalafmt on the entire project
163[info] > scripted - Run the scripted test suite
164[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
165[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
166[info] > benchmarks/jmh:run - Run the benchmarks
167[info] > +publishLocal - Publish caliban locally
168Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
169[info] Reapplying settings...
170[info] ____ _ _ _
171[info] / ___|__ _| (_) |__ __ _ _ __
172[info] | | / _` | | | '_ \ / _` | '_ \
173[info] | |__| (_| | | | |_) | (_| | | | |
174[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
175[info]
176[info] Useful sbt tasks:
177[info] > ~compile - Compile all modules with file-watch enabled
178[info] > test - Run the unit test suite
179[info] > fmt - Run scalafmt on the entire project
180[info] > scripted - Run the scripted test suite
181[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
182[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
183[info] > benchmarks/jmh:run - Run the benchmarks
184[info] > +publishLocal - Publish caliban locally
185[info] Defining Global / credentials, akkaHttp / credentials and 17 others.
186[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 94 others.
187[info] Run `last` for details.
188[info] Reapplying settings...
189[info] ____ _ _ _
190[info] / ___|__ _| (_) |__ __ _ _ __
191[info] | | / _` | | | '_ \ / _` | '_ \
192[info] | |__| (_| | | | |_) | (_| | | | |
193[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
194[info]
195[info] Useful sbt tasks:
196[info] > ~compile - Compile all modules with file-watch enabled
197[info] > test - Run the unit test suite
198[info] > fmt - Run scalafmt on the entire project
199[info] > scripted - Run the scripted test suite
200[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
201[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
202[info] > benchmarks/jmh:run - Run the benchmarks
203[info] > +publishLocal - Publish caliban locally
204Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
205[info] Reapplying settings...
206OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
207
208 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
209 Did you mean http4s / allExcludeDependencies ?
210 , retry without global scopes
211[info] Reapplying settings...
212[info] ____ _ _ _
213[info] / ___|__ _| (_) |__ __ _ _ __
214[info] | | / _` | | | '_ \ / _` | '_ \
215[info] | |__| (_| | | | |_) | (_| | | | |
216[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
217[info]
218[info] Useful sbt tasks:
219[info] > ~compile - Compile all modules with file-watch enabled
220[info] > test - Run the unit test suite
221[info] > fmt - Run scalafmt on the entire project
222[info] > scripted - Run the scripted test suite
223[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
224[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
225[info] > benchmarks/jmh:run - Run the benchmarks
226[info] > +publishLocal - Publish caliban locally
227Execute removeScalacOptionsStartingWith: -P:wartremover
228[info] Reapplying settings...
229[info] ____ _ _ _
230[info] / ___|__ _| (_) |__ __ _ _ __
231[info] | | / _` | | | '_ \ / _` | '_ \
232[info] | |__| (_| | | | |_) | (_| | | | |
233[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
234[info]
235[info] Useful sbt tasks:
236[info] > ~compile - Compile all modules with file-watch enabled
237[info] > test - Run the unit test suite
238[info] > fmt - Run scalafmt on the entire project
239[info] > scripted - Run the scripted test suite
240[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
241[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
242[info] > benchmarks/jmh:run - Run the benchmarks
243[info] > +publishLocal - Publish caliban locally
244[success] Total time: 0 s, completed Nov 27, 2025, 9:09:46 PM
245Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
246Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
247Starting build...
248Projects: Set(http4s, zioHttp, clientJVM, monixInterop, macros, tapirInterop, catsInterop, core, federation)
249Starting build for ProjectRef(file:/build/repo/,macros) (caliban-macros)... [0/9]
250OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
251OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
252OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
253OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
254OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
255Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
256Starting build for ProjectRef(file:/build/repo/,http4s) (caliban-http4s)... [1/9]
257Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
258[info] compiling 82 Scala sources to /build/repo/core/target/scala-3.7.4/classes ...
259[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
260[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/ArgBuilderDerivation.scala:29:8
261[warn] 29 | new ArgBuilder[A] {
262[warn] | ^
263[warn] | New anonymous class definition will be duplicated at each inline site
264[warn] |
265[warn] | longer explanation available when compiling with `-explain`
266[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/ArgBuilderDerivation.scala:50:8
267[warn] 50 | new ArgBuilder[A] {
268[warn] | ^
269[warn] | New anonymous class definition will be duplicated at each inline site
270[warn] |
271[warn] | longer explanation available when compiling with `-explain`
272[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/SchemaDerivation.scala:70:8
273[warn] 70 | new Schema[R, A] {
274[warn] | ^
275[warn] | New anonymous class definition will be duplicated at each inline site
276[warn] |
277[warn] | longer explanation available when compiling with `-explain`
278[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/SchemaDerivation.scala:131:8
279[warn] 131 | new Schema[R, A] {
280[warn] | ^
281[warn] | New anonymous class definition will be duplicated at each inline site
282[warn] |
283[warn] | longer explanation available when compiling with `-explain`
284[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/SubscriptionSchemaDerivation.scala:19:8
285[warn] 19 | new SubscriptionSchema[A] {}
286[warn] | ^
287[warn] | New anonymous class definition will be duplicated at each inline site
288[warn] |
289[warn] | longer explanation available when compiling with `-explain`
290Warning: mocking up superclass for module class macros
291[info] [patched file /build/repo/core/src/main/scala/caliban/wrappers/Wrappers.scala]
292[info] [patched file /build/repo/core/src/main/scala/caliban/schema/ArgBuilder.scala]
293[info] [patched file /build/repo/core/src/main/scala/caliban/schema/Schema.scala]
294[info] [patched file /build/repo/core/src/main/scala/caliban/relay/Connection.scala]
295[info] [patched file /build/repo/core/src/main/scala-3/caliban/parsing/SourceMapper.scala]
296[info] [patched file /build/repo/core/src/main/scala-3/caliban/parsing/Parser.scala]
297[info] [patched file /build/repo/core/src/main/scala/caliban/Rendering.scala]
298[info] [patched file /build/repo/core/src/main/scala/caliban/GraphQLInterpreter.scala]
299[info] [patched file /build/repo/core/src/main/scala/caliban/interop/circe/circe.scala]
300[warn] 6 warnings found
301[info] [patched file /build/repo/core/src/main/scala/caliban/wrappers/Wrappers.scala]
302[info] [patched file /build/repo/core/src/main/scala/caliban/schema/ArgBuilder.scala]
303[info] [patched file /build/repo/core/src/main/scala/caliban/schema/Schema.scala]
304[info] [patched file /build/repo/core/src/main/scala/caliban/relay/Connection.scala]
305[info] [patched file /build/repo/core/src/main/scala-3/caliban/parsing/SourceMapper.scala]
306[info] [patched file /build/repo/core/src/main/scala-3/caliban/parsing/Parser.scala]
307[info] [patched file /build/repo/core/src/main/scala/caliban/Rendering.scala]
308[info] [patched file /build/repo/core/src/main/scala/caliban/GraphQLInterpreter.scala]
309[info] [patched file /build/repo/core/src/main/scala/caliban/interop/circe/circe.scala]
310[warn] 6 warnings found
311[info] done compiling
312[info] compiling 4 Scala sources to /build/repo/interop/tapir/target/scala-3.7.4/classes ...
313[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
314[info] compiling 2 Scala sources to /build/repo/interop/cats/target/scala-3.7.4/classes ...
315[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
316[warn] one warning found
317[info] done compiling
318[info] [patched file /build/repo/interop/tapir/src/main/scala/caliban/interop/tapir/TapirAdapter.scala]
319[warn] one warning found
320[info] done compiling
321[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.7.4/classes ...
322[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
323[info] [patched file /build/repo/adapters/http4s/src/main/scala/caliban/Http4sAdapter.scala]
324[warn] one warning found
325[info] done compiling
326[info] compiling 9 Scala sources to /build/repo/core/target/scala-3.7.4/classes ...
327[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
328Warning: mocking up superclass for module class macros
329[warn] one warning found
330[info] done compiling
331[info] compiling 8 Scala sources to /build/repo/core/target/scala-3.7.4/classes ...
332[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
333[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/ArgBuilderDerivation.scala:29:8
334[warn] 29 | new ArgBuilder[A] {
335[warn] | ^
336[warn] | New anonymous class definition will be duplicated at each inline site
337[warn] |
338[warn] | longer explanation available when compiling with `-explain`
339[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/ArgBuilderDerivation.scala:50:8
340[warn] 50 | new ArgBuilder[A] {
341[warn] | ^
342[warn] | New anonymous class definition will be duplicated at each inline site
343[warn] |
344[warn] | longer explanation available when compiling with `-explain`
345[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/SchemaDerivation.scala:70:8
346[warn] 70 | new Schema[R, A] {
347[warn] | ^
348[warn] | New anonymous class definition will be duplicated at each inline site
349[warn] |
350[warn] | longer explanation available when compiling with `-explain`
351[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/SchemaDerivation.scala:131:8
352[warn] 131 | new Schema[R, A] {
353[warn] | ^
354[warn] | New anonymous class definition will be duplicated at each inline site
355[warn] |
356[warn] | longer explanation available when compiling with `-explain`
357Warning: mocking up superclass for module class macros
358[warn] 6 warnings found
359[info] done compiling
360[info] compiling 1 Scala source to /build/repo/interop/tapir/target/scala-3.7.4/classes ...
361[info] compiling 1 Scala source to /build/repo/interop/cats/target/scala-3.7.4/classes ...
362[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
363[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
364[warn] one warning found
365[info] done compiling
366[warn] one warning found
367[info] done compiling
368[info] compiling 5 Scala sources to /build/repo/interop/tapir/target/scala-3.7.4/test-classes ...
369[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
370[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.7.4/classes ...
371[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
372[warn] one warning found
373[info] done compiling
374Warning: mocking up superclass for module class macros
375[info] [patched file /build/repo/interop/tapir/src/test/scala/caliban/interop/tapir/TapirAdapterSpec.scala]
376[info] [patched file /build/repo/interop/tapir/src/test/scala/caliban/interop/tapir/TestApi.scala]
377[warn] one warning found
378[info] done compiling
379[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.7.4/test-classes ...
380[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
381[info] [patched file /build/repo/adapters/http4s/src/test/scala/caliban/Http4sAdapterSpec.scala]
382[warn] one warning found
383[info] done compiling
384[info] compiling 2 Scala sources to /build/repo/interop/tapir/target/scala-3.7.4/test-classes ...
385[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
386Warning: mocking up superclass for module class macros
387[warn] one warning found
388[info] done compiling
389[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.7.4/test-classes ...
390[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
391[warn] one warning found
392[info] done compiling
393Starting build for ProjectRef(file:/build/repo/,core) (caliban)... [2/9]
394Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
395[info] compiling 24 Scala sources to /build/repo/core/target/scala-3.7.4/test-classes ...
396[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
397Warning: mocking up superclass for module class macros
398[info] [patched file /build/repo/core/src/test/scala-3/caliban/Scala3SpecificSpec.scala]
399[info] [patched file /build/repo/core/src/test/scala/caliban/execution/ExecutionSpec.scala]
400[info] [patched file /build/repo/core/src/test/scala/caliban/schema/ArgBuilderSpec.scala]
401[info] [patched file /build/repo/core/src/test/scala/caliban/TestUtils.scala]
402[info] [patched file /build/repo/core/src/test/scala/caliban/schema/SchemaSpec.scala]
403[warn] one warning found
404[info] done compiling
405[info] compiling 5 Scala sources to /build/repo/core/target/scala-3.7.4/test-classes ...
406[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
407Warning: mocking up superclass for module class macros
408[warn] one warning found
409[info] done compiling
410Starting build for ProjectRef(file:/build/repo/,federation) (caliban-federation)... [3/9]
411Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
412[info] Compiling 1 protobuf files to /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb
413[info] compiling 19 Scala sources to /build/repo/federation/target/scala-3.7.4/classes ...
414[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
415Warning: mocking up superclass for module class macros
416[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/StatsContext.scala]
417[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/ReportsProto.scala]
418[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/Type.scala]
419[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/ReportHeader.scala]
420[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/ContextualizedStats.scala]
421[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/TypeStat.scala]
422[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/Report.scala]
423[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/PathErrorStats.scala]
424[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/TracesAndStats.scala]
425[info] [patched file /build/repo/federation/src/main/scala/caliban/federation/Federation.scala]
426[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/ContextualizedQueryLatencyStats.scala]
427[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/Field.scala]
428[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/ContextualizedTypeStats.scala]
429[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/QueryLatencyStats.scala]
430[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/FieldStat.scala]
431[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/Trace.scala]
432[warn] one warning found
433[info] done compiling
434[info] compiling 19 Scala sources to /build/repo/federation/target/scala-3.7.4/classes ...
435[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
436Warning: mocking up superclass for module class macros
437[warn] one warning found
438[info] done compiling
439[info] compiling 2 Scala sources to /build/repo/federation/target/scala-3.7.4/test-classes ...
440[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
441Warning: mocking up superclass for module class macros
442[warn] one warning found
443[info] done compiling
444Starting build for ProjectRef(file:/build/repo/,tapirInterop) (caliban-tapir)... [4/9]
445Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
446Starting build for ProjectRef(file:/build/repo/,catsInterop) (caliban-cats)... [5/9]
447Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
448Starting build for ProjectRef(file:/build/repo/,monixInterop) (caliban-monix)... [6/9]
449Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
450[info] compiling 2 Scala sources to /build/repo/interop/monix/target/scala-3.7.4/classes ...
451[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
452[warn] one warning found
453[info] done compiling
454Starting build for ProjectRef(file:/build/repo/,clientJVM) (caliban-client)... [7/9]
455Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
456[info] compiling 15 Scala sources to /build/repo/client/.jvm/target/scala-3.7.4/classes ...
457[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
458[info] [patched file /build/repo/client/src/main/scala/caliban/client/__Value.scala]
459[info] [patched file /build/repo/client/src/main/scala/caliban/client/GraphQLRequest.scala]
460[info] [patched file /build/repo/client/src/main/scala/caliban/client/SelectionBuilder.scala]
461[info] [patched file /build/repo/client/src/main/scala/caliban/client/Selection.scala]
462[warn] one warning found
463[info] done compiling
464[info] compiling 4 Scala sources to /build/repo/client/.jvm/target/scala-3.7.4/classes ...
465[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
466[warn] one warning found
467[info] done compiling
468[info] compiling 5 Scala sources to /build/repo/client/.jvm/target/scala-3.7.4/test-classes ...
469[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
470[info] [patched file /build/repo/client/src/test/scala/caliban/client/SelectionBuilderSpec.scala]
471[warn] one warning found
472[info] done compiling
473[info] compiling 1 Scala source to /build/repo/client/.jvm/target/scala-3.7.4/test-classes ...
474[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
475[warn] one warning found
476[info] done compiling
477Starting build for ProjectRef(file:/build/repo/,zioHttp) (caliban-zio-http)... [8/9]
478Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
479[info] compiling 1 Scala source to /build/repo/adapters/zio-http/target/scala-3.7.4/classes ...
480[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
481[info] [patched file /build/repo/adapters/zio-http/src/main/scala/caliban/ZHttpAdapter.scala]
482[warn] one warning found
483[info] done compiling
484[info] compiling 1 Scala source to /build/repo/adapters/zio-http/target/scala-3.7.4/classes ...
485[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
486[warn] one warning found
487[info] done compiling
488[info] compiling 1 Scala source to /build/repo/adapters/zio-http/target/scala-3.7.4/test-classes ...
489[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
490[warn] one warning found
491[info] done compiling
492
493************************
494Build summary:
495[{
496 "module": "caliban-macros",
497 "compile": {"status": "ok", "tookMs": 1428, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
498 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
499 "test-compile": {"status": "ok", "tookMs": 123, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
500 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
501 "publish": {"status": "skipped", "tookMs": 0},
502 "metadata": {
503 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
504}
505},{
506 "module": "caliban-http4s",
507 "compile": {"status": "ok", "tookMs": 33057, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
508 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
509 "test-compile": {"status": "ok", "tookMs": 15807, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
510 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
511 "publish": {"status": "skipped", "tookMs": 0},
512 "metadata": {
513 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
514}
515},{
516 "module": "caliban",
517 "compile": {"status": "ok", "tookMs": 109, "warnings": 5, "errors": 0, "sourceVersion": "3.7-migration"},
518 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
519 "test-compile": {"status": "ok", "tookMs": 81814, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
520 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
521 "publish": {"status": "skipped", "tookMs": 0},
522 "metadata": {
523 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
524}
525},{
526 "module": "caliban-federation",
527 "compile": {"status": "ok", "tookMs": 8681, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
528 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
529 "test-compile": {"status": "ok", "tookMs": 4935, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
530 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
531 "publish": {"status": "skipped", "tookMs": 0},
532 "metadata": {
533 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
534}
535},{
536 "module": "caliban-tapir",
537 "compile": {"status": "ok", "tookMs": 174, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
538 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
539 "test-compile": {"status": "ok", "tookMs": 168, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
540 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
541 "publish": {"status": "skipped", "tookMs": 0},
542 "metadata": {
543 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
544}
545},{
546 "module": "caliban-cats",
547 "compile": {"status": "ok", "tookMs": 137, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
548 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
549 "test-compile": {"status": "ok", "tookMs": 184, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
550 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
551 "publish": {"status": "skipped", "tookMs": 0},
552 "metadata": {
553 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
554}
555},{
556 "module": "caliban-monix",
557 "compile": {"status": "ok", "tookMs": 645, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
558 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
559 "test-compile": {"status": "ok", "tookMs": 142, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
560 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
561 "publish": {"status": "skipped", "tookMs": 0},
562 "metadata": {
563 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
564}
565},{
566 "module": "caliban-client",
567 "compile": {"status": "ok", "tookMs": 1149, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
568 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
569 "test-compile": {"status": "ok", "tookMs": 1342, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
570 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
571 "publish": {"status": "skipped", "tookMs": 0},
572 "metadata": {
573 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
574}
575},{
576 "module": "caliban-zio-http",
577 "compile": {"status": "ok", "tookMs": 707, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
578 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
579 "test-compile": {"status": "ok", "tookMs": 1071, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
580 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
581 "publish": {"status": "skipped", "tookMs": 0},
582 "metadata": {
583 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
584}
585}]
586************************
587[success] Total time: 279 s (0:04:39.0), completed Nov 27, 2025, 9:14:25 PM
588[0JChecking patch project/plugins.sbt...
589Checking patch project/build.properties...
590Checking patch build.sbt...
591Applied patch project/plugins.sbt cleanly.
592Applied patch project/build.properties cleanly.
593Applied patch build.sbt cleanly.
594Commit migration rewrites
595Switched to a new branch 'opencb/migrate-source-3.7'
596[opencb/migrate-source-3.7 dd0724a7] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
597 26 files changed, 85 insertions(+), 84 deletions(-)
598----
599Preparing build for 3.8.0-RC2
600Scala binary version found: 3.8
601Implicitly using source version 3.8
602Scala binary version found: 3.8
603Implicitly using source version 3.8
604Would try to apply common scalacOption (best-effort, sbt/mill only):
605Append: ,REQUIRE:-source:3.8
606Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
607
608Try apply source patch:
609Path: build.sbt
610Pattern: val scala3 = "3.1.0"
611Replacement: val scala3 = "3.8.0-RC2"
612Successfully applied pattern 'val scala3 = "3.1.0"' in build.sbt
613----
614Starting build for 3.8.0-RC2
615Execute tests: false
616sbt project found:
617Sbt version 1.6.1 is not supported, minimal supported version is 1.11.5
618Enforcing usage of sbt in version 1.11.5
619No prepare script found for project shopstic/caliban
620##################################
621Scala version: 3.8.0-RC2
622Targets: dev.chopsticks%caliban dev.chopsticks%caliban-cats dev.chopsticks%caliban-client dev.chopsticks%caliban-federation dev.chopsticks%caliban-http4s dev.chopsticks%caliban-macros dev.chopsticks%caliban-monix dev.chopsticks%caliban-tapir dev.chopsticks%caliban-zio-http
623Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
624##################################
625Using extra scalacOptions: ,REQUIRE:-source:3.8
626Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
627[sbt_options] declare -a sbt_options=()
628[process_args] java_version = '17'
629[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
630# Executing command line:
631java
632-Dfile.encoding=UTF-8
633-XX:MaxMetaspaceSize=3G
634-Dcommunitybuild.scala=3.8.0-RC2
635-Dcommunitybuild.project.dependencies.add=
636-Xmx7G
637-Xms4G
638-Xss8M
639-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
640-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
641-jar
642/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
643"setCrossScalaVersions 3.8.0-RC2"
644"++3.8.0-RC2 -v"
645"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
646"set every credentials := Nil"
647"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
648"removeScalacOptionsStartingWith -P:wartremover"
649
650moduleMappings
651"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" dev.chopsticks%caliban dev.chopsticks%caliban-cats dev.chopsticks%caliban-client dev.chopsticks%caliban-federation dev.chopsticks%caliban-http4s dev.chopsticks%caliban-macros dev.chopsticks%caliban-monix dev.chopsticks%caliban-tapir dev.chopsticks%caliban-zio-http"
652
653[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
654[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
655[info] loading project definition from /build/repo/project
656[info] loading settings for project root from build.sbt, version.sbt...
657[info] resolving key references (18155 settings) ...
658[info] ____ _ _ _
659[info] / ___|__ _| (_) |__ __ _ _ __
660[info] | | / _` | | | '_ \ / _` | '_ \
661[info] | |__| (_| | | | |_) | (_| | | | |
662[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
663[info]
664[info] Useful sbt tasks:
665[info] > ~compile - Compile all modules with file-watch enabled
666[info] > test - Run the unit test suite
667[info] > fmt - Run scalafmt on the entire project
668[info] > scripted - Run the scripted test suite
669[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
670[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
671[info] > benchmarks/jmh:run - Run the benchmarks
672[info] > +publishLocal - Publish caliban locally
673Execute setCrossScalaVersions: 3.8.0-RC2
674OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in catsInterop/crossScalaVersions
675OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in core/crossScalaVersions
676OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in monixInterop/crossScalaVersions
677OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in clientJVM/crossScalaVersions
678OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in http4s/crossScalaVersions
679OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in clientJS/crossScalaVersions
680OpenCB::Limitting incorrect crossVersions List() -> List(2.12.14) in root/crossScalaVersions
681OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in clientLaminextJS/crossScalaVersions
682OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in tapirInterop/crossScalaVersions
683OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in federation/crossScalaVersions
684OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zioHttp/crossScalaVersions
685OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in macros/crossScalaVersions
686[info] ____ _ _ _
687[info] / ___|__ _| (_) |__ __ _ _ __
688[info] | | / _` | | | '_ \ / _` | '_ \
689[info] | |__| (_| | | | |_) | (_| | | | |
690[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
691[info]
692[info] Useful sbt tasks:
693[info] > ~compile - Compile all modules with file-watch enabled
694[info] > test - Run the unit test suite
695[info] > fmt - Run scalafmt on the entire project
696[info] > scripted - Run the scripted test suite
697[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
698[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
699[info] > benchmarks/jmh:run - Run the benchmarks
700[info] > +publishLocal - Publish caliban locally
701[info] Setting Scala version to 3.8.0-RC2 on 11 projects.
702[info] Switching Scala version on:
703[info] clientLaminextJS (2.13.8, 3.8.0-RC2)
704[info] http4s (2.12.14, 2.13.8, 3.8.0-RC2)
705[info] zioHttp (2.12.14, 2.13.8, 3.8.0-RC2)
706[info] clientJS (2.12.14, 2.13.8, 3.8.0-RC2)
707[info] clientJVM (2.12.14, 2.13.8, 3.8.0-RC2)
708[info] monixInterop (2.12.14, 2.13.8, 3.8.0-RC2)
709[info] macros (2.12.14, 2.13.8, 3.8.0-RC2)
710[info] tapirInterop (2.12.14, 2.13.8, 3.8.0-RC2)
711[info] catsInterop (2.12.14, 2.13.8, 3.8.0-RC2)
712[info] core (2.12.14, 2.13.8, 3.8.0-RC2)
713[info] federation (2.12.14, 2.13.8, 3.8.0-RC2)
714[info] Excluding projects:
715[info] benchmarks (2.12.14, 2.13.8)
716[info] examples (2.12.14, 2.13.8)
717[info] * root (2.12.14)
718[info] play (2.12.14, 2.13.8)
719[info] docs (2.12.14, 2.13.8)
720[info] tools (2.12.14, 2.13.8)
721[info] akkaHttp (2.12.14, 2.13.8)
722[info] codegenSbt (2.12.14)
723[info] Reapplying settings...
724[info] ____ _ _ _
725[info] / ___|__ _| (_) |__ __ _ _ __
726[info] | | / _` | | | '_ \ / _` | '_ \
727[info] | |__| (_| | | | |_) | (_| | | | |
728[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
729[info]
730[info] Useful sbt tasks:
731[info] > ~compile - Compile all modules with file-watch enabled
732[info] > test - Run the unit test suite
733[info] > fmt - Run scalafmt on the entire project
734[info] > scripted - Run the scripted test suite
735[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
736[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
737[info] > benchmarks/jmh:run - Run the benchmarks
738[info] > +publishLocal - Publish caliban locally
739Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
740[info] Reapplying settings...
741[info] ____ _ _ _
742[info] / ___|__ _| (_) |__ __ _ _ __
743[info] | | / _` | | | '_ \ / _` | '_ \
744[info] | |__| (_| | | | |_) | (_| | | | |
745[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
746[info]
747[info] Useful sbt tasks:
748[info] > ~compile - Compile all modules with file-watch enabled
749[info] > test - Run the unit test suite
750[info] > fmt - Run scalafmt on the entire project
751[info] > scripted - Run the scripted test suite
752[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
753[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
754[info] > benchmarks/jmh:run - Run the benchmarks
755[info] > +publishLocal - Publish caliban locally
756[info] Defining Global / credentials, akkaHttp / credentials and 17 others.
757[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 94 others.
758[info] Run `last` for details.
759[info] Reapplying settings...
760[info] ____ _ _ _
761[info] / ___|__ _| (_) |__ __ _ _ __
762[info] | | / _` | | | '_ \ / _` | '_ \
763[info] | |__| (_| | | | |_) | (_| | | | |
764[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
765[info]
766[info] Useful sbt tasks:
767[info] > ~compile - Compile all modules with file-watch enabled
768[info] > test - Run the unit test suite
769[info] > fmt - Run scalafmt on the entire project
770[info] > scripted - Run the scripted test suite
771[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
772[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
773[info] > benchmarks/jmh:run - Run the benchmarks
774[info] > +publishLocal - Publish caliban locally
775Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
776[info] Reapplying settings...
777OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
778
779 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
780 Did you mean http4s / allExcludeDependencies ?
781 , retry without global scopes
782[info] Reapplying settings...
783[info] ____ _ _ _
784[info] / ___|__ _| (_) |__ __ _ _ __
785[info] | | / _` | | | '_ \ / _` | '_ \
786[info] | |__| (_| | | | |_) | (_| | | | |
787[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
788[info]
789[info] Useful sbt tasks:
790[info] > ~compile - Compile all modules with file-watch enabled
791[info] > test - Run the unit test suite
792[info] > fmt - Run scalafmt on the entire project
793[info] > scripted - Run the scripted test suite
794[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
795[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
796[info] > benchmarks/jmh:run - Run the benchmarks
797[info] > +publishLocal - Publish caliban locally
798Execute removeScalacOptionsStartingWith: -P:wartremover
799[info] Reapplying settings...
800[info] ____ _ _ _
801[info] / ___|__ _| (_) |__ __ _ _ __
802[info] | | / _` | | | '_ \ / _` | '_ \
803[info] | |__| (_| | | | |_) | (_| | | | |
804[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 1.3.3.1
805[info]
806[info] Useful sbt tasks:
807[info] > ~compile - Compile all modules with file-watch enabled
808[info] > test - Run the unit test suite
809[info] > fmt - Run scalafmt on the entire project
810[info] > scripted - Run the scripted test suite
811[info] > examples/runMain example.http4s.ExampleApp - Start the example server (http4s based)
812[info] > examples/runMain example.akkahttp.ExampleApp - Start the example server (akka-http based)
813[info] > benchmarks/jmh:run - Run the benchmarks
814[info] > +publishLocal - Publish caliban locally
815[success] Total time: 0 s, completed Nov 27, 2025, 9:14:47 PM
816Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
817Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
818Starting build...
819Projects: Set(http4s, zioHttp, clientJVM, monixInterop, macros, tapirInterop, catsInterop, core, federation)
820Starting build for ProjectRef(file:/build/repo/,macros) (caliban-macros)... [0/9]
821OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
822OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
823OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
824OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
825Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
826Starting build for ProjectRef(file:/build/repo/,http4s) (caliban-http4s)... [1/9]
827Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
828[info] compiling 82 Scala sources to /build/repo/core/target/scala-3.8.0-RC2/classes ...
829[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
830[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/ArgBuilderDerivation.scala:29:8
831[warn] 29 | new ArgBuilder[A] {
832[warn] | ^
833[warn] | New anonymous class definition will be duplicated at each inline site
834[warn] |
835[warn] | longer explanation available when compiling with `-explain`
836[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/ArgBuilderDerivation.scala:50:8
837[warn] 50 | new ArgBuilder[A] {
838[warn] | ^
839[warn] | New anonymous class definition will be duplicated at each inline site
840[warn] |
841[warn] | longer explanation available when compiling with `-explain`
842[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/SchemaDerivation.scala:70:8
843[warn] 70 | new Schema[R, A] {
844[warn] | ^
845[warn] | New anonymous class definition will be duplicated at each inline site
846[warn] |
847[warn] | longer explanation available when compiling with `-explain`
848[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/SchemaDerivation.scala:131:8
849[warn] 131 | new Schema[R, A] {
850[warn] | ^
851[warn] | New anonymous class definition will be duplicated at each inline site
852[warn] |
853[warn] | longer explanation available when compiling with `-explain`
854[warn] -- [E197] Potential Issue Warning: /build/repo/core/src/main/scala-3/caliban/schema/SubscriptionSchemaDerivation.scala:19:8
855[warn] 19 | new SubscriptionSchema[A] {}
856[warn] | ^
857[warn] | New anonymous class definition will be duplicated at each inline site
858[warn] |
859[warn] | longer explanation available when compiling with `-explain`
860Warning: mocking up superclass for module class macros
861[warn] 6 warnings found
862[warn] 6 warnings found
863[info] done compiling
864[info] compiling 4 Scala sources to /build/repo/interop/tapir/target/scala-3.8.0-RC2/classes ...
865[info] compiling 2 Scala sources to /build/repo/interop/cats/target/scala-3.8.0-RC2/classes ...
866[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
867[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
868[warn] one warning found
869[info] done compiling
870[warn] one warning found
871[info] done compiling
872[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.8.0-RC2/classes ...
873[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
874[warn] one warning found
875[info] done compiling
876[info] compiling 5 Scala sources to /build/repo/interop/tapir/target/scala-3.8.0-RC2/test-classes ...
877[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
878Warning: mocking up superclass for module class macros
879[warn] one warning found
880[info] done compiling
881[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.8.0-RC2/test-classes ...
882[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
883[warn] one warning found
884[info] done compiling
885Starting build for ProjectRef(file:/build/repo/,core) (caliban)... [2/9]
886Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
887[info] compiling 24 Scala sources to /build/repo/core/target/scala-3.8.0-RC2/test-classes ...
888[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
889[warn] one warning found
890[info] done compiling
891Starting build for ProjectRef(file:/build/repo/,federation) (caliban-federation)... [3/9]
892Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
893[info] Compiling 1 protobuf files to /build/repo/federation/target/scala-3.8.0-RC2/src_managed/main/scalapb
894[info] compiling 19 Scala sources to /build/repo/federation/target/scala-3.8.0-RC2/classes ...
895[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
896[warn] one warning found
897[info] done compiling
898[info] compiling 2 Scala sources to /build/repo/federation/target/scala-3.8.0-RC2/test-classes ...
899[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
900Warning: mocking up superclass for module class macros
901[warn] one warning found
902[info] done compiling
903Starting build for ProjectRef(file:/build/repo/,tapirInterop) (caliban-tapir)... [4/9]
904Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
905Starting build for ProjectRef(file:/build/repo/,catsInterop) (caliban-cats)... [5/9]
906Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
907Starting build for ProjectRef(file:/build/repo/,monixInterop) (caliban-monix)... [6/9]
908Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
909[info] compiling 2 Scala sources to /build/repo/interop/monix/target/scala-3.8.0-RC2/classes ...
910[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
911[warn] one warning found
912[info] done compiling
913Starting build for ProjectRef(file:/build/repo/,clientJVM) (caliban-client)... [7/9]
914Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
915[info] compiling 15 Scala sources to /build/repo/client/.jvm/target/scala-3.8.0-RC2/classes ...
916[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
917[warn] one warning found
918[info] done compiling
919[info] compiling 5 Scala sources to /build/repo/client/.jvm/target/scala-3.8.0-RC2/test-classes ...
920[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
921[warn] one warning found
922[info] done compiling
923Starting build for ProjectRef(file:/build/repo/,zioHttp) (caliban-zio-http)... [8/9]
924Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -explain-types, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
925[info] compiling 1 Scala source to /build/repo/adapters/zio-http/target/scala-3.8.0-RC2/classes ...
926[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
927[warn] one warning found
928[info] done compiling
929[info] compiling 1 Scala source to /build/repo/adapters/zio-http/target/scala-3.8.0-RC2/test-classes ...
930[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
931[warn] one warning found
932[info] done compiling
933
934************************
935Build summary:
936[{
937 "module": "caliban-macros",
938 "compile": {"status": "ok", "tookMs": 3665, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
939 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
940 "test-compile": {"status": "ok", "tookMs": 143, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
941 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
942 "publish": {"status": "skipped", "tookMs": 0},
943 "metadata": {
944 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
945}
946},{
947 "module": "caliban-http4s",
948 "compile": {"status": "ok", "tookMs": 35890, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
949 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
950 "test-compile": {"status": "ok", "tookMs": 8916, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
951 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
952 "publish": {"status": "skipped", "tookMs": 0},
953 "metadata": {
954 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
955}
956},{
957 "module": "caliban",
958 "compile": {"status": "ok", "tookMs": 210, "warnings": 5, "errors": 0, "sourceVersion": "3.8"},
959 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
960 "test-compile": {"status": "ok", "tookMs": 105426, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
961 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
962 "publish": {"status": "skipped", "tookMs": 0},
963 "metadata": {
964 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
965}
966},{
967 "module": "caliban-federation",
968 "compile": {"status": "ok", "tookMs": 5081, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
969 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
970 "test-compile": {"status": "ok", "tookMs": 2714, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
971 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
972 "publish": {"status": "skipped", "tookMs": 0},
973 "metadata": {
974 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
975}
976},{
977 "module": "caliban-tapir",
978 "compile": {"status": "ok", "tookMs": 191, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
979 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
980 "test-compile": {"status": "ok", "tookMs": 199, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
981 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
982 "publish": {"status": "skipped", "tookMs": 0},
983 "metadata": {
984 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
985}
986},{
987 "module": "caliban-cats",
988 "compile": {"status": "ok", "tookMs": 160, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
989 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
990 "test-compile": {"status": "ok", "tookMs": 191, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
991 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
992 "publish": {"status": "skipped", "tookMs": 0},
993 "metadata": {
994 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
995}
996},{
997 "module": "caliban-monix",
998 "compile": {"status": "ok", "tookMs": 809, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
999 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1000 "test-compile": {"status": "ok", "tookMs": 198, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1001 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1002 "publish": {"status": "skipped", "tookMs": 0},
1003 "metadata": {
1004 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
1005}
1006},{
1007 "module": "caliban-client",
1008 "compile": {"status": "ok", "tookMs": 1550, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1009 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1010 "test-compile": {"status": "ok", "tookMs": 821, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1011 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1012 "publish": {"status": "skipped", "tookMs": 0},
1013 "metadata": {
1014 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
1015}
1016},{
1017 "module": "caliban-zio-http",
1018 "compile": {"status": "ok", "tookMs": 815, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1019 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1020 "test-compile": {"status": "ok", "tookMs": 837, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1021 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1022 "publish": {"status": "skipped", "tookMs": 0},
1023 "metadata": {
1024 "crossScalaVersions": ["2.12.14", "2.13.8", "3.1.0"]
1025}
1026}]
1027************************
1028[success] Total time: 184 s (0:03:04.0), completed Nov 27, 2025, 9:17:52 PM
1029[0JChecking patch project/plugins.sbt...
1030Checking patch project/build.properties...
1031Checking patch build.sbt...
1032Applied patch project/plugins.sbt cleanly.
1033Applied patch project/build.properties cleanly.
1034Applied patch build.sbt cleanly.