Build Logs
ghostdogpr/caliban • scheduled_3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
Errors
2
Warnings
201
Total Lines
1864
1##################################
2Clonning https://github.com/ghostdogpr/caliban.git into /build/repo using revision v2.11.2
3##################################
4Note: switching to '2d7dcad2a3bd649843a9fce32f8cde9aec710796'.
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.3.7
22Using target Scala version for migration: 3.7.4
23Migrating project for -source:3.5 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.5-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: core/src/main/scala/caliban/GraphQLInterpreter.scala
32Pattern: R0 with R1 <:< R
33Replacement: (R0 & R1) <:< R
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern 'R0 with R1 <:< R' in core/src/main/scala/caliban/GraphQLInterpreter.scala
38
39Try apply source patch:
40Path: build.sbt
41Pattern: val scala3 = "3.3.7"
42Replacement: val scala3 = "3.7.4"
43Successfully applied pattern 'val scala3 = "3.3.7"' in build.sbt
44----
45Starting build for 3.7.4
46Execute tests: false
47sbt project found:
48No prepare script found for project ghostdogpr/caliban
49##################################
50Scala version: 3.7.4
51Targets: com.github.ghostdogpr%caliban com.github.ghostdogpr%caliban-cats com.github.ghostdogpr%caliban-client com.github.ghostdogpr%caliban-federation com.github.ghostdogpr%caliban-http4s com.github.ghostdogpr%caliban-macros com.github.ghostdogpr%caliban-monix com.github.ghostdogpr%caliban-pekko-http com.github.ghostdogpr%caliban-play com.github.ghostdogpr%caliban-quick com.github.ghostdogpr%caliban-reporting com.github.ghostdogpr%caliban-tapir com.github.ghostdogpr%caliban-tools com.github.ghostdogpr%caliban-tracing com.github.ghostdogpr%caliban-zio-http
52Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.5","3.6"],"sourcePatches":[{"path":"core/src/main/scala/caliban/GraphQLInterpreter.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
53##################################
54Using extra scalacOptions: -rewrite,REQUIRE:-source:3.5-migration
55Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
56[sbt_options] declare -a sbt_options=()
57[process_args] java_version = '17'
58[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
59# Executing command line:
60java
61-Dfile.encoding=UTF-8
62-XX:MaxMetaspaceSize=3G
63-Xmx3G
64-XX:+UseG1GC
65-Dcommunitybuild.scala=3.7.4
66-Dcommunitybuild.project.dependencies.add=
67-Xmx7G
68-Xms4G
69-Xss8M
70-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
71-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
72-jar
73/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
74"setCrossScalaVersions 3.7.4"
75"++3.7.4 -v"
76"mapScalacOptions "-rewrite,REQUIRE:-source:3.5-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
77"set every credentials := Nil"
78"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
79"removeScalacOptionsStartingWith -P:wartremover"
80
81moduleMappings
82"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.5","3.6"],"sourcePatches":[{"path":"core/src/main/scala/caliban/GraphQLInterpreter.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.github.ghostdogpr%caliban com.github.ghostdogpr%caliban-cats com.github.ghostdogpr%caliban-client com.github.ghostdogpr%caliban-federation com.github.ghostdogpr%caliban-http4s com.github.ghostdogpr%caliban-macros com.github.ghostdogpr%caliban-monix com.github.ghostdogpr%caliban-pekko-http com.github.ghostdogpr%caliban-play com.github.ghostdogpr%caliban-quick com.github.ghostdogpr%caliban-reporting com.github.ghostdogpr%caliban-tapir com.github.ghostdogpr%caliban-tools com.github.ghostdogpr%caliban-tracing com.github.ghostdogpr%caliban-zio-http"
83
84[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
85[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
86[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
87[info] loading project definition from /build/repo/project
88[info] compiling 5 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
89[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
90[info] Compilation completed in 8.861s.
91[info] done compiling
92[info] loading settings for project root from build.sbt...
93[info] resolving key references (37614 settings) ...
94[info] ____ _ _ _
95[info] / ___|__ _| (_) |__ __ _ _ __
96[info] | | / _` | | | '_ \ / _` | '_ \
97[info] | |__| (_| | | | |_) | (_| | | | |
98[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+0-2d7dcad2+20260103-0052-SNAPSHOT
99[info]
100[info] Useful sbt tasks:
101[info] > ~compile - Compile all modules with file-watch enabled
102[info] > +test - Run the unit test suite for all modules and Scala versions
103[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
104[info] > fmt - Run scalafmt on the entire project
105[info] > scripted - Run the scripted test suite
106[info] > examples/runMain example.quick.ExampleApp - Start the example server
107[info] > benchmarks/jmh:run - Run the benchmarks
108[info] > +publishLocal - Publish caliban locally
109[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
110Execute setCrossScalaVersions: 3.7.4
111OpenCB::Limitting incorrect crossVersions List() -> List(2.13.18) in rootJVM3/crossScalaVersions
112OpenCB::Limitting incorrect crossVersions List(2.12.21) -> List(2.13.18) in codegenSbt/crossScalaVersions
113OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in benchmarks/crossScalaVersions
114OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in apolloCompatibility/crossScalaVersions
115OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in clientJS/crossScalaVersions
116OpenCB::Limitting incorrect crossVersions List() -> List(2.13.18) in root/crossScalaVersions
117OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in catsInterop/crossScalaVersions
118OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in clientNative/crossScalaVersions
119OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in core/crossScalaVersions
120OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in monixInterop/crossScalaVersions
121OpenCB::Limitting incorrect crossVersions List() -> List(2.13.18) in rootJVM213/crossScalaVersions
122OpenCB::Limitting incorrect crossVersions List() -> List(2.13.18) in rootJVM212/crossScalaVersions
123OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in clientLaminextJS/crossScalaVersions
124OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in clientJVM/crossScalaVersions
125OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http4s/crossScalaVersions
126OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tools/crossScalaVersions
127OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tapirInterop/crossScalaVersions
128OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in federation/crossScalaVersions
129OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttp/crossScalaVersions
130OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in quickAdapter/crossScalaVersions
131OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in pekkoHttp/crossScalaVersions
132OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in reporting/crossScalaVersions
133OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macros/crossScalaVersions
134OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tracing/crossScalaVersions
135OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in play/crossScalaVersions
136[info] ____ _ _ _
137[info] / ___|__ _| (_) |__ __ _ _ __
138[info] | | / _` | | | '_ \ / _` | '_ \
139[info] | |__| (_| | | | |_) | (_| | | | |
140[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+0-2d7dcad2+20260103-0053-SNAPSHOT
141[info]
142[info] Useful sbt tasks:
143[info] > ~compile - Compile all modules with file-watch enabled
144[info] > +test - Run the unit test suite for all modules and Scala versions
145[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
146[info] > fmt - Run scalafmt on the entire project
147[info] > scripted - Run the scripted test suite
148[info] > examples/runMain example.quick.ExampleApp - Start the example server
149[info] > benchmarks/jmh:run - Run the benchmarks
150[info] > +publishLocal - Publish caliban locally
151[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
152[info] Setting Scala version to 3.7.4 on 20 projects.
153[info] Switching Scala version on:
154[info] clientLaminextJS (2.13.18, 3.7.4)
155[info] benchmarks (2.13.18, 3.7.4)
156[info] http4s (2.12.21, 2.13.18, 3.7.4)
157[info] pekkoHttp (2.12.21, 2.13.18, 3.7.4)
158[info] zioHttp (2.12.21, 2.13.18, 3.7.4)
159[info] clientNative (2.12.21, 2.13.18, 3.7.4)
160[info] play (2.13.18, 3.7.4)
161[info] clientJS (2.12.21, 2.13.18, 3.7.4)
162[info] tools (2.12.21, 2.13.18, 3.7.4)
163[info] clientJVM (2.12.21, 2.13.18, 3.7.4)
164[info] reporting (2.12.21, 2.13.18, 3.7.4)
165[info] monixInterop (2.12.21, 2.13.18, 3.7.4)
166[info] macros (2.12.21, 2.13.18, 3.7.4)
167[info] tapirInterop (2.12.21, 2.13.18, 3.7.4)
168[info] catsInterop (2.12.21, 2.13.18, 3.7.4)
169[info] core (2.12.21, 2.13.18, 3.7.4)
170[info] tracing (2.12.21, 2.13.18, 3.7.4)
171[info] quickAdapter (2.12.21, 2.13.18, 3.7.4)
172[info] federation (2.12.21, 2.13.18, 3.7.4)
173[info] apolloCompatibility (2.13.18, 3.7.4)
174[info] Excluding projects:
175[info] rootJVM213 (2.13.18)
176[info] rootJVM3 (2.13.18)
177[info] examples (2.13.18)
178[info] * root (2.13.18)
179[info] docs (2.12.21, 2.13.18)
180[info] akkaHttp (2.12.21, 2.13.18)
181[info] rootJVM212 (2.13.18)
182[info] codegenSbt (2.13.18)
183[info] Reapplying settings...
184[info] ____ _ _ _
185[info] / ___|__ _| (_) |__ __ _ _ __
186[info] | | / _` | | | '_ \ / _` | '_ \
187[info] | |__| (_| | | | |_) | (_| | | | |
188[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+0-2d7dcad2+20260103-0053-SNAPSHOT
189[info]
190[info] Useful sbt tasks:
191[info] > ~compile - Compile all modules with file-watch enabled
192[info] > +test - Run the unit test suite for all modules and Scala versions
193[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
194[info] > fmt - Run scalafmt on the entire project
195[info] > scripted - Run the scripted test suite
196[info] > examples/runMain example.quick.ExampleApp - Start the example server
197[info] > benchmarks/jmh:run - Run the benchmarks
198[info] > +publishLocal - Publish caliban locally
199[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
200Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.5-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
201[info] Reapplying settings...
202[info] ____ _ _ _
203[info] / ___|__ _| (_) |__ __ _ _ __
204[info] | | / _` | | | '_ \ / _` | '_ \
205[info] | |__| (_| | | | |_) | (_| | | | |
206[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+0-2d7dcad2+20260103-0053-SNAPSHOT
207[info]
208[info] Useful sbt tasks:
209[info] > ~compile - Compile all modules with file-watch enabled
210[info] > +test - Run the unit test suite for all modules and Scala versions
211[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
212[info] > fmt - Run scalafmt on the entire project
213[info] > scripted - Run the scripted test suite
214[info] > examples/runMain example.quick.ExampleApp - Start the example server
215[info] > benchmarks/jmh:run - Run the benchmarks
216[info] > +publishLocal - Publish caliban locally
217[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
218[info] Defining Global / credentials, akkaHttp / credentials and 26 others.
219[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 224 others.
220[info] Run `last` for details.
221[info] Reapplying settings...
222[info] ____ _ _ _
223[info] / ___|__ _| (_) |__ __ _ _ __
224[info] | | / _` | | | '_ \ / _` | '_ \
225[info] | |__| (_| | | | |_) | (_| | | | |
226[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+0-2d7dcad2+20260103-0053-SNAPSHOT
227[info]
228[info] Useful sbt tasks:
229[info] > ~compile - Compile all modules with file-watch enabled
230[info] > +test - Run the unit test suite for all modules and Scala versions
231[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
232[info] > fmt - Run scalafmt on the entire project
233[info] > scripted - Run the scripted test suite
234[info] > examples/runMain example.quick.ExampleApp - Start the example server
235[info] > benchmarks/jmh:run - Run the benchmarks
236[info] > +publishLocal - Publish caliban locally
237[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
238Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
239[info] Reapplying settings...
240OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
241
242 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
243 Did you mean rootJVM3 / allExcludeDependencies ?
244 , retry without global scopes
245[info] Reapplying settings...
246[info] ____ _ _ _
247[info] / ___|__ _| (_) |__ __ _ _ __
248[info] | | / _` | | | '_ \ / _` | '_ \
249[info] | |__| (_| | | | |_) | (_| | | | |
250[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+0-2d7dcad2+20260103-0053-SNAPSHOT
251[info]
252[info] Useful sbt tasks:
253[info] > ~compile - Compile all modules with file-watch enabled
254[info] > +test - Run the unit test suite for all modules and Scala versions
255[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
256[info] > fmt - Run scalafmt on the entire project
257[info] > scripted - Run the scripted test suite
258[info] > examples/runMain example.quick.ExampleApp - Start the example server
259[info] > benchmarks/jmh:run - Run the benchmarks
260[info] > +publishLocal - Publish caliban locally
261[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
262Execute removeScalacOptionsStartingWith: -P:wartremover
263[info] Reapplying settings...
264[info] ____ _ _ _
265[info] / ___|__ _| (_) |__ __ _ _ __
266[info] | | / _` | | | '_ \ / _` | '_ \
267[info] | |__| (_| | | | |_) | (_| | | | |
268[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+0-2d7dcad2+20260103-0053-SNAPSHOT
269[info]
270[info] Useful sbt tasks:
271[info] > ~compile - Compile all modules with file-watch enabled
272[info] > +test - Run the unit test suite for all modules and Scala versions
273[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
274[info] > fmt - Run scalafmt on the entire project
275[info] > scripted - Run the scripted test suite
276[info] > examples/runMain example.quick.ExampleApp - Start the example server
277[info] > benchmarks/jmh:run - Run the benchmarks
278[info] > +publishLocal - Publish caliban locally
279[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
280[success] Total time: 0 s, completed Jan 3, 2026, 12:53:18 AM
281Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.5","3.6"],"sourcePatches":[{"path":"core/src/main/scala/caliban/GraphQLInterpreter.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
282Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
283Starting build...
284Projects: Set(http4s, pekkoHttp, zioHttp, play, tools, clientJVM, reporting, monixInterop, macros, tapirInterop, catsInterop, core, tracing, quickAdapter, federation)
285Starting build for ProjectRef(file:/build/repo/,reporting) (caliban-reporting)... [0/15]
286OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
287OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.5-migration` in Scala 2.12.20 module Global
288OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
289OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
290OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
291OpenCB::Filter out '-no-indent', matches setting pattern '^-?-no-indent'
292Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
293[info] compiling 16 Scala sources to /build/repo/client/.jvm/target/scala-3.7.4/classes ...
294[info] compiling 118 Scala sources to /build/repo/core/target/scala-3.7.4/classes ...
295[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
296[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
297[info] [patched file /build/repo/client/src/main/scala/caliban/client/Selection.scala]
298[info] [patched file /build/repo/client/src/main/scala/caliban/client/SelectionBuilder.scala]
299[warn] one warning found
300[info] done compiling
301[info] [patched file /build/repo/core/src/main/scala/caliban/ws/WebSocketHooks.scala]
302[info] [patched file /build/repo/core/src/main/scala/caliban/execution/Executor.scala]
303[info] [patched file /build/repo/core/src/main/scala/caliban/relay/Connection.scala]
304[info] [patched file /build/repo/core/src/main/scala/caliban/parsing/parsers/StringParsers.scala]
305[info] [patched file /build/repo/core/src/main/scala/caliban/schema/ArgBuilder.scala]
306[info] [patched file /build/repo/core/src/main/scala/caliban/parsing/SourceMapper.scala]
307[info] [patched file /build/repo/core/src/main/scala/caliban/GraphQLInterpreter.scala]
308[info] [patched file /build/repo/core/src/main/scala/caliban/execution/Field.scala]
309[info] [patched file /build/repo/core/src/main/scala/caliban/schema/Schema.scala]
310[info] [patched file /build/repo/core/src/main/scala-3/caliban/schema/TypeUnionDerivation.scala]
311[info] [patched file /build/repo/core/src/main/scala/caliban/transformers/Transformer.scala]
312[info] [patched file /build/repo/core/src/main/scala/caliban/interop/circe/circe.scala]
313[warn] one warning found
314[info] [patched file /build/repo/core/src/main/scala/caliban/ws/WebSocketHooks.scala]
315[info] [patched file /build/repo/core/src/main/scala/caliban/execution/Executor.scala]
316[info] [patched file /build/repo/core/src/main/scala/caliban/relay/Connection.scala]
317[info] [patched file /build/repo/core/src/main/scala/caliban/parsing/parsers/StringParsers.scala]
318[info] [patched file /build/repo/core/src/main/scala/caliban/schema/ArgBuilder.scala]
319[info] [patched file /build/repo/core/src/main/scala/caliban/parsing/SourceMapper.scala]
320[info] [patched file /build/repo/core/src/main/scala/caliban/GraphQLInterpreter.scala]
321[info] [patched file /build/repo/core/src/main/scala/caliban/execution/Field.scala]
322[info] [patched file /build/repo/core/src/main/scala/caliban/schema/Schema.scala]
323[info] [patched file /build/repo/core/src/main/scala-3/caliban/schema/TypeUnionDerivation.scala]
324[info] [patched file /build/repo/core/src/main/scala/caliban/transformers/Transformer.scala]
325[info] [patched file /build/repo/core/src/main/scala/caliban/interop/circe/circe.scala]
326[warn] one warning found
327[info] done compiling
328[info] compiling 12 Scala sources to /build/repo/reporting/target/scala-3.7.4/classes ...
329[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
330[info] [patched file /build/repo/reporting/src/main/scala/caliban/reporting/ReportingDaemon.scala]
331[info] [patched file /build/repo/reporting/src/main/scala/caliban/reporting/SchemaReporter.scala]
332[warn] one warning found
333[info] done compiling
334[info] compiling 2 Scala sources to /build/repo/client/.jvm/target/scala-3.7.4/classes ...
335[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
336[info] compiling 12 Scala sources to /build/repo/core/target/scala-3.7.4/classes ...
337[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
338[warn] one warning found
339[info] done compiling
340[warn] one warning found
341[info] done compiling
342[info] compiling 16 Scala sources to /build/repo/core/target/scala-3.7.4/classes ...
343[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
344[warn] two warnings found
345[warn] two warnings found
346[info] done compiling
347[info] compiling 20 Scala sources to /build/repo/core/target/scala-3.7.4/classes ...
348[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
349[warn] three warnings found
350[warn] three warnings found
351[info] done compiling
352[info] compiling 2 Scala sources to /build/repo/reporting/target/scala-3.7.4/classes ...
353[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
354[warn] one warning found
355[info] done compiling
356[info] compiling 1 Scala source to /build/repo/reporting/target/scala-3.7.4/test-classes ...
357[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
358[info] [patched file /build/repo/reporting/src/test/scala/caliban/reporting/ReportingDaemonSpec.scala]
359[warn] one warning found
360[info] done compiling
361[info] compiling 1 Scala source to /build/repo/reporting/target/scala-3.7.4/test-classes ...
362[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
363[warn] one warning found
364[info] done compiling
365Starting build for ProjectRef(file:/build/repo/,macros) (caliban-macros)... [1/15]
366Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
367Starting build for ProjectRef(file:/build/repo/,pekkoHttp) (caliban-pekko-http)... [2/15]
368Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
369[info] compiling 9 Scala sources to /build/repo/interop/tapir/target/scala-3.7.4/classes ...
370[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
371[info] [patched file /build/repo/interop/tapir/src/main/scala/caliban/interop/tapir/TapirAdapter.scala]
372[warn] one warning found
373[info] done compiling
374[info] compiling 1 Scala source to /build/repo/adapters/pekko-http/target/scala-3.7.4/classes ...
375[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
376[info] [patched file /build/repo/adapters/pekko-http/src/main/scala/caliban/PekkoHttpAdapter.scala]
377[warn] one warning found
378[info] done compiling
379[info] compiling 1 Scala source to /build/repo/interop/tapir/target/scala-3.7.4/classes ...
380[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
381[warn] one warning found
382[info] done compiling
383[info] compiling 1 Scala source to /build/repo/adapters/pekko-http/target/scala-3.7.4/classes ...
384[info] compiling 6 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.
386[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
387[warn] one warning found
388[info] done compiling
389[info] [patched file /build/repo/interop/tapir/src/test/scala/caliban/interop/tapir/FakeAuthorizationInterceptor.scala]
390[info] [patched file /build/repo/interop/tapir/src/test/scala/caliban/interop/tapir/TapirAdapterSpec.scala]
391[info] [patched file /build/repo/interop/tapir/src/test/scala/caliban/interop/tapir/TestApi.scala]
392[warn] one warning found
393[info] done compiling
394[info] compiling 1 Scala source to /build/repo/adapters/pekko-http/target/scala-3.7.4/test-classes ...
395[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
396[info] [patched file /build/repo/adapters/pekko-http/src/test/scala/caliban/PekkoHttpAdapterSpec.scala]
397[warn] one warning found
398[info] done compiling
399[info] compiling 3 Scala sources to /build/repo/interop/tapir/target/scala-3.7.4/test-classes ...
400[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
401[warn] one warning found
402[info] done compiling
403[info] compiling 1 Scala source to /build/repo/adapters/pekko-http/target/scala-3.7.4/test-classes ...
404[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
405[warn] one warning found
406[info] done compiling
407Starting build for ProjectRef(file:/build/repo/,http4s) (caliban-http4s)... [3/15]
408Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
409[info] compiling 7 Scala sources to /build/repo/interop/cats/target/scala-3.7.4/classes ...
410[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
411[warn] one warning found
412[info] done compiling
413[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.7.4/classes ...
414[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
415[info] [patched file /build/repo/adapters/http4s/src/main/scala/caliban/Http4sAdapter.scala]
416[warn] one warning found
417[info] done compiling
418[info] compiling 46 Scala sources to /build/repo/core/target/scala-3.7.4/test-classes ...
419[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
420[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.7.4/classes ...
421[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
422[warn] one warning found
423[info] done compiling
424[info] [patched file /build/repo/core/src/test/scala-3/caliban/Scala3SpecificSpec.scala]
425[info] [patched file /build/repo/core/src/test/scala/caliban/schema/SchemaSpec.scala]
426[info] [patched file /build/repo/core/src/test/scala/caliban/TestUtils.scala]
427[info] [patched file /build/repo/core/src/test/scala/caliban/schema/ArgBuilderSpec.scala]
428[info] [patched file /build/repo/core/src/test/scala/caliban/wrappers/FieldMetricsSpec.scala]
429[info] [patched file /build/repo/core/src/test/scala/caliban/execution/TestDeferredSchema.scala]
430[info] [patched file /build/repo/core/src/test/scala/caliban/execution/ExecutionSpec.scala]
431[info] [patched file /build/repo/core/src/test/scala-3/caliban/schema/SchemaDerivesAutoSpec.scala]
432[warn] one warning found
433[info] done compiling
434[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.7.4/test-classes ...
435[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
436[info] [patched file /build/repo/adapters/http4s/src/test/scala/caliban/Http4sAdapterSpec.scala]
437[warn] one warning found
438[info] done compiling
439[info] compiling 8 Scala sources to /build/repo/core/target/scala-3.7.4/test-classes ...
440[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
441[warn] one warning found
442[info] done compiling
443[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.7.4/test-classes ...
444[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
445[warn] one warning found
446[info] done compiling
447Starting build for ProjectRef(file:/build/repo/,core) (caliban)... [4/15]
448Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
449Starting build for ProjectRef(file:/build/repo/,federation) (caliban-federation)... [5/15]
450Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
451[info] Compiling 1 protobuf files to /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb
452[info] compiling 32 Scala sources to /build/repo/federation/target/scala-3.7.4/classes ...
453[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
454[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/Field.scala]
455[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/Trace.scala]
456[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/FieldStat.scala]
457[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/StatsContext.scala]
458[info] [patched file /build/repo/federation/src/main/scala/caliban/federation/FederationSupport.scala]
459[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/PathErrorStats.scala]
460[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/Report.scala]
461[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/TypeStat.scala]
462[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/ContextualizedTypeStats.scala]
463[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/ReportHeader.scala]
464[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/ReportsProto.scala]
465[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/QueryLatencyStats.scala]
466[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/ContextualizedQueryLatencyStats.scala]
467[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/TracesAndStats.scala]
468[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/Type.scala]
469[info] [patched file /build/repo/federation/target/scala-3.7.4/src_managed/main/scalapb/mdg/engine/proto/reports/ContextualizedStats.scala]
470[warn] one warning found
471[info] done compiling
472[info] compiling 16 Scala sources to /build/repo/federation/target/scala-3.7.4/classes ...
473[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
474[warn] one warning found
475[info] done compiling
476[info] compiling 3 Scala sources to /build/repo/federation/target/scala-3.7.4/test-classes ...
477[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
478[warn] one warning found
479[info] done compiling
480Starting build for ProjectRef(file:/build/repo/,tracing) (caliban-tracing)... [6/15]
481Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
482[info] compiling 22 Scala sources to /build/repo/tools/target/scala-3.7.4/classes ...
483[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
484[info] [patched file /build/repo/tools/src/main/scala/caliban/tools/IntrospectionClient.scala]
485[info] [patched file /build/repo/tools/src/main/scala/caliban/tools/SchemaLoader.scala]
486[info] [patched file /build/repo/tools/src/main/scala/caliban/tools/CalibanCommonSettings.scala]
487[warn] one warning found
488[info] done compiling
489[info] compiling 4 Scala sources to /build/repo/tracing/target/scala-3.7.4/classes ...
490[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
491[warn] one warning found
492[info] done compiling
493[info] compiling 3 Scala sources to /build/repo/tools/target/scala-3.7.4/classes ...
494[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
495[warn] one warning found
496[info] done compiling
497[info] compiling 2 Scala sources to /build/repo/tracing/target/scala-3.7.4/test-classes ...
498[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
499[info] [patched file /build/repo/tracing/src/test/scala/caliban/tracing/MockTracer.scala]
500[warn] one warning found
501[info] done compiling
502[info] compiling 1 Scala source to /build/repo/tracing/target/scala-3.7.4/test-classes ...
503[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
504[warn] one warning found
505[info] done compiling
506[info] compiling 1 Scala source to /build/repo/tracing/target/scala-3.7.4/test-classes ...
507[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
508[warn] two warnings found
509[info] done compiling
510Starting build for ProjectRef(file:/build/repo/,quickAdapter) (caliban-quick)... [7/15]
511Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
512[info] compiling 6 Scala sources to /build/repo/adapters/quick/target/scala-3.7.4/classes ...
513[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
514[warn] one warning found
515[info] done compiling
516[info] compiling 1 Scala source to /build/repo/adapters/quick/target/scala-3.7.4/test-classes ...
517[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
518[warn] one warning found
519[info] done compiling
520Starting build for ProjectRef(file:/build/repo/,play) (caliban-play)... [8/15]
521Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
522[info] compiling 1 Scala source to /build/repo/adapters/play/target/scala-3.7.4/classes ...
523[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
524[info] [patched file /build/repo/adapters/play/src/main/scala/caliban/PlayAdapter.scala]
525[warn] one warning found
526[info] done compiling
527[info] compiling 1 Scala source to /build/repo/adapters/play/target/scala-3.7.4/classes ...
528[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
529[warn] one warning found
530[info] done compiling
531[info] compiling 1 Scala source to /build/repo/adapters/play/target/scala-3.7.4/test-classes ...
532[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
533[info] [patched file /build/repo/adapters/play/src/test/scala/caliban/PlayAdapterSpec.scala]
534[warn] one warning found
535[info] done compiling
536[info] compiling 1 Scala source to /build/repo/adapters/play/target/scala-3.7.4/test-classes ...
537[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
538[warn] one warning found
539[info] done compiling
540Starting build for ProjectRef(file:/build/repo/,tools) (caliban-tools)... [9/15]
541Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
542[info] compiling 11 Scala sources to /build/repo/tools/target/scala-3.7.4/test-classes ...
543[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
544[warn] one warning found
545[info] done compiling
546Starting build for ProjectRef(file:/build/repo/,tapirInterop) (caliban-tapir)... [10/15]
547Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
548Starting build for ProjectRef(file:/build/repo/,catsInterop) (caliban-cats)... [11/15]
549Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
550[info] compiling 2 Scala sources to /build/repo/interop/cats/target/scala-3.7.4/test-classes ...
551[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
552[warn] one warning found
553[info] done compiling
554Starting build for ProjectRef(file:/build/repo/,monixInterop) (caliban-monix)... [12/15]
555Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
556[info] compiling 2 Scala sources to /build/repo/interop/monix/target/scala-3.7.4/classes ...
557[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
558[warn] one warning found
559[info] done compiling
560Starting build for ProjectRef(file:/build/repo/,clientJVM) (caliban-client)... [13/15]
561Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
562[info] compiling 6 Scala sources to /build/repo/client/.jvm/target/scala-3.7.4/test-classes ...
563[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
564[warn] one warning found
565[info] done compiling
566Starting build for ProjectRef(file:/build/repo/,zioHttp) (caliban-zio-http)... [14/15]
567Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
568[info] compiling 1 Scala source to /build/repo/adapters/zio-http/target/scala-3.7.4/classes ...
569[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
570[warn] one warning found
571[info] done compiling
572
573************************
574Build summary:
575[{
576 "module": "caliban-reporting",
577 "compile": {"status": "ok", "tookMs": 44013, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
578 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
579 "test-compile": {"status": "ok", "tookMs": 14812, "warnings": 0, "errors": 0, "sourceVersion": "3.5-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.21", "2.13.18", "3.3.7"]
584}
585},{
586 "module": "caliban-macros",
587 "compile": {"status": "ok", "tookMs": 62, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
588 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
589 "test-compile": {"status": "ok", "tookMs": 102, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
590 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
591 "publish": {"status": "skipped", "tookMs": 0},
592 "metadata": {
593 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
594}
595},{
596 "module": "caliban-pekko-http",
597 "compile": {"status": "ok", "tookMs": 3050, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
598 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
599 "test-compile": {"status": "ok", "tookMs": 7346, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
600 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
601 "publish": {"status": "skipped", "tookMs": 0},
602 "metadata": {
603 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
604}
605},{
606 "module": "caliban-http4s",
607 "compile": {"status": "ok", "tookMs": 1646, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
608 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
609 "test-compile": {"status": "ok", "tookMs": 35417, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
610 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
611 "publish": {"status": "skipped", "tookMs": 0},
612 "metadata": {
613 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
614}
615},{
616 "module": "caliban",
617 "compile": {"status": "ok", "tookMs": 97, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
618 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
619 "test-compile": {"status": "ok", "tookMs": 161, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
620 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
621 "publish": {"status": "skipped", "tookMs": 0},
622 "metadata": {
623 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
624}
625},{
626 "module": "caliban-federation",
627 "compile": {"status": "ok", "tookMs": 4334, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
628 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
629 "test-compile": {"status": "ok", "tookMs": 3926, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
630 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
631 "publish": {"status": "skipped", "tookMs": 0},
632 "metadata": {
633 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
634}
635},{
636 "module": "caliban-tracing",
637 "compile": {"status": "ok", "tookMs": 12858, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
638 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
639 "test-compile": {"status": "ok", "tookMs": 11524, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
640 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
641 "publish": {"status": "skipped", "tookMs": 0},
642 "metadata": {
643 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
644}
645},{
646 "module": "caliban-quick",
647 "compile": {"status": "ok", "tookMs": 1085, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
648 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
649 "test-compile": {"status": "ok", "tookMs": 872, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
650 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
651 "publish": {"status": "skipped", "tookMs": 0},
652 "metadata": {
653 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
654}
655},{
656 "module": "caliban-play",
657 "compile": {"status": "ok", "tookMs": 751, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
658 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
659 "test-compile": {"status": "ok", "tookMs": 1417, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
660 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
661 "publish": {"status": "skipped", "tookMs": 0},
662 "metadata": {
663 "crossScalaVersions": ["2.13.18", "3.3.7"]
664}
665},{
666 "module": "caliban-tools",
667 "compile": {"status": "ok", "tookMs": 228, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
668 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
669 "test-compile": {"status": "ok", "tookMs": 2005, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
670 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
671 "publish": {"status": "skipped", "tookMs": 0},
672 "metadata": {
673 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
674}
675},{
676 "module": "caliban-tapir",
677 "compile": {"status": "ok", "tookMs": 133, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
678 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
679 "test-compile": {"status": "ok", "tookMs": 237, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
680 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
681 "publish": {"status": "skipped", "tookMs": 0},
682 "metadata": {
683 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
684}
685},{
686 "module": "caliban-cats",
687 "compile": {"status": "ok", "tookMs": 138, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
688 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
689 "test-compile": {"status": "ok", "tookMs": 1213, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
690 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
691 "publish": {"status": "skipped", "tookMs": 0},
692 "metadata": {
693 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
694}
695},{
696 "module": "caliban-monix",
697 "compile": {"status": "ok", "tookMs": 651, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
698 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
699 "test-compile": {"status": "ok", "tookMs": 171, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
700 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
701 "publish": {"status": "skipped", "tookMs": 0},
702 "metadata": {
703 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
704}
705},{
706 "module": "caliban-client",
707 "compile": {"status": "ok", "tookMs": 52, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
708 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
709 "test-compile": {"status": "ok", "tookMs": 2275, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
710 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
711 "publish": {"status": "skipped", "tookMs": 0},
712 "metadata": {
713 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
714}
715},{
716 "module": "caliban-zio-http",
717 "compile": {"status": "ok", "tookMs": 498, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
718 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
719 "test-compile": {"status": "ok", "tookMs": 228, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
720 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
721 "publish": {"status": "skipped", "tookMs": 0},
722 "metadata": {
723 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
724}
725}]
726************************
727[success] Total time: 193 s (0:03:13.0), completed Jan 3, 2026, 12:56:31 AM
728[0JChecking patch project/plugins.sbt...
729Checking patch core/src/main/scala/caliban/GraphQLInterpreter.scala...
730error: while searching for:
731 final class ProvideSomeLayer[R0, -R, +E](private val self: GraphQLInterpreter[R, E]) extends AnyVal {
732 def apply[E1 >: E, R1](
733 layer: => ZLayer[R0, E1, R1]
734 )(implicit ev1: (R0 & R1) <:< R, tagged: Tag[R1]): GraphQLInterpreter[R0, E1] =
735 self.asInstanceOf[GraphQLInterpreter[R0 with R1, E]].provideLayer(ZLayer.environment[R0] ++ layer)
736 }
737}
738
739error: patch failed: core/src/main/scala/caliban/GraphQLInterpreter.scala:94
740Checking patch build.sbt...
741Applied patch project/plugins.sbt cleanly.
742Applying patch core/src/main/scala/caliban/GraphQLInterpreter.scala with 1 reject...
743Rejected hunk #1.
744Applied patch build.sbt cleanly.
745Commit migration rewrites
746Switched to a new branch 'opencb/migrate-source-3.5'
747[opencb/migrate-source-3.5 a32f4e5d] Apply Scala compiler rewrites using -source:3.5-migration using Scala 3.7.4
748 40 files changed, 117 insertions(+), 117 deletions(-)
749Using target Scala version for migration: 3.7.4
750Migrating project for -source:3.6 using Scala 3.7.4
751----
752Preparing build for 3.7.4
753Would try to apply common scalacOption (best-effort, sbt/mill only):
754Append: -rewrite,REQUIRE:-source:3.6-migration
755Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
756
757Try apply source patch:
758Path: core/src/main/scala/caliban/GraphQLInterpreter.scala
759Pattern: R0 with R1 <:< R
760Replacement: (R0 & R1) <:< R
761Failed to apply pattern 'R0 with R1 <:< R' in core/src/main/scala/caliban/GraphQLInterpreter.scala
762
763Try apply source patch:
764Path: build.sbt
765Pattern: val scala3 = "3.3.7"
766Replacement: val scala3 = "3.7.4"
767Successfully applied pattern 'val scala3 = "3.3.7"' in build.sbt
768----
769Starting build for 3.7.4
770Execute tests: false
771sbt project found:
772No prepare script found for project ghostdogpr/caliban
773##################################
774Scala version: 3.7.4
775Targets: com.github.ghostdogpr%caliban com.github.ghostdogpr%caliban-cats com.github.ghostdogpr%caliban-client com.github.ghostdogpr%caliban-federation com.github.ghostdogpr%caliban-http4s com.github.ghostdogpr%caliban-macros com.github.ghostdogpr%caliban-monix com.github.ghostdogpr%caliban-pekko-http com.github.ghostdogpr%caliban-play com.github.ghostdogpr%caliban-quick com.github.ghostdogpr%caliban-reporting com.github.ghostdogpr%caliban-tapir com.github.ghostdogpr%caliban-tools com.github.ghostdogpr%caliban-tracing com.github.ghostdogpr%caliban-zio-http
776Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.5","3.6"],"sourcePatches":[{"path":"core/src/main/scala/caliban/GraphQLInterpreter.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
777##################################
778Using extra scalacOptions: -rewrite,REQUIRE:-source:3.6-migration
779Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
780[sbt_options] declare -a sbt_options=()
781[process_args] java_version = '17'
782[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
783# Executing command line:
784java
785-Dfile.encoding=UTF-8
786-XX:MaxMetaspaceSize=3G
787-Xmx3G
788-XX:+UseG1GC
789-Dcommunitybuild.scala=3.7.4
790-Dcommunitybuild.project.dependencies.add=
791-Xmx7G
792-Xms4G
793-Xss8M
794-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
795-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
796-jar
797/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
798"setCrossScalaVersions 3.7.4"
799"++3.7.4 -v"
800"mapScalacOptions "-rewrite,REQUIRE:-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
801"set every credentials := Nil"
802"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
803"removeScalacOptionsStartingWith -P:wartremover"
804
805moduleMappings
806"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.5","3.6"],"sourcePatches":[{"path":"core/src/main/scala/caliban/GraphQLInterpreter.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.github.ghostdogpr%caliban com.github.ghostdogpr%caliban-cats com.github.ghostdogpr%caliban-client com.github.ghostdogpr%caliban-federation com.github.ghostdogpr%caliban-http4s com.github.ghostdogpr%caliban-macros com.github.ghostdogpr%caliban-monix com.github.ghostdogpr%caliban-pekko-http com.github.ghostdogpr%caliban-play com.github.ghostdogpr%caliban-quick com.github.ghostdogpr%caliban-reporting com.github.ghostdogpr%caliban-tapir com.github.ghostdogpr%caliban-tools com.github.ghostdogpr%caliban-tracing com.github.ghostdogpr%caliban-zio-http"
807
808[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
809[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
810[info] loading project definition from /build/repo/project
811[info] loading settings for project root from build.sbt...
812[info] resolving key references (37614 settings) ...
813[info] ____ _ _ _
814[info] / ___|__ _| (_) |__ __ _ _ __
815[info] | | / _` | | | '_ \ / _` | '_ \
816[info] | |__| (_| | | | |_) | (_| | | | |
817[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0056-SNAPSHOT
818[info]
819[info] Useful sbt tasks:
820[info] > ~compile - Compile all modules with file-watch enabled
821[info] > +test - Run the unit test suite for all modules and Scala versions
822[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
823[info] > fmt - Run scalafmt on the entire project
824[info] > scripted - Run the scripted test suite
825[info] > examples/runMain example.quick.ExampleApp - Start the example server
826[info] > benchmarks/jmh:run - Run the benchmarks
827[info] > +publishLocal - Publish caliban locally
828[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
829Execute setCrossScalaVersions: 3.7.4
830OpenCB::Limitting incorrect crossVersions List() -> List(2.13.18) in rootJVM3/crossScalaVersions
831OpenCB::Limitting incorrect crossVersions List(2.12.21) -> List(2.13.18) in codegenSbt/crossScalaVersions
832OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in benchmarks/crossScalaVersions
833OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in clientNative/crossScalaVersions
834OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in catsInterop/crossScalaVersions
835OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in core/crossScalaVersions
836OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in monixInterop/crossScalaVersions
837OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in apolloCompatibility/crossScalaVersions
838OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in clientJS/crossScalaVersions
839OpenCB::Limitting incorrect crossVersions List() -> List(2.13.18) in root/crossScalaVersions
840OpenCB::Limitting incorrect crossVersions List() -> List(2.13.18) in rootJVM213/crossScalaVersions
841OpenCB::Limitting incorrect crossVersions List() -> List(2.13.18) in rootJVM212/crossScalaVersions
842OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in clientLaminextJS/crossScalaVersions
843OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in clientJVM/crossScalaVersions
844OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http4s/crossScalaVersions
845OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tools/crossScalaVersions
846OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in federation/crossScalaVersions
847OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tapirInterop/crossScalaVersions
848OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttp/crossScalaVersions
849OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in quickAdapter/crossScalaVersions
850OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in pekkoHttp/crossScalaVersions
851OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in reporting/crossScalaVersions
852OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tracing/crossScalaVersions
853OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macros/crossScalaVersions
854OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in play/crossScalaVersions
855[info] ____ _ _ _
856[info] / ___|__ _| (_) |__ __ _ _ __
857[info] | | / _` | | | '_ \ / _` | '_ \
858[info] | |__| (_| | | | |_) | (_| | | | |
859[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0056-SNAPSHOT
860[info]
861[info] Useful sbt tasks:
862[info] > ~compile - Compile all modules with file-watch enabled
863[info] > +test - Run the unit test suite for all modules and Scala versions
864[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
865[info] > fmt - Run scalafmt on the entire project
866[info] > scripted - Run the scripted test suite
867[info] > examples/runMain example.quick.ExampleApp - Start the example server
868[info] > benchmarks/jmh:run - Run the benchmarks
869[info] > +publishLocal - Publish caliban locally
870[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
871[info] Setting Scala version to 3.7.4 on 20 projects.
872[info] Switching Scala version on:
873[info] clientLaminextJS (2.13.18, 3.7.4)
874[info] benchmarks (2.13.18, 3.7.4)
875[info] http4s (2.12.21, 2.13.18, 3.7.4)
876[info] pekkoHttp (2.12.21, 2.13.18, 3.7.4)
877[info] zioHttp (2.12.21, 2.13.18, 3.7.4)
878[info] clientNative (2.12.21, 2.13.18, 3.7.4)
879[info] play (2.13.18, 3.7.4)
880[info] clientJS (2.12.21, 2.13.18, 3.7.4)
881[info] tools (2.12.21, 2.13.18, 3.7.4)
882[info] clientJVM (2.12.21, 2.13.18, 3.7.4)
883[info] reporting (2.12.21, 2.13.18, 3.7.4)
884[info] monixInterop (2.12.21, 2.13.18, 3.7.4)
885[info] macros (2.12.21, 2.13.18, 3.7.4)
886[info] tapirInterop (2.12.21, 2.13.18, 3.7.4)
887[info] catsInterop (2.12.21, 2.13.18, 3.7.4)
888[info] core (2.12.21, 2.13.18, 3.7.4)
889[info] tracing (2.12.21, 2.13.18, 3.7.4)
890[info] quickAdapter (2.12.21, 2.13.18, 3.7.4)
891[info] federation (2.12.21, 2.13.18, 3.7.4)
892[info] apolloCompatibility (2.13.18, 3.7.4)
893[info] Excluding projects:
894[info] rootJVM213 (2.13.18)
895[info] rootJVM3 (2.13.18)
896[info] examples (2.13.18)
897[info] * root (2.13.18)
898[info] docs (2.12.21, 2.13.18)
899[info] akkaHttp (2.12.21, 2.13.18)
900[info] rootJVM212 (2.13.18)
901[info] codegenSbt (2.13.18)
902[info] Reapplying settings...
903[info] ____ _ _ _
904[info] / ___|__ _| (_) |__ __ _ _ __
905[info] | | / _` | | | '_ \ / _` | '_ \
906[info] | |__| (_| | | | |_) | (_| | | | |
907[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0056-SNAPSHOT
908[info]
909[info] Useful sbt tasks:
910[info] > ~compile - Compile all modules with file-watch enabled
911[info] > +test - Run the unit test suite for all modules and Scala versions
912[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
913[info] > fmt - Run scalafmt on the entire project
914[info] > scripted - Run the scripted test suite
915[info] > examples/runMain example.quick.ExampleApp - Start the example server
916[info] > benchmarks/jmh:run - Run the benchmarks
917[info] > +publishLocal - Publish caliban locally
918[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
919Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
920[info] Reapplying settings...
921[info] ____ _ _ _
922[info] / ___|__ _| (_) |__ __ _ _ __
923[info] | | / _` | | | '_ \ / _` | '_ \
924[info] | |__| (_| | | | |_) | (_| | | | |
925[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0056-SNAPSHOT
926[info]
927[info] Useful sbt tasks:
928[info] > ~compile - Compile all modules with file-watch enabled
929[info] > +test - Run the unit test suite for all modules and Scala versions
930[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
931[info] > fmt - Run scalafmt on the entire project
932[info] > scripted - Run the scripted test suite
933[info] > examples/runMain example.quick.ExampleApp - Start the example server
934[info] > benchmarks/jmh:run - Run the benchmarks
935[info] > +publishLocal - Publish caliban locally
936[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
937[info] Defining Global / credentials, akkaHttp / credentials and 26 others.
938[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 224 others.
939[info] Run `last` for details.
940[info] Reapplying settings...
941[info] ____ _ _ _
942[info] / ___|__ _| (_) |__ __ _ _ __
943[info] | | / _` | | | '_ \ / _` | '_ \
944[info] | |__| (_| | | | |_) | (_| | | | |
945[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0056-SNAPSHOT
946[info]
947[info] Useful sbt tasks:
948[info] > ~compile - Compile all modules with file-watch enabled
949[info] > +test - Run the unit test suite for all modules and Scala versions
950[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
951[info] > fmt - Run scalafmt on the entire project
952[info] > scripted - Run the scripted test suite
953[info] > examples/runMain example.quick.ExampleApp - Start the example server
954[info] > benchmarks/jmh:run - Run the benchmarks
955[info] > +publishLocal - Publish caliban locally
956[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
957Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
958[info] Reapplying settings...
959OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
960
961 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
962 Did you mean rootJVM3 / allExcludeDependencies ?
963 , retry without global scopes
964[info] Reapplying settings...
965[info] ____ _ _ _
966[info] / ___|__ _| (_) |__ __ _ _ __
967[info] | | / _` | | | '_ \ / _` | '_ \
968[info] | |__| (_| | | | |_) | (_| | | | |
969[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0056-SNAPSHOT
970[info]
971[info] Useful sbt tasks:
972[info] > ~compile - Compile all modules with file-watch enabled
973[info] > +test - Run the unit test suite for all modules and Scala versions
974[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
975[info] > fmt - Run scalafmt on the entire project
976[info] > scripted - Run the scripted test suite
977[info] > examples/runMain example.quick.ExampleApp - Start the example server
978[info] > benchmarks/jmh:run - Run the benchmarks
979[info] > +publishLocal - Publish caliban locally
980[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
981Execute removeScalacOptionsStartingWith: -P:wartremover
982[info] Reapplying settings...
983[info] ____ _ _ _
984[info] / ___|__ _| (_) |__ __ _ _ __
985[info] | | / _` | | | '_ \ / _` | '_ \
986[info] | |__| (_| | | | |_) | (_| | | | |
987[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0056-SNAPSHOT
988[info]
989[info] Useful sbt tasks:
990[info] > ~compile - Compile all modules with file-watch enabled
991[info] > +test - Run the unit test suite for all modules and Scala versions
992[info] > ++3.7.4; rootJVM3/test - Run tests for all JVM modules in Scala 3
993[info] > fmt - Run scalafmt on the entire project
994[info] > scripted - Run the scripted test suite
995[info] > examples/runMain example.quick.ExampleApp - Start the example server
996[info] > benchmarks/jmh:run - Run the benchmarks
997[info] > +publishLocal - Publish caliban locally
998[info] > ++2.12.21; ++2.13.18; ++3.7.4 - Changing scala versions
999[success] Total time: 0 s, completed Jan 3, 2026, 12:57:00 AM
1000Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.5","3.6"],"sourcePatches":[{"path":"core/src/main/scala/caliban/GraphQLInterpreter.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
1001Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1002Starting build...
1003Projects: Set(http4s, pekkoHttp, zioHttp, play, tools, clientJVM, reporting, monixInterop, macros, tapirInterop, catsInterop, core, tracing, quickAdapter, federation)
1004Starting build for ProjectRef(file:/build/repo/,reporting) (caliban-reporting)... [0/15]
1005OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
1006OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.6-migration` in Scala 2.12.20 module Global
1007OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1008OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
1009OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
1010OpenCB::Filter out '-no-indent', matches setting pattern '^-?-no-indent'
1011Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1012[info] compiling 16 Scala sources to /build/repo/client/.jvm/target/scala-3.7.4/classes ...
1013[info] compiling 118 Scala sources to /build/repo/core/target/scala-3.7.4/classes ...
1014[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1015[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1016[warn] one warning found
1017[info] done compiling
1018[warn] one warning found
1019[warn] one warning found
1020[info] done compiling
1021[info] compiling 12 Scala sources to /build/repo/reporting/target/scala-3.7.4/classes ...
1022[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1023[warn] one warning found
1024[info] done compiling
1025[info] compiling 1 Scala source to /build/repo/reporting/target/scala-3.7.4/test-classes ...
1026[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1027[warn] one warning found
1028[info] done compiling
1029Starting build for ProjectRef(file:/build/repo/,macros) (caliban-macros)... [1/15]
1030Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1031Starting build for ProjectRef(file:/build/repo/,pekkoHttp) (caliban-pekko-http)... [2/15]
1032Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1033[info] compiling 9 Scala sources to /build/repo/interop/tapir/target/scala-3.7.4/classes ...
1034[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1035[warn] one warning found
1036[info] done compiling
1037[info] compiling 1 Scala source to /build/repo/adapters/pekko-http/target/scala-3.7.4/classes ...
1038[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1039[warn] one warning found
1040[info] done compiling
1041[info] compiling 6 Scala sources to /build/repo/interop/tapir/target/scala-3.7.4/test-classes ...
1042[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1043[warn] one warning found
1044[info] done compiling
1045[info] compiling 1 Scala source to /build/repo/adapters/pekko-http/target/scala-3.7.4/test-classes ...
1046[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1047[warn] one warning found
1048[info] done compiling
1049Starting build for ProjectRef(file:/build/repo/,http4s) (caliban-http4s)... [3/15]
1050Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1051[info] compiling 7 Scala sources to /build/repo/interop/cats/target/scala-3.7.4/classes ...
1052[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1053[warn] one warning found
1054[info] done compiling
1055[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.7.4/classes ...
1056[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1057[warn] one warning found
1058[info] done compiling
1059[info] compiling 46 Scala sources to /build/repo/core/target/scala-3.7.4/test-classes ...
1060[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1061[warn] one warning found
1062[info] done compiling
1063[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.7.4/test-classes ...
1064[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1065[warn] one warning found
1066[info] done compiling
1067Starting build for ProjectRef(file:/build/repo/,core) (caliban)... [4/15]
1068Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1069Starting build for ProjectRef(file:/build/repo/,federation) (caliban-federation)... [5/15]
1070Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1071[info] compiling 32 Scala sources to /build/repo/federation/target/scala-3.7.4/classes ...
1072[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1073[warn] one warning found
1074[info] done compiling
1075[info] compiling 3 Scala sources to /build/repo/federation/target/scala-3.7.4/test-classes ...
1076[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1077[warn] one warning found
1078[info] done compiling
1079Starting build for ProjectRef(file:/build/repo/,tracing) (caliban-tracing)... [6/15]
1080Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1081[info] compiling 22 Scala sources to /build/repo/tools/target/scala-3.7.4/classes ...
1082[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1083[warn] one warning found
1084[info] done compiling
1085[info] compiling 4 Scala sources to /build/repo/tracing/target/scala-3.7.4/classes ...
1086[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1087[warn] one warning found
1088[info] done compiling
1089[info] compiling 2 Scala sources to /build/repo/tracing/target/scala-3.7.4/test-classes ...
1090[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1091[warn] one warning found
1092[info] done compiling
1093Starting build for ProjectRef(file:/build/repo/,quickAdapter) (caliban-quick)... [7/15]
1094Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1095[info] compiling 6 Scala sources to /build/repo/adapters/quick/target/scala-3.7.4/classes ...
1096[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1097[warn] one warning found
1098[info] done compiling
1099[info] compiling 1 Scala source to /build/repo/adapters/quick/target/scala-3.7.4/test-classes ...
1100[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1101[warn] one warning found
1102[info] done compiling
1103Starting build for ProjectRef(file:/build/repo/,play) (caliban-play)... [8/15]
1104Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1105[info] compiling 1 Scala source to /build/repo/adapters/play/target/scala-3.7.4/classes ...
1106[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1107[warn] one warning found
1108[info] done compiling
1109[info] compiling 1 Scala source to /build/repo/adapters/play/target/scala-3.7.4/test-classes ...
1110[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1111[warn] one warning found
1112[info] done compiling
1113Starting build for ProjectRef(file:/build/repo/,tools) (caliban-tools)... [9/15]
1114Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1115[info] compiling 11 Scala sources to /build/repo/tools/target/scala-3.7.4/test-classes ...
1116[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1117[warn] one warning found
1118[info] done compiling
1119Starting build for ProjectRef(file:/build/repo/,tapirInterop) (caliban-tapir)... [10/15]
1120Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1121Starting build for ProjectRef(file:/build/repo/,catsInterop) (caliban-cats)... [11/15]
1122Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1123[info] compiling 2 Scala sources to /build/repo/interop/cats/target/scala-3.7.4/test-classes ...
1124[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1125[warn] one warning found
1126[info] done compiling
1127Starting build for ProjectRef(file:/build/repo/,monixInterop) (caliban-monix)... [12/15]
1128Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1129[info] compiling 2 Scala sources to /build/repo/interop/monix/target/scala-3.7.4/classes ...
1130[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1131[warn] one warning found
1132[info] done compiling
1133Starting build for ProjectRef(file:/build/repo/,clientJVM) (caliban-client)... [13/15]
1134Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1135[info] compiling 6 Scala sources to /build/repo/client/.jvm/target/scala-3.7.4/test-classes ...
1136[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1137[warn] one warning found
1138[info] done compiling
1139Starting build for ProjectRef(file:/build/repo/,zioHttp) (caliban-zio-http)... [14/15]
1140Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.6-migration
1141[info] compiling 1 Scala source to /build/repo/adapters/zio-http/target/scala-3.7.4/classes ...
1142[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1143[warn] one warning found
1144[info] done compiling
1145
1146************************
1147Build summary:
1148[{
1149 "module": "caliban-reporting",
1150 "compile": {"status": "ok", "tookMs": 41885, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1151 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1152 "test-compile": {"status": "ok", "tookMs": 1860, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1153 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1154 "publish": {"status": "skipped", "tookMs": 0},
1155 "metadata": {
1156 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1157}
1158},{
1159 "module": "caliban-macros",
1160 "compile": {"status": "ok", "tookMs": 62, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1161 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1162 "test-compile": {"status": "ok", "tookMs": 94, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1163 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1164 "publish": {"status": "skipped", "tookMs": 0},
1165 "metadata": {
1166 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1167}
1168},{
1169 "module": "caliban-pekko-http",
1170 "compile": {"status": "ok", "tookMs": 4273, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1171 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1172 "test-compile": {"status": "ok", "tookMs": 6256, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1173 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1174 "publish": {"status": "skipped", "tookMs": 0},
1175 "metadata": {
1176 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1177}
1178},{
1179 "module": "caliban-http4s",
1180 "compile": {"status": "ok", "tookMs": 2319, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1181 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1182 "test-compile": {"status": "ok", "tookMs": 39444, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1183 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1184 "publish": {"status": "skipped", "tookMs": 0},
1185 "metadata": {
1186 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1187}
1188},{
1189 "module": "caliban",
1190 "compile": {"status": "ok", "tookMs": 151, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1191 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1192 "test-compile": {"status": "ok", "tookMs": 170, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1193 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1194 "publish": {"status": "skipped", "tookMs": 0},
1195 "metadata": {
1196 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1197}
1198},{
1199 "module": "caliban-federation",
1200 "compile": {"status": "ok", "tookMs": 4082, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1201 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1202 "test-compile": {"status": "ok", "tookMs": 1930, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1203 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1204 "publish": {"status": "skipped", "tookMs": 0},
1205 "metadata": {
1206 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1207}
1208},{
1209 "module": "caliban-tracing",
1210 "compile": {"status": "ok", "tookMs": 12655, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1211 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1212 "test-compile": {"status": "ok", "tookMs": 1308, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1213 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1214 "publish": {"status": "skipped", "tookMs": 0},
1215 "metadata": {
1216 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1217}
1218},{
1219 "module": "caliban-quick",
1220 "compile": {"status": "ok", "tookMs": 1282, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1221 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1222 "test-compile": {"status": "ok", "tookMs": 977, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1223 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1224 "publish": {"status": "skipped", "tookMs": 0},
1225 "metadata": {
1226 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1227}
1228},{
1229 "module": "caliban-play",
1230 "compile": {"status": "ok", "tookMs": 732, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1231 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1232 "test-compile": {"status": "ok", "tookMs": 959, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1233 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1234 "publish": {"status": "skipped", "tookMs": 0},
1235 "metadata": {
1236 "crossScalaVersions": ["2.13.18", "3.3.7"]
1237}
1238},{
1239 "module": "caliban-tools",
1240 "compile": {"status": "ok", "tookMs": 171, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1241 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1242 "test-compile": {"status": "ok", "tookMs": 2147, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1243 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1244 "publish": {"status": "skipped", "tookMs": 0},
1245 "metadata": {
1246 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1247}
1248},{
1249 "module": "caliban-tapir",
1250 "compile": {"status": "ok", "tookMs": 139, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1251 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1252 "test-compile": {"status": "ok", "tookMs": 198, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1253 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1254 "publish": {"status": "skipped", "tookMs": 0},
1255 "metadata": {
1256 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1257}
1258},{
1259 "module": "caliban-cats",
1260 "compile": {"status": "ok", "tookMs": 124, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1261 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1262 "test-compile": {"status": "ok", "tookMs": 1191, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1263 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1264 "publish": {"status": "skipped", "tookMs": 0},
1265 "metadata": {
1266 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1267}
1268},{
1269 "module": "caliban-monix",
1270 "compile": {"status": "ok", "tookMs": 731, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1271 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1272 "test-compile": {"status": "ok", "tookMs": 163, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1273 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1274 "publish": {"status": "skipped", "tookMs": 0},
1275 "metadata": {
1276 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1277}
1278},{
1279 "module": "caliban-client",
1280 "compile": {"status": "ok", "tookMs": 61, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1281 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1282 "test-compile": {"status": "ok", "tookMs": 2361, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1283 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1284 "publish": {"status": "skipped", "tookMs": 0},
1285 "metadata": {
1286 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1287}
1288},{
1289 "module": "caliban-zio-http",
1290 "compile": {"status": "ok", "tookMs": 488, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1291 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1292 "test-compile": {"status": "ok", "tookMs": 221, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1293 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1294 "publish": {"status": "skipped", "tookMs": 0},
1295 "metadata": {
1296 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1297}
1298}]
1299************************
1300[success] Total time: 144 s (0:02:24.0), completed Jan 3, 2026, 12:59:24 AM
1301[0JChecking patch project/plugins.sbt...
1302Checking patch build.sbt...
1303Applied patch project/plugins.sbt cleanly.
1304Applied patch build.sbt cleanly.
1305No migration rewrite changes found, would not commit
1306----
1307Preparing build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
1308Scala binary version found: 3.8
1309Implicitly using source version 3.8
1310Scala binary version found: 3.8
1311Implicitly using source version 3.8
1312Would try to apply common scalacOption (best-effort, sbt/mill only):
1313Append: ,REQUIRE:-source:3.8
1314Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1315
1316Try apply source patch:
1317Path: core/src/main/scala/caliban/GraphQLInterpreter.scala
1318Pattern: R0 with R1 <:< R
1319Replacement: (R0 & R1) <:< R
1320Failed to apply pattern 'R0 with R1 <:< R' in core/src/main/scala/caliban/GraphQLInterpreter.scala
1321
1322Try apply source patch:
1323Path: build.sbt
1324Pattern: val scala3 = "3.3.7"
1325Replacement: val scala3 = "3.8.1-RC1-bin-20260102-32e416e-NIGHTLY"
1326Successfully applied pattern 'val scala3 = "3.3.7"' in build.sbt
1327----
1328Starting build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
1329Execute tests: false
1330sbt project found:
1331No prepare script found for project ghostdogpr/caliban
1332##################################
1333Scala version: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
1334Targets: com.github.ghostdogpr%caliban com.github.ghostdogpr%caliban-cats com.github.ghostdogpr%caliban-client com.github.ghostdogpr%caliban-federation com.github.ghostdogpr%caliban-http4s com.github.ghostdogpr%caliban-macros com.github.ghostdogpr%caliban-monix com.github.ghostdogpr%caliban-pekko-http com.github.ghostdogpr%caliban-play com.github.ghostdogpr%caliban-quick com.github.ghostdogpr%caliban-reporting com.github.ghostdogpr%caliban-tapir com.github.ghostdogpr%caliban-tools com.github.ghostdogpr%caliban-tracing com.github.ghostdogpr%caliban-zio-http
1335Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.5","3.6"],"sourcePatches":[{"path":"core/src/main/scala/caliban/GraphQLInterpreter.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
1336##################################
1337Using extra scalacOptions: ,REQUIRE:-source:3.8
1338Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1339[sbt_options] declare -a sbt_options=()
1340[process_args] java_version = '17'
1341[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
1342# Executing command line:
1343java
1344-Dfile.encoding=UTF-8
1345-XX:MaxMetaspaceSize=3G
1346-Xmx3G
1347-XX:+UseG1GC
1348-Dcommunitybuild.scala=3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
1349-Dcommunitybuild.project.dependencies.add=
1350-Xmx7G
1351-Xms4G
1352-Xss8M
1353-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1354-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
1355-jar
1356/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1357"setCrossScalaVersions 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY"
1358"++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -v"
1359"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1360"set every credentials := Nil"
1361"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1362"removeScalacOptionsStartingWith -P:wartremover"
1363
1364moduleMappings
1365"runBuild 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.5","3.6"],"sourcePatches":[{"path":"core/src/main/scala/caliban/GraphQLInterpreter.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.github.ghostdogpr%caliban com.github.ghostdogpr%caliban-cats com.github.ghostdogpr%caliban-client com.github.ghostdogpr%caliban-federation com.github.ghostdogpr%caliban-http4s com.github.ghostdogpr%caliban-macros com.github.ghostdogpr%caliban-monix com.github.ghostdogpr%caliban-pekko-http com.github.ghostdogpr%caliban-play com.github.ghostdogpr%caliban-quick com.github.ghostdogpr%caliban-reporting com.github.ghostdogpr%caliban-tapir com.github.ghostdogpr%caliban-tools com.github.ghostdogpr%caliban-tracing com.github.ghostdogpr%caliban-zio-http"
1366
1367[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
1368[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
1369[info] loading project definition from /build/repo/project
1370[info] loading settings for project root from build.sbt...
1371[info] resolving key references (37614 settings) ...
1372[info] ____ _ _ _
1373[info] / ___|__ _| (_) |__ __ _ _ __
1374[info] | | / _` | | | '_ \ / _` | '_ \
1375[info] | |__| (_| | | | |_) | (_| | | | |
1376[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0059-SNAPSHOT
1377[info]
1378[info] Useful sbt tasks:
1379[info] > ~compile - Compile all modules with file-watch enabled
1380[info] > +test - Run the unit test suite for all modules and Scala versions
1381[info] > ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY; rootJVM3/test - Run tests for all JVM modules in Scala 3
1382[info] > fmt - Run scalafmt on the entire project
1383[info] > scripted - Run the scripted test suite
1384[info] > examples/runMain example.quick.ExampleApp - Start the example server
1385[info] > benchmarks/jmh:run - Run the benchmarks
1386[info] > +publishLocal - Publish caliban locally
1387[info] > ++2.12.21; ++2.13.18; ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY - Changing scala versions
1388Execute setCrossScalaVersions: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
1389OpenCB::Limitting incorrect crossVersions List() -> List(2.13.18) in rootJVM3/crossScalaVersions
1390OpenCB::Limitting incorrect crossVersions List(2.12.21) -> List(2.13.18) in codegenSbt/crossScalaVersions
1391OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in benchmarks/crossScalaVersions
1392OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in catsInterop/crossScalaVersions
1393OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in apolloCompatibility/crossScalaVersions
1394OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in clientJS/crossScalaVersions
1395OpenCB::Limitting incorrect crossVersions List() -> List(2.13.18) in root/crossScalaVersions
1396OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in clientNative/crossScalaVersions
1397OpenCB::Limitting incorrect crossVersions List() -> List(2.13.18) in rootJVM213/crossScalaVersions
1398OpenCB::Limitting incorrect crossVersions List() -> List(2.13.18) in rootJVM212/crossScalaVersions
1399OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in clientLaminextJS/crossScalaVersions
1400OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in core/crossScalaVersions
1401OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in monixInterop/crossScalaVersions
1402OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in clientJVM/crossScalaVersions
1403OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http4s/crossScalaVersions
1404OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in tapirInterop/crossScalaVersions
1405OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in federation/crossScalaVersions
1406OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in tools/crossScalaVersions
1407OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in zioHttp/crossScalaVersions
1408OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in quickAdapter/crossScalaVersions
1409OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in pekkoHttp/crossScalaVersions
1410OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in reporting/crossScalaVersions
1411OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in macros/crossScalaVersions
1412OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in tracing/crossScalaVersions
1413OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in play/crossScalaVersions
1414[info] ____ _ _ _
1415[info] / ___|__ _| (_) |__ __ _ _ __
1416[info] | | / _` | | | '_ \ / _` | '_ \
1417[info] | |__| (_| | | | |_) | (_| | | | |
1418[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0059-SNAPSHOT
1419[info]
1420[info] Useful sbt tasks:
1421[info] > ~compile - Compile all modules with file-watch enabled
1422[info] > +test - Run the unit test suite for all modules and Scala versions
1423[info] > ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY; rootJVM3/test - Run tests for all JVM modules in Scala 3
1424[info] > fmt - Run scalafmt on the entire project
1425[info] > scripted - Run the scripted test suite
1426[info] > examples/runMain example.quick.ExampleApp - Start the example server
1427[info] > benchmarks/jmh:run - Run the benchmarks
1428[info] > +publishLocal - Publish caliban locally
1429[info] > ++2.12.21; ++2.13.18; ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY - Changing scala versions
1430[info] Setting Scala version to 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY on 20 projects.
1431[info] Switching Scala version on:
1432[info] clientLaminextJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1433[info] benchmarks (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1434[info] http4s (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1435[info] pekkoHttp (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1436[info] zioHttp (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1437[info] clientNative (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1438[info] play (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1439[info] clientJS (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1440[info] tools (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1441[info] clientJVM (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1442[info] reporting (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1443[info] monixInterop (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1444[info] macros (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1445[info] tapirInterop (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1446[info] catsInterop (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1447[info] core (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1448[info] tracing (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1449[info] quickAdapter (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1450[info] federation (2.12.21, 2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1451[info] apolloCompatibility (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1452[info] Excluding projects:
1453[info] rootJVM213 (2.13.18)
1454[info] rootJVM3 (2.13.18)
1455[info] examples (2.13.18)
1456[info] * root (2.13.18)
1457[info] docs (2.12.21, 2.13.18)
1458[info] akkaHttp (2.12.21, 2.13.18)
1459[info] rootJVM212 (2.13.18)
1460[info] codegenSbt (2.13.18)
1461[info] Reapplying settings...
1462[info] ____ _ _ _
1463[info] / ___|__ _| (_) |__ __ _ _ __
1464[info] | | / _` | | | '_ \ / _` | '_ \
1465[info] | |__| (_| | | | |_) | (_| | | | |
1466[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0059-SNAPSHOT
1467[info]
1468[info] Useful sbt tasks:
1469[info] > ~compile - Compile all modules with file-watch enabled
1470[info] > +test - Run the unit test suite for all modules and Scala versions
1471[info] > ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY; rootJVM3/test - Run tests for all JVM modules in Scala 3
1472[info] > fmt - Run scalafmt on the entire project
1473[info] > scripted - Run the scripted test suite
1474[info] > examples/runMain example.quick.ExampleApp - Start the example server
1475[info] > benchmarks/jmh:run - Run the benchmarks
1476[info] > +publishLocal - Publish caliban locally
1477[info] > ++2.12.21; ++2.13.18; ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY - Changing scala versions
1478Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1479[info] Reapplying settings...
1480[info] ____ _ _ _
1481[info] / ___|__ _| (_) |__ __ _ _ __
1482[info] | | / _` | | | '_ \ / _` | '_ \
1483[info] | |__| (_| | | | |_) | (_| | | | |
1484[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0059-SNAPSHOT
1485[info]
1486[info] Useful sbt tasks:
1487[info] > ~compile - Compile all modules with file-watch enabled
1488[info] > +test - Run the unit test suite for all modules and Scala versions
1489[info] > ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY; rootJVM3/test - Run tests for all JVM modules in Scala 3
1490[info] > fmt - Run scalafmt on the entire project
1491[info] > scripted - Run the scripted test suite
1492[info] > examples/runMain example.quick.ExampleApp - Start the example server
1493[info] > benchmarks/jmh:run - Run the benchmarks
1494[info] > +publishLocal - Publish caliban locally
1495[info] > ++2.12.21; ++2.13.18; ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY - Changing scala versions
1496[info] Defining Global / credentials, akkaHttp / credentials and 26 others.
1497[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 224 others.
1498[info] Run `last` for details.
1499[info] Reapplying settings...
1500[info] ____ _ _ _
1501[info] / ___|__ _| (_) |__ __ _ _ __
1502[info] | | / _` | | | '_ \ / _` | '_ \
1503[info] | |__| (_| | | | |_) | (_| | | | |
1504[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0059-SNAPSHOT
1505[info]
1506[info] Useful sbt tasks:
1507[info] > ~compile - Compile all modules with file-watch enabled
1508[info] > +test - Run the unit test suite for all modules and Scala versions
1509[info] > ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY; rootJVM3/test - Run tests for all JVM modules in Scala 3
1510[info] > fmt - Run scalafmt on the entire project
1511[info] > scripted - Run the scripted test suite
1512[info] > examples/runMain example.quick.ExampleApp - Start the example server
1513[info] > benchmarks/jmh:run - Run the benchmarks
1514[info] > +publishLocal - Publish caliban locally
1515[info] > ++2.12.21; ++2.13.18; ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY - Changing scala versions
1516Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1517[info] Reapplying settings...
1518OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1519
1520 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
1521 Did you mean rootJVM3 / allExcludeDependencies ?
1522 , retry without global scopes
1523[info] Reapplying settings...
1524[info] ____ _ _ _
1525[info] / ___|__ _| (_) |__ __ _ _ __
1526[info] | | / _` | | | '_ \ / _` | '_ \
1527[info] | |__| (_| | | | |_) | (_| | | | |
1528[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0059-SNAPSHOT
1529[info]
1530[info] Useful sbt tasks:
1531[info] > ~compile - Compile all modules with file-watch enabled
1532[info] > +test - Run the unit test suite for all modules and Scala versions
1533[info] > ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY; rootJVM3/test - Run tests for all JVM modules in Scala 3
1534[info] > fmt - Run scalafmt on the entire project
1535[info] > scripted - Run the scripted test suite
1536[info] > examples/runMain example.quick.ExampleApp - Start the example server
1537[info] > benchmarks/jmh:run - Run the benchmarks
1538[info] > +publishLocal - Publish caliban locally
1539[info] > ++2.12.21; ++2.13.18; ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY - Changing scala versions
1540Execute removeScalacOptionsStartingWith: -P:wartremover
1541[info] Reapplying settings...
1542[info] ____ _ _ _
1543[info] / ___|__ _| (_) |__ __ _ _ __
1544[info] | | / _` | | | '_ \ / _` | '_ \
1545[info] | |__| (_| | | | |_) | (_| | | | |
1546[info] \____\__,_|_|_|_.__/ \__,_|_| |_| 2.11.2+1-a32f4e5d+20260103-0059-SNAPSHOT
1547[info]
1548[info] Useful sbt tasks:
1549[info] > ~compile - Compile all modules with file-watch enabled
1550[info] > +test - Run the unit test suite for all modules and Scala versions
1551[info] > ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY; rootJVM3/test - Run tests for all JVM modules in Scala 3
1552[info] > fmt - Run scalafmt on the entire project
1553[info] > scripted - Run the scripted test suite
1554[info] > examples/runMain example.quick.ExampleApp - Start the example server
1555[info] > benchmarks/jmh:run - Run the benchmarks
1556[info] > +publishLocal - Publish caliban locally
1557[info] > ++2.12.21; ++2.13.18; ++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY - Changing scala versions
1558[success] Total time: 0 s, completed Jan 3, 2026, 1:00:00 AM
1559Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.5","3.6"],"sourcePatches":[{"path":"core/src/main/scala/caliban/GraphQLInterpreter.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"build.sbt","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
1560Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1561Starting build...
1562Projects: Set(http4s, pekkoHttp, zioHttp, play, tools, clientJVM, reporting, monixInterop, macros, tapirInterop, catsInterop, core, tracing, quickAdapter, federation)
1563Starting build for ProjectRef(file:/build/repo/,reporting) (caliban-reporting)... [0/15]
1564OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
1565OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1566OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
1567OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
1568Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1569[info] compiling 16 Scala sources to /build/repo/client/.jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1570[info] compiling 118 Scala sources to /build/repo/core/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1571[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1572[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1573[warn] one warning found
1574[info] done compiling
1575[warn] there was 1 deprecation warning; re-run with -deprecation for details
1576[warn] two warnings found
1577[warn] there was 1 deprecation warning; re-run with -deprecation for details
1578[warn] three warnings found
1579[info] done compiling
1580[info] compiling 12 Scala sources to /build/repo/reporting/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1581[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1582[warn] one warning found
1583[info] done compiling
1584[info] compiling 1 Scala source to /build/repo/reporting/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1585[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1586[warn] one warning found
1587[info] done compiling
1588Starting build for ProjectRef(file:/build/repo/,macros) (caliban-macros)... [1/15]
1589Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1590Starting build for ProjectRef(file:/build/repo/,pekkoHttp) (caliban-pekko-http)... [2/15]
1591Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1592[info] compiling 9 Scala sources to /build/repo/interop/tapir/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1593[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1594[warn] one warning found
1595[info] done compiling
1596[info] compiling 1 Scala source to /build/repo/adapters/pekko-http/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1597[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1598[warn] one warning found
1599[info] done compiling
1600[info] compiling 6 Scala sources to /build/repo/interop/tapir/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1601[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1602[warn] one warning found
1603[info] done compiling
1604[info] compiling 1 Scala source to /build/repo/adapters/pekko-http/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1605[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1606[warn] one warning found
1607[info] done compiling
1608Starting build for ProjectRef(file:/build/repo/,http4s) (caliban-http4s)... [3/15]
1609Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1610[info] compiling 7 Scala sources to /build/repo/interop/cats/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1611[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1612[warn] one warning found
1613[info] done compiling
1614[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1615[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1616[warn] one warning found
1617[info] done compiling
1618[info] compiling 46 Scala sources to /build/repo/core/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1619[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1620[warn] one warning found
1621[info] done compiling
1622[info] compiling 1 Scala source to /build/repo/adapters/http4s/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1623[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1624[warn] one warning found
1625[info] done compiling
1626Starting build for ProjectRef(file:/build/repo/,core) (caliban)... [4/15]
1627Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1628Starting build for ProjectRef(file:/build/repo/,federation) (caliban-federation)... [5/15]
1629Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1630[info] Compiling 1 protobuf files to /build/repo/federation/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/src_managed/main/scalapb
1631[info] compiling 32 Scala sources to /build/repo/federation/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1632[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1633[warn] one warning found
1634[info] done compiling
1635[info] compiling 3 Scala sources to /build/repo/federation/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1636[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1637[warn] one warning found
1638[info] done compiling
1639Starting build for ProjectRef(file:/build/repo/,tracing) (caliban-tracing)... [6/15]
1640Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1641[info] compiling 22 Scala sources to /build/repo/tools/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1642[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1643[warn] one warning found
1644[info] done compiling
1645[info] compiling 4 Scala sources to /build/repo/tracing/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1646[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1647[warn] one warning found
1648[info] done compiling
1649[info] compiling 2 Scala sources to /build/repo/tracing/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1650[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1651[warn] one warning found
1652[info] done compiling
1653Starting build for ProjectRef(file:/build/repo/,quickAdapter) (caliban-quick)... [7/15]
1654Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1655[info] compiling 6 Scala sources to /build/repo/adapters/quick/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1656[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1657[warn] one warning found
1658[info] done compiling
1659[info] compiling 1 Scala source to /build/repo/adapters/quick/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1660[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1661[warn] one warning found
1662[info] done compiling
1663Starting build for ProjectRef(file:/build/repo/,play) (caliban-play)... [8/15]
1664Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1665[info] compiling 1 Scala source to /build/repo/adapters/play/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1666[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1667[warn] one warning found
1668[info] done compiling
1669[info] compiling 1 Scala source to /build/repo/adapters/play/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1670[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1671[warn] one warning found
1672[info] done compiling
1673Starting build for ProjectRef(file:/build/repo/,tools) (caliban-tools)... [9/15]
1674Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1675[info] compiling 11 Scala sources to /build/repo/tools/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1676[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1677[warn] one warning found
1678[info] done compiling
1679Starting build for ProjectRef(file:/build/repo/,tapirInterop) (caliban-tapir)... [10/15]
1680Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1681Starting build for ProjectRef(file:/build/repo/,catsInterop) (caliban-cats)... [11/15]
1682Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1683[info] compiling 2 Scala sources to /build/repo/interop/cats/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1684[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1685[warn] one warning found
1686[info] done compiling
1687Starting build for ProjectRef(file:/build/repo/,monixInterop) (caliban-monix)... [12/15]
1688Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1689[info] compiling 2 Scala sources to /build/repo/interop/monix/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1690[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1691[warn] one warning found
1692[info] done compiling
1693Starting build for ProjectRef(file:/build/repo/,clientJVM) (caliban-client)... [13/15]
1694Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1695[info] compiling 6 Scala sources to /build/repo/client/.jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
1696[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1697[warn] one warning found
1698[info] done compiling
1699Starting build for ProjectRef(file:/build/repo/,zioHttp) (caliban-zio-http)... [14/15]
1700Compile scalacOptions: -encoding, UTF-8, -language:higherKinds, -language:existentials, -unchecked, -release, 17, -explain-types, -Ykind-projector, -no-indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1701[info] compiling 1 Scala source to /build/repo/adapters/zio-http/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1702[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1703[warn] one warning found
1704[info] done compiling
1705
1706************************
1707Build summary:
1708[{
1709 "module": "caliban-reporting",
1710 "compile": {"status": "ok", "tookMs": 45187, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1711 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1712 "test-compile": {"status": "ok", "tookMs": 1946, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1713 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1714 "publish": {"status": "skipped", "tookMs": 0},
1715 "metadata": {
1716 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1717}
1718},{
1719 "module": "caliban-macros",
1720 "compile": {"status": "ok", "tookMs": 71, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1721 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1722 "test-compile": {"status": "ok", "tookMs": 93, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1723 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1724 "publish": {"status": "skipped", "tookMs": 0},
1725 "metadata": {
1726 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1727}
1728},{
1729 "module": "caliban-pekko-http",
1730 "compile": {"status": "ok", "tookMs": 4192, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1731 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1732 "test-compile": {"status": "ok", "tookMs": 6055, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1733 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1734 "publish": {"status": "skipped", "tookMs": 0},
1735 "metadata": {
1736 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1737}
1738},{
1739 "module": "caliban-http4s",
1740 "compile": {"status": "ok", "tookMs": 2104, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1741 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1742 "test-compile": {"status": "ok", "tookMs": 41072, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1743 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1744 "publish": {"status": "skipped", "tookMs": 0},
1745 "metadata": {
1746 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1747}
1748},{
1749 "module": "caliban",
1750 "compile": {"status": "ok", "tookMs": 127, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1751 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1752 "test-compile": {"status": "ok", "tookMs": 209, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1753 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1754 "publish": {"status": "skipped", "tookMs": 0},
1755 "metadata": {
1756 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1757}
1758},{
1759 "module": "caliban-federation",
1760 "compile": {"status": "ok", "tookMs": 4630, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1761 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1762 "test-compile": {"status": "ok", "tookMs": 2012, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1763 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1764 "publish": {"status": "skipped", "tookMs": 0},
1765 "metadata": {
1766 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1767}
1768},{
1769 "module": "caliban-tracing",
1770 "compile": {"status": "ok", "tookMs": 13088, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1771 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1772 "test-compile": {"status": "ok", "tookMs": 1595, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1773 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1774 "publish": {"status": "skipped", "tookMs": 0},
1775 "metadata": {
1776 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1777}
1778},{
1779 "module": "caliban-quick",
1780 "compile": {"status": "ok", "tookMs": 1136, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1781 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1782 "test-compile": {"status": "ok", "tookMs": 937, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1783 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1784 "publish": {"status": "skipped", "tookMs": 0},
1785 "metadata": {
1786 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1787}
1788},{
1789 "module": "caliban-play",
1790 "compile": {"status": "ok", "tookMs": 790, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1791 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1792 "test-compile": {"status": "ok", "tookMs": 932, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1793 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1794 "publish": {"status": "skipped", "tookMs": 0},
1795 "metadata": {
1796 "crossScalaVersions": ["2.13.18", "3.3.7"]
1797}
1798},{
1799 "module": "caliban-tools",
1800 "compile": {"status": "ok", "tookMs": 196, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1801 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1802 "test-compile": {"status": "ok", "tookMs": 2201, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1803 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1804 "publish": {"status": "skipped", "tookMs": 0},
1805 "metadata": {
1806 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1807}
1808},{
1809 "module": "caliban-tapir",
1810 "compile": {"status": "ok", "tookMs": 143, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1811 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1812 "test-compile": {"status": "ok", "tookMs": 183, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1813 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1814 "publish": {"status": "skipped", "tookMs": 0},
1815 "metadata": {
1816 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1817}
1818},{
1819 "module": "caliban-cats",
1820 "compile": {"status": "ok", "tookMs": 166, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1821 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1822 "test-compile": {"status": "ok", "tookMs": 1221, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1823 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1824 "publish": {"status": "skipped", "tookMs": 0},
1825 "metadata": {
1826 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1827}
1828},{
1829 "module": "caliban-monix",
1830 "compile": {"status": "ok", "tookMs": 800, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1831 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1832 "test-compile": {"status": "ok", "tookMs": 195, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1833 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1834 "publish": {"status": "skipped", "tookMs": 0},
1835 "metadata": {
1836 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1837}
1838},{
1839 "module": "caliban-client",
1840 "compile": {"status": "ok", "tookMs": 57, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1841 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1842 "test-compile": {"status": "ok", "tookMs": 2443, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1843 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1844 "publish": {"status": "skipped", "tookMs": 0},
1845 "metadata": {
1846 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1847}
1848},{
1849 "module": "caliban-zio-http",
1850 "compile": {"status": "ok", "tookMs": 530, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1851 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1852 "test-compile": {"status": "ok", "tookMs": 266, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1853 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1854 "publish": {"status": "skipped", "tookMs": 0},
1855 "metadata": {
1856 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1857}
1858}]
1859************************
1860[success] Total time: 156 s (0:02:36.0), completed Jan 3, 2026, 1:02:36 AM
1861[0JChecking patch project/plugins.sbt...
1862Checking patch build.sbt...
1863Applied patch project/plugins.sbt cleanly.
1864Applied patch build.sbt cleanly.