Build Logs
kevin-lee/scala-hedgehog-extra • 3.7.4:2025-11-06
Errors
0
Warnings
9
Total Lines
416
1##################################
2Clonning https://github.com/kevin-lee/scala-hedgehog-extra.git into /build/repo using revision v0.17.0
3##################################
4Note: switching to 'a13a70b36af360d2fe424ccf0cd6e96fe1cac949'.
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.7.4
24Scala binary version found: 3.7
25Implicitly using source version 3.7
26Scala binary version found: 3.7
27Implicitly using source version 3.7
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.7
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.7.4"
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.7.4
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/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
48##################################
49Scala version: 3.7.4
50Targets: io.kevinlee%hedgehog-extra-core io.kevinlee%hedgehog-extra-refined io.kevinlee%hedgehog-extra-refined4s
51Project 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>\""}]}
52##################################
53Using extra scalacOptions: ,REQUIRE:-source:3.7
54Filtering out scalacOptions: ,-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 ",REQUIRE:-source:3.7,-Wconf:msg=can be rewritten automatically under:s" ",-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":{},"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"
79
80[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
81[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
82[info] loading project definition from /build/repo/project
83[info] loading settings for project hedgehog-extra from build.sbt...
84[info] resolving key references (12597 settings) ...
85[info]
86[info] __ __ ___ ____
87[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
88[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
89[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
90[info] /_/
91[info]
92[info] hedgehog-extra 0.17.0+0-a13a70b3+20251106-0112-SNAPSHOT
93[info] Scala 3.7.4
94[info] -----------------------------------------------------
95[info] Useful sbt tasks:
96[info] r: reload - Run reload
97[info] cln: clean - Run clean
98[info] c: compile - Run compile
99[info] cc: +compile - Run cross-scalaVersion compile
100[info] tc: Test/compile - Run Test/compile
101[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
102[info] t: test - Run test
103[info] ct: +test - Run cross-scalaVersion test
104[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
105[info] fmt: scalafmtAll - Run scalafmtAll
106[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
107[info] cfmt: +scalafmtAll - Run +scalafmtAll
108[info] fixchk: scalafixAll --check - Run scalafixAll --check
109[info] fix: scalafixAll - Run scalafixAll
110[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
111[info] cfix: +scalafixAll - Run +scalafixAll
112[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
113[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
114[info] pl: publishLocal - Run publishLocal
115Execute setCrossScalaVersions: 3.7.4
116OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in extraRefinedJVM/crossScalaVersions
117OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in extraRefinedJS/crossScalaVersions
118OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in extraCoreJS/crossScalaVersions
119OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in extraRefined4sJVM/crossScalaVersions
120OpenCB::Limitting incorrect crossVersions List() -> List(3.7.4) in extraRefined4sJVM/crossScalaVersions
121OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in extraRefined4sNative/crossScalaVersions
122OpenCB::Limitting incorrect crossVersions List() -> List(3.7.4) in extraRefined4sNative/crossScalaVersions
123OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in extraCoreJVM/crossScalaVersions
124OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in extraCoreNative/crossScalaVersions
125OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in extraRefined4sJS/crossScalaVersions
126OpenCB::Limitting incorrect crossVersions List() -> List(3.7.4) in extraRefined4sJS/crossScalaVersions
127OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in hedgehog-extra/crossScalaVersions
128OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in docs/crossScalaVersions
129[info]
130[info] __ __ ___ ____
131[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
132[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
133[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
134[info] /_/
135[info]
136[info] hedgehog-extra 0.17.0+0-a13a70b3+20251106-0112-SNAPSHOT
137[info] Scala 3.7.4
138[info] -----------------------------------------------------
139[info] Useful sbt tasks:
140[info] r: reload - Run reload
141[info] cln: clean - Run clean
142[info] c: compile - Run compile
143[info] cc: +compile - Run cross-scalaVersion compile
144[info] tc: Test/compile - Run Test/compile
145[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
146[info] t: test - Run test
147[info] ct: +test - Run cross-scalaVersion test
148[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
149[info] fmt: scalafmtAll - Run scalafmtAll
150[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
151[info] cfmt: +scalafmtAll - Run +scalafmtAll
152[info] fixchk: scalafixAll --check - Run scalafixAll --check
153[info] fix: scalafixAll - Run scalafixAll
154[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
155[info] cfix: +scalafixAll - Run +scalafixAll
156[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
157[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
158[info] pl: publishLocal - Run publishLocal
159[info] Setting Scala version to 3.7.4 on 10 projects.
160[info] Switching Scala version on:
161[info] extraCoreJS (3.7.4, 2.13.16, 2.12.18)
162[info] docs (3.7.4)
163[info] extraRefinedJVM (3.7.4, 2.13.16, 2.12.18)
164[info] extraRefined4sJVM (3.7.4)
165[info] * hedgehog-extra (3.7.4)
166[info] extraCoreJVM (3.7.4, 2.13.16, 2.12.18)
167[info] extraRefined4sNative (3.7.4)
168[info] extraRefinedJS (3.7.4, 2.13.16, 2.12.18)
169[info] extraRefined4sJS (3.7.4)
170[info] extraCoreNative (3.7.4, 2.13.16, 2.12.18)
171[info] Excluding projects:
172[info] Reapplying settings...
173[info]
174[info] __ __ ___ ____
175[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
176[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
177[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
178[info] /_/
179[info]
180[info] hedgehog-extra 0.17.0+0-a13a70b3+20251106-0112-SNAPSHOT
181[info] Scala 3.7.4
182[info] -----------------------------------------------------
183[info] Useful sbt tasks:
184[info] r: reload - Run reload
185[info] cln: clean - Run clean
186[info] c: compile - Run compile
187[info] cc: +compile - Run cross-scalaVersion compile
188[info] tc: Test/compile - Run Test/compile
189[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
190[info] t: test - Run test
191[info] ct: +test - Run cross-scalaVersion test
192[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
193[info] fmt: scalafmtAll - Run scalafmtAll
194[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
195[info] cfmt: +scalafmtAll - Run +scalafmtAll
196[info] fixchk: scalafixAll --check - Run scalafixAll --check
197[info] fix: scalafixAll - Run scalafixAll
198[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
199[info] cfix: +scalafixAll - Run +scalafixAll
200[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
201[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
202[info] pl: publishLocal - Run publishLocal
203Execute mapScalacOptions: ,REQUIRE:-source:3.7,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
204[info] Reapplying settings...
205[info]
206[info] __ __ ___ ____
207[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
208[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
209[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
210[info] /_/
211[info]
212[info] hedgehog-extra 0.17.0+0-a13a70b3+20251106-0112-SNAPSHOT
213[info] Scala 3.7.4
214[info] -----------------------------------------------------
215[info] Useful sbt tasks:
216[info] r: reload - Run reload
217[info] cln: clean - Run clean
218[info] c: compile - Run compile
219[info] cc: +compile - Run cross-scalaVersion compile
220[info] tc: Test/compile - Run Test/compile
221[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
222[info] t: test - Run test
223[info] ct: +test - Run cross-scalaVersion test
224[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
225[info] fmt: scalafmtAll - Run scalafmtAll
226[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
227[info] cfmt: +scalafmtAll - Run +scalafmtAll
228[info] fixchk: scalafixAll --check - Run scalafixAll --check
229[info] fix: scalafixAll - Run scalafixAll
230[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
231[info] cfix: +scalafixAll - Run +scalafixAll
232[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
233[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
234[info] pl: publishLocal - Run publishLocal
235[info] Defining Global / credentials, credentials and 8 others.
236[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 80 others.
237[info] Run `last` for details.
238[info] Reapplying settings...
239[info]
240[info] __ __ ___ ____
241[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
242[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
243[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
244[info] /_/
245[info]
246[info] hedgehog-extra 0.17.0+0-a13a70b3+20251106-0112-SNAPSHOT
247[info] Scala 3.7.4
248[info] -----------------------------------------------------
249[info] Useful sbt tasks:
250[info] r: reload - Run reload
251[info] cln: clean - Run clean
252[info] c: compile - Run compile
253[info] cc: +compile - Run cross-scalaVersion compile
254[info] tc: Test/compile - Run Test/compile
255[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
256[info] t: test - Run test
257[info] ct: +test - Run cross-scalaVersion test
258[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
259[info] fmt: scalafmtAll - Run scalafmtAll
260[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
261[info] cfmt: +scalafmtAll - Run +scalafmtAll
262[info] fixchk: scalafixAll --check - Run scalafixAll --check
263[info] fix: scalafixAll - Run scalafixAll
264[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
265[info] cfix: +scalafixAll - Run +scalafixAll
266[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
267[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
268[info] pl: publishLocal - Run publishLocal
269Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
270[info] Reapplying settings...
271OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
272
273 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
274 Did you mean extraRefinedJVM / allExcludeDependencies ?
275 , retry without global scopes
276[info] Reapplying settings...
277[info]
278[info] __ __ ___ ____
279[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
280[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
281[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
282[info] /_/
283[info]
284[info] hedgehog-extra 0.17.0+0-a13a70b3+20251106-0112-SNAPSHOT
285[info] Scala 3.7.4
286[info] -----------------------------------------------------
287[info] Useful sbt tasks:
288[info] r: reload - Run reload
289[info] cln: clean - Run clean
290[info] c: compile - Run compile
291[info] cc: +compile - Run cross-scalaVersion compile
292[info] tc: Test/compile - Run Test/compile
293[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
294[info] t: test - Run test
295[info] ct: +test - Run cross-scalaVersion test
296[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
297[info] fmt: scalafmtAll - Run scalafmtAll
298[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
299[info] cfmt: +scalafmtAll - Run +scalafmtAll
300[info] fixchk: scalafixAll --check - Run scalafixAll --check
301[info] fix: scalafixAll - Run scalafixAll
302[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
303[info] cfix: +scalafixAll - Run +scalafixAll
304[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
305[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
306[info] pl: publishLocal - Run publishLocal
307Execute removeScalacOptionsStartingWith: -P:wartremover
308[info] Reapplying settings...
309[info]
310[info] __ __ ___ ____
311[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
312[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
313[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
314[info] /_/
315[info]
316[info] hedgehog-extra 0.17.0+0-a13a70b3+20251106-0112-SNAPSHOT
317[info] Scala 3.7.4
318[info] -----------------------------------------------------
319[info] Useful sbt tasks:
320[info] r: reload - Run reload
321[info] cln: clean - Run clean
322[info] c: compile - Run compile
323[info] cc: +compile - Run cross-scalaVersion compile
324[info] tc: Test/compile - Run Test/compile
325[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
326[info] t: test - Run test
327[info] ct: +test - Run cross-scalaVersion test
328[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
329[info] fmt: scalafmtAll - Run scalafmtAll
330[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
331[info] cfmt: +scalafmtAll - Run +scalafmtAll
332[info] fixchk: scalafixAll --check - Run scalafixAll --check
333[info] fix: scalafixAll - Run scalafixAll
334[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
335[info] cfix: +scalafixAll - Run +scalafixAll
336[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
337[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
338[info] pl: publishLocal - Run publishLocal
339[success] Total time: 0 s, completed Nov 6, 2025, 1:12:13 AM
340Build 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>\""}]}
341Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
342Starting build...
343Projects: Set(extraCoreJVM, extraRefinedJVM, extraRefined4sJVM)
344Starting build for ProjectRef(file:/build/repo/,extraCoreJVM) (hedgehog-extra-core)... [0/3]
345OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7` in Scala 2.12.20 module Global
346OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
347OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
348OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
349Compile 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.7.4/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.7
350[info] compiling 4 Scala sources to /build/repo/modules/hedgehog-extra-core/jvm/target/scala-3.7.4/classes ...
351[info] done compiling
352[info] compiling 3 Scala sources to /build/repo/modules/hedgehog-extra-core/jvm/target/scala-3.7.4/test-classes ...
353[info] done compiling
354Starting build for ProjectRef(file:/build/repo/,extraRefinedJVM) (hedgehog-extra-refined)... [1/3]
355Compile 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.7.4/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.7
356[info] compiling 4 Scala sources to /build/repo/modules/hedgehog-extra-refined/jvm/target/scala-3.7.4/classes ...
357[info] done compiling
358[info] compiling 4 Scala sources to /build/repo/modules/hedgehog-extra-refined/jvm/target/scala-3.7.4/test-classes ...
359[info] done compiling
360Starting build for ProjectRef(file:/build/repo/,extraRefined4sJVM) (hedgehog-extra-refined4s)... [2/3]
361Compile 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.7.4/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.7
362[info] compiling 3 Scala sources to /build/repo/modules/hedgehog-extra-refined4s/jvm/target/scala-3.7.4/classes ...
363[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:25:28
364[warn] 25 | import scala.compiletime.{constValue, error}
365[warn] | ^^^^^^^^^^
366[warn] | unused import
367[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:25:40
368[warn] 25 | import scala.compiletime.{constValue, error}
369[warn] | ^^^^^
370[warn] | unused import
371[warn] two warnings found
372[info] done compiling
373[info] compiling 3 Scala sources to /build/repo/modules/hedgehog-extra-refined4s/jvm/target/scala-3.7.4/test-classes ...
374[info] done compiling
375
376************************
377Build summary:
378[{
379 "module": "hedgehog-extra-core",
380 "compile": {"status": "ok", "tookMs": 5452, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
381 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
382 "test-compile": {"status": "ok", "tookMs": 2016, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
383 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
384 "publish": {"status": "skipped", "tookMs": 0},
385 "metadata": {
386 "crossScalaVersions": ["2.13.16", "2.12.18", "3.3.4"]
387}
388},{
389 "module": "hedgehog-extra-refined",
390 "compile": {"status": "ok", "tookMs": 1377, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
391 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
392 "test-compile": {"status": "ok", "tookMs": 2537, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
393 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
394 "publish": {"status": "skipped", "tookMs": 0},
395 "metadata": {
396 "crossScalaVersions": ["2.13.16", "2.12.18", "3.3.4"]
397}
398},{
399 "module": "hedgehog-extra-refined4s",
400 "compile": {"status": "ok", "tookMs": 1085, "warnings": 2, "errors": 0, "sourceVersion": "3.7"},
401 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
402 "test-compile": {"status": "ok", "tookMs": 2549, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
403 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
404 "publish": {"status": "skipped", "tookMs": 0},
405 "metadata": {
406 "crossScalaVersions": ["3.3.4"]
407}
408}]
409************************
410[success] Total time: 39 s, completed Nov 6, 2025, 1:12:52 AM
411[0JChecking patch project/plugins.sbt...
412Checking patch project/build.properties...
413Checking patch build.sbt...
414Applied patch project/plugins.sbt cleanly.
415Applied patch project/build.properties cleanly.
416Applied patch build.sbt cleanly.