Build Logs
kevin-lee/scala-hedgehog-extra • 3.8.0-RC2:2025-11-27
Errors
0
Warnings
9
Total Lines
415
1##################################
2Clonning https://github.com/kevin-lee/scala-hedgehog-extra.git into /build/repo using revision v0.19.0
3##################################
4Note: switching to 'd2de8ee8b981ce94f61a009b4b76578b00bd73b9'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Would override fixed Scala version: 3.3.4
22----
23Preparing build for 3.8.0-RC2
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val Scala3Version = "3.3.4"
35Replacement: val Scala3Version = "3.8.0-RC2"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val Scala3Version = "3.3.4"' in build.sbt
40----
41Starting build for 3.8.0-RC2
42Execute tests: false
43sbt project found:
44Sbt version 1.11.2 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project kevin-lee/scala-hedgehog-extra
47##################################
48Scala version: 3.8.0-RC2
49Targets: io.kevinlee%hedgehog-extra-core io.kevinlee%hedgehog-extra-refined io.kevinlee%hedgehog-extra-refined4s
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.4\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Dcommunitybuild.scala=3.8.0-RC2
61-Dcommunitybuild.project.dependencies.add=
62-Xmx7G
63-Xms4G
64-Xss8M
65-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
66-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
67-jar
68/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
69"setCrossScalaVersions 3.8.0-RC2"
70"++3.8.0-RC2 -v"
71"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
72"set every credentials := Nil"
73"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
74"removeScalacOptionsStartingWith -P:wartremover"
75
76moduleMappings
77"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.4\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}""" io.kevinlee%hedgehog-extra-core io.kevinlee%hedgehog-extra-refined io.kevinlee%hedgehog-extra-refined4s"
78
79[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
80[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
81[info] loading project definition from /build/repo/project
82[info] loading settings for project hedgehog-extra from build.sbt...
83[info] resolving key references (12597 settings) ...
84[info]
85[info] __ __ ___ ____
86[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
87[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
88[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
89[info] /_/
90[info]
91[info] hedgehog-extra 0.19.0+0-d2de8ee8+20251127-2030-SNAPSHOT
92[info] Scala 3.8.0-RC2
93[info] -----------------------------------------------------
94[info] Useful sbt tasks:
95[info] r: reload - Run reload
96[info] cln: clean - Run clean
97[info] c: compile - Run compile
98[info] cc: +compile - Run cross-scalaVersion compile
99[info] tc: Test/compile - Run Test/compile
100[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
101[info] t: test - Run test
102[info] ct: +test - Run cross-scalaVersion test
103[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
104[info] fmt: scalafmtAll - Run scalafmtAll
105[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
106[info] cfmt: +scalafmtAll - Run +scalafmtAll
107[info] fixchk: scalafixAll --check - Run scalafixAll --check
108[info] fix: scalafixAll - Run scalafixAll
109[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
110[info] cfix: +scalafixAll - Run +scalafixAll
111[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
112[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
113[info] pl: publishLocal - Run publishLocal
114Execute setCrossScalaVersions: 3.8.0-RC2
115OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in extraRefinedJVM/crossScalaVersions
116OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in extraRefinedJS/crossScalaVersions
117OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in extraCoreJS/crossScalaVersions
118OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in extraRefined4sJVM/crossScalaVersions
119OpenCB::Limitting incorrect crossVersions List() -> List(3.8.0-RC2) in extraRefined4sJVM/crossScalaVersions
120OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in extraRefined4sNative/crossScalaVersions
121OpenCB::Limitting incorrect crossVersions List() -> List(3.8.0-RC2) in extraRefined4sNative/crossScalaVersions
122OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in extraCoreJVM/crossScalaVersions
123OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in extraCoreNative/crossScalaVersions
124OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in extraRefined4sJS/crossScalaVersions
125OpenCB::Limitting incorrect crossVersions List() -> List(3.8.0-RC2) in extraRefined4sJS/crossScalaVersions
126OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in hedgehog-extra/crossScalaVersions
127OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in docs/crossScalaVersions
128[info]
129[info] __ __ ___ ____
130[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
131[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
132[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
133[info] /_/
134[info]
135[info] hedgehog-extra 0.19.0+0-d2de8ee8+20251127-2030-SNAPSHOT
136[info] Scala 3.8.0-RC2
137[info] -----------------------------------------------------
138[info] Useful sbt tasks:
139[info] r: reload - Run reload
140[info] cln: clean - Run clean
141[info] c: compile - Run compile
142[info] cc: +compile - Run cross-scalaVersion compile
143[info] tc: Test/compile - Run Test/compile
144[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
145[info] t: test - Run test
146[info] ct: +test - Run cross-scalaVersion test
147[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
148[info] fmt: scalafmtAll - Run scalafmtAll
149[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
150[info] cfmt: +scalafmtAll - Run +scalafmtAll
151[info] fixchk: scalafixAll --check - Run scalafixAll --check
152[info] fix: scalafixAll - Run scalafixAll
153[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
154[info] cfix: +scalafixAll - Run +scalafixAll
155[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
156[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
157[info] pl: publishLocal - Run publishLocal
158[info] Setting Scala version to 3.8.0-RC2 on 10 projects.
159[info] Switching Scala version on:
160[info] extraCoreJS (3.8.0-RC2, 2.13.16, 2.12.18)
161[info] docs (3.8.0-RC2)
162[info] extraRefinedJVM (3.8.0-RC2, 2.13.16, 2.12.18)
163[info] extraRefined4sJVM (3.8.0-RC2)
164[info] * hedgehog-extra (3.8.0-RC2)
165[info] extraCoreJVM (3.8.0-RC2, 2.13.16, 2.12.18)
166[info] extraRefined4sNative (3.8.0-RC2)
167[info] extraRefinedJS (3.8.0-RC2, 2.13.16, 2.12.18)
168[info] extraRefined4sJS (3.8.0-RC2)
169[info] extraCoreNative (3.8.0-RC2, 2.13.16, 2.12.18)
170[info] Excluding projects:
171[info] Reapplying settings...
172[info]
173[info] __ __ ___ ____
174[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
175[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
176[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
177[info] /_/
178[info]
179[info] hedgehog-extra 0.19.0+0-d2de8ee8+20251127-2030-SNAPSHOT
180[info] Scala 3.8.0-RC2
181[info] -----------------------------------------------------
182[info] Useful sbt tasks:
183[info] r: reload - Run reload
184[info] cln: clean - Run clean
185[info] c: compile - Run compile
186[info] cc: +compile - Run cross-scalaVersion compile
187[info] tc: Test/compile - Run Test/compile
188[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
189[info] t: test - Run test
190[info] ct: +test - Run cross-scalaVersion test
191[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
192[info] fmt: scalafmtAll - Run scalafmtAll
193[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
194[info] cfmt: +scalafmtAll - Run +scalafmtAll
195[info] fixchk: scalafixAll --check - Run scalafixAll --check
196[info] fix: scalafixAll - Run scalafixAll
197[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
198[info] cfix: +scalafixAll - Run +scalafixAll
199[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
200[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
201[info] pl: publishLocal - Run publishLocal
202Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
203[info] Reapplying settings...
204[info]
205[info] __ __ ___ ____
206[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
207[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
208[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
209[info] /_/
210[info]
211[info] hedgehog-extra 0.19.0+0-d2de8ee8+20251127-2030-SNAPSHOT
212[info] Scala 3.8.0-RC2
213[info] -----------------------------------------------------
214[info] Useful sbt tasks:
215[info] r: reload - Run reload
216[info] cln: clean - Run clean
217[info] c: compile - Run compile
218[info] cc: +compile - Run cross-scalaVersion compile
219[info] tc: Test/compile - Run Test/compile
220[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
221[info] t: test - Run test
222[info] ct: +test - Run cross-scalaVersion test
223[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
224[info] fmt: scalafmtAll - Run scalafmtAll
225[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
226[info] cfmt: +scalafmtAll - Run +scalafmtAll
227[info] fixchk: scalafixAll --check - Run scalafixAll --check
228[info] fix: scalafixAll - Run scalafixAll
229[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
230[info] cfix: +scalafixAll - Run +scalafixAll
231[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
232[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
233[info] pl: publishLocal - Run publishLocal
234[info] Defining Global / credentials, credentials and 8 others.
235[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 80 others.
236[info] Run `last` for details.
237[info] Reapplying settings...
238[info]
239[info] __ __ ___ ____
240[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
241[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
242[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
243[info] /_/
244[info]
245[info] hedgehog-extra 0.19.0+0-d2de8ee8+20251127-2030-SNAPSHOT
246[info] Scala 3.8.0-RC2
247[info] -----------------------------------------------------
248[info] Useful sbt tasks:
249[info] r: reload - Run reload
250[info] cln: clean - Run clean
251[info] c: compile - Run compile
252[info] cc: +compile - Run cross-scalaVersion compile
253[info] tc: Test/compile - Run Test/compile
254[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
255[info] t: test - Run test
256[info] ct: +test - Run cross-scalaVersion test
257[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
258[info] fmt: scalafmtAll - Run scalafmtAll
259[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
260[info] cfmt: +scalafmtAll - Run +scalafmtAll
261[info] fixchk: scalafixAll --check - Run scalafixAll --check
262[info] fix: scalafixAll - Run scalafixAll
263[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
264[info] cfix: +scalafixAll - Run +scalafixAll
265[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
266[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
267[info] pl: publishLocal - Run publishLocal
268Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
269[info] Reapplying settings...
270OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
271
272 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
273 Did you mean extraRefinedJVM / allExcludeDependencies ?
274 , retry without global scopes
275[info] Reapplying settings...
276[info]
277[info] __ __ ___ ____
278[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
279[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
280[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
281[info] /_/
282[info]
283[info] hedgehog-extra 0.19.0+0-d2de8ee8+20251127-2030-SNAPSHOT
284[info] Scala 3.8.0-RC2
285[info] -----------------------------------------------------
286[info] Useful sbt tasks:
287[info] r: reload - Run reload
288[info] cln: clean - Run clean
289[info] c: compile - Run compile
290[info] cc: +compile - Run cross-scalaVersion compile
291[info] tc: Test/compile - Run Test/compile
292[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
293[info] t: test - Run test
294[info] ct: +test - Run cross-scalaVersion test
295[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
296[info] fmt: scalafmtAll - Run scalafmtAll
297[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
298[info] cfmt: +scalafmtAll - Run +scalafmtAll
299[info] fixchk: scalafixAll --check - Run scalafixAll --check
300[info] fix: scalafixAll - Run scalafixAll
301[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
302[info] cfix: +scalafixAll - Run +scalafixAll
303[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
304[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
305[info] pl: publishLocal - Run publishLocal
306Execute removeScalacOptionsStartingWith: -P:wartremover
307[info] Reapplying settings...
308[info]
309[info] __ __ ___ ____
310[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
311[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
312[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
313[info] /_/
314[info]
315[info] hedgehog-extra 0.19.0+0-d2de8ee8+20251127-2030-SNAPSHOT
316[info] Scala 3.8.0-RC2
317[info] -----------------------------------------------------
318[info] Useful sbt tasks:
319[info] r: reload - Run reload
320[info] cln: clean - Run clean
321[info] c: compile - Run compile
322[info] cc: +compile - Run cross-scalaVersion compile
323[info] tc: Test/compile - Run Test/compile
324[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
325[info] t: test - Run test
326[info] ct: +test - Run cross-scalaVersion test
327[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
328[info] fmt: scalafmtAll - Run scalafmtAll
329[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
330[info] cfmt: +scalafmtAll - Run +scalafmtAll
331[info] fixchk: scalafixAll --check - Run scalafixAll --check
332[info] fix: scalafixAll - Run scalafixAll
333[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
334[info] cfix: +scalafixAll - Run +scalafixAll
335[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
336[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
337[info] pl: publishLocal - Run publishLocal
338[success] Total time: 0 s, completed Nov 27, 2025, 8:30:47 PM
339Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.4\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}
340Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
341Starting build...
342Projects: Set(extraCoreJVM, extraRefinedJVM, extraRefined4sJVM)
343Starting build for ProjectRef(file:/build/repo/,extraCoreJVM) (hedgehog-extra-core)... [0/3]
344OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
345OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
346OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
347OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
348Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xsemanticdb, -semanticdb-target, /build/repo/modules/hedgehog-extra-core/jvm/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
349[info] compiling 4 Scala sources to /build/repo/modules/hedgehog-extra-core/jvm/target/scala-3.8.0-RC2/classes ...
350[info] done compiling
351[info] compiling 3 Scala sources to /build/repo/modules/hedgehog-extra-core/jvm/target/scala-3.8.0-RC2/test-classes ...
352[info] done compiling
353Starting build for ProjectRef(file:/build/repo/,extraRefinedJVM) (hedgehog-extra-refined)... [1/3]
354Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xsemanticdb, -semanticdb-target, /build/repo/modules/hedgehog-extra-refined/jvm/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
355[info] compiling 4 Scala sources to /build/repo/modules/hedgehog-extra-refined/jvm/target/scala-3.8.0-RC2/classes ...
356[info] done compiling
357[info] compiling 4 Scala sources to /build/repo/modules/hedgehog-extra-refined/jvm/target/scala-3.8.0-RC2/test-classes ...
358[info] done compiling
359Starting build for ProjectRef(file:/build/repo/,extraRefined4sJVM) (hedgehog-extra-refined4s)... [2/3]
360Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xsemanticdb, -semanticdb-target, /build/repo/modules/hedgehog-extra-refined4s/jvm/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
361[info] compiling 3 Scala sources to /build/repo/modules/hedgehog-extra-refined4s/jvm/target/scala-3.8.0-RC2/classes ...
362[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:25:28
363[warn] 25 | import scala.compiletime.{constValue, error}
364[warn] | ^^^^^^^^^^
365[warn] | unused import
366[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:25:40
367[warn] 25 | import scala.compiletime.{constValue, error}
368[warn] | ^^^^^
369[warn] | unused import
370[warn] two warnings found
371[info] done compiling
372[info] compiling 3 Scala sources to /build/repo/modules/hedgehog-extra-refined4s/jvm/target/scala-3.8.0-RC2/test-classes ...
373[info] done compiling
374
375************************
376Build summary:
377[{
378 "module": "hedgehog-extra-core",
379 "compile": {"status": "ok", "tookMs": 8256, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
380 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
381 "test-compile": {"status": "ok", "tookMs": 2172, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
382 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
383 "publish": {"status": "skipped", "tookMs": 0},
384 "metadata": {
385 "crossScalaVersions": ["2.13.16", "2.12.18", "3.3.4"]
386}
387},{
388 "module": "hedgehog-extra-refined",
389 "compile": {"status": "ok", "tookMs": 1456, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
390 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
391 "test-compile": {"status": "ok", "tookMs": 2552, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
392 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
393 "publish": {"status": "skipped", "tookMs": 0},
394 "metadata": {
395 "crossScalaVersions": ["2.13.16", "2.12.18", "3.3.4"]
396}
397},{
398 "module": "hedgehog-extra-refined4s",
399 "compile": {"status": "ok", "tookMs": 1215, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
400 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
401 "test-compile": {"status": "ok", "tookMs": 2755, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
402 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
403 "publish": {"status": "skipped", "tookMs": 0},
404 "metadata": {
405 "crossScalaVersions": ["3.3.4"]
406}
407}]
408************************
409[success] Total time: 42 s, completed Nov 27, 2025, 8:31:29 PM
410[0JChecking patch project/plugins.sbt...
411Checking patch project/build.properties...
412Checking patch build.sbt...
413Applied patch project/plugins.sbt cleanly.
414Applied patch project/build.properties cleanly.
415Applied patch build.sbt cleanly.