Build Logs
pidoveproject/scala-showdown-api • 3.7.4:2025-11-06
Errors
0
Warnings
205
Total Lines
412
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.7.4
23Scala binary version found: 3.7
24Implicitly using source version 3.7
25Scala binary version found: 3.7
26Implicitly using source version 3.7
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.7
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"
35Skip patch, 3.7.4 not matches version range: <3.8.0, 3.99.99>
36----
37Starting build for 3.7.4
38Execute tests: false
39Mill project found:
40Found explicit mill version 0.11.11 in ./mill-version
41Detected mill version=0.11.11, binary version: 0.11
42No prepare script found for project pidoveproject/scala-showdown-api
43No mill build directory found
44Apply scalafix rules to ./build.sc
45Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
46Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
47Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
48##################################
49Scala version: 3.7.4
50Targets: io.github.pidoveproject%scala-showdown-api io.github.pidoveproject%scala-showdown-api-cats io.github.pidoveproject%scala-showdown-api-docs
51Project 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"}}]}
52##################################
53Downloading mill 0.11.11 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.11.11/mill-dist-0.11.11.jar ...
54 % Total % Received % Xferd Average Speed Time Time Time Current
55 Dload Upload Total Spent Left Speed
56
57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
58 49 59.2M 49 29.6M 0 0 49.4M 0 0:00:01 --:--:-- 0:00:01 49.4M
59100 59.2M 100 59.2M 0 0 70.5M 0 --:--:-- --:--:-- --:--:-- 70.6M
60Preparing Java 17.0.8 runtime; this may take a minute or two ...
61[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
62[warn] /build/repo/out/mill-build/generateScriptSources.dest/millbuild/build.sc:13:32: trait JavaModuleTests in trait JavaModule is deprecated (since Mill 0.11.10): Use JavaTests instead
63[warn] _root_.mill.define.Discover[build]
64[warn] ^
65[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
66[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
67[warn] ^
68[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
69[warn] .iterator()
70[warn] ^
71[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
72[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
73[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
74[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
75[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
76[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
77[warn] ^
78[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
79[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
80[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
81[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
82[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
83[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
84[warn] ^
85[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
86[warn] case module: CommunityBuildPublishModule =>
87[warn] ^
88[warn] 6 warnings found
89[info] done compiling
90Try build using ./millw
91[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
92[warn] /build/repo/out/mill-build/generateScriptSources.dest/millbuild/build.sc:13:32: trait JavaModuleTests in trait JavaModule is deprecated (since Mill 0.11.10): Use JavaTests instead
93[warn] _root_.mill.define.Discover[build]
94[warn] ^
95[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
96[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
97[warn] ^
98[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
99[warn] .iterator()
100[warn] ^
101[warn] /build/repo/build.sc:169:64: reference to scalaVersion is ambiguous;
102[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait JSCrossModule as method scalaVersion (defined in trait CrossModule)
103[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
104[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
105[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
106[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
107[warn] ^
108[warn] /build/repo/build.sc:152:64: reference to scalaVersion is ambiguous;
109[warn] it is both defined in the enclosing trait ProjectModule and inherited in the enclosing trait Tests as method scalaVersion (defined in trait ScalaTests)
110[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
111[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
112[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
113[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
114[warn] ^
115[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
116[warn] case module: CommunityBuildPublishModule =>
117[warn] ^
118[warn] 6 warnings found
119[info] done compiling
120Build 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"}}]}
121Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
122
123Starting build for scala-showdown-api - [0/3]
124Failed to resolve scalaVersion, assume it's Scala 3 project
125[info] compiling 128 Scala sources to /build/repo/out/main/compile.dest/classes ...
126[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
127[warn] 44 | BattleState.values.find(_.toString equalsIgnoreCase name)
128[warn] | ^^^^^^^^^^^^^^^^
129[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
130[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
131[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
132[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
133[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
134[warn] | ^^^^^^^^^^^^^^^^
135[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
136[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
137[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
138[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/battle/Battle.scala:15:45
139[warn] 15 |import io.github.pidoveproject.showdown.user.Username
140[warn] | ^^^^^^^^
141[warn] | unused import
142[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:10:51
143[warn] 10 |import scala.compiletime.{constValue, erasedValue, error, summonInline}
144[warn] | ^^^^^
145[warn] | unused import
146[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/query/UserInfo.scala:3:49
147[warn] 3 |import io.github.iltotore.iron.constraint.string.*
148[warn] | ^
149[warn] | unused import
150[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/TournamentGenerator.scala:7:65
151[warn] 7 |import io.github.pidoveproject.showdown.protocol.MessageDecoder.{given, *}
152[warn] | ^^^^^
153[warn] | unused import
154[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/room/JoinedRoom.scala:3:31
155[warn] 3 |import io.github.iltotore.iron.*
156[warn] | ^
157[warn] | unused import
158[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:3:31
159[warn] 3 |import io.github.iltotore.iron.*
160[warn] | ^
161[warn] | unused import
162[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/user/decoder.scala:4:46
163[warn] 4 |import io.github.iltotore.iron.constraint.all.*
164[warn] | ^
165[warn] | unused import
166[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
167[warn] 132 | new MessageEncoder[A]:
168[warn] | ^
169[warn] | New anonymous class definition will be duplicated at each inline site
170[warn] |
171[warn] | longer explanation available when compiling with `-explain`
172[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
173[warn] 16 | new TypeTest:
174[warn] | ^
175[warn] | New anonymous class definition will be duplicated at each inline site
176[warn] |
177[warn] | longer explanation available when compiling with `-explain`
178[warn] 11 warnings found
179[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/client/DataCommand.scala:6:68
180[warn] 6 |import io.github.pidoveproject.showdown.protocol.client.DataCommand.EVBoost
181[warn] | ^^^^^^^
182[warn] | unused import
183[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleInitializationMessage.scala:9:58
184[warn] 9 |import io.github.pidoveproject.showdown.user.{AvatarName, User, Username}
185[warn] | ^^^^
186[warn] | unused import
187[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/BattleProgressMessage.scala:10:46
188[warn] 10 |import io.github.pidoveproject.showdown.user.{User, Username}
189[warn] | ^^^^
190[warn] | unused import
191[warn] -- [E198] Unused Symbol Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/TournamentMessage.scala:6:46
192[warn] 6 |import io.github.pidoveproject.showdown.user.{User, Username}
193[warn] | ^^^^
194[warn] | unused import
195[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
196[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
197[warn] | ^
198[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
199[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
200[warn] |
201[warn] | longer explanation available when compiling with `-explain`
202[warn] 16 warnings found
203[info] done compiling
204Successfully evaluated main.compile
205Skipping unused scalacOptions: -Xmax-inlines
206Flag -classpath set repeatedly
207-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
208Couldn't resolve a member for the given link query: fromIronType
209-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
210Couldn't resolve a member for the given link query: fromIronType
211-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
212Couldn't resolve a member for the given link query: fromIronType
213-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
21492 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
215 | ^
216 | Couldn't resolve a member for the given link query: ProtocolError
217-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
21832 | def fromString(value: String): Either[ProtocolError, Health] = value match
219 | ^
220 | Couldn't resolve a member for the given link query: ProtocolError
221-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
22239 | def fromString(value: String): Either[ProtocolError, Condition] = value match
223 | ^
224 | Couldn't resolve a member for the given link query: ProtocolError
225-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
22680 | def fromString(value: String): Either[ProtocolError, Effect] = value match
227 | ^
228 | Couldn't resolve a member for the given link query: ProtocolError
229-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
23038 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
231 | ^
232 | Couldn't resolve a member for the given link query: ProtocolError
233-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
234276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
235 | ^
236 | Couldn't resolve a member for the given link query: JsonDecoder
23710 warnings found
238Successfully evaluated main.docJar
239Failed to resolve scalaVersion, assume it's Scala 3 project
240Failed to resolve scalaVersion, assume it's Scala 3 project
241[info] compiling 22 Scala sources to /build/repo/out/main/test/compile.dest/classes ...
242[warn] there was 1 deprecation warning; re-run with -deprecation for details
243[warn] one warning found
244[info] done compiling
245Successfully evaluated main.test.compile
246Module main is not a publish module, skipping publishing
247
248Starting build for scala-showdown-api-cats - [1/3]
249No test module defined in cats
250Failed to resolve scalaVersion, assume it's Scala 3 project
251[info] compiling 2 Scala sources to /build/repo/out/cats/compile.dest/classes ...
252[info] done compiling
253Successfully evaluated cats.compile
254Skipping unused scalacOptions: -Xmax-inlines
255Flag -classpath set repeatedly
2561 warning found
257Successfully evaluated cats.docJar
258Module cats is not a publish module, skipping publishing
259
260Starting build for scala-showdown-api-docs - [2/3]
261No test module defined in docs
262Failed to resolve scalaVersion, assume it's Scala 3 project
263Failed to resolve scalaVersion, assume it's Scala 3 project
264[info] compiling 128 Scala sources to /build/repo/out/main/js/compile.dest/classes ...
265[warn] package scala contains object and package with same name: caps.
266[warn] This indicates that there are several versions of the Scala standard library on the classpath.
267[warn] The build should be reconfigured so that only one version of the standard library is on the classpath.
268[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BattleState.scala:44:39
269[warn] 44 | BattleState.values.find(_.toString equalsIgnoreCase name)
270[warn] | ^^^^^^^^^^^^^^^^
271[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
272[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
273[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
274[warn] -- Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/server/tournament/BracketType.scala:19:39
275[warn] 19 | BracketType.values.find(_.toString equalsIgnoreCase name)
276[warn] | ^^^^^^^^^^^^^^^^
277[warn] |Alphanumeric method equalsIgnoreCase is not declared infix; it should not be used as infix operator.
278[warn] |Instead, use method syntax .equalsIgnoreCase(...) or backticked identifier `equalsIgnoreCase`.
279[warn] |The latter can be rewritten automatically under -rewrite -source 3.4-migration.
280[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:132:8
281[warn] 132 | new MessageEncoder[A]:
282[warn] | ^
283[warn] | New anonymous class definition will be duplicated at each inline site
284[warn] |
285[warn] | longer explanation available when compiling with `-explain`
286[warn] -- [E197] Potential Issue Warning: /build/repo/main/src/io/github/pidoveproject/showdown/util/package.scala:16:6
287[warn] 16 | new TypeTest:
288[warn] | ^
289[warn] | New anonymous class definition will be duplicated at each inline site
290[warn] |
291[warn] | longer explanation available when compiling with `-explain`
292[warn] 5 warnings found
293[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/main/src/io/github/pidoveproject/showdown/protocol/MessageEncoder.scala:117:30
294[warn] 117 | val test = summonInline[TypeTest[A, head]].asInstanceOf[TypeTest[A, ? <: A]]
295[warn] | ^
296[warn] |the type test for (io.github.pidoveproject.showdown.team.Type,
297[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
298[warn] |
299[warn] | longer explanation available when compiling with `-explain`
300[warn] 6 warnings found
301[info] done compiling
302Failed to resolve scalaVersion, assume it's Scala 3 project
303Successfully evaluated docs.compile
304Failed to resolve scalaVersion, assume it's Scala 3 project
305Failed to resolve scalaVersion, assume it's Scala 3 project
306[info] compiling 4 Scala sources to /build/repo/out/tyrian/compile.dest/classes ...
307[warn] package scala contains object and package with same name: caps.
308[warn] This indicates that there are several versions of the Scala standard library on the classpath.
309[warn] The build should be reconfigured so that only one version of the standard library is on the classpath.
310[warn] -- [E198] Unused Symbol Warning: /build/repo/tyrian/src/io/github/pidoveproject/showdown/tyrian/TyrianShowdownConnection.scala:4:23
311[warn] 4 |import cats.syntax.all.*
312[warn] | ^
313[warn] | unused import
314[warn] two warnings found
315[info] done compiling
316Flag -classpath set repeatedly
317package scala contains object and package with same name: caps.
318This indicates that there are several versions of the Scala standard library on the classpath.
319The build should be reconfigured so that only one version of the standard library is on the classpath.
320-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:66:6 ---------
321Couldn't resolve a member for the given link query: fromIronType
322-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:49:13 --------
323Couldn't resolve a member for the given link query: fromIronType
324-- Warning: main/src/io/github/iltotore/iron/RefinedTypeOps.scala:58:6 ---------
325Couldn't resolve a member for the given link query: fromIronType
326-- Warning: main/src/io/github/pidoveproject/showdown/battle/PokemonDetails.scala:92:6
32792 | def fromString(value: String): Either[ProtocolError, PokemonDetails] = value match
328 | ^
329 | Couldn't resolve a member for the given link query: ProtocolError
330-- Warning: main/src/io/github/pidoveproject/showdown/battle/Health.scala:32:6 -
33132 | def fromString(value: String): Either[ProtocolError, Health] = value match
332 | ^
333 | Couldn't resolve a member for the given link query: ProtocolError
334-- Warning: main/src/io/github/pidoveproject/showdown/battle/Condition.scala:39:6
33539 | def fromString(value: String): Either[ProtocolError, Condition] = value match
336 | ^
337 | Couldn't resolve a member for the given link query: ProtocolError
338-- Warning: main/src/io/github/pidoveproject/showdown/battle/Effect.scala:80:6 -
33980 | def fromString(value: String): Either[ProtocolError, Effect] = value match
340 | ^
341 | Couldn't resolve a member for the given link query: ProtocolError
342-- Warning: main/src/io/github/pidoveproject/showdown/battle/ActivePosition.scala:38:6
34338 | def fromString(value: String): Either[ProtocolError, ActivePosition] =
344 | ^
345 | Couldn't resolve a member for the given link query: ProtocolError
346-- Warning: main/src/io/github/pidoveproject/showdown/protocol/MessageDecoder.scala:276:6
347276 | def fromJson[A: JsonDecoder]: MessageDecoder[A] =
348 | ^
349 | Couldn't resolve a member for the given link query: JsonDecoder
350-- Warning: tyrian/src/io/github/pidoveproject/showdown/tyrian/UnitToNothing.scala:8:5
3518 |type UnitToNothing[A] = A match
352 | ^
353 | Couldn't resolve a member for the given link query: A
35412 warnings found
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.CatsShowdownClient'
357-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
358/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient'
359-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
360/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownClient.openConnection'
361-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
362/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'cats.effect.IOApp'
363-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
364/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'fs2.Stream'
365-- Warning: out/docs/docJar.dest/static/_docs/clients/cats.md ------------------
366/build/repo/out/docs/docJar.dest/static/_docs/clients/cats.md: Unable to resolve link 'io.github.pidoveproject.showdown.client.cats.CatsShowdownConnection.serverMessages'
367-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
368/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.http.Client'
369-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
370/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.ZIOApp'
371-- Warning: out/docs/docJar.dest/static/_docs/clients/zio.md -------------------
372/build/repo/out/docs/docJar.dest/static/_docs/clients/zio.md: Unable to resolve link 'zio.stream.ZStream'
373Successfully evaluated docs.docJar
374Module docs is not a publish module, skipping publishing
375
376************************
377Build summary:
378[{
379 "module": "scala-showdown-api",
380 "compile": {"status": "ok", "tookMs": 55510, "warnings": 0, "errors": 0},
381 "doc": {"status": "ok", "tookMs": 16282, "files": 1, "totalSizeKb": 6416},
382 "test-compile": {"status": "ok", "tookMs": 27812, "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-cats",
390 "compile": {"status": "ok", "tookMs": 6927, "warnings": 0, "errors": 0},
391 "doc": {"status": "ok", "tookMs": 4756, "files": 1, "totalSizeKb": 2658},
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 "module": "scala-showdown-api-docs",
400 "compile": {"status": "ok", "tookMs": 75348, "warnings": 0, "errors": 0},
401 "doc": {"status": "ok", "tookMs": 30572, "files": 1, "totalSizeKb": 6658},
402 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
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": []
407}
408}]
409************************"
410
411Checking patch build.sc...
412Applied patch build.sc cleanly.