Build Logs
pidoveproject/scala-showdown-api • dotty-staging/dotty:fix-23773:2025-11-22
Errors
0
Warnings
193
Total Lines
404
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-20251120-60444cb
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-20251120-60444cb 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-20251120-60444cb
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-20251120-60444cb
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 53 59.2M 53 31.4M 0 0 42.4M 0 0:00:01 --:--:-- 0:00:01 42.4M
64100 59.2M 100 59.2M 0 0 62.1M 0 --:--:-- --:--:-- --:--:-- 62.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/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
68[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
69[warn] ^
70[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
71[warn] .iterator()
72[warn] ^
73[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
74[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
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/build.sc:152:64: reference to scalaVersion is ambiguous;
81[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
82[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
83[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
84[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
85[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
86[warn] ^
87[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
88[warn] case module: CommunityBuildPublishModule =>
89[warn] ^
90[warn] 5 warnings found
91[info] done compiling
92Try build using ./millw
93[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
94[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
95[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
96[warn] ^
97[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
98[warn] .iterator()
99[warn] ^
100[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
101[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
102[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
103[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
104[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
105[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
106[warn] ^
107[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
108[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
109[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
110[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
111[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
112[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
113[warn] ^
114[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
115[warn] case module: CommunityBuildPublishModule =>
116[warn] ^
117[warn] 5 warnings found
118[info] done compiling
119Build 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"}}]}
120Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
121
122Starting build for scala-showdown-api - [0/3]
123Failed to resolve scalaVersion, assume it's Scala 3 project
124[info] compiling 128 Scala sources to /build/repo/out/main/compile.dest/classes ...
125[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
126[warn] 44 | BattleState.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] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
132[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
133[warn] | ^^^^^^^^^^^^^^^^
134[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
135[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
136[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
137[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/battle/Battle.scala:15:45
138[warn] 15 |import io.github.pidoveproject.showdown.user.Username
139[warn] | ^^^^^^^^
140[warn] | unused import
141[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:10:51
142[warn] 10 |import scala.compiletime.{constValue, erasedValue, error, summonInline}
143[warn] | ^^^^^
144[warn] | unused import
145[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/query/UserInfo.scala:3:49
146[warn] 3 |import io.github.iltotore.iron.constraint.string.*
147[warn] | ^
148[warn] | unused import
149[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/TournamentGenerator.scala:7:65
150[warn] 7 |import io.github.pidoveproject.showdown.protocol.MessageDecoder.{given, *}
151[warn] | ^^^^^
152[warn] | unused import
153[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/room/JoinedRoom.scala:3:31
154[warn] 3 |import io.github.iltotore.iron.*
155[warn] | ^
156[warn] | unused import
157[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:3:31
158[warn] 3 |import io.github.iltotore.iron.*
159[warn] | ^
160[warn] | unused import
161[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:4:46
162[warn] 4 |import io.github.iltotore.iron.constraint.all.*
163[warn] | ^
164[warn] | unused import
165[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
166[warn] 132 | new MessageEncoder[A]:
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] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
172[warn] 16 | new TypeTest:
173[warn] | ^
174[warn] | New anonymous class definition will be duplicated at each inline site
175[warn] |
176[warn] | longer explanation available when compiling with `-explain`
177[warn] 11 warnings found
178[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/client/DataCommand.scala:6:68
179[warn] 6 |import io.github.pidoveproject.showdown.protocol.client.DataCommand.EVBoost
180[warn] | ^^^^^^^
181[warn] | unused import
182[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleInitializationMessage.scala:9:58
183[warn] 9 |import io.github.pidoveproject.showdown.user.{AvatarName, User, Username}
184[warn] | ^^^^
185[warn] | unused import
186[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleProgressMessage.scala:10:46
187[warn] 10 |import io.github.pidoveproject.showdown.user.{User, Username}
188[warn] | ^^^^
189[warn] | unused import
190[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/TournamentMessage.scala:6:46
191[warn] 6 |import io.github.pidoveproject.showdown.user.{User, Username}
192[warn] | ^^^^
193[warn] | unused import
194[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
195[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
196[warn] | ^
197[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
198[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
199[warn] |
200[warn] | longer explanation available when compiling with `-explain`
201[warn] 16 warnings found
202[info] done compiling
203Successfully evaluated main.compile
204Skipping unused scalacOptions: -Xmax-inlines
205Option -classpath was updated
206-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
207Couldn't resolve a member for the given link query: fromIronType
208-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
209Couldn't resolve a member for the given link query: fromIronType
210-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
211Couldn't resolve a member for the given link query: fromIronType
212-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
21392 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
214 | ^
215 | Couldn't resolve a member for the given link query: ProtocolError
216-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
21738 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
218 | ^
219 | Couldn't resolve a member for the given link query: ProtocolError
220-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
22132 | def fromString(value: String): Either[ProtocolError, Health] = value match
222 | ^
223 | Couldn't resolve a member for the given link query: ProtocolError
224-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
22539 | def fromString(value: String): Either[ProtocolError, Condition] = value match
226 | ^
227 | Couldn't resolve a member for the given link query: ProtocolError
228-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
22980 | def fromString(value: String): Either[ProtocolError, Effect] = value match
230 | ^
231 | Couldn't resolve a member for the given link query: ProtocolError
232-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
233276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
234 | ^
235 | Couldn't resolve a member for the given link query: JsonDecoder
23610 warnings found
237Successfully evaluated main.docJar
238Failed to resolve scalaVersion, assume it's Scala 3 project
239Failed to resolve scalaVersion, assume it's Scala 3 project
240[info] compiling 22 Scala sources to /build/repo/out/main/test/compile.dest/classes ...
241[warn] there was 1 deprecation warning; re-run with -deprecation for details
242[warn] one warning found
243[info] done compiling
244Successfully evaluated main.test.compile
245Module main is not a publish module, skipping publishing
246
247Starting build for scala-showdown-api-cats - [1/3]
248No test module defined in cats
249Failed to resolve scalaVersion, assume it's Scala 3 project
250[info] compiling 2 Scala sources to /build/repo/out/cats/compile.dest/classes ...
251[info] done compiling
252Successfully evaluated cats.compile
253Skipping unused scalacOptions: -Xmax-inlines
254Option -classpath was updated
2551 warning found
256Successfully evaluated cats.docJar
257Module cats is not a publish module, skipping publishing
258
259Starting build for scala-showdown-api-docs - [2/3]
260No test module defined in docs
261Failed to resolve scalaVersion, assume it's Scala 3 project
262Failed to resolve scalaVersion, assume it's Scala 3 project
263[info] compiling 128 Scala sources to /build/repo/out/main/js/compile.dest/classes ...
264[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
265[warn] 44 | BattleState.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] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
271[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
272[warn] | ^^^^^^^^^^^^^^^^
273[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
274[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
275[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
276[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
277[warn] 132 | new MessageEncoder[A]:
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] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
283[warn] 16 | new TypeTest:
284[warn] | ^
285[warn] | New anonymous class definition will be duplicated at each inline site
286[warn] |
287[warn] | longer explanation available when compiling with `-explain`
288[warn] four warnings found
289[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
290[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
291[warn] | ^
292[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
293[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
294[warn] |
295[warn] | longer explanation available when compiling with `-explain`
296[warn] 5 warnings found
297[info] done compiling
298Failed to resolve scalaVersion, assume it's Scala 3 project
299Successfully evaluated docs.compile
300Failed to resolve scalaVersion, assume it's Scala 3 project
301Failed to resolve scalaVersion, assume it's Scala 3 project
302[info] compiling 4 Scala sources to /build/repo/out/tyrian/compile.dest/classes ...
303[warn] -- [E198] Unused Symbol Warning: /build/repo/tyrian/src/io/github/pidoveproject/showdown/tyrian/TyrianShowdownConnection.scala:4:23
304[warn] 4 |import cats.syntax.all.*
305[warn] | ^
306[warn] | unused import
307[warn] one warning found
308[info] done compiling
309Option -classpath was updated
310-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
311Couldn't resolve a member for the given link query: fromIronType
312-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
313Couldn't resolve a member for the given link query: fromIronType
314-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
315Couldn't resolve a member for the given link query: fromIronType
316-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
31792 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
318 | ^
319 | Couldn't resolve a member for the given link query: ProtocolError
320-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
32138 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
322 | ^
323 | Couldn't resolve a member for the given link query: ProtocolError
324-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
32532 | def fromString(value: String): Either[ProtocolError, Health] = value match
326 | ^
327 | Couldn't resolve a member for the given link query: ProtocolError
328-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
32939 | def fromString(value: String): Either[ProtocolError, Condition] = value match
330 | ^
331 | Couldn't resolve a member for the given link query: ProtocolError
332-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
33380 | def fromString(value: String): Either[ProtocolError, Effect] = value match
334 | ^
335 | Couldn't resolve a member for the given link query: ProtocolError
336-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
337276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
338 | ^
339 | Couldn't resolve a member for the given link query: JsonDecoder
340-- Warning: tyrian/src/io/github/pidoveproject/showdown/tyrian/UnitToNothing.scala:8:5
3418 |type UnitToNothing[A] = A match
342 | ^
343 | Couldn't resolve a member for the given link query: A
34411 warnings found
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 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
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 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
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.CatsShowdownClient.openConnection'
351-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
352/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'cats.effect.IOApp'
353-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
354/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'fs2.Stream'
355-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
356/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownConnection.serverMessages'
357-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
358/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.http.Client'
359-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
360/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.ZIOApp'
361-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
362/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.stream.ZStream'
363Successfully evaluated docs.docJar
364Module docs is not a publish module, skipping publishing
365
366************************
367Build summary:
368[{
369 "module": "scala-showdown-api",
370 "compile": {"status": "ok", "tookMs": 64489, "warnings": 0, "errors": 0},
371 "doc": {"status": "ok", "tookMs": 19960, "files": 1, "totalSizeKb": 6444},
372 "test-compile": {"status": "ok", "tookMs": 29402, "warnings": 0, "errors": 0},
373 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
374 "publish": {"status": "skipped", "tookMs": 0},
375 "metadata": {
376 "crossScalaVersions": []
377}
378},{
379 "module": "scala-showdown-api-cats",
380 "compile": {"status": "ok", "tookMs": 7303, "warnings": 0, "errors": 0},
381 "doc": {"status": "ok", "tookMs": 4962, "files": 1, "totalSizeKb": 2655},
382 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
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": []
387}
388},{
389 "module": "scala-showdown-api-docs",
390 "compile": {"status": "ok", "tookMs": 65478, "warnings": 0, "errors": 0},
391 "doc": {"status": "ok", "tookMs": 32534, "files": 1, "totalSizeKb": 6698},
392 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
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": []
397}
398}]
399************************"
400
401Checking patch build.sc...
402Checking patch .mill-version...
403Applied patch build.sc cleanly.
404Applied patch .mill-version cleanly.