Build Logs
pidoveproject/scala-showdown-api • scheduled_3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
Errors
0
Warnings
183
Total Lines
393
1##################################
2Clonning https://github.com/pidoveproject/scala-showdown-api.git into /build/repo using revision v0.1.0
3##################################
4Note: switching to '5fb1acbce77d24f1c02c62f75f32f63f2e41d068'.
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
21----
22Preparing build for 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30
31Try apply source patch:
32Path: build.sc
33Pattern: val scalaJS = "1.16.0"
34Replacement: val scalaJS = "1.20.1"
35Patch using 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY matches version range: <3.8.0, 3.99.99>
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scalaJS = "1.16.0"' in build.sc
40----
41Starting build for 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
42Execute tests: false
43Mill project found:
44Found explicit mill version 0.11.11 in ./mill-version
45Force upgrade of millVersion 0.11.11 to 0.11.13
46Detected mill version=0.11.13, binary version: 0.11
47No prepare script found for project pidoveproject/scala-showdown-api
48No mill build directory found
49Apply scalafix rules to ./build.sc
50Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
51Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
52Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
53##################################
54Scala version: 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
55Targets: io.github.pidoveproject%scala-showdown-api io.github.pidoveproject%scala-showdown-api-cats io.github.pidoveproject%scala-showdown-api-docs
56Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sc","pattern":"val scalaJS = \"1.16.0\"","replaceWith":"val scalaJS = \"1.20.1\"","selectVersion":{"min":"3.8.0"}}]}
57##################################
58Downloading mill 0.11.13 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.11.13/mill-dist-0.11.13.jar ...
59 % Total % Received % Xferd Average Speed Time Time Time Current
60 Dload Upload Total Spent Left Speed
61
62 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
63100 59.2M 100 59.2M 0 0 135M 0 --:--:-- --:--:-- --:--:-- 136M
64Preparing Java 17.0.8 runtime; this may take a minute or two ...
65[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
66[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
67[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
68[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
69[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
70[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
71[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
72[warn] ^
73[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
74[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
75[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
76[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
77[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
78[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
79[warn] ^
80[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
81[warn] .iterator()
82[warn] ^
83[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
84[warn] case module: CommunityBuildPublishModule =>
85[warn] ^
86[warn] four warnings found
87[info] done compiling
88Try build using ./millw
89[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
90[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
91[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
92[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
93[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
94[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
95[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
96[warn] ^
97[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
98[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
99[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
100[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
101[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
102[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
103[warn] ^
104[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
105[warn] .iterator()
106[warn] ^
107[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
108[warn] case module: CommunityBuildPublishModule =>
109[warn] ^
110[warn] four warnings found
111[info] done compiling
112Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sc","pattern":"val scalaJS = \"1.16.0\"","replaceWith":"val scalaJS = \"1.20.1\"","selectVersion":{"min":"3.8.0"}}]}
113Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
114
115Starting build for scala-showdown-api - [0/3]
116Failed to resolve scalaVersion, assume it's Scala 3 project
117[info] compiling 128 Scala sources to /build/repo/out/main/compile.dest/classes ...
118[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
119[warn] 44 | BattleState.values.find(_.toString equalsIgnoreCase name)
120[warn] | ^^^^^^^^^^^^^^^^
121[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
122[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
123[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
124[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
125[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
126[warn] | ^^^^^^^^^^^^^^^^
127[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
128[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
129[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
130[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/battle/Battle.scala:15:45
131[warn] 15 |import io.github.pidoveproject.showdown.user.Username
132[warn] | ^^^^^^^^
133[warn] | unused import
134[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:10:51
135[warn] 10 |import scala.compiletime.{constValue, erasedValue, error, summonInline}
136[warn] | ^^^^^
137[warn] | unused import
138[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/query/UserInfo.scala:3:49
139[warn] 3 |import io.github.iltotore.iron.constraint.string.*
140[warn] | ^
141[warn] | unused import
142[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/TournamentGenerator.scala:7:65
143[warn] 7 |import io.github.pidoveproject.showdown.protocol.MessageDecoder.{given, *}
144[warn] | ^^^^^
145[warn] | unused import
146[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/room/JoinedRoom.scala:3:31
147[warn] 3 |import io.github.iltotore.iron.*
148[warn] | ^
149[warn] | unused import
150[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:3:31
151[warn] 3 |import io.github.iltotore.iron.*
152[warn] | ^
153[warn] | unused import
154[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:4:46
155[warn] 4 |import io.github.iltotore.iron.constraint.all.*
156[warn] | ^
157[warn] | unused import
158[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
159[warn] 132 | new MessageEncoder[A]:
160[warn] | ^
161[warn] | New anonymous class definition will be duplicated at each inline site
162[warn] |
163[warn] | longer explanation available when compiling with `-explain`
164[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
165[warn] 16 | new TypeTest:
166[warn] | ^
167[warn] | New anonymous class definition will be duplicated at each inline site
168[warn] |
169[warn] | longer explanation available when compiling with `-explain`
170[warn] 11 warnings found
171[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleInitializationMessage.scala:9:58
172[warn] 9 |import io.github.pidoveproject.showdown.user.{AvatarName, User, Username}
173[warn] | ^^^^
174[warn] | unused import
175[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleProgressMessage.scala:10:46
176[warn] 10 |import io.github.pidoveproject.showdown.user.{User, Username}
177[warn] | ^^^^
178[warn] | unused import
179[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/TournamentMessage.scala:6:46
180[warn] 6 |import io.github.pidoveproject.showdown.user.{User, Username}
181[warn] | ^^^^
182[warn] | unused import
183[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
184[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
185[warn] | ^
186[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
187[warn] | io.github.pidoveproject.showdown.team.Type) cannot be checked at runtime because its type arguments can't be determined from io.github.pidoveproject.showdown.team.SpeciesName
188[warn] |
189[warn] | longer explanation available when compiling with `-explain`
190[warn] 15 warnings found
191[info] done compiling
192Successfully evaluated main.compile
193Skipping unused scalacOptions: -Xmax-inlines
194Option -classpath was updated
195-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
196Couldn't resolve a member for the given link query: fromIronType
197-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
198Couldn't resolve a member for the given link query: fromIronType
199-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
200Couldn't resolve a member for the given link query: fromIronType
201-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
20292 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
203 | ^
204 | Couldn't resolve a member for the given link query: ProtocolError
205-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
20638 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
207 | ^
208 | Couldn't resolve a member for the given link query: ProtocolError
209-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
21032 | def fromString(value: String): Either[ProtocolError, Health] = value match
211 | ^
212 | Couldn't resolve a member for the given link query: ProtocolError
213-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
21439 | def fromString(value: String): Either[ProtocolError, Condition] = value match
215 | ^
216 | Couldn't resolve a member for the given link query: ProtocolError
217-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
21880 | def fromString(value: String): Either[ProtocolError, Effect] = value match
219 | ^
220 | Couldn't resolve a member for the given link query: ProtocolError
221-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
222276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
223 | ^
224 | Couldn't resolve a member for the given link query: JsonDecoder
22510 warnings found
226Successfully evaluated main.docJar
227Failed to resolve scalaVersion, assume it's Scala 3 project
228Failed to resolve scalaVersion, assume it's Scala 3 project
229[info] compiling 22 Scala sources to /build/repo/out/main/test/compile.dest/classes ...
230[warn] there was 1 deprecation warning; re-run with -deprecation for details
231[warn] one warning found
232[info] done compiling
233Successfully evaluated main.test.compile
234Module main is not a publish module, skipping publishing
235
236Starting build for scala-showdown-api-cats - [1/3]
237No test module defined in cats
238Failed to resolve scalaVersion, assume it's Scala 3 project
239[info] compiling 2 Scala sources to /build/repo/out/cats/compile.dest/classes ...
240[info] done compiling
241Successfully evaluated cats.compile
242Skipping unused scalacOptions: -Xmax-inlines
243Option -classpath was updated
2441 warning found
245Successfully evaluated cats.docJar
246Module cats is not a publish module, skipping publishing
247
248Starting build for scala-showdown-api-docs - [2/3]
249No test module defined in docs
250Failed to resolve scalaVersion, assume it's Scala 3 project
251Failed to resolve scalaVersion, assume it's Scala 3 project
252[info] compiling 128 Scala sources to /build/repo/out/main/js/compile.dest/classes ...
253[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
254[warn] 44 | BattleState.values.find(_.toString equalsIgnoreCase name)
255[warn] | ^^^^^^^^^^^^^^^^
256[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
257[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
258[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
259[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
260[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
261[warn] | ^^^^^^^^^^^^^^^^
262[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
263[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
264[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
265[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
266[warn] 132 | new MessageEncoder[A]:
267[warn] | ^
268[warn] | New anonymous class definition will be duplicated at each inline site
269[warn] |
270[warn] | longer explanation available when compiling with `-explain`
271[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
272[warn] 16 | new TypeTest:
273[warn] | ^
274[warn] | New anonymous class definition will be duplicated at each inline site
275[warn] |
276[warn] | longer explanation available when compiling with `-explain`
277[warn] four warnings found
278[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
279[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
280[warn] | ^
281[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
282[warn] | io.github.pidoveproject.showdown.team.Type) cannot be checked at runtime because its type arguments can't be determined from io.github.pidoveproject.showdown.team.SpeciesName
283[warn] |
284[warn] | longer explanation available when compiling with `-explain`
285[warn] 5 warnings found
286[info] done compiling
287Failed to resolve scalaVersion, assume it's Scala 3 project
288Successfully evaluated docs.compile
289Failed to resolve scalaVersion, assume it's Scala 3 project
290Failed to resolve scalaVersion, assume it's Scala 3 project
291[info] compiling 4 Scala sources to /build/repo/out/tyrian/compile.dest/classes ...
292[warn] -- [E198] Unused Symbol Warning: /build/repo/tyrian/src/io/github/pidoveproject/showdown/tyrian/TyrianShowdownConnection.scala:4:23
293[warn] 4 |import cats.syntax.all.*
294[warn] | ^
295[warn] | unused import
296[warn] one warning found
297[info] done compiling
298Option -classpath was updated
299-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
300Couldn't resolve a member for the given link query: fromIronType
301-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
302Couldn't resolve a member for the given link query: fromIronType
303-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
304Couldn't resolve a member for the given link query: fromIronType
305-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
30692 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
307 | ^
308 | Couldn't resolve a member for the given link query: ProtocolError
309-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
31038 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
311 | ^
312 | Couldn't resolve a member for the given link query: ProtocolError
313-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
31432 | def fromString(value: String): Either[ProtocolError, Health] = value match
315 | ^
316 | Couldn't resolve a member for the given link query: ProtocolError
317-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
31839 | def fromString(value: String): Either[ProtocolError, Condition] = value match
319 | ^
320 | Couldn't resolve a member for the given link query: ProtocolError
321-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
32280 | def fromString(value: String): Either[ProtocolError, Effect] = value match
323 | ^
324 | Couldn't resolve a member for the given link query: ProtocolError
325-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
326276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
327 | ^
328 | Couldn't resolve a member for the given link query: JsonDecoder
329-- Warning: tyrian/src/io/github/pidoveproject/showdown/tyrian/UnitToNothing.scala:8:5
3308 |type UnitToNothing[A] = A match
331 | ^
332 | Couldn't resolve a member for the given link query: A
33311 warnings found
334-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
335/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
336-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
337/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
338-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
339/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient.openConnection'
340-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
341/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'cats.effect.IOApp'
342-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
343/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'fs2.Stream'
344-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
345/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownConnection.serverMessages'
346-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
347/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.http.Client'
348-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
349/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.ZIOApp'
350-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
351/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.stream.ZStream'
352Successfully evaluated docs.docJar
353Module docs is not a publish module, skipping publishing
354
355************************
356Build summary:
357[{
358 "module": "scala-showdown-api",
359 "compile": {"status": "ok", "tookMs": 67124, "warnings": 0, "errors": 0},
360 "doc": {"status": "ok", "tookMs": 20095, "files": 1, "totalSizeKb": 6444},
361 "test-compile": {"status": "ok", "tookMs": 30532, "warnings": 0, "errors": 0},
362 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
363 "publish": {"status": "skipped", "tookMs": 0},
364 "metadata": {
365 "crossScalaVersions": []
366}
367},{
368 "module": "scala-showdown-api-cats",
369 "compile": {"status": "ok", "tookMs": 6620, "warnings": 0, "errors": 0},
370 "doc": {"status": "ok", "tookMs": 4660, "files": 1, "totalSizeKb": 2655},
371 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
372 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
373 "publish": {"status": "skipped", "tookMs": 0},
374 "metadata": {
375 "crossScalaVersions": []
376}
377},{
378 "module": "scala-showdown-api-docs",
379 "compile": {"status": "ok", "tookMs": 74805, "warnings": 0, "errors": 0},
380 "doc": {"status": "ok", "tookMs": 37833, "files": 1, "totalSizeKb": 6698},
381 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
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": []
386}
387}]
388************************"
389
390Checking patch build.sc...
391Checking patch .mill-version...
392Applied patch build.sc cleanly.
393Applied patch .mill-version cleanly.