Build Logs

kitlangton/neotype • scheduled_3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY

Errors

0

Warnings

393

Total Lines

1846

1##################################
2Clonning https://github.com/kitlangton/neotype.git into /build/repo using revision v0.4.7
3##################################
4Note: switching to '48d380be38591c0a5e036eefbac5aa7df361e5e3'.
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
21Using target Scala version for migration: 3.7.4
22Migrating project for -source:3.7 using Scala 3.7.4
23----
24Preparing build for 3.7.4
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.7-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28
29Try apply source patch:
30Path: modules/core/shared/src/main/scala/neotype/eval/CustomFromExpr.scala
31Pattern: case '{ Option[A](${ Expr(a) }) } => Some(Some(a))
32Replacement: case '{ Option[A](${ Expr(a) }: A) } => Some(Some(a))
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (17))
35Compiled project (Scala 3.7.3, JVM (17))
36Using globing pattern modules/core/shared/src/main/scala/neotype/eval/CustomFromExpr.scala from /build/repo
37
38Try apply source patch:
39Path: modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala
40Pattern: summonInline[
41Replacement: scala.compiletime.summonInline[
42Successfully applied pattern 'summonInline[' in modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala
43----
44Starting build for 3.7.4
45Execute tests: false
46sbt project found:
47No prepare script found for project kitlangton/neotype
48##################################
49Scala version: 3.7.4
50Targets: io.github.kitlangton%comptime io.github.kitlangton%neotype io.github.kitlangton%neotype-caliban io.github.kitlangton%neotype-cats io.github.kitlangton%neotype-chimney io.github.kitlangton%neotype-circe io.github.kitlangton%neotype-ciris io.github.kitlangton%neotype-doobie io.github.kitlangton%neotype-jsoniter io.github.kitlangton%neotype-play-json io.github.kitlangton%neotype-pureconfig io.github.kitlangton%neotype-scanamo io.github.kitlangton%neotype-tapir io.github.kitlangton%neotype-tethys io.github.kitlangton%neotype-upickle io.github.kitlangton%neotype-zio-config io.github.kitlangton%neotype-zio-json io.github.kitlangton%neotype-zio-quill io.github.kitlangton%neotype-zio-schema io.github.kitlangton%neotype-zio-test
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"modules/core/shared/src/main/scala/neotype/eval/CustomFromExpr.scala","pattern":" case '{ Option[A](${ Expr(a) }) } => Some(Some(a))","replaceWith":" case '{ Option[A](${ Expr(a) }: A) } => Some(Some(a))"},{"path":"modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala","pattern":"summonInline[","replaceWith":"scala.compiletime.summonInline["}]}
52##################################
53Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
54Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
55[sbt_options] declare -a sbt_options=()
56[process_args] java_version = '17'
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
58# Executing command line:
59java
60-Dfile.encoding=UTF-8
61-Dcommunitybuild.scala=3.7.4
62-Dcommunitybuild.project.dependencies.add=
63-Xmx7G
64-Xms4G
65-Xss8M
66-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
67-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
68-jar
69/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
70"setCrossScalaVersions 3.7.4"
71"++3.7.4 -v"
72"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
73"set every credentials := Nil"
74"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
75"removeScalacOptionsStartingWith -P:wartremover"
76
77moduleMappings
78"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"modules/core/shared/src/main/scala/neotype/eval/CustomFromExpr.scala","pattern":" case '{ Option[A](${ Expr(a) }) } => Some(Some(a))","replaceWith":" case '{ Option[A](${ Expr(a) }: A) } => Some(Some(a))"},{"path":"modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala","pattern":"summonInline[","replaceWith":"scala.compiletime.summonInline["}]}""" io.github.kitlangton%comptime io.github.kitlangton%neotype io.github.kitlangton%neotype-caliban io.github.kitlangton%neotype-cats io.github.kitlangton%neotype-chimney io.github.kitlangton%neotype-circe io.github.kitlangton%neotype-ciris io.github.kitlangton%neotype-doobie io.github.kitlangton%neotype-jsoniter io.github.kitlangton%neotype-play-json io.github.kitlangton%neotype-pureconfig io.github.kitlangton%neotype-scanamo io.github.kitlangton%neotype-tapir io.github.kitlangton%neotype-tethys io.github.kitlangton%neotype-upickle io.github.kitlangton%neotype-zio-config io.github.kitlangton%neotype-zio-json io.github.kitlangton%neotype-zio-quill io.github.kitlangton%neotype-zio-schema io.github.kitlangton%neotype-zio-test"
79
80[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
81[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
82[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
83[info] loading project definition from /build/repo/project
84[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
85[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
86[info] Compilation completed in 8.832s.
87[info] done compiling
88[info] loading settings for project root from build.sbt...
89[info] resolving key references (53823 settings) ...
90[info] _ _ _____ _____ _______ _______ _____
91[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
92[info] | \| | |__ | | | | | | \ V /| |_/ | |__
93[info] | . ` | __|| | | | | | \ / | __/| __|
94[info] | |\ | |___\ \_/ / | | | | | | | |___
95[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
96[info] ——————————————————————————————————————————
97[info] ———————— NEWTYPES + REFINED TYPES ————————
98[info] ——————————————————————————————————————————
99[info]
100[info] Useful sbt tasks:
101[info]
102[info] > prepare - Runs scalafix and scalafmt on all files
103[info] > ~compile - Compiles all modules (file-watch enabled)
104[info] > test - Runs all tests
105[info]
106[info]
107Execute setCrossScalaVersions: 3.7.4
108OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in internalJS/crossScalaVersions
109OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in circeNative/crossScalaVersions
110OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in tapirJS/crossScalaVersions
111OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in comptimeJVM/crossScalaVersions
112OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in circeJS/crossScalaVersions
113OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in coreJVM/crossScalaVersions
114OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in chimneyNative/crossScalaVersions
115OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in zioQuill/crossScalaVersions
116OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in zioSchemaJVM/crossScalaVersions
117OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in cirisJS/crossScalaVersions
118OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in internalNative/crossScalaVersions
119OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in zioSchemaJS/crossScalaVersions
120OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in zioConfig/crossScalaVersions
121OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in scanamoJVM/crossScalaVersions
122OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in upickleJS/crossScalaVersions
123OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in calibanJVM/crossScalaVersions
124OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in chimneyJS/crossScalaVersions
125OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in upickleJVM/crossScalaVersions
126OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in comptimeJS/crossScalaVersions
127OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in chimneyJVM/crossScalaVersions
128OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in tapirJVM/crossScalaVersions
129OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in doobieJVM/crossScalaVersions
130OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in playJsonJS/crossScalaVersions
131OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in coreJS/crossScalaVersions
132OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in catsJVM/crossScalaVersions
133OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in tethysJVM/crossScalaVersions
134OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in catsJS/crossScalaVersions
135OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in coreNative/crossScalaVersions
136OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in cirisJVM/crossScalaVersions
137OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in catsNative/crossScalaVersions
138OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in jsoniterJS/crossScalaVersions
139OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in zioJsonJVM/crossScalaVersions
140OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in zioJsonNative/crossScalaVersions
141OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in root/crossScalaVersions
142OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in zioTestJS/crossScalaVersions
143OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in circeJVM/crossScalaVersions
144OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in internalJVM/crossScalaVersions
145OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in zioTestJVM/crossScalaVersions
146OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in comptimeNative/crossScalaVersions
147OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in examples/crossScalaVersions
148OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in playJsonJVM/crossScalaVersions
149OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in zioJsonJS/crossScalaVersions
150OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in pureconfigJVM/crossScalaVersions
151OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in zioSchemaNative/crossScalaVersions
152OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in jsoniterJVM/crossScalaVersions
153OpenCB::Changing crossVersion 3.3.7 -> 3.7.4 in upickleNative/crossScalaVersions
154[info] _ _ _____ _____ _______ _______ _____
155[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
156[info] | \| | |__ | | | | | | \ V /| |_/ | |__
157[info] | . ` | __|| | | | | | \ / | __/| __|
158[info] | |\ | |___\ \_/ / | | | | | | | |___
159[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
160[info] ——————————————————————————————————————————
161[info] ———————— NEWTYPES + REFINED TYPES ————————
162[info] ——————————————————————————————————————————
163[info]
164[info] Useful sbt tasks:
165[info]
166[info] > prepare - Runs scalafix and scalafmt on all files
167[info] > ~compile - Compiles all modules (file-watch enabled)
168[info] > test - Runs all tests
169[info]
170[info]
171[info] Setting Scala version to 3.7.4 on 46 projects.
172[info] Switching Scala version on:
173[info] zioJsonJS (3.7.4)
174[info] zioSchemaJS (3.7.4)
175[info] examples (3.7.4)
176[info] jsoniterJS (3.7.4)
177[info] circeJVM (3.7.4)
178[info] calibanJVM (3.7.4)
179[info] * root (3.7.4)
180[info] comptimeJS (3.7.4)
181[info] upickleJS (3.7.4)
182[info] catsNative (3.7.4)
183[info] zioQuill (3.7.4)
184[info] zioConfig (3.7.4)
185[info] coreNative (3.7.4)
186[info] chimneyNative (3.7.4)
187[info] cirisJS (3.7.4)
188[info] playJsonJVM (3.7.4)
189[info] pureconfigJVM (3.7.4)
190[info] chimneyJVM (3.7.4)
191[info] doobieJVM (3.7.4)
192[info] zioTestJS (3.7.4)
193[info] jsoniterJVM (3.7.4)
194[info] coreJS (3.7.4)
195[info] cirisJVM (3.7.4)
196[info] internalJVM (3.7.4)
197[info] circeJS (3.7.4)
198[info] zioJsonNative (3.7.4)
199[info] internalJS (3.7.4)
200[info] chimneyJS (3.7.4)
201[info] coreJVM (3.7.4)
202[info] upickleJVM (3.7.4)
203[info] zioTestJVM (3.7.4)
204[info] tethysJVM (3.7.4)
205[info] zioJsonJVM (3.7.4)
206[info] zioSchemaNative (3.7.4)
207[info] circeNative (3.7.4)
208[info] scanamoJVM (3.7.4)
209[info] comptimeNative (3.7.4)
210[info] comptimeJVM (3.7.4)
211[info] playJsonJS (3.7.4)
212[info] internalNative (3.7.4)
213[info] tapirJVM (3.7.4)
214[info] catsJS (3.7.4)
215[info] upickleNative (3.7.4)
216[info] catsJVM (3.7.4)
217[info] tapirJS (3.7.4)
218[info] zioSchemaJVM (3.7.4)
219[info] Excluding projects:
220[info] Reapplying settings...
221[info] _ _ _____ _____ _______ _______ _____
222[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
223[info] | \| | |__ | | | | | | \ V /| |_/ | |__
224[info] | . ` | __|| | | | | | \ / | __/| __|
225[info] | |\ | |___\ \_/ / | | | | | | | |___
226[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
227[info] ——————————————————————————————————————————
228[info] ———————— NEWTYPES + REFINED TYPES ————————
229[info] ——————————————————————————————————————————
230[info]
231[info] Useful sbt tasks:
232[info]
233[info] > prepare - Runs scalafix and scalafmt on all files
234[info] > ~compile - Compiles all modules (file-watch enabled)
235[info] > test - Runs all tests
236[info]
237[info]
238Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
239[info] Reapplying settings...
240[info] _ _ _____ _____ _______ _______ _____
241[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
242[info] | \| | |__ | | | | | | \ V /| |_/ | |__
243[info] | . ` | __|| | | | | | \ / | __/| __|
244[info] | |\ | |___\ \_/ / | | | | | | | |___
245[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
246[info] ——————————————————————————————————————————
247[info] ———————— NEWTYPES + REFINED TYPES ————————
248[info] ——————————————————————————————————————————
249[info]
250[info] Useful sbt tasks:
251[info]
252[info] > prepare - Runs scalafix and scalafmt on all files
253[info] > ~compile - Compiles all modules (file-watch enabled)
254[info] > test - Runs all tests
255[info]
256[info]
257[info] Defining Global / credentials, calibanJVM / credentials and 44 others.
258[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 368 others.
259[info] Run `last` for details.
260[info] Reapplying settings...
261[info] _ _ _____ _____ _______ _______ _____
262[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
263[info] | \| | |__ | | | | | | \ V /| |_/ | |__
264[info] | . ` | __|| | | | | | \ / | __/| __|
265[info] | |\ | |___\ \_/ / | | | | | | | |___
266[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
267[info] ——————————————————————————————————————————
268[info] ———————— NEWTYPES + REFINED TYPES ————————
269[info] ——————————————————————————————————————————
270[info]
271[info] Useful sbt tasks:
272[info]
273[info] > prepare - Runs scalafix and scalafmt on all files
274[info] > ~compile - Compiles all modules (file-watch enabled)
275[info] > test - Runs all tests
276[info]
277[info]
278Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
279[info] Reapplying settings...
280OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
281
282 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
283 Did you mean zioConfig / allExcludeDependencies ?
284 , retry without global scopes
285[info] Reapplying settings...
286[info] _ _ _____ _____ _______ _______ _____
287[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
288[info] | \| | |__ | | | | | | \ V /| |_/ | |__
289[info] | . ` | __|| | | | | | \ / | __/| __|
290[info] | |\ | |___\ \_/ / | | | | | | | |___
291[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
292[info] ——————————————————————————————————————————
293[info] ———————— NEWTYPES + REFINED TYPES ————————
294[info] ——————————————————————————————————————————
295[info]
296[info] Useful sbt tasks:
297[info]
298[info] > prepare - Runs scalafix and scalafmt on all files
299[info] > ~compile - Compiles all modules (file-watch enabled)
300[info] > test - Runs all tests
301[info]
302[info]
303Execute removeScalacOptionsStartingWith: -P:wartremover
304[info] Reapplying settings...
305[info] _ _ _____ _____ _______ _______ _____
306[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
307[info] | \| | |__ | | | | | | \ V /| |_/ | |__
308[info] | . ` | __|| | | | | | \ / | __/| __|
309[info] | |\ | |___\ \_/ / | | | | | | | |___
310[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
311[info] ——————————————————————————————————————————
312[info] ———————— NEWTYPES + REFINED TYPES ————————
313[info] ——————————————————————————————————————————
314[info]
315[info] Useful sbt tasks:
316[info]
317[info] > prepare - Runs scalafix and scalafmt on all files
318[info] > ~compile - Compiles all modules (file-watch enabled)
319[info] > test - Runs all tests
320[info]
321[info]
322[success] Total time: 0 s, completed Jan 10, 2026, 1:14:51 AM
323Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"modules/core/shared/src/main/scala/neotype/eval/CustomFromExpr.scala","pattern":" case '{ Option[A](${ Expr(a) }) } => Some(Some(a))","replaceWith":" case '{ Option[A](${ Expr(a) }: A) } => Some(Some(a))"},{"path":"modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala","pattern":"summonInline[","replaceWith":"scala.compiletime.summonInline["}]}
324Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
325Starting build...
326Projects: Set(circeJVM, calibanJVM, root, zioQuill, zioConfig, playJsonJVM, pureconfigJVM, chimneyJVM, doobieJVM, jsoniterJVM, cirisJVM, internalJVM, coreJVM, upickleJVM, zioTestJVM, tethysJVM, zioJsonJVM, scanamoJVM, comptimeJVM, tapirJVM, catsJVM, zioSchemaJVM)
327Starting build for ProjectRef(file:/build/repo/,scanamoJVM) (neotype-scanamo)... [0/22]
328OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
329OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
330OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
331Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-scanamo/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
332[info] compiling 1 Scala source to /build/repo/modules/internal/jvm/target/scala-3.7.4/classes ...
333[info] done compiling
334[info] compiling 78 Scala sources to /build/repo/modules/comptime/jvm/target/scala-3.7.4/classes ...
335[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/comptime/shared/src/main/scala/comptime/compile/BlockCompiler.scala:51:19
336[warn] 51 | case other =>
337[warn] | ^^^^^
338[warn] | unused pattern variable
339[info] [patched file /build/repo/modules/comptime/shared/src/main/scala/comptime/rules/stdlib/collection/StdlibCollectionHelpers.scala]
340[warn] one warning found
341[info] done compiling
342[info] compiling 6 Scala sources to /build/repo/modules/core/jvm/target/scala-3.7.4/classes ...
343[info] done compiling
344[info] compiling 1 Scala source to /build/repo/modules/neotype-scanamo/jvm/target/scala-3.7.4/classes ...
345[info] done compiling
346[info] compiling 1 Scala source to /build/repo/modules/internal/jvm/target/scala-3.7.4/test-classes ...
347[info] compiling 1 Scala source to /build/repo/modules/comptime/jvm/target/scala-3.7.4/classes ...
348[info] done compiling
349[info] done compiling
350[info] compiling 1 Scala source to /build/repo/modules/comptime/jvm/target/scala-3.7.4/classes ...
351[info] done compiling
352[info] compiling 1 Scala source to /build/repo/modules/comptime/jvm/target/scala-3.7.4/classes ...
353[info] done compiling
354[info] compiling 38 Scala sources to /build/repo/modules/comptime/jvm/target/scala-3.7.4/test-classes ...
355[info] done compiling
356[info] compiling 20 Scala sources to /build/repo/modules/core/jvm/target/scala-3.7.4/test-classes ...
357[info] [patched file /build/repo/modules/core/shared/src/test/scala/neotype/test/JsonLibrarySpec.scala]
358[info] [patched file /build/repo/modules/core/shared/src/test/scala/neotype/CommonTypesSpec.scala]
359[info] [patched file /build/repo/modules/core/jvm/src/test/scala/neotype/UrlStringSpec.scala]
360[info] [patched file /build/repo/modules/core/shared/src/test/scala/neotype/NewtypeSpec.scala]
361[info] done compiling
362[info] compiling 1 Scala source to /build/repo/modules/neotype-scanamo/jvm/target/scala-3.7.4/test-classes ...
363[info] done compiling
364[info] compiling 4 Scala sources to /build/repo/modules/core/jvm/target/scala-3.7.4/test-classes ...
365[info] done compiling
366Starting build for ProjectRef(file:/build/repo/,cirisJVM) (neotype-ciris)... [1/22]
367Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-ciris/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
368[info] compiling 1 Scala source to /build/repo/modules/neotype-ciris/jvm/target/scala-3.7.4/classes ...
369[info] done compiling
370[info] compiling 1 Scala source to /build/repo/modules/neotype-ciris/jvm/target/scala-3.7.4/test-classes ...
371[info] done compiling
372Starting build for ProjectRef(file:/build/repo/,calibanJVM) (neotype-caliban)... [2/22]
373Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-caliban/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
374[info] compiling 1 Scala source to /build/repo/modules/neotype-caliban/jvm/target/scala-3.7.4/classes ...
375[info] done compiling
376[info] compiling 1 Scala source to /build/repo/modules/neotype-caliban/jvm/target/scala-3.7.4/test-classes ...
377[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala:9:25
378[warn] 9 |import scala.compiletime.summonInline
379[warn] | ^^^^^^^^^^^^
380[warn] | unused import
381[info] [patched file /build/repo/modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala]
382[warn] one warning found
383[info] done compiling
384[info] compiling 1 Scala source to /build/repo/modules/neotype-caliban/jvm/target/scala-3.7.4/test-classes ...
385[info] done compiling
386Starting build for ProjectRef(file:/build/repo/,zioTestJVM) (neotype-zio-test)... [3/22]
387Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-zio-test/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
388[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-test/jvm/target/scala-3.7.4/classes ...
389[info] done compiling
390[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-test/jvm/target/scala-3.7.4/test-classes ...
391[info] done compiling
392Starting build for ProjectRef(file:/build/repo/,tethysJVM) (neotype-tethys)... [4/22]
393Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-tethys/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
394[info] compiling 1 Scala source to /build/repo/modules/neotype-tethys/jvm/target/scala-3.7.4/classes ...
395[info] done compiling
396[info] compiling 1 Scala source to /build/repo/modules/neotype-tethys/jvm/target/scala-3.7.4/test-classes ...
397[info] done compiling
398Starting build for ProjectRef(file:/build/repo/,comptimeJVM) (comptime)... [5/22]
399Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/comptime/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
400Starting build for ProjectRef(file:/build/repo/,catsJVM) (neotype-cats)... [6/22]
401Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-cats/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
402[info] compiling 1 Scala source to /build/repo/modules/neotype-cats/jvm/target/scala-3.7.4/classes ...
403[info] done compiling
404[info] compiling 1 Scala source to /build/repo/modules/neotype-cats/jvm/target/scala-3.7.4/test-classes ...
405[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-cats/shared/src/test/scala/neotype/interop/cats/CatsInstancesSpec.scala:40:27
406[warn] 40 | Eq[SimpleNewtype].eqv(simple1, simple2),
407[warn] | ^
408[warn] |Given search preference for cats.kernel.Eq[neotype.test.definitions.SimpleNewtype] between alternatives
409[warn] | (neotype.interop.cats.order :
410[warn] | [A, B]
411[warn] | (using nt: neotype.WrappedType[A, B], orderA: cats.kernel.Order[A]):
412[warn] | cats.kernel.Order[B]
413[warn] |)
414[warn] |and
415[warn] | (neotype.interop.cats.eq :
416[warn] | [A, B]
417[warn] | (using nt: neotype.WrappedType[A, B], eqA: cats.kernel.Eq[A]):
418[warn] | cats.kernel.Eq[B]
419[warn] |)
420[warn] |has changed.
421[warn] |Previous choice : the first alternative
422[warn] |Choice from Scala 3.7 : the second alternative
423[warn] |
424[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
425[warn] |by using @annotation.nowarn("id=205")
426[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-cats/shared/src/test/scala/neotype/interop/cats/CatsInstancesSpec.scala:41:27
427[warn] 41 | Eq[SimpleNewtype].neqv(simple1, simple3)
428[warn] | ^
429[warn] |Given search preference for cats.kernel.Eq[neotype.test.definitions.SimpleNewtype] between alternatives
430[warn] | (neotype.interop.cats.order :
431[warn] | [A, B]
432[warn] | (using nt: neotype.WrappedType[A, B], orderA: cats.kernel.Order[A]):
433[warn] | cats.kernel.Order[B]
434[warn] |)
435[warn] |and
436[warn] | (neotype.interop.cats.eq :
437[warn] | [A, B]
438[warn] | (using nt: neotype.WrappedType[A, B], eqA: cats.kernel.Eq[A]):
439[warn] | cats.kernel.Eq[B]
440[warn] |)
441[warn] |has changed.
442[warn] |Previous choice : the first alternative
443[warn] |Choice from Scala 3.7 : the second alternative
444[warn] |
445[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
446[warn] |by using @annotation.nowarn("id=205")
447[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-cats/shared/src/test/scala/neotype/interop/cats/CatsInstancesSpec.scala:49:27
448[warn] 49 | Eq[SimpleSubtype].eqv(subtype1, subtype2),
449[warn] | ^
450[warn] |Given search preference for cats.kernel.Eq[neotype.test.definitions.SimpleSubtype] between alternatives
451[warn] | (neotype.interop.cats.order :
452[warn] | [A, B]
453[warn] | (using nt: neotype.WrappedType[A, B], orderA: cats.kernel.Order[A]):
454[warn] | cats.kernel.Order[B]
455[warn] |)
456[warn] |and
457[warn] | (neotype.interop.cats.eq :
458[warn] | [A, B]
459[warn] | (using nt: neotype.WrappedType[A, B], eqA: cats.kernel.Eq[A]):
460[warn] | cats.kernel.Eq[B]
461[warn] |)
462[warn] |has changed.
463[warn] |Previous choice : the first alternative
464[warn] |Choice from Scala 3.7 : the second alternative
465[warn] |
466[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
467[warn] |by using @annotation.nowarn("id=205")
468[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-cats/shared/src/test/scala/neotype/interop/cats/CatsInstancesSpec.scala:50:27
469[warn] 50 | Eq[SimpleSubtype].neqv(subtype1, subtype3)
470[warn] | ^
471[warn] |Given search preference for cats.kernel.Eq[neotype.test.definitions.SimpleSubtype] between alternatives
472[warn] | (neotype.interop.cats.order :
473[warn] | [A, B]
474[warn] | (using nt: neotype.WrappedType[A, B], orderA: cats.kernel.Order[A]):
475[warn] | cats.kernel.Order[B]
476[warn] |)
477[warn] |and
478[warn] | (neotype.interop.cats.eq :
479[warn] | [A, B]
480[warn] | (using nt: neotype.WrappedType[A, B], eqA: cats.kernel.Eq[A]):
481[warn] | cats.kernel.Eq[B]
482[warn] |)
483[warn] |has changed.
484[warn] |Previous choice : the first alternative
485[warn] |Choice from Scala 3.7 : the second alternative
486[warn] |
487[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
488[warn] |by using @annotation.nowarn("id=205")
489[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-cats/shared/src/test/scala/neotype/interop/cats/CatsInstancesSpec.scala:58:22
490[warn] 58 | Eq[FullName].eqv(fullName1, fullName2),
491[warn] | ^
492[warn] |Given search preference for cats.kernel.Eq[neotype.interop.cats.CatsInstancesSpec.FullName] between alternatives
493[warn] | (neotype.interop.cats.order :
494[warn] | [A, B]
495[warn] | (using nt: neotype.WrappedType[A, B], orderA: cats.kernel.Order[A]):
496[warn] | cats.kernel.Order[B]
497[warn] |)
498[warn] |and
499[warn] | (neotype.interop.cats.eq :
500[warn] | [A, B]
501[warn] | (using nt: neotype.WrappedType[A, B], eqA: cats.kernel.Eq[A]):
502[warn] | cats.kernel.Eq[B]
503[warn] |)
504[warn] |has changed.
505[warn] |Previous choice : the first alternative
506[warn] |Choice from Scala 3.7 : the second alternative
507[warn] |
508[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
509[warn] |by using @annotation.nowarn("id=205")
510[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-cats/shared/src/test/scala/neotype/interop/cats/CatsInstancesSpec.scala:59:22
511[warn] 59 | Eq[FullName].neqv(fullName1, fullName3)
512[warn] | ^
513[warn] |Given search preference for cats.kernel.Eq[neotype.interop.cats.CatsInstancesSpec.FullName] between alternatives
514[warn] | (neotype.interop.cats.order :
515[warn] | [A, B]
516[warn] | (using nt: neotype.WrappedType[A, B], orderA: cats.kernel.Order[A]):
517[warn] | cats.kernel.Order[B]
518[warn] |)
519[warn] |and
520[warn] | (neotype.interop.cats.eq :
521[warn] | [A, B]
522[warn] | (using nt: neotype.WrappedType[A, B], eqA: cats.kernel.Eq[A]):
523[warn] | cats.kernel.Eq[B]
524[warn] |)
525[warn] |has changed.
526[warn] |Previous choice : the first alternative
527[warn] |Choice from Scala 3.7 : the second alternative
528[warn] |
529[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
530[warn] |by using @annotation.nowarn("id=205")
531[warn] 6 warnings found
532[info] done compiling
533Starting build for ProjectRef(file:/build/repo/,internalJVM) (neotype-internal)... [7/22]
534Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/internal/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
535Starting build for ProjectRef(file:/build/repo/,tapirJVM) (neotype-tapir)... [8/22]
536Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-tapir/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
537[info] compiling 1 Scala source to /build/repo/modules/neotype-tapir/jvm/target/scala-3.7.4/classes ...
538[info] done compiling
539[info] compiling 1 Scala source to /build/repo/modules/neotype-tapir/jvm/target/scala-3.7.4/test-classes ...
540[info] done compiling
541Starting build for ProjectRef(file:/build/repo/,root) (neotype)... [9/22]
542Compile scalacOptions: -Xsemanticdb, -semanticdb-target, /build/repo/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
543Starting build for ProjectRef(file:/build/repo/,coreJVM) (neotype)... [10/22]
544Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/core/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
545Starting build for ProjectRef(file:/build/repo/,chimneyJVM) (neotype-chimney)... [11/22]
546Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-chimney/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
547[info] compiling 1 Scala source to /build/repo/modules/neotype-chimney/jvm/target/scala-3.7.4/classes ...
548[info] done compiling
549[info] compiling 1 Scala source to /build/repo/modules/neotype-chimney/jvm/target/scala-3.7.4/test-classes ...
550[info] done compiling
551Starting build for ProjectRef(file:/build/repo/,zioConfig) (neotype-zio-config)... [12/22]
552Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-zio-config/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
553[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-config/target/scala-3.7.4/classes ...
554[info] done compiling
555[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-config/target/scala-3.7.4/test-classes ...
556[info] done compiling
557Starting build for ProjectRef(file:/build/repo/,zioQuill) (neotype-zio-quill)... [13/22]
558Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-zio-quill/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
559[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-quill/target/scala-3.7.4/classes ...
560[info] done compiling
561[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-quill/target/scala-3.7.4/test-classes ...
562[info] -- Info: /build/repo/modules/neotype-zio-quill/src/test/scala/neotype/interop/quill/ZioQuillNewtypeSpec.scala:15:24
563[info] 15 | val createTable = run {
564[info] | ^
565[info] |Quill Query (compiled in 97ms):
566[info] | CREATE TABLE composite (
567[info] | newtype VARCHAR(255),
568[info] | simple_newtype INT,
569[info] | subtype VARCHAR(255),
570[info] | simple_subtype INT
571[info] | );
572[info] |
573[info] | INSERT INTO composite (newtype, simple_newtype, subtype, simple_subtype)
574[info] | VALUES ('Hello', 123, 'Hello World!', 123456),
575[info] | ('Cool', 321, 'Hello World!', 123456);
576[info] |
577[info] 16 | sql"""
578[info] 17 | CREATE TABLE composite (
579[info] 18 | newtype VARCHAR(255),
580[info] 19 | simple_newtype INT,
581[info] 20 | subtype VARCHAR(255),
582[info] 21 | simple_subtype INT
583[info] 22 | );
584[info] 23 | INSERT INTO composite (newtype, simple_newtype, subtype, simple_subtype)
585[info] 24 | VALUES ('Hello', 123, 'Hello World!', 123456),
586[info] 25 | ('Cool', 321, 'Hello World!', 123456);
587[info] 26 | """.as[Update[Unit]]
588[info] 27 | }
589[info] -- Info: /build/repo/modules/neotype-zio-quill/src/test/scala/neotype/interop/quill/ZioQuillNewtypeSpec.scala:30:29
590[info] 30 | def insertInvalidRow = run {
591[info] | ^
592[info] |Quill Query (compiled in 1ms):
593[info] | INSERT INTO composite (newtype, simple_newtype, subtype, simple_subtype)
594[info] | VALUES ('', 123, 'Hello', 123456);
595[info] |
596[info] 31 | sql"""
597[info] 32 | INSERT INTO composite (newtype, simple_newtype, subtype, simple_subtype)
598[info] 33 | VALUES ('', 123, 'Hello', 123456);
599[info] 34 | """.as[Update[Unit]]
600[info] 35 | }
601[info] -- Info: /build/repo/modules/neotype-zio-quill/src/test/scala/neotype/interop/quill/ZioQuillNewtypeSpec.scala:37:21
602[info] 37 | def getValues = run(query[Composite])
603[info] | ^^^^^^^^^^^^^^^^^^^^^
604[info] |Quill Query (compiled in 69ms): SELECT x.newtype, x.simple_newtype AS simpleNewtype, x.subtype, x.simple_subtype AS simpleSubtype FROM composite x
605[info] done compiling
606Starting build for ProjectRef(file:/build/repo/,upickleJVM) (neotype-upickle)... [14/22]
607Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-upickle/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
608[info] compiling 1 Scala source to /build/repo/modules/neotype-upickle/jvm/target/scala-3.7.4/classes ...
609[info] done compiling
610[info] compiling 1 Scala source to /build/repo/modules/neotype-upickle/jvm/target/scala-3.7.4/test-classes ...
611[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-upickle/shared/src/test/scala/neotype/interop/upickle/UpickleSpec.scala:20:35
612[warn] 20 |given ReadWriter[Composite] = macroRW
613[warn] | ^^^^^^^
614[warn] |Given search preference for WritersVersionSpecific_this.Writer[neotype.test.definitions.ValidatedNewtype] between alternatives
615[warn] | (neotype.interop.upickle.validatedReadWriter :
616[warn] | [A, B]
617[warn] | (using nt: neotype.ValidatedWrappedType[A, B], rwA:
618[warn] | upickle.default.ReadWriter[A]): upickle.default.ReadWriter[B]
619[warn] |)
620[warn] |and
621[warn] | (neotype.interop.upickle.writer :
622[warn] | [A, B]
623[warn] | (using nt: neotype.WrappedType[A, B], rwA: upickle.default.Writer[A]):
624[warn] | upickle.default.Writer[B]
625[warn] |)
626[warn] |has changed.
627[warn] |Previous choice : the first alternative
628[warn] |Choice from Scala 3.7 : the second alternative
629[warn] |
630[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
631[warn] |by using @annotation.nowarn("id=205")
632[warn] |---------------------------------------------------------------------------
633[warn] |Inline stack trace
634[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
635[warn] |This location contains code that was inlined from macros.scala:350
636[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
637[warn] |This location contains code that was inlined from macros.scala:350
638[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
639[warn] |This location contains code that was inlined from macros.scala:350
640[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
641[warn] |This location contains code that was inlined from macros.scala:350
642[warn] ---------------------------------------------------------------------------
643[warn] one warning found
644[info] done compiling
645Starting build for ProjectRef(file:/build/repo/,doobieJVM) (neotype-doobie)... [15/22]
646Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-doobie/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
647[info] compiling 1 Scala source to /build/repo/modules/neotype-doobie/jvm/target/scala-3.7.4/classes ...
648[info] done compiling
649[info] compiling 1 Scala source to /build/repo/modules/neotype-doobie/jvm/target/scala-3.7.4/test-classes ...
650[info] done compiling
651Starting build for ProjectRef(file:/build/repo/,pureconfigJVM) (neotype-pureconfig)... [16/22]
652Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-pureconfig/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
653[info] compiling 1 Scala source to /build/repo/modules/neotype-pureconfig/jvm/target/scala-3.7.4/classes ...
654[info] done compiling
655[info] compiling 1 Scala source to /build/repo/modules/neotype-pureconfig/jvm/target/scala-3.7.4/test-classes ...
656[info] done compiling
657Starting build for ProjectRef(file:/build/repo/,playJsonJVM) (neotype-play-json)... [17/22]
658Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-play-json/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
659[info] compiling 1 Scala source to /build/repo/modules/neotype-play-json/jvm/target/scala-3.7.4/classes ...
660[info] done compiling
661[info] compiling 1 Scala source to /build/repo/modules/neotype-play-json/jvm/target/scala-3.7.4/test-classes ...
662[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-play-json/shared/src/test/scala/neotype/interop/playjson/PlayJsonSpec.scala:21:47
663[warn] 21 | "newtype" -> Json.toJson(o.newtype),
664[warn] | ^
665[warn] |Given search preference for play.api.libs.json.Writes[neotype.test.definitions.ValidatedNewtype] between alternatives
666[warn] | (neotype.interop.playjson.format :
667[warn] | [A, B]
668[warn] | (using nt: neotype.ValidatedWrappedType[A, B], format:
669[warn] | play.api.libs.json.Format[A]): play.api.libs.json.Format[B]
670[warn] |)
671[warn] |and
672[warn] | (neotype.interop.playjson.writes :
673[warn] | [A, B]
674[warn] | (using nt: neotype.WrappedType[A, B], writes: play.api.libs.json.Writes[A])
675[warn] | : play.api.libs.json.Writes[B]
676[warn] |)
677[warn] |has changed.
678[warn] |Previous choice : the first alternative
679[warn] |Choice from Scala 3.7 : the second alternative
680[warn] |
681[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
682[warn] |by using @annotation.nowarn("id=205")
683[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-play-json/shared/src/test/scala/neotype/interop/playjson/PlayJsonSpec.scala:22:53
684[warn] 22 | "simpleNewtype" -> Json.toJson(o.simpleNewtype),
685[warn] | ^
686[warn] |Given search preference for play.api.libs.json.Writes[neotype.test.definitions.SimpleNewtype] between alternatives
687[warn] | (neotype.interop.playjson.simpleFormat :
688[warn] | [A, B]
689[warn] | (using nt: neotype.SimpleWrappedType[A, B], format:
690[warn] | play.api.libs.json.Format[A]): play.api.libs.json.Format[B]
691[warn] |)
692[warn] |and
693[warn] | (neotype.interop.playjson.writes :
694[warn] | [A, B]
695[warn] | (using nt: neotype.WrappedType[A, B], writes: play.api.libs.json.Writes[A])
696[warn] | : play.api.libs.json.Writes[B]
697[warn] |)
698[warn] |has changed.
699[warn] |Previous choice : the first alternative
700[warn] |Choice from Scala 3.7 : the second alternative
701[warn] |
702[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
703[warn] |by using @annotation.nowarn("id=205")
704[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-play-json/shared/src/test/scala/neotype/interop/playjson/PlayJsonSpec.scala:23:47
705[warn] 23 | "subtype" -> Json.toJson(o.subtype),
706[warn] | ^
707[warn] |Given search preference for play.api.libs.json.Writes[neotype.test.definitions.ValidatedSubtype] between alternatives
708[warn] | (neotype.interop.playjson.format :
709[warn] | [A, B]
710[warn] | (using nt: neotype.ValidatedWrappedType[A, B], format:
711[warn] | play.api.libs.json.Format[A]): play.api.libs.json.Format[B]
712[warn] |)
713[warn] |and
714[warn] | (neotype.interop.playjson.writes :
715[warn] | [A, B]
716[warn] | (using nt: neotype.WrappedType[A, B], writes: play.api.libs.json.Writes[A])
717[warn] | : play.api.libs.json.Writes[B]
718[warn] |)
719[warn] |has changed.
720[warn] |Previous choice : the first alternative
721[warn] |Choice from Scala 3.7 : the second alternative
722[warn] |
723[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
724[warn] |by using @annotation.nowarn("id=205")
725[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-play-json/shared/src/test/scala/neotype/interop/playjson/PlayJsonSpec.scala:24:53
726[warn] 24 | "simpleSubtype" -> Json.toJson(o.simpleSubtype)
727[warn] | ^
728[warn] |Given search preference for play.api.libs.json.Writes[neotype.test.definitions.SimpleSubtype] between alternatives
729[warn] | (neotype.interop.playjson.simpleFormat :
730[warn] | [A, B]
731[warn] | (using nt: neotype.SimpleWrappedType[A, B], format:
732[warn] | play.api.libs.json.Format[A]): play.api.libs.json.Format[B]
733[warn] |)
734[warn] |and
735[warn] | (neotype.interop.playjson.writes :
736[warn] | [A, B]
737[warn] | (using nt: neotype.WrappedType[A, B], writes: play.api.libs.json.Writes[A])
738[warn] | : play.api.libs.json.Writes[B]
739[warn] |)
740[warn] |has changed.
741[warn] |Previous choice : the first alternative
742[warn] |Choice from Scala 3.7 : the second alternative
743[warn] |
744[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
745[warn] |by using @annotation.nowarn("id=205")
746[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-play-json/shared/src/test/scala/neotype/interop/playjson/PlayJsonSpec.scala:29:68
747[warn] 29 | newtype <- (json \ "newtype").validate[ValidatedNewtype]
748[warn] | ^
749[warn] |Given search preference for play.api.libs.json.Reads[neotype.test.definitions.ValidatedNewtype] between alternatives
750[warn] | (neotype.interop.playjson.format :
751[warn] | [A, B]
752[warn] | (using nt: neotype.ValidatedWrappedType[A, B], format:
753[warn] | play.api.libs.json.Format[A]): play.api.libs.json.Format[B]
754[warn] |)
755[warn] |and
756[warn] | (neotype.interop.playjson.reads :
757[warn] | [A, B]
758[warn] | (using nt: neotype.ValidatedWrappedType[A, B], reads:
759[warn] | play.api.libs.json.Reads[A]): play.api.libs.json.Reads[B]
760[warn] |)
761[warn] |has changed.
762[warn] |Previous choice : the first alternative
763[warn] |Choice from Scala 3.7 : the second alternative
764[warn] |
765[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
766[warn] |by using @annotation.nowarn("id=205")
767[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-play-json/shared/src/test/scala/neotype/interop/playjson/PlayJsonSpec.scala:30:71
768[warn] 30 | simpleNewtype <- (json \ "simpleNewtype").validate[SimpleNewtype]
769[warn] | ^
770[warn] |Given search preference for play.api.libs.json.Reads[neotype.test.definitions.SimpleNewtype] between alternatives
771[warn] | (neotype.interop.playjson.simpleFormat :
772[warn] | [A, B]
773[warn] | (using nt: neotype.SimpleWrappedType[A, B], format:
774[warn] | play.api.libs.json.Format[A]): play.api.libs.json.Format[B]
775[warn] |)
776[warn] |and
777[warn] | (neotype.interop.playjson.simpleReads :
778[warn] | [A, B]
779[warn] | (using nt: neotype.SimpleWrappedType[A, B], reads:
780[warn] | play.api.libs.json.Reads[A]): play.api.libs.json.Reads[B]
781[warn] |)
782[warn] |has changed.
783[warn] |Previous choice : the first alternative
784[warn] |Choice from Scala 3.7 : the second alternative
785[warn] |
786[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
787[warn] |by using @annotation.nowarn("id=205")
788[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-play-json/shared/src/test/scala/neotype/interop/playjson/PlayJsonSpec.scala:31:68
789[warn] 31 | subtype <- (json \ "subtype").validate[ValidatedSubtype]
790[warn] | ^
791[warn] |Given search preference for play.api.libs.json.Reads[neotype.test.definitions.ValidatedSubtype] between alternatives
792[warn] | (neotype.interop.playjson.format :
793[warn] | [A, B]
794[warn] | (using nt: neotype.ValidatedWrappedType[A, B], format:
795[warn] | play.api.libs.json.Format[A]): play.api.libs.json.Format[B]
796[warn] |)
797[warn] |and
798[warn] | (neotype.interop.playjson.reads :
799[warn] | [A, B]
800[warn] | (using nt: neotype.ValidatedWrappedType[A, B], reads:
801[warn] | play.api.libs.json.Reads[A]): play.api.libs.json.Reads[B]
802[warn] |)
803[warn] |has changed.
804[warn] |Previous choice : the first alternative
805[warn] |Choice from Scala 3.7 : the second alternative
806[warn] |
807[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
808[warn] |by using @annotation.nowarn("id=205")
809[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-play-json/shared/src/test/scala/neotype/interop/playjson/PlayJsonSpec.scala:32:71
810[warn] 32 | simpleSubtype <- (json \ "simpleSubtype").validate[SimpleSubtype]
811[warn] | ^
812[warn] |Given search preference for play.api.libs.json.Reads[neotype.test.definitions.SimpleSubtype] between alternatives
813[warn] | (neotype.interop.playjson.simpleFormat :
814[warn] | [A, B]
815[warn] | (using nt: neotype.SimpleWrappedType[A, B], format:
816[warn] | play.api.libs.json.Format[A]): play.api.libs.json.Format[B]
817[warn] |)
818[warn] |and
819[warn] | (neotype.interop.playjson.simpleReads :
820[warn] | [A, B]
821[warn] | (using nt: neotype.SimpleWrappedType[A, B], reads:
822[warn] | play.api.libs.json.Reads[A]): play.api.libs.json.Reads[B]
823[warn] |)
824[warn] |has changed.
825[warn] |Previous choice : the first alternative
826[warn] |Choice from Scala 3.7 : the second alternative
827[warn] |
828[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
829[warn] |by using @annotation.nowarn("id=205")
830[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-play-json/shared/src/test/scala/neotype/interop/playjson/PlayJsonSpec.scala:44:44
831[warn] 44 | Json.obj("items" -> Json.toJson(o.items))
832[warn] | ^
833[warn] |Given search preference for play.api.libs.json.Writes[neotype.test.definitions.ValidatedNewtype.Type] between alternatives
834[warn] | (neotype.interop.playjson.format :
835[warn] | [A, B]
836[warn] | (using nt: neotype.ValidatedWrappedType[A, B], format:
837[warn] | play.api.libs.json.Format[A]): play.api.libs.json.Format[B]
838[warn] |)
839[warn] |and
840[warn] | (neotype.interop.playjson.writes :
841[warn] | [A, B]
842[warn] | (using nt: neotype.WrappedType[A, B], writes: play.api.libs.json.Writes[A])
843[warn] | : play.api.libs.json.Writes[B]
844[warn] |)
845[warn] |has changed.
846[warn] |Previous choice : the first alternative
847[warn] |Choice from Scala 3.7 : the second alternative
848[warn] |
849[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
850[warn] |by using @annotation.nowarn("id=205")
851[warn] -- [E205] Potential Issue Warning: /build/repo/modules/neotype-play-json/shared/src/test/scala/neotype/interop/playjson/PlayJsonSpec.scala:47:53
852[warn] 47 | (json \ "items").validate[List[ValidatedNewtype]].map(ListHolder.apply)
853[warn] | ^
854[warn] |Given search preference for play.api.libs.json.Reads[neotype.test.definitions.ValidatedNewtype.Type] between alternatives
855[warn] | (neotype.interop.playjson.format :
856[warn] | [A, B]
857[warn] | (using nt: neotype.ValidatedWrappedType[A, B], format:
858[warn] | play.api.libs.json.Format[A]): play.api.libs.json.Format[B]
859[warn] |)
860[warn] |and
861[warn] | (neotype.interop.playjson.reads :
862[warn] | [A, B]
863[warn] | (using nt: neotype.ValidatedWrappedType[A, B], reads:
864[warn] | play.api.libs.json.Reads[A]): play.api.libs.json.Reads[B]
865[warn] |)
866[warn] |has changed.
867[warn] |Previous choice : the first alternative
868[warn] |Choice from Scala 3.7 : the second alternative
869[warn] |
870[warn] |Suppress this warning by choosing -source 3.5, -source 3.7, or
871[warn] |by using @annotation.nowarn("id=205")
872[warn] 10 warnings found
873[info] done compiling
874Starting build for ProjectRef(file:/build/repo/,zioSchemaJVM) (neotype-zio-schema)... [18/22]
875Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-zio-schema/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
876[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-schema/jvm/target/scala-3.7.4/classes ...
877[info] done compiling
878[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-schema/jvm/target/scala-3.7.4/test-classes ...
879[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/neotype-zio-schema/jvm/src/test/scala/neotype/interop/zioschema/ZioSchemaSpec.scala:16:26
880[warn] 16 |import zio.test.Assertion.*
881[warn] | ^
882[warn] | unused import
883[info] [patched file /build/repo/modules/neotype-zio-schema/jvm/src/test/scala/neotype/interop/zioschema/ZioSchemaSpec.scala]
884[warn] one warning found
885[info] done compiling
886[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-schema/jvm/target/scala-3.7.4/test-classes ...
887[info] done compiling
888Starting build for ProjectRef(file:/build/repo/,jsoniterJVM) (neotype-jsoniter)... [19/22]
889Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-jsoniter/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
890[info] compiling 1 Scala source to /build/repo/modules/neotype-jsoniter/jvm/target/scala-3.7.4/classes ...
891[info] done compiling
892[info] compiling 1 Scala source to /build/repo/modules/neotype-jsoniter/jvm/target/scala-3.7.4/test-classes ...
893[info] done compiling
894Starting build for ProjectRef(file:/build/repo/,zioJsonJVM) (neotype-zio-json)... [20/22]
895Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-zio-json/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
896[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-json/jvm/target/scala-3.7.4/classes ...
897[info] done compiling
898[info] compiling 2 Scala sources to /build/repo/modules/neotype-zio-json/jvm/target/scala-3.7.4/test-classes ...
899[info] done compiling
900Starting build for ProjectRef(file:/build/repo/,circeJVM) (neotype-circe)... [21/22]
901Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-circe/jvm/target/scala-3.7.4/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
902[info] compiling 1 Scala source to /build/repo/modules/neotype-circe/jvm/target/scala-3.7.4/classes ...
903[info] done compiling
904[info] compiling 1 Scala source to /build/repo/modules/neotype-circe/jvm/target/scala-3.7.4/test-classes ...
905[info] done compiling
906
907************************
908Build summary:
909[{
910 "module": "neotype-scanamo",
911 "compile": {"status": "ok", "tookMs": 25951, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
912 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
913 "test-compile": {"status": "ok", "tookMs": 30643, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
914 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
915 "publish": {"status": "skipped", "tookMs": 0},
916 "metadata": {
917 "crossScalaVersions": ["3.3.7"]
918}
919},{
920 "module": "neotype-ciris",
921 "compile": {"status": "ok", "tookMs": 407, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
922 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
923 "test-compile": {"status": "ok", "tookMs": 1817, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
924 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
925 "publish": {"status": "skipped", "tookMs": 0},
926 "metadata": {
927 "crossScalaVersions": ["3.3.7"]
928}
929},{
930 "module": "neotype-caliban",
931 "compile": {"status": "ok", "tookMs": 418, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
932 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
933 "test-compile": {"status": "ok", "tookMs": 1419, "warnings": 1, "errors": 0, "sourceVersion": "3.7-migration"},
934 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
935 "publish": {"status": "skipped", "tookMs": 0},
936 "metadata": {
937 "crossScalaVersions": ["3.3.7"]
938}
939},{
940 "module": "neotype-zio-test",
941 "compile": {"status": "ok", "tookMs": 416, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
942 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
943 "test-compile": {"status": "ok", "tookMs": 949, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
944 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
945 "publish": {"status": "skipped", "tookMs": 0},
946 "metadata": {
947 "crossScalaVersions": ["3.3.7"]
948}
949},{
950 "module": "neotype-tethys",
951 "compile": {"status": "ok", "tookMs": 413, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
952 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
953 "test-compile": {"status": "ok", "tookMs": 814, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
954 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
955 "publish": {"status": "skipped", "tookMs": 0},
956 "metadata": {
957 "crossScalaVersions": ["3.3.7"]
958}
959},{
960 "module": "comptime",
961 "compile": {"status": "ok", "tookMs": 110, "warnings": 1, "errors": 0, "sourceVersion": "3.7-migration"},
962 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
963 "test-compile": {"status": "ok", "tookMs": 189, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
964 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
965 "publish": {"status": "skipped", "tookMs": 0},
966 "metadata": {
967 "crossScalaVersions": ["3.3.7"]
968}
969},{
970 "module": "neotype-cats",
971 "compile": {"status": "ok", "tookMs": 457, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
972 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
973 "test-compile": {"status": "ok", "tookMs": 2323, "warnings": 6, "errors": 0, "sourceVersion": "3.7-migration"},
974 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
975 "publish": {"status": "skipped", "tookMs": 0},
976 "metadata": {
977 "crossScalaVersions": ["3.3.7"]
978}
979},{
980 "module": "neotype-internal",
981 "compile": {"status": "ok", "tookMs": 32, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
982 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
983 "test-compile": {"status": "ok", "tookMs": 55, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
984 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
985 "publish": {"status": "ok", "tookMs": 3},
986 "metadata": {
987 "crossScalaVersions": ["3.3.7"]
988}
989},{
990 "module": "neotype-tapir",
991 "compile": {"status": "ok", "tookMs": 581, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
992 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
993 "test-compile": {"status": "ok", "tookMs": 2906, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
994 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
995 "publish": {"status": "skipped", "tookMs": 0},
996 "metadata": {
997 "crossScalaVersions": ["3.3.7"]
998}
999},{
1000 "module": "neotype",
1001 "compile": {"status": "ok", "tookMs": 81, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1002 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1003 "test-compile": {"status": "ok", "tookMs": 60, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1004 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1005 "publish": {"status": "skipped", "tookMs": 0},
1006 "metadata": {
1007 "crossScalaVersions": ["3.3.7"]
1008}
1009},{
1010 "module": "neotype",
1011 "compile": {"status": "ok", "tookMs": 134, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1012 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1013 "test-compile": {"status": "ok", "tookMs": 177, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1014 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1015 "publish": {"status": "skipped", "tookMs": 0},
1016 "metadata": {
1017 "crossScalaVersions": ["3.3.7"]
1018}
1019},{
1020 "module": "neotype-chimney",
1021 "compile": {"status": "ok", "tookMs": 524, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1022 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1023 "test-compile": {"status": "ok", "tookMs": 3297, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1024 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1025 "publish": {"status": "skipped", "tookMs": 0},
1026 "metadata": {
1027 "crossScalaVersions": ["3.3.7"]
1028}
1029},{
1030 "module": "neotype-zio-config",
1031 "compile": {"status": "ok", "tookMs": 420, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1032 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1033 "test-compile": {"status": "ok", "tookMs": 1131, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1034 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1035 "publish": {"status": "skipped", "tookMs": 0},
1036 "metadata": {
1037 "crossScalaVersions": ["3.3.7"]
1038}
1039},{
1040 "module": "neotype-zio-quill",
1041 "compile": {"status": "ok", "tookMs": 409, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1042 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1043 "test-compile": {"status": "ok", "tookMs": 2303, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1044 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1045 "publish": {"status": "skipped", "tookMs": 0},
1046 "metadata": {
1047 "crossScalaVersions": ["3.3.7"]
1048}
1049},{
1050 "module": "neotype-upickle",
1051 "compile": {"status": "ok", "tookMs": 384, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1052 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1053 "test-compile": {"status": "ok", "tookMs": 1848, "warnings": 2, "errors": 0, "sourceVersion": "3.7-migration"},
1054 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1055 "publish": {"status": "skipped", "tookMs": 0},
1056 "metadata": {
1057 "crossScalaVersions": ["3.3.7"]
1058}
1059},{
1060 "module": "neotype-doobie",
1061 "compile": {"status": "ok", "tookMs": 525, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1062 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1063 "test-compile": {"status": "ok", "tookMs": 2044, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1064 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1065 "publish": {"status": "skipped", "tookMs": 0},
1066 "metadata": {
1067 "crossScalaVersions": ["3.3.7"]
1068}
1069},{
1070 "module": "neotype-pureconfig",
1071 "compile": {"status": "ok", "tookMs": 362, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1072 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1073 "test-compile": {"status": "ok", "tookMs": 1104, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1074 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1075 "publish": {"status": "skipped", "tookMs": 0},
1076 "metadata": {
1077 "crossScalaVersions": ["3.3.7"]
1078}
1079},{
1080 "module": "neotype-play-json",
1081 "compile": {"status": "ok", "tookMs": 394, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1082 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1083 "test-compile": {"status": "ok", "tookMs": 1219, "warnings": 10, "errors": 0, "sourceVersion": "3.7-migration"},
1084 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1085 "publish": {"status": "skipped", "tookMs": 0},
1086 "metadata": {
1087 "crossScalaVersions": ["3.3.7"]
1088}
1089},{
1090 "module": "neotype-zio-schema",
1091 "compile": {"status": "ok", "tookMs": 402, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1092 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1093 "test-compile": {"status": "ok", "tookMs": 1715, "warnings": 1, "errors": 0, "sourceVersion": "3.7-migration"},
1094 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1095 "publish": {"status": "skipped", "tookMs": 0},
1096 "metadata": {
1097 "crossScalaVersions": ["3.3.7"]
1098}
1099},{
1100 "module": "neotype-jsoniter",
1101 "compile": {"status": "ok", "tookMs": 396, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1102 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1103 "test-compile": {"status": "ok", "tookMs": 1672, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1104 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1105 "publish": {"status": "skipped", "tookMs": 0},
1106 "metadata": {
1107 "crossScalaVersions": ["3.3.7"]
1108}
1109},{
1110 "module": "neotype-zio-json",
1111 "compile": {"status": "ok", "tookMs": 464, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1112 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1113 "test-compile": {"status": "ok", "tookMs": 1600, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1114 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1115 "publish": {"status": "skipped", "tookMs": 0},
1116 "metadata": {
1117 "crossScalaVersions": ["3.3.7"]
1118}
1119},{
1120 "module": "neotype-circe",
1121 "compile": {"status": "ok", "tookMs": 378, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1122 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1123 "test-compile": {"status": "ok", "tookMs": 1077, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
1124 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1125 "publish": {"status": "skipped", "tookMs": 0},
1126 "metadata": {
1127 "crossScalaVersions": ["3.3.7"]
1128}
1129}]
1130************************
1131[success] Total time: 126 s (0:02:06.0), completed Jan 10, 2026, 1:16:57 AM
1132[0JChecking patch project/plugins.sbt...
1133Checking patch modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala...
1134Hunk #1 succeeded at 10 (offset 2 lines).
1135Hunk #2 succeeded at 40 (offset 2 lines).
1136Checking patch build.sbt...
1137Applied patch project/plugins.sbt cleanly.
1138Applied patch modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala cleanly.
1139Applied patch build.sbt cleanly.
1140Commit migration rewrites
1141Switched to a new branch 'opencb/migrate-source-3.7'
1142[opencb/migrate-source-3.7 a8ce8f4] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
1143 7 files changed, 60 insertions(+), 63 deletions(-)
1144----
1145Preparing build for 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
1146Scala binary version found: 3.8
1147Implicitly using source version 3.8
1148Scala binary version found: 3.8
1149Implicitly using source version 3.8
1150Would try to apply common scalacOption (best-effort, sbt/mill only):
1151Append: ,REQUIRE:-source:3.8
1152Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1153
1154Try apply source patch:
1155Path: modules/core/shared/src/main/scala/neotype/eval/CustomFromExpr.scala
1156Pattern: case '{ Option[A](${ Expr(a) }) } => Some(Some(a))
1157Replacement: case '{ Option[A](${ Expr(a) }: A) } => Some(Some(a))
1158Using globing pattern modules/core/shared/src/main/scala/neotype/eval/CustomFromExpr.scala from /build/repo
1159
1160Try apply source patch:
1161Path: modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala
1162Pattern: summonInline[
1163Replacement: scala.compiletime.summonInline[
1164Successfully applied pattern 'summonInline[' in modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala
1165----
1166Starting build for 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
1167Execute tests: false
1168sbt project found:
1169No prepare script found for project kitlangton/neotype
1170##################################
1171Scala version: 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
1172Targets: io.github.kitlangton%comptime io.github.kitlangton%neotype io.github.kitlangton%neotype-caliban io.github.kitlangton%neotype-cats io.github.kitlangton%neotype-chimney io.github.kitlangton%neotype-circe io.github.kitlangton%neotype-ciris io.github.kitlangton%neotype-doobie io.github.kitlangton%neotype-jsoniter io.github.kitlangton%neotype-play-json io.github.kitlangton%neotype-pureconfig io.github.kitlangton%neotype-scanamo io.github.kitlangton%neotype-tapir io.github.kitlangton%neotype-tethys io.github.kitlangton%neotype-upickle io.github.kitlangton%neotype-zio-config io.github.kitlangton%neotype-zio-json io.github.kitlangton%neotype-zio-quill io.github.kitlangton%neotype-zio-schema io.github.kitlangton%neotype-zio-test
1173Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"modules/core/shared/src/main/scala/neotype/eval/CustomFromExpr.scala","pattern":" case '{ Option[A](${ Expr(a) }) } => Some(Some(a))","replaceWith":" case '{ Option[A](${ Expr(a) }: A) } => Some(Some(a))"},{"path":"modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala","pattern":"summonInline[","replaceWith":"scala.compiletime.summonInline["}]}
1174##################################
1175Using extra scalacOptions: ,REQUIRE:-source:3.8
1176Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1177[sbt_options] declare -a sbt_options=()
1178[process_args] java_version = '17'
1179[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
1180# Executing command line:
1181java
1182-Dfile.encoding=UTF-8
1183-Dcommunitybuild.scala=3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
1184-Dcommunitybuild.project.dependencies.add=
1185-Xmx7G
1186-Xms4G
1187-Xss8M
1188-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1189-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
1190-jar
1191/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1192"setCrossScalaVersions 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY"
1193"++3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -v"
1194"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1195"set every credentials := Nil"
1196"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1197"removeScalacOptionsStartingWith -P:wartremover"
1198
1199moduleMappings
1200"runBuild 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"modules/core/shared/src/main/scala/neotype/eval/CustomFromExpr.scala","pattern":" case '{ Option[A](${ Expr(a) }) } => Some(Some(a))","replaceWith":" case '{ Option[A](${ Expr(a) }: A) } => Some(Some(a))"},{"path":"modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala","pattern":"summonInline[","replaceWith":"scala.compiletime.summonInline["}]}""" io.github.kitlangton%comptime io.github.kitlangton%neotype io.github.kitlangton%neotype-caliban io.github.kitlangton%neotype-cats io.github.kitlangton%neotype-chimney io.github.kitlangton%neotype-circe io.github.kitlangton%neotype-ciris io.github.kitlangton%neotype-doobie io.github.kitlangton%neotype-jsoniter io.github.kitlangton%neotype-play-json io.github.kitlangton%neotype-pureconfig io.github.kitlangton%neotype-scanamo io.github.kitlangton%neotype-tapir io.github.kitlangton%neotype-tethys io.github.kitlangton%neotype-upickle io.github.kitlangton%neotype-zio-config io.github.kitlangton%neotype-zio-json io.github.kitlangton%neotype-zio-quill io.github.kitlangton%neotype-zio-schema io.github.kitlangton%neotype-zio-test"
1201
1202[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
1203[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
1204[info] loading project definition from /build/repo/project
1205[info] loading settings for project root from build.sbt...
1206[info] resolving key references (53823 settings) ...
1207[info] _ _ _____ _____ _______ _______ _____
1208[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
1209[info] | \| | |__ | | | | | | \ V /| |_/ | |__
1210[info] | . ` | __|| | | | | | \ / | __/| __|
1211[info] | |\ | |___\ \_/ / | | | | | | | |___
1212[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
1213[info] ——————————————————————————————————————————
1214[info] ———————— NEWTYPES + REFINED TYPES ————————
1215[info] ——————————————————————————————————————————
1216[info]
1217[info] Useful sbt tasks:
1218[info]
1219[info] > prepare - Runs scalafix and scalafmt on all files
1220[info] > ~compile - Compiles all modules (file-watch enabled)
1221[info] > test - Runs all tests
1222[info]
1223[info]
1224Execute setCrossScalaVersions: 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
1225OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in circeJS/crossScalaVersions
1226OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in internalJS/crossScalaVersions
1227OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in circeNative/crossScalaVersions
1228OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in tapirJS/crossScalaVersions
1229OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in zioQuill/crossScalaVersions
1230OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in comptimeJVM/crossScalaVersions
1231OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in coreJVM/crossScalaVersions
1232OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in chimneyNative/crossScalaVersions
1233OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in zioSchemaJVM/crossScalaVersions
1234OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in cirisJS/crossScalaVersions
1235OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in internalNative/crossScalaVersions
1236OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in zioSchemaJS/crossScalaVersions
1237OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in zioConfig/crossScalaVersions
1238OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in scanamoJVM/crossScalaVersions
1239OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in upickleJS/crossScalaVersions
1240OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in calibanJVM/crossScalaVersions
1241OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in chimneyJS/crossScalaVersions
1242OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in upickleJVM/crossScalaVersions
1243OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in comptimeJS/crossScalaVersions
1244OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in chimneyJVM/crossScalaVersions
1245OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in tapirJVM/crossScalaVersions
1246OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in doobieJVM/crossScalaVersions
1247OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in playJsonJS/crossScalaVersions
1248OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in coreJS/crossScalaVersions
1249OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in catsJVM/crossScalaVersions
1250OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in tethysJVM/crossScalaVersions
1251OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in catsJS/crossScalaVersions
1252OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in coreNative/crossScalaVersions
1253OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in cirisJVM/crossScalaVersions
1254OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in catsNative/crossScalaVersions
1255OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in jsoniterJS/crossScalaVersions
1256OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in zioJsonJVM/crossScalaVersions
1257OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in zioJsonNative/crossScalaVersions
1258OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in root/crossScalaVersions
1259OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in zioTestJS/crossScalaVersions
1260OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in circeJVM/crossScalaVersions
1261OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in internalJVM/crossScalaVersions
1262OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in zioTestJVM/crossScalaVersions
1263OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in comptimeNative/crossScalaVersions
1264OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in examples/crossScalaVersions
1265OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in playJsonJVM/crossScalaVersions
1266OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in pureconfigJVM/crossScalaVersions
1267OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in zioSchemaNative/crossScalaVersions
1268OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in zioJsonJS/crossScalaVersions
1269OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in upickleNative/crossScalaVersions
1270OpenCB::Changing crossVersion 3.3.7 -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in jsoniterJVM/crossScalaVersions
1271[info] _ _ _____ _____ _______ _______ _____
1272[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
1273[info] | \| | |__ | | | | | | \ V /| |_/ | |__
1274[info] | . ` | __|| | | | | | \ / | __/| __|
1275[info] | |\ | |___\ \_/ / | | | | | | | |___
1276[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
1277[info] ——————————————————————————————————————————
1278[info] ———————— NEWTYPES + REFINED TYPES ————————
1279[info] ——————————————————————————————————————————
1280[info]
1281[info] Useful sbt tasks:
1282[info]
1283[info] > prepare - Runs scalafix and scalafmt on all files
1284[info] > ~compile - Compiles all modules (file-watch enabled)
1285[info] > test - Runs all tests
1286[info]
1287[info]
1288[info] Setting Scala version to 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY on 46 projects.
1289[info] Switching Scala version on:
1290[info] zioJsonJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1291[info] zioSchemaJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1292[info] examples (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1293[info] jsoniterJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1294[info] circeJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1295[info] calibanJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1296[info] * root (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1297[info] comptimeJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1298[info] upickleJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1299[info] catsNative (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1300[info] zioQuill (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1301[info] zioConfig (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1302[info] coreNative (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1303[info] chimneyNative (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1304[info] cirisJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1305[info] playJsonJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1306[info] pureconfigJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1307[info] chimneyJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1308[info] doobieJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1309[info] zioTestJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1310[info] jsoniterJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1311[info] coreJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1312[info] cirisJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1313[info] internalJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1314[info] circeJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1315[info] zioJsonNative (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1316[info] internalJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1317[info] chimneyJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1318[info] coreJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1319[info] upickleJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1320[info] zioTestJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1321[info] tethysJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1322[info] zioJsonJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1323[info] zioSchemaNative (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1324[info] circeNative (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1325[info] scanamoJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1326[info] comptimeNative (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1327[info] comptimeJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1328[info] playJsonJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1329[info] internalNative (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1330[info] tapirJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1331[info] catsJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1332[info] upickleNative (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1333[info] catsJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1334[info] tapirJS (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1335[info] zioSchemaJVM (3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
1336[info] Excluding projects:
1337[info] Reapplying settings...
1338[info] _ _ _____ _____ _______ _______ _____
1339[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
1340[info] | \| | |__ | | | | | | \ V /| |_/ | |__
1341[info] | . ` | __|| | | | | | \ / | __/| __|
1342[info] | |\ | |___\ \_/ / | | | | | | | |___
1343[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
1344[info] ——————————————————————————————————————————
1345[info] ———————— NEWTYPES + REFINED TYPES ————————
1346[info] ——————————————————————————————————————————
1347[info]
1348[info] Useful sbt tasks:
1349[info]
1350[info] > prepare - Runs scalafix and scalafmt on all files
1351[info] > ~compile - Compiles all modules (file-watch enabled)
1352[info] > test - Runs all tests
1353[info]
1354[info]
1355Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1356[info] Reapplying settings...
1357[info] _ _ _____ _____ _______ _______ _____
1358[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
1359[info] | \| | |__ | | | | | | \ V /| |_/ | |__
1360[info] | . ` | __|| | | | | | \ / | __/| __|
1361[info] | |\ | |___\ \_/ / | | | | | | | |___
1362[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
1363[info] ——————————————————————————————————————————
1364[info] ———————— NEWTYPES + REFINED TYPES ————————
1365[info] ——————————————————————————————————————————
1366[info]
1367[info] Useful sbt tasks:
1368[info]
1369[info] > prepare - Runs scalafix and scalafmt on all files
1370[info] > ~compile - Compiles all modules (file-watch enabled)
1371[info] > test - Runs all tests
1372[info]
1373[info]
1374[info] Defining Global / credentials, calibanJVM / credentials and 44 others.
1375[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 368 others.
1376[info] Run `last` for details.
1377[info] Reapplying settings...
1378[info] _ _ _____ _____ _______ _______ _____
1379[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
1380[info] | \| | |__ | | | | | | \ V /| |_/ | |__
1381[info] | . ` | __|| | | | | | \ / | __/| __|
1382[info] | |\ | |___\ \_/ / | | | | | | | |___
1383[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
1384[info] ——————————————————————————————————————————
1385[info] ———————— NEWTYPES + REFINED TYPES ————————
1386[info] ——————————————————————————————————————————
1387[info]
1388[info] Useful sbt tasks:
1389[info]
1390[info] > prepare - Runs scalafix and scalafmt on all files
1391[info] > ~compile - Compiles all modules (file-watch enabled)
1392[info] > test - Runs all tests
1393[info]
1394[info]
1395Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1396[info] Reapplying settings...
1397OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1398
1399 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
1400 Did you mean zioConfig / allExcludeDependencies ?
1401 , retry without global scopes
1402[info] Reapplying settings...
1403[info] _ _ _____ _____ _______ _______ _____
1404[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
1405[info] | \| | |__ | | | | | | \ V /| |_/ | |__
1406[info] | . ` | __|| | | | | | \ / | __/| __|
1407[info] | |\ | |___\ \_/ / | | | | | | | |___
1408[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
1409[info] ——————————————————————————————————————————
1410[info] ———————— NEWTYPES + REFINED TYPES ————————
1411[info] ——————————————————————————————————————————
1412[info]
1413[info] Useful sbt tasks:
1414[info]
1415[info] > prepare - Runs scalafix and scalafmt on all files
1416[info] > ~compile - Compiles all modules (file-watch enabled)
1417[info] > test - Runs all tests
1418[info]
1419[info]
1420Execute removeScalacOptionsStartingWith: -P:wartremover
1421[info] Reapplying settings...
1422[info] _ _ _____ _____ _______ _______ _____
1423[info] | \ | | ___| _ |_ _\ \ / | ___ | ___|
1424[info] | \| | |__ | | | | | | \ V /| |_/ | |__
1425[info] | . ` | __|| | | | | | \ / | __/| __|
1426[info] | |\ | |___\ \_/ / | | | | | | | |___
1427[info] \_| \_\____/ \___/ \_/ \_/ \_| \____/
1428[info] ——————————————————————————————————————————
1429[info] ———————— NEWTYPES + REFINED TYPES ————————
1430[info] ——————————————————————————————————————————
1431[info]
1432[info] Useful sbt tasks:
1433[info]
1434[info] > prepare - Runs scalafix and scalafmt on all files
1435[info] > ~compile - Compiles all modules (file-watch enabled)
1436[info] > test - Runs all tests
1437[info]
1438[info]
1439[success] Total time: 0 s, completed Jan 10, 2026, 1:17:30 AM
1440Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"modules/core/shared/src/main/scala/neotype/eval/CustomFromExpr.scala","pattern":" case '{ Option[A](${ Expr(a) }) } => Some(Some(a))","replaceWith":" case '{ Option[A](${ Expr(a) }: A) } => Some(Some(a))"},{"path":"modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala","pattern":"summonInline[","replaceWith":"scala.compiletime.summonInline["}]}
1441Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1442Starting build...
1443Projects: Set(circeJVM, calibanJVM, root, zioQuill, zioConfig, playJsonJVM, pureconfigJVM, chimneyJVM, doobieJVM, jsoniterJVM, cirisJVM, internalJVM, coreJVM, upickleJVM, zioTestJVM, tethysJVM, zioJsonJVM, scanamoJVM, comptimeJVM, tapirJVM, catsJVM, zioSchemaJVM)
1444Starting build for ProjectRef(file:/build/repo/,scanamoJVM) (neotype-scanamo)... [0/22]
1445OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
1446OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1447Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-scanamo/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1448[info] compiling 1 Scala source to /build/repo/modules/internal/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1449[info] done compiling
1450[info] compiling 78 Scala sources to /build/repo/modules/comptime/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1451[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/comptime/shared/src/main/scala/comptime/compile/BlockCompiler.scala:51:19
1452[warn] 51 | case other =>
1453[warn] | ^^^^^
1454[warn] | unused pattern variable
1455[warn] one warning found
1456[info] done compiling
1457[info] compiling 6 Scala sources to /build/repo/modules/core/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1458[info] done compiling
1459[info] compiling 1 Scala source to /build/repo/modules/neotype-scanamo/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1460[info] done compiling
1461[info] compiling 1 Scala source to /build/repo/modules/internal/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1462[info] done compiling
1463[info] compiling 38 Scala sources to /build/repo/modules/comptime/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1464[info] done compiling
1465[info] compiling 20 Scala sources to /build/repo/modules/core/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1466[warn] there was 1 deprecation warning; re-run with -deprecation for details
1467[warn] one warning found
1468[info] done compiling
1469[info] compiling 1 Scala source to /build/repo/modules/neotype-scanamo/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1470[info] done compiling
1471Starting build for ProjectRef(file:/build/repo/,cirisJVM) (neotype-ciris)... [1/22]
1472Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-ciris/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1473[info] compiling 1 Scala source to /build/repo/modules/neotype-ciris/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1474[info] done compiling
1475[info] compiling 1 Scala source to /build/repo/modules/neotype-ciris/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1476[info] done compiling
1477Starting build for ProjectRef(file:/build/repo/,calibanJVM) (neotype-caliban)... [2/22]
1478Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-caliban/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1479[info] compiling 1 Scala source to /build/repo/modules/neotype-caliban/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1480[info] done compiling
1481[info] compiling 1 Scala source to /build/repo/modules/neotype-caliban/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1482[info] done compiling
1483Starting build for ProjectRef(file:/build/repo/,zioTestJVM) (neotype-zio-test)... [3/22]
1484Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-zio-test/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1485[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-test/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1486[info] done compiling
1487[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-test/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1488[info] done compiling
1489Starting build for ProjectRef(file:/build/repo/,tethysJVM) (neotype-tethys)... [4/22]
1490Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-tethys/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1491[info] compiling 1 Scala source to /build/repo/modules/neotype-tethys/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1492[info] done compiling
1493[info] compiling 1 Scala source to /build/repo/modules/neotype-tethys/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1494[info] done compiling
1495Starting build for ProjectRef(file:/build/repo/,comptimeJVM) (comptime)... [5/22]
1496Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/comptime/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1497Starting build for ProjectRef(file:/build/repo/,catsJVM) (neotype-cats)... [6/22]
1498Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-cats/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1499[info] compiling 1 Scala source to /build/repo/modules/neotype-cats/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1500[info] done compiling
1501[info] compiling 1 Scala source to /build/repo/modules/neotype-cats/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1502[info] done compiling
1503Starting build for ProjectRef(file:/build/repo/,internalJVM) (neotype-internal)... [7/22]
1504Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/internal/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1505Starting build for ProjectRef(file:/build/repo/,tapirJVM) (neotype-tapir)... [8/22]
1506Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-tapir/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1507[info] compiling 1 Scala source to /build/repo/modules/neotype-tapir/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1508[info] done compiling
1509[info] compiling 1 Scala source to /build/repo/modules/neotype-tapir/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1510[info] done compiling
1511Starting build for ProjectRef(file:/build/repo/,root) (neotype)... [9/22]
1512Compile scalacOptions: -Xsemanticdb, -semanticdb-target, /build/repo/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1513Starting build for ProjectRef(file:/build/repo/,coreJVM) (neotype)... [10/22]
1514Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/core/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1515Starting build for ProjectRef(file:/build/repo/,chimneyJVM) (neotype-chimney)... [11/22]
1516Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-chimney/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1517[info] compiling 1 Scala source to /build/repo/modules/neotype-chimney/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1518[info] done compiling
1519[info] compiling 1 Scala source to /build/repo/modules/neotype-chimney/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1520[info] done compiling
1521Starting build for ProjectRef(file:/build/repo/,zioConfig) (neotype-zio-config)... [12/22]
1522Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-zio-config/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1523[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-config/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1524[info] done compiling
1525[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-config/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1526[info] done compiling
1527Starting build for ProjectRef(file:/build/repo/,zioQuill) (neotype-zio-quill)... [13/22]
1528Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-zio-quill/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1529[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-quill/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1530[info] done compiling
1531[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-quill/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1532[info] -- Info: /build/repo/modules/neotype-zio-quill/src/test/scala/neotype/interop/quill/ZioQuillNewtypeSpec.scala:15:24
1533[info] 15 | val createTable = run {
1534[info] | ^
1535[info] |Quill Query (compiled in 74ms):
1536[info] | CREATE TABLE composite (
1537[info] | newtype VARCHAR(255),
1538[info] | simple_newtype INT,
1539[info] | subtype VARCHAR(255),
1540[info] | simple_subtype INT
1541[info] | );
1542[info] |
1543[info] | INSERT INTO composite (newtype, simple_newtype, subtype, simple_subtype)
1544[info] | VALUES ('Hello', 123, 'Hello World!', 123456),
1545[info] | ('Cool', 321, 'Hello World!', 123456);
1546[info] |
1547[info] |
1548[info] 16 | sql"""
1549[info] 17 |...
1550[info] 27 | }
1551[info] -- Info: /build/repo/modules/neotype-zio-quill/src/test/scala/neotype/interop/quill/ZioQuillNewtypeSpec.scala:30:29
1552[info] 30 | def insertInvalidRow = run {
1553[info] | ^
1554[info] |Quill Query (compiled in 1ms):
1555[info] | INSERT INTO composite (newtype, simple_newtype, subtype, simple_subtype)
1556[info] | VALUES ('', 123, 'Hello', 123456);
1557[info] |
1558[info] |
1559[info] 31 | sql"""
1560[info] 32 |...
1561[info] 35 | }
1562[info] -- Info: /build/repo/modules/neotype-zio-quill/src/test/scala/neotype/interop/quill/ZioQuillNewtypeSpec.scala:37:21
1563[info] 37 | def getValues = run(query[Composite])
1564[info] | ^^^^^^^^^^^^^^^^^^^^^
1565[info] |Quill Query (compiled in 51ms): SELECT x.newtype, x.simple_newtype AS simpleNewtype, x.subtype, x.simple_subtype AS simpleSubtype FROM composite x
1566[info] done compiling
1567Starting build for ProjectRef(file:/build/repo/,upickleJVM) (neotype-upickle)... [14/22]
1568Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-upickle/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1569[info] compiling 1 Scala source to /build/repo/modules/neotype-upickle/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1570[info] done compiling
1571[info] compiling 1 Scala source to /build/repo/modules/neotype-upickle/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1572[info] done compiling
1573Starting build for ProjectRef(file:/build/repo/,doobieJVM) (neotype-doobie)... [15/22]
1574Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-doobie/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1575[info] compiling 1 Scala source to /build/repo/modules/neotype-doobie/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1576[info] done compiling
1577[info] compiling 1 Scala source to /build/repo/modules/neotype-doobie/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1578[info] done compiling
1579Starting build for ProjectRef(file:/build/repo/,pureconfigJVM) (neotype-pureconfig)... [16/22]
1580Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-pureconfig/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1581[info] compiling 1 Scala source to /build/repo/modules/neotype-pureconfig/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1582[info] done compiling
1583[info] compiling 1 Scala source to /build/repo/modules/neotype-pureconfig/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1584[info] done compiling
1585Starting build for ProjectRef(file:/build/repo/,playJsonJVM) (neotype-play-json)... [17/22]
1586Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-play-json/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1587[info] compiling 1 Scala source to /build/repo/modules/neotype-play-json/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1588[info] done compiling
1589[info] compiling 1 Scala source to /build/repo/modules/neotype-play-json/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1590[info] done compiling
1591Starting build for ProjectRef(file:/build/repo/,zioSchemaJVM) (neotype-zio-schema)... [18/22]
1592Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-zio-schema/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1593[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-schema/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1594[info] done compiling
1595[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-schema/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1596[info] done compiling
1597Starting build for ProjectRef(file:/build/repo/,jsoniterJVM) (neotype-jsoniter)... [19/22]
1598Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-jsoniter/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1599[info] compiling 1 Scala source to /build/repo/modules/neotype-jsoniter/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1600[info] done compiling
1601[info] compiling 1 Scala source to /build/repo/modules/neotype-jsoniter/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1602[info] done compiling
1603Starting build for ProjectRef(file:/build/repo/,zioJsonJVM) (neotype-zio-json)... [20/22]
1604Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-zio-json/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1605[info] compiling 1 Scala source to /build/repo/modules/neotype-zio-json/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1606[info] done compiling
1607[info] compiling 2 Scala sources to /build/repo/modules/neotype-zio-json/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1608[info] done compiling
1609Starting build for ProjectRef(file:/build/repo/,circeJVM) (neotype-circe)... [21/22]
1610Compile scalacOptions: -Xcheck-macros, -Wunused:all, -Xsemanticdb, -semanticdb-target, /build/repo/modules/neotype-circe/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1611[info] compiling 1 Scala source to /build/repo/modules/neotype-circe/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/classes ...
1612[info] done compiling
1613[info] compiling 1 Scala source to /build/repo/modules/neotype-circe/jvm/target/scala-3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY/test-classes ...
1614[info] done compiling
1615
1616************************
1617Build summary:
1618[{
1619 "module": "neotype-scanamo",
1620 "compile": {"status": "ok", "tookMs": 28875, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1621 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1622 "test-compile": {"status": "ok", "tookMs": 31952, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1623 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1624 "publish": {"status": "skipped", "tookMs": 0},
1625 "metadata": {
1626 "crossScalaVersions": ["3.3.7"]
1627}
1628},{
1629 "module": "neotype-ciris",
1630 "compile": {"status": "ok", "tookMs": 386, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1631 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1632 "test-compile": {"status": "ok", "tookMs": 1915, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1633 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1634 "publish": {"status": "skipped", "tookMs": 0},
1635 "metadata": {
1636 "crossScalaVersions": ["3.3.7"]
1637}
1638},{
1639 "module": "neotype-caliban",
1640 "compile": {"status": "ok", "tookMs": 531, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1641 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1642 "test-compile": {"status": "ok", "tookMs": 1338, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1643 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1644 "publish": {"status": "skipped", "tookMs": 0},
1645 "metadata": {
1646 "crossScalaVersions": ["3.3.7"]
1647}
1648},{
1649 "module": "neotype-zio-test",
1650 "compile": {"status": "ok", "tookMs": 381, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1651 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1652 "test-compile": {"status": "ok", "tookMs": 968, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1653 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1654 "publish": {"status": "skipped", "tookMs": 0},
1655 "metadata": {
1656 "crossScalaVersions": ["3.3.7"]
1657}
1658},{
1659 "module": "neotype-tethys",
1660 "compile": {"status": "ok", "tookMs": 444, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1661 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1662 "test-compile": {"status": "ok", "tookMs": 979, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1663 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1664 "publish": {"status": "skipped", "tookMs": 0},
1665 "metadata": {
1666 "crossScalaVersions": ["3.3.7"]
1667}
1668},{
1669 "module": "comptime",
1670 "compile": {"status": "ok", "tookMs": 137, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
1671 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1672 "test-compile": {"status": "ok", "tookMs": 217, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1673 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1674 "publish": {"status": "skipped", "tookMs": 0},
1675 "metadata": {
1676 "crossScalaVersions": ["3.3.7"]
1677}
1678},{
1679 "module": "neotype-cats",
1680 "compile": {"status": "ok", "tookMs": 536, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1681 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1682 "test-compile": {"status": "ok", "tookMs": 2034, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1683 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1684 "publish": {"status": "skipped", "tookMs": 0},
1685 "metadata": {
1686 "crossScalaVersions": ["3.3.7"]
1687}
1688},{
1689 "module": "neotype-internal",
1690 "compile": {"status": "ok", "tookMs": 72, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1691 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1692 "test-compile": {"status": "ok", "tookMs": 87, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1693 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1694 "publish": {"status": "ok", "tookMs": 4},
1695 "metadata": {
1696 "crossScalaVersions": ["3.3.7"]
1697}
1698},{
1699 "module": "neotype-tapir",
1700 "compile": {"status": "ok", "tookMs": 762, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1701 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1702 "test-compile": {"status": "ok", "tookMs": 3195, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1703 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1704 "publish": {"status": "skipped", "tookMs": 0},
1705 "metadata": {
1706 "crossScalaVersions": ["3.3.7"]
1707}
1708},{
1709 "module": "neotype",
1710 "compile": {"status": "ok", "tookMs": 113, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1711 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1712 "test-compile": {"status": "ok", "tookMs": 121, "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": ["3.3.7"]
1717}
1718},{
1719 "module": "neotype",
1720 "compile": {"status": "ok", "tookMs": 233, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1721 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1722 "test-compile": {"status": "ok", "tookMs": 282, "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": ["3.3.7"]
1727}
1728},{
1729 "module": "neotype-chimney",
1730 "compile": {"status": "ok", "tookMs": 421, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1731 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1732 "test-compile": {"status": "ok", "tookMs": 3355, "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": ["3.3.7"]
1737}
1738},{
1739 "module": "neotype-zio-config",
1740 "compile": {"status": "ok", "tookMs": 481, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1741 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1742 "test-compile": {"status": "ok", "tookMs": 1379, "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": ["3.3.7"]
1747}
1748},{
1749 "module": "neotype-zio-quill",
1750 "compile": {"status": "ok", "tookMs": 426, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1751 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1752 "test-compile": {"status": "ok", "tookMs": 2186, "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": ["3.3.7"]
1757}
1758},{
1759 "module": "neotype-upickle",
1760 "compile": {"status": "ok", "tookMs": 392, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1761 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1762 "test-compile": {"status": "ok", "tookMs": 1647, "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": ["3.3.7"]
1767}
1768},{
1769 "module": "neotype-doobie",
1770 "compile": {"status": "ok", "tookMs": 661, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1771 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1772 "test-compile": {"status": "ok", "tookMs": 2352, "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": ["3.3.7"]
1777}
1778},{
1779 "module": "neotype-pureconfig",
1780 "compile": {"status": "ok", "tookMs": 395, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1781 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1782 "test-compile": {"status": "ok", "tookMs": 1150, "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": ["3.3.7"]
1787}
1788},{
1789 "module": "neotype-play-json",
1790 "compile": {"status": "ok", "tookMs": 474, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1791 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1792 "test-compile": {"status": "ok", "tookMs": 1260, "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": ["3.3.7"]
1797}
1798},{
1799 "module": "neotype-zio-schema",
1800 "compile": {"status": "ok", "tookMs": 555, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1801 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1802 "test-compile": {"status": "ok", "tookMs": 2368, "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": ["3.3.7"]
1807}
1808},{
1809 "module": "neotype-jsoniter",
1810 "compile": {"status": "ok", "tookMs": 406, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1811 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1812 "test-compile": {"status": "ok", "tookMs": 1579, "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": ["3.3.7"]
1817}
1818},{
1819 "module": "neotype-zio-json",
1820 "compile": {"status": "ok", "tookMs": 435, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1821 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1822 "test-compile": {"status": "ok", "tookMs": 1744, "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": ["3.3.7"]
1827}
1828},{
1829 "module": "neotype-circe",
1830 "compile": {"status": "ok", "tookMs": 426, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1831 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1832 "test-compile": {"status": "ok", "tookMs": 1041, "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": ["3.3.7"]
1837}
1838}]
1839************************
1840[success] Total time: 131 s (0:02:11.0), completed Jan 10, 2026, 1:19:41 AM
1841[0JChecking patch project/plugins.sbt...
1842Checking patch modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala...
1843Checking patch build.sbt...
1844Applied patch project/plugins.sbt cleanly.
1845Applied patch modules/neotype-caliban/shared/src/test/scala/neotype/interop/caliban/CalibanSpec.scala cleanly.
1846Applied patch build.sbt cleanly.