Build Logs
pidoveproject/scala-showdown-api • 3.8.0-RC2:2025-11-27
Errors
0
Warnings
187
Total Lines
398
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.0-RC2
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.0-RC2 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.0-RC2
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.0-RC2
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
63 0 59.2M 0 152k 0 0 315k 0 0:03:12 --:--:-- 0:03:12 315k
64100 59.2M 100 59.2M 0 0 77.0M 0 --:--:-- --:--:-- --:--:-- 77.0M
65Preparing Java 17.0.8 runtime; this may take a minute or two ...
66[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
67[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
68[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
69[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
70[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
71[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
72[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
73[warn] ^
74[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
75[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
76[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
77[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
78[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
79[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
80[warn] ^
81[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
82[warn] .iterator()
83[warn] ^
84[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
85[warn] case module: CommunityBuildPublishModule =>
86[warn] ^
87[warn] four warnings found
88[info] done compiling
89Try build using ./millw
90[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
91[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
92[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
93[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
94[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
95[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
96[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
97[warn] ^
98[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
99[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
100[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
101[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
102[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
103[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
104[warn] ^
105[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
106[warn] .iterator()
107[warn] ^
108[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
109[warn] case module: CommunityBuildPublishModule =>
110[warn] ^
111[warn] four warnings found
112[info] done compiling
113Build 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"}}]}
114Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
115
116Starting build for scala-showdown-api - [0/3]
117Failed to resolve scalaVersion, assume it's Scala 3 project
118[info] compiling 128 Scala sources to /build/repo/out/main/compile.dest/classes ...
119[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
120[warn] 44 | BattleState.values.find(_.toString equalsIgnoreCase name)
121[warn] | ^^^^^^^^^^^^^^^^
122[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
123[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
124[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
125[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
126[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
127[warn] | ^^^^^^^^^^^^^^^^
128[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
129[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
130[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
131[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/battle/Battle.scala:15:45
132[warn] 15 |import io.github.pidoveproject.showdown.user.Username
133[warn] | ^^^^^^^^
134[warn] | unused import
135[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:10:51
136[warn] 10 |import scala.compiletime.{constValue, erasedValue, error, summonInline}
137[warn] | ^^^^^
138[warn] | unused import
139[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/query/UserInfo.scala:3:49
140[warn] 3 |import io.github.iltotore.iron.constraint.string.*
141[warn] | ^
142[warn] | unused import
143[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/TournamentGenerator.scala:7:65
144[warn] 7 |import io.github.pidoveproject.showdown.protocol.MessageDecoder.{given, *}
145[warn] | ^^^^^
146[warn] | unused import
147[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/room/JoinedRoom.scala:3:31
148[warn] 3 |import io.github.iltotore.iron.*
149[warn] | ^
150[warn] | unused import
151[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:3:31
152[warn] 3 |import io.github.iltotore.iron.*
153[warn] | ^
154[warn] | unused import
155[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:4:46
156[warn] 4 |import io.github.iltotore.iron.constraint.all.*
157[warn] | ^
158[warn] | unused import
159[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
160[warn] 132 | new MessageEncoder[A]:
161[warn] | ^
162[warn] | New anonymous class definition will be duplicated at each inline site
163[warn] |
164[warn] | longer explanation available when compiling with `-explain`
165[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
166[warn] 16 | new TypeTest:
167[warn] | ^
168[warn] | New anonymous class definition will be duplicated at each inline site
169[warn] |
170[warn] | longer explanation available when compiling with `-explain`
171[warn] 11 warnings found
172[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/client/DataCommand.scala:6:68
173[warn] 6 |import io.github.pidoveproject.showdown.protocol.client.DataCommand.EVBoost
174[warn] | ^^^^^^^
175[warn] | unused import
176[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleInitializationMessage.scala:9:58
177[warn] 9 |import io.github.pidoveproject.showdown.user.{AvatarName, User, Username}
178[warn] | ^^^^
179[warn] | unused import
180[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleProgressMessage.scala:10:46
181[warn] 10 |import io.github.pidoveproject.showdown.user.{User, Username}
182[warn] | ^^^^
183[warn] | unused import
184[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/TournamentMessage.scala:6:46
185[warn] 6 |import io.github.pidoveproject.showdown.user.{User, Username}
186[warn] | ^^^^
187[warn] | unused import
188[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
189[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
190[warn] | ^
191[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
192[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
193[warn] |
194[warn] | longer explanation available when compiling with `-explain`
195[warn] 16 warnings found
196[info] done compiling
197Successfully evaluated main.compile
198Skipping unused scalacOptions: -Xmax-inlines
199Option -classpath was updated
200-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
201Couldn't resolve a member for the given link query: fromIronType
202-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
203Couldn't resolve a member for the given link query: fromIronType
204-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
205Couldn't resolve a member for the given link query: fromIronType
206-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
20792 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
208 | ^
209 | Couldn't resolve a member for the given link query: ProtocolError
210-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
21138 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
212 | ^
213 | Couldn't resolve a member for the given link query: ProtocolError
214-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
21532 | def fromString(value: String): Either[ProtocolError, Health] = value match
216 | ^
217 | Couldn't resolve a member for the given link query: ProtocolError
218-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
21939 | def fromString(value: String): Either[ProtocolError, Condition] = value match
220 | ^
221 | Couldn't resolve a member for the given link query: ProtocolError
222-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
22380 | def fromString(value: String): Either[ProtocolError, Effect] = value match
224 | ^
225 | Couldn't resolve a member for the given link query: ProtocolError
226-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
227276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
228 | ^
229 | Couldn't resolve a member for the given link query: JsonDecoder
23010 warnings found
231Successfully evaluated main.docJar
232Failed to resolve scalaVersion, assume it's Scala 3 project
233Failed to resolve scalaVersion, assume it's Scala 3 project
234[info] compiling 22 Scala sources to /build/repo/out/main/test/compile.dest/classes ...
235[warn] there was 1 deprecation warning; re-run with -deprecation for details
236[warn] one warning found
237[info] done compiling
238Successfully evaluated main.test.compile
239Module main is not a publish module, skipping publishing
240
241Starting build for scala-showdown-api-cats - [1/3]
242No test module defined in cats
243Failed to resolve scalaVersion, assume it's Scala 3 project
244[info] compiling 2 Scala sources to /build/repo/out/cats/compile.dest/classes ...
245[info] done compiling
246Successfully evaluated cats.compile
247Skipping unused scalacOptions: -Xmax-inlines
248Option -classpath was updated
2491 warning found
250Successfully evaluated cats.docJar
251Module cats is not a publish module, skipping publishing
252
253Starting build for scala-showdown-api-docs - [2/3]
254No test module defined in docs
255Failed to resolve scalaVersion, assume it's Scala 3 project
256Failed to resolve scalaVersion, assume it's Scala 3 project
257[info] compiling 128 Scala sources to /build/repo/out/main/js/compile.dest/classes ...
258[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
259[warn] 44 | BattleState.values.find(_.toString equalsIgnoreCase name)
260[warn] | ^^^^^^^^^^^^^^^^
261[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
262[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
263[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
264[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
265[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
266[warn] | ^^^^^^^^^^^^^^^^
267[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
268[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
269[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
270[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
271[warn] 132 | new MessageEncoder[A]:
272[warn] | ^
273[warn] | New anonymous class definition will be duplicated at each inline site
274[warn] |
275[warn] | longer explanation available when compiling with `-explain`
276[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
277[warn] 16 | new TypeTest:
278[warn] | ^
279[warn] | New anonymous class definition will be duplicated at each inline site
280[warn] |
281[warn] | longer explanation available when compiling with `-explain`
282[warn] four warnings found
283[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
284[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
285[warn] | ^
286[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
287[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
288[warn] |
289[warn] | longer explanation available when compiling with `-explain`
290[warn] 5 warnings found
291[info] done compiling
292Failed to resolve scalaVersion, assume it's Scala 3 project
293Successfully evaluated docs.compile
294Failed to resolve scalaVersion, assume it's Scala 3 project
295Failed to resolve scalaVersion, assume it's Scala 3 project
296[info] compiling 4 Scala sources to /build/repo/out/tyrian/compile.dest/classes ...
297[warn] -- [E198] Unused Symbol Warning: /build/repo/tyrian/src/io/github/pidoveproject/showdown/tyrian/TyrianShowdownConnection.scala:4:23
298[warn] 4 |import cats.syntax.all.*
299[warn] | ^
300[warn] | unused import
301[warn] one warning found
302[info] done compiling
303Option -classpath was updated
304-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
305Couldn't resolve a member for the given link query: fromIronType
306-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
307Couldn't resolve a member for the given link query: fromIronType
308-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
309Couldn't resolve a member for the given link query: fromIronType
310-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
31192 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
312 | ^
313 | Couldn't resolve a member for the given link query: ProtocolError
314-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
31538 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
316 | ^
317 | Couldn't resolve a member for the given link query: ProtocolError
318-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
31932 | def fromString(value: String): Either[ProtocolError, Health] = value match
320 | ^
321 | Couldn't resolve a member for the given link query: ProtocolError
322-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
32339 | def fromString(value: String): Either[ProtocolError, Condition] = value match
324 | ^
325 | Couldn't resolve a member for the given link query: ProtocolError
326-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
32780 | def fromString(value: String): Either[ProtocolError, Effect] = value match
328 | ^
329 | Couldn't resolve a member for the given link query: ProtocolError
330-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
331276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
332 | ^
333 | Couldn't resolve a member for the given link query: JsonDecoder
334-- Warning: tyrian/src/io/github/pidoveproject/showdown/tyrian/UnitToNothing.scala:8:5
3358 |type UnitToNothing[A] = A match
336 | ^
337 | Couldn't resolve a member for the given link query: A
33811 warnings found
339-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
340/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
341-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
342/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
343-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
344/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient.openConnection'
345-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
346/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'cats.effect.IOApp'
347-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
348/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'fs2.Stream'
349-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
350/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownConnection.serverMessages'
351-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
352/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.http.Client'
353-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
354/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.ZIOApp'
355-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
356/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.stream.ZStream'
357Successfully evaluated docs.docJar
358Module docs is not a publish module, skipping publishing
359
360************************
361Build summary:
362[{
363 "module": "scala-showdown-api",
364 "compile": {"status": "ok", "tookMs": 51294, "warnings": 0, "errors": 0},
365 "doc": {"status": "ok", "tookMs": 17909, "files": 1, "totalSizeKb": 6446},
366 "test-compile": {"status": "ok", "tookMs": 30835, "warnings": 0, "errors": 0},
367 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
368 "publish": {"status": "skipped", "tookMs": 0},
369 "metadata": {
370 "crossScalaVersions": []
371}
372},{
373 "module": "scala-showdown-api-cats",
374 "compile": {"status": "ok", "tookMs": 6797, "warnings": 0, "errors": 0},
375 "doc": {"status": "ok", "tookMs": 5123, "files": 1, "totalSizeKb": 2658},
376 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
377 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
378 "publish": {"status": "skipped", "tookMs": 0},
379 "metadata": {
380 "crossScalaVersions": []
381}
382},{
383 "module": "scala-showdown-api-docs",
384 "compile": {"status": "ok", "tookMs": 76366, "warnings": 0, "errors": 0},
385 "doc": {"status": "ok", "tookMs": 38055, "files": 1, "totalSizeKb": 6700},
386 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
387 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
388 "publish": {"status": "skipped", "tookMs": 0},
389 "metadata": {
390 "crossScalaVersions": []
391}
392}]
393************************"
394
395Checking patch build.sc...
396Checking patch .mill-version...
397Applied patch build.sc cleanly.
398Applied patch .mill-version cleanly.